From the category archives:

PHP

Apache and PHP5

Another one of those Apache/PHP woes that you may be experiencing. If you’re handling your WAMP installation yourself, then read this just for the extra knowledge.

{ 2 comments }

Cache Content to Speed Up Slow Loading Web Pages

Thumbnail image for Cache Content to Speed Up Slow Loading Web Pages

Dynamic web pages that make constant database calls and run many data processing tasks eat up server resources and increase page load times. In this tutorial, learn 3 content caching techniques to increase web page speed.

0 comments Read the full article →

Running PHP4 and PHP5 in Parallel, The Easy Way

Thumbnail image for Running PHP4 and PHP5 in Parallel, The Easy Way

If you need to run different versions of PHP in your daily development environment, I’ll show you how to do it quite effortlessly. The main reason you might need this, is to test compliance with older PHP versions. Running PHP4 and PHP5 together isn’t as hard as you may think.

0 comments Read the full article →

Top 5 NetBeans Features to Help You Become Instantly Productive

Before I get started, I’ll preface this with the fact that, I have been using the NetBeans IDE for a little less than 6 months; but for that period of time, I have grown to like it very much. These are the top features I have found which allowed me to become instantly productive.
Line Duplication [...]

0 comments Read the full article →

Saving Form Data to Google Spreadsheets Using PHP and the Google Docs API

The general idea is to read a Google Spreadsheet through PHP and save user submitted form data via the Google Documents List Data API. By doing this, you can quickly view all the submissions at a glance and you are also able to export CSV files of the data. Using Google Docs gives you and [...]

51 comments Read the full article →