» Web Development
-
Maintaining History in Ajax Application
By vinu on January 12th, 2006 | No Comments
Here’s a good article on how to maintain back and forward browser history in Ajax applications. “While Ajax and Web 2.0 are all the rage at the moment one of the most frequent criticisms of Ajax is the lack o... -
Rapid development framework for PHP
By vinu on January 6th, 2006 | No Comments
Here are some Rapid Development Frameworks for PHP: Prado PHP Framework: PRADO is a component-based and event-driven framework for rapid Web programming in PHP 5. PRADO reconceptualizes Web application development in ter... -
Ajax Link Tracker
By vinu on January 4th, 2006 | No Comments
Here’s a cool way to check which portions of your pages are being clicked by viewers. The author of this article has used Javascript to capture the mouse clicks on the screen and save the location to the database ... -
Creating Search Engine Friendly URLs in Mambo 4.5
By vinu on December 29th, 2005 | 3 Comments
Mambo 4.5 has in-built functions to create search engine friendly URL’s. Most search engines don’t index sites with query strings in the URL. To overcome this, most CMS systems have in-build systems that allow you to... -
PHP 5 Power Programming
By vinu on December 27th, 2005 | No Comments
Here’s a book from Bruce Perens’ Open Source Series called PHP5 Power Programming. This book deals with : Expert PHP 5 programming techniques, direct from PHP 5 co-creator and key developers Definitive cov... -
Upload, Store, Search and Watermark your images using PHP and GD
By vinu on December 26th, 2005 | No Comments
Here are a 3 tutorials showing you how to upload, store and watermark your images using GD with PHP. The first tutorial shows you how to upload and store images on your server using PHP & GD. Link: Storage and re-u... -
Search engine using Symfony [PHP5]
By vinu on December 22nd, 2005 | No Comments
Here’s a great tutorial on how to create a fully functional search engine using the Symfony framework. You can develop your own search engine, with results ordered by relevancy, smart indexing and stemming of searc... -
How To Create an RSS Aggregator with PHP and AJAX
By vinu on December 22nd, 2005 | No Comments
Imagine using a simple HTML file to send a request to a server-side script, receive a custom XML file based on that request, and then display it to the user without ever refreshing the browser! Kris Hadlock explains how ... -
Top 7 PHP Security Blunders
By vinu on December 21st, 2005 | No Comments
PHP is a terrific language for the rapid development of dynamic Websites. It also has many features that are friendly to beginning programmers, such as the fact that it doesn’t require variable declarations. Howeve... -
Generating One-Time URLs with PHP
By vinu on December 21st, 2005 | No Comments
Imagine that you’re selling a digital product online. Maybe you’ve written an article or a book and want to sell it on your site as a PDF. There are many ways one could do this, but one of the more convenient...





