How to remove .php, .html, .htm extensions with .htaccess
In order to make the URLs more user and search engine friendly. You can remove the .php extension from a PHP page and .html or .htm …
In order to make the URLs more user and search engine friendly. You can remove the .php extension from a PHP page and .html or .htm …
Is multitasking possible in PHP ? Answer is Yes. In PHP, there are multiple ways to process data asynchronously, although not one will work in every single …
A freelancer is someone who gets paid for his work. He charges by the hour or perhaps by the project. Freelancers write, design, consult, advise, …
DNS (Domain Name System), is the service which translates between Internet names and Internet addresses. Internet names are the names which we use to refer …
PHP supports MySQL using a PHP extension. Thousands or millions projects have been written worldwide using PHP and MySQL.
Big data is a phrase, used to describe a massive volume of both structured and unstructured data. In most enterprise scenarios the data is too …
If you want to get Skin Url , Base Url , Media Url , Js Url , Store Url or Current Url in your Magento site , …
The jQuery library provides the jQuery function, which lets you select elements using CSS selectors.
Following snippet performs an asynchronous HTTP (Ajax) request using JQuery
This small piece of code allows you to add product image in magento e-commerce site.