Ajax RSS Feed
Description: Learn how to build an Asynchronous JavaScript and XML (Ajax) Really Simple Syndication (RSS) reader, as well as a Web component that you can place on any Web site to look at the articles in the RSS feeds.
Added on: 04-Apr-2007 Hits: 570
|
Comments (0)10 Tips That Every PHP Newbie Should Know
Description: I wish I had known these 10 tips the day I started working with PHP. Instead of learning them through painstaking process, I could have been on my way to becoming a PHP programmer even sooner! This article is presented in two parts and is intended for folks who are new to PHP.
Added on: 28-Jul-2005 Hits: 521
|
Comments (1)5 Star Rating System
Description: A star rating system is a valuable asset to any website: it adds interactivity to a site, and keeps the users connected with the your site. In this tutorial, you will learn how to make one using php.
Added on: 13-Mar-2006 Hits: 434
|
Comments (0)Sql Lite in PHP
Description: Many people have heard of SQLite but not many people have used it in their PHP applications. Most PHP applications make use of the MySQL database engine to store information however this is not always needed for small amounts of data. In these cases, web applications often store their data in a "flat file" format, often just a plain text file or an XML file. Both of these methods have their downsides. For examples, if you distribute the web application, your customers may not have access to a MySQL server. In the case of flat files, these can quickly grow large and inefficient and can be difficult to query.
Added on: 22-Jan-2008 Hits: 423
|
Comments (0)Create a php based CMS
Description: Writing your own CMS can lead to a solution that is better suited to your requirements, better addresses the needs of your users, and is better understood by your development team. If you have the time and expertise to write your own in-house system, it may well prove the better option.
Added on: 11-Mar-2005 Hits: 403
|
Comments (0)Resize image on the fly with GD
Description: This is a nifty function to resize an image of unknown height and width to a pre-determined size. This is very useful if you have user submitted images, like the ones here on php builder.
Added on: 02-Aug-2005 Hits: 399
|
Comments (0)