Prevent Image Caching & Prevent Browser Caching The Browser(s) saves a copy of a file (like a logo image) and uses this cached (saved) copy on each page that needs the same, but some time you will not need of this i.e you want that every image and CSS and java script should be…
Download PHP Library (Core) Download Apache HTTP server http://httpd.apache.org/download.cgi Download PHP http://php.net/downloads.php Download MySql http://dev.mysql.com/downloads/ Download PhpMyAdmin http://www.phpmyadmin.net/home_page/downloads.php Download Wamp Server (apache,mysql,php package) http://www.wampserver.com/en/ Download Xampp Server (apache,mysql,php package) http://www.apachefriends.org/en/xampp.html Download PEAR Libraray (PHP Extension and Application Repository) http://pear.php.net/package/PEAR/download Download PHP Frameworks Download CakePHP Framework (MVC based architecture) http://cakephp.org/downloads Download CodeIgniter (MVC based…
How to integrate Amazon Simple Pay Standard Buttons for Payment? Amazon Simple Pay allows your customers to use payment information from their Amazon.com account as a payment method on your website. You can use Amazon Simple Pay to enable payments, donations, subscriptions, and marketplace transactions. It provides easy-to-configure, cut and paste HTML code…
XML parser normally parse all the text in an XML document. Characters such as less than (<), greater than(>), ampersands(&) etc cause problems for the XML processor/parser. “<” parser interprets it as the start of a new element. “&” parser interprets it as the start of an character entity. JavaScriptcode,contains a lot of…
If you are playing with Google Maps, and want to get Latitude and Longitude of any location on Earth no worries.Follow below few simple steps to go. Get google map key.You can get from the below link of Google Map.Here I am using version2,in version3 of google map,we don’t need key. Replace…
Software Development Life Cycle Phases SDLC(Software Development Life Cycle) is a conceptual model or a detailed plan on how to create, develop, implement and launch the software, it describes the stages involved in an information system development project. There are six steps or stages of SDLC. 1. System Requirements Analysis2. Feasibility study3.…