We always provide our best creative ideas at the highest level. Tell us about your project and we will make it work.
192 posts
We were lacking documentation while we develop themes or plugins for the Opencart but found PHPDoc which makes our documenting our PHP projects easily. A good programmer who takes responsibility for communicating with other programmers must support documentation. Whenever we write code we started thinking of 5Ws and write each for better documentation 5Ws for [...]
We developed a Marketo form administration tool so that we can update all forms in Marketo or delete fields from all forms in Marketo at once. We need to add extra UTM fields to all Marketo forms, so doing one by one was time-consuming, so we created this web application where we can add the [...]
You’ve probably heard it in the news. The latest technological craze to take the world by storm comes in the form of artificial intelligence (AI). A cutting-edge technology that is poised to make its impact across all industries, AI is a tool that many organizations must get their hands on. First, let’s get to know [...]
eCommerce is breaking new records every year. It reached a value of $13 trillion in 2021, which is more than the economic output of China. If eCommerce were a nation, then its GDP would have been the second-largest in the world. As an eCommerce website owner, you need a robust store that is up all [...]
Podcasting has taken the world by storm, and there's never been a better time to start your own show or expand your current audience. With millions of podcasts available, attracting listeners can be daunting, especially if you're new to the game. Don't worry, though, because we've got you covered! In this article, we'll dive into [...]
Sales from mobile eCommerce (m-commerce) are expected to take up 43.4% of total e-commerce sales in 2023. In other words, almost half of the e-commerce purchases are now done using mobile devices. One major implication of this for e-commerce firms and small businesses is a renewed emphasis on secure payments. After all, convenience alone is [...]
We were searching for the free API which gives the country code as per your IP addresses as per our requirement we were looking to show team members as per the Country, defaulting different currency as per the active country, defaulting different language as per the active country, etc. Our research found ip-api.com which is [...]
Today we launched OpenCart code snippets VSCode extensions which you can find at https://marketplace.visualstudio.com/items?itemName=webocreationcom.ocsnippets, We published OpenCart code snippets VScode extensions for OpenCart developers. It contains some OpenCart code snippets for PHP and Twigs. Github repository for this https://github.com/rupaknepali/opencartsnippetsvscode. How to use Opencart code snippets VSCode extensions? Find "Opencart code snippets" extensions to install using [...]
The easiest and fastest way to take the full webpage screenshot in chrome without the extension and just two commands is below: Click "Option + Command + J" Then click "Command + Shift + P" Type "Capture full-size screenshot" and click it, your full screenshot will be captured and downloaded Above is the Mac command, [...]
In this post, we are going through the 15 Visual Studio Code extensions that we as PHP developers are using most for the rapid development and collaborations, likewise, show you how to use the Opencart code snippets for rapid development of the Opencart module and themes. PHP Language Basics In the extension, search for "@builtin [...]
This is an introduction of Lando and how to set up locally and set up the Pantheon environment in the local environment so that we can have the same environment as Pantheon and development, testing and deployment are so easy. Pantheon supports both WordPress and Drupal. Install Lando Mac Ensure homebrew is installed and up-to-date. [...]
With Digital Business Transformation approaches, business activities are more focused on automating Marketing system, as automation improves the lead nurturing process in a number of ways so being experienced in Pardot and Mailchimp, following can be one way to automate your subscription of the blog and pass data from Website to MailChimp to Pardot. With [...]
We worked in Marketo JavaScript Marketo API where we have to export all forms and their fields from our Marketo database. With custom API extraction, we are able to export all Forms and their Fields from our Marketo database which we tested through the API which is shown in the attached images. Login into marketo.com [...]
How I fix "Node.js Setup Wizard ended prematurely"? I am not able to install Nodejs. I was doing it with Setup Wizard downloaded for windows from nodejs.com and at the end of installation I get the message "Node.js Setup Wizard ended prematurely". Node.js setup wizard ended prematurely because of an error. Your system has not [...]
Convert USD to bitcoin or get the latest value of bitcoin. The easiest way to get the bitcoin exchange rate "https://blockchain.info/tobtc?currency=USD&value=" . $amount, CURLOPT_RETURNTRANSFER => true, CURLOPT_ENCODING => "", CURLOPT_MAXREDIRS => 10, CURLOPT_TIMEOUT => 30, CURLOPT_HTTP_VERSION => CURL_HTTP_VERSION_1_1, CURLOPT_CUSTOMREQUEST => "GET", CURLOPT_HTTPHEADER => array( "cache-control: no-cache", "postman-token: [...]