7

php-vs-python-analysis

http://www.hurricanesoftwares.com

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 »
kailash k's picture
2 weeks 1 day ago – Made popular 2 weeks 1 day ago
Category: Programming   Tags:
7

PHP Howto- Session and Cookies

http://www.hurricanesoftwares.com

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 »
hurricanesoftwares's picture
8 weeks 6 days ago – Made popular 8 weeks 6 days ago
Category: Programming   Tags:
6

Popularity of Programming Languages by November 2008

http://www.hurricanesoftwares.com

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 »
hurricanesoftwares's picture
2 weeks 3 days ago – Made popular 2 weeks 3 days ago
Category: Programming   Tags:
6

Popularity of Programming languages - September 2008

http://www.hurricanesoftwares.com

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 »
hurricanesoftwares's picture
8 weeks 6 days ago – Made popular 8 weeks 6 days ago
Category: Programming   Tags:
5

AJAX should not mandate HTTP

http://www.hurricanesoftwares.com

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 »
kailash k's picture
4 weeks 2 days ago – Made popular 4 weeks 2 days ago
Category: Programming   Tags:
5

Distributed Processing With Flex and AIR

http://www.sitepoint.com

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 »
5 weeks 18 hours ago – Made popular 5 weeks 18 hours ago
Category: Programming   Tags:
5

PHP 6: What lies in plate ahead?

http://www.hurricanesoftwares.com

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 »
kailash k's picture
7 weeks 2 days ago – Made popular 7 weeks 2 days ago
Category: Programming   Tags:
5

Popular Open Source Version Control systems

http://www.hurricanesoftwares.com

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 »
hurricanesoftwares's picture
7 weeks 6 days ago – Made popular 7 weeks 6 days ago
Category: Programming   Tags:
5

Free PHP-AJAX Chat applications

http://www.hurricanesoftwares.com

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 »
hurricanesoftwares's picture
8 weeks 1 day ago – Made popular 8 weeks 1 day ago
Category: Programming   Tags:
5

Hiding PHP file extension

http://roshanbh.com.np

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 »
red01's picture
45 weeks 23 hours ago – Made popular 8 weeks 6 days ago
Category: Programming   Tags:
4

MySQL: foreign keys and referential integrity

http://www.hurricanesoftwares.com

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

Read more »
kailash k's picture
4 weeks 2 days ago – Made popular 4 weeks 2 days ago
Category: Programming   Tags:
4

Secure sensitive data in MySQL with few easy steps

http://www.hurricanesoftwares.com

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 »
kailash k's picture
4 weeks 2 days ago – Made popular 4 weeks 2 days ago
Category: Programming   Tags:
4

Meta-Programming with Ruby

http://www.hurricanesoftwares.com

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 »
hurricanesoftwares's picture
4 weeks 3 days ago – Made popular 4 weeks 3 days ago
Category: Programming   Tags:
4

popularity-of-programming-languages-october-2008

http://www.hurricanesoftwares.com

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 »
kailash k's picture
6 weeks 21 hours ago – Made popular 6 weeks 21 hours ago
Category: Programming   Tags:
4

Introduction of Delphi for PHP

http://www.hurricanesoftwares.com

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 »
hurricanesoftwares's picture
8 weeks 3 days ago – Made popular 8 weeks 3 days ago
Category: Programming   Tags:
3

Why on earth you need Agile Development?

http://www.hurricanesoftwares.com

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 »
hurricanesoftwares's picture
14 hours 1 min ago – Made popular 12 hours 53 min ago
Category: Programming   Tags:
3

Image animation with JavaScript

http://www.redips.net

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 »
1 week 3 days ago – Made popular 1 week 3 days ago
Category: Programming   Tags:
3

PhpBB Site Login Integration

http://gysu.info

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 »
3 weeks 5 days ago – Made popular 3 weeks 5 days ago
Category: Programming   Tags:
3

Book Review: Essential Guide to Flex 3

http://www.jroller.com

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 »
red01's picture
5 weeks 18 hours ago – Made popular 5 weeks 18 hours ago
Category: Programming   Tags:
3

The Ruby is Rising

http://www.devsource.com

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 »
red01's picture
5 weeks 18 hours ago – Made popular 5 weeks 18 hours ago
Category: Programming   Tags: