phpMyAdmin is a free server side PHP application for administering MySQL Databases through a Graphical Interface which MySQL lacks for managing it. Previously, we published article on MySQL, we wrote that, MySQL by default has no GUI. This is why we need some software like phpMyAdmin to manage our database in an easy way. This is what phpMyAdmin serves to do. How phpMyAdmin works … [Read more...]
MySQL : What is MySQL, Why We Need MySQL
MySQL is an open-source server side software for relational database management system. Wider deployment options,integration with Apache makes it indispensable. If you are regular reader of this website you already know about LAMP - LAMP is nothing but an acronym that stands for Linux, Apache, MySQL and PHP. We have written about Apache HTTP Server and PHP. Is not it quite obvious the next … [Read more...]
Google Plus One Feed Generator is Working : Suggestion Needed
Google Plus One Feed Generator is Working with new modified code but we need your Suggestion so that it does not breaks down again due to high pay load. Russell Beattie originally developed the Google Plus One Feed Generator and distributed it as an open source project through GitHub. We modified it and Google Plus One Feed Generator became very popular, but for various reason (not from our side) … [Read more...]
KML Google Maps WordPress Plugins and Manual Ways to Insert
KML Google Maps WordPress Plugins are easy way to integrate KML Google Maps in WordPress blog and also we have added the manual ways to Insert using PHP script. The theoretical as well as descriptive part of KML Google Maps has been said before, now how to implement KML Google Maps inside your WordPress blog. Adding KML Google Maps using WordPress Plugins We found some KML Google … [Read more...]
KML Google Maps and HTML Google Maps
KML Google Maps and HTML Google Maps are two format ways to add Google Maps in WordPress Posts. Let us see the advantages and disadvantages of these formats. Previously we have guided to Create Your Own Google Maps - we embedded iframe HTML Google Map, you can see that page has a working Google Map. In this article, we will discuss on KML Google Maps and compare it with HTML Google … [Read more...]
Category Specific Ad Unit Delivery in WordPress using Conditional Tags
Category Specific Ad Unit Delivery is possible in WordPress using Conditional Tags. You can deliver Ads of two Advertisement companies in different categories. The basic idea is - You want to give your readers free legal things, like our Wallpapers, Themes etc. but your main content is of high value low searched content. Google AdSense or any Ad Delivery system is not so clever that it will … [Read more...]
301 Redirect by .htaccess : 301 Redirect Codes for Various Situations
301 Redirect by .htaccess is most commonly used method for LAMP setup. 301 Redirect can be done by other methods, but .htaccess gives the best header response. LAMP is nothing but an acronym, you an read about LAMP here later and if you are thoughtful about why the 301 number is assigned, you can read the big list to get an idea. 301 Redirect by .htaccess will work on servers running UNIX / Linux … [Read more...]
Find Your Facebook Fan Page ID and Facebook Profile ID Easily
Find Your Facebook Fan Page ID and Facebook Profile ID Easily without messy URL lookup methods. Facebook itself has great systems to fetch the required ID. Although we will also show the messy method too, its you who will decide which one is better and smart way to find Your Facebook Fan Page ID and Facebook Profile ID. Why the need to find Your Facebook Fan Page ID and Facebook Profile … [Read more...]
API or Application programming interface
API or Application programming interface is a part of the program from a software system, which is used as token by other programs for connection to the system. API is used both by the end users like in the services of Cloud Computing and by the developers. Unlike a binary interface (ABI) API give the access only to the programs at source code level. Classification of API or Application … [Read more...]
Cloud Database : Examples and Usage
Cloud Database provides full access to use the database for your website hosted on a Cloud Server. Advantages are pay as you go model and scalability. Previously we published an article on What is Cloud Database and How it Works. As the title suggests, in this article we will we will discuss about the practical aspect of Cloud Database. There are two models o Cloud Database from software based … [Read more...]
ASP or Active Server Pages
ASP or Active Server Pages is one of Microsoft's SSI successor technology, ASP was published in 1996 for serving interactive pages from the server to front end. ASP is no longer developed by Microsoft. The successor technology is ASP.NET, ASP with the appearance of .NET Framework has been replaced in 2002. The term ASP is still used and usually referred as Classic ASP, where as only ASP usually … [Read more...]