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, dynamic typing, support for variable number of function arguments and ability to freeze live objects in a string representation. Comparison of PHP vs Python.
Read more »php-vs-python-analysis
PHP Howto- Session and Cookies
Developers are often find Session and cookies to be same but there is one major difference. Sessions are stored on server while cookies are stored on clients machine. Cookies can easily be tampered by an expert hacker where as session is somewhat safe. Still, cookies are used in many web applications. You must have seen “Remember me on this computer” check box.
Read more »Popularity of Programming Languages by November 2008
Popularity of programming languages for the month of November, few majors languages like Java, C and PHP are quite stable in terms of their preference in applications. Python is gaining ground too. Few languages like Ruby, Perl, COBOL are loosing their ground despite strong support from their community.
Read more »Popularity of Programming languages - September 2008
Tiobe Softwares has released rankings of programming languages and popularity of programing languages for the month of September 2008. The index is updated once a month. The ratings are based on the number of skilled engineers world-wide, courses and third party vendors.
Read more »AJAX should not mandate HTTP
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 existence of an application server always being available.
Read more »Distributed Processing With Flex and AIR
So how can you apply the power of distributed computing to your own cool project? I suggest using Adobe’s Integrated Runtime (AIR) technology. With AIR, you can build a single application in ActionScript, or in HTML/JavaScript, that runs on Windows, Macintosh, and Linux. And that application can use the network to request data from the server, process it locally, and send the results back to the server once the processing is completed.
Read more »Category: Programming Tags:
PHP 6: What lies in plate ahead?
PHP’s next edition, V6, includes new features and syntax improvements that will make it easier to use from an object-oriented standpoint. Other important features, such as Unicode support in many of the core functions, mean that PHP V6 is positioned for better international support and robustness.
Read more »Popular Open Source Version Control systems
Designers and developers can both benefit from using revision control systems to keep copies of their files and designs. You can instantly browse previous “commits” to your repository and revert to earlier versions if something happens. This article reviews some of the top open source version control systems and tools that make setting up a version control system for your project.
Read more »Free PHP-AJAX Chat applications
Chat applications are very common in social networking sites, dating sites and other web applications where you need your users to interact with each other or even to site admin. Previously, there were many PHP chat applications which needed page refreshing annoying the users. Then came AJAX chat applications which doesn’t need page refresh and looks very similiar like any flash chat applications. Following is a list of PHP AJAX chat applications you can use in your web applicaitons for free.
Read more »Hiding PHP file extension
if you don't know how to make .asp or .html or .pl file to work as a php file and i.e these files contains the code of PHP but the extension of these files may be .asp or .html or .pl or anything or ur wish.
Read more »MySQL: foreign keys and referential integrity
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 database design. The term refers to a state when all the references in a database are valid and no invalid links exist between the various tables that make up the system. When referential integrity exists, any
Secure sensitive data in MySQL with few easy steps
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 MySQL, there are some easy things you can do to secure your systems and significantly reduce the risk of unauthorised access to your sensitive data.
Read more »Meta-Programming with Ruby
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 time. Check out a Ruby example of writing your own DSL (Domain Specific language).
Read more »popularity-of-programming-languages-october-2008
Tiobe Softwares has released rankings of programming languages and popularity of programing languages for the month of October 2008. The ratings are based on the number of skilled engineers world-wide, courses and third party vendors. The popular search engines Google, MSN, Yahoo!, and YouTube are used to calculate the ratings
Read more »Introduction of Delphi for PHP
Delphi for PHP is a visual IDE for developing applications in PHP. It is based on the same codebase as Delphi, and it implements a library of objects in PHP based on Delphi’s Visual Component Library (VCL). This will make working in Delphi for PHP a familiar experience to current or past Delphi or C++ Builder users.
Read more »Why on earth you need Agile Development?
If you are a startup company or you are looking to build a global team across the continents for your product but you don ’t want to end up with a mess you need Agile Development
Read more »Image animation with JavaScript
How to animate images on the HTML page? Is it complicated? What tools and technologies you need to use? This article will explain simple image animation and show live demo.
Read more »Category: Programming Tags:
PhpBB Site Login Integration
If you have existing phpBB forums setup, you can make a login form for them right from you own website. This is convenient for easy site login integration. You can use this as the base for a site user system instead of having two seperate user systems.
Read more »Category: Programming Tags:
Book Review: Essential Guide to Flex 3
The Essential Guide to Flex 3 is also another Friends of Ed book, this one written by Charles Brown. The book’s intent is to provide a good introductory overview of basic concepts in Flex programming, covering almost all the bases on how to develop simple, yet powerful applications.
Read more »The Ruby is Rising
A study based on Black Duck Software’s Koders.com search engine data shows that the use of the Ruby language has grown significantly in the last four years. According to the Koders.com data, Ruby usage is ahead of dynamic language alternatives such as PHP, Python and Perl, and just behind more entrenched languages such as Visual Basic, C/C++ and C#.
Read more »


