
PHP vs Python: Analysis
PHP vs Python - What does it take to state one language better than other? One answer can be flexibility, development friendly, licensing policy (open source or commercial), community, portability, d…
PHP vs Python - What does it take to state one language better than other? One answer can be flexibility, development friendly, licensing policy (open source or commercial), community, portability, d…
Tags:Programming
Tiobe Softwares has released rankings of programming languages and popularity of programing languages for the month of November 2008. The index is updated once a month. The ratings are based on the nu…
Tags:PHPTechniques
Have you every wondered what if your website or blog page reaches to front page of big sites like Digg, Yahoo or StumbleUpon? You will recieve enormous traffic and this will surely kill your server if…
Tags:Techniques
Ever wondered how your competitors are doing well than you ? One reason of this could be their way to measure their traffic and tweaking performance, usability stuff. Google Analytics provides you wit…
Tags:MySQL
Recent versions of MySQL have implemented support for foreign keys through the InnoDB table engine. Following is an explaination of how it works. Referential integrity is an important concept in da…
Tags:MySQL
Many hackers constantly try to breach your secure data and steal your secure information away. People generally think that they can't secure their data actively but this isn't true. If you're using My…
Tags:AJAX
What if you are using AJAX requests in application but your server is offline for some reasons? An interesting and unfortunate by-product of AJAX applications is that these applications rely upon the …
Tags:Ruby On Rails
Meta-programming is the writing of computer programs that write or manipulate other programs (or themselves) as their data, or that do part of the work at compile time that is otherwise done at run ti…
Tags:PHP
Drupal is very powerful content management software. This post covers essential resources related to Drupal — the basics, modules, Drupal design inspiration, Drupal themes, tutorials, starter themes, …
Tags:AJAXFrameworksPHP
To deliver powerful web application using PHP AJAX development framework for developing new generation Web 2.0 applications you can use PHP Frameworks. There are various PHP AJAX Frameworks available …