This write-up will go through the process of displaying your Twitter tweets on a web page using a little bit of PHP. Learn how to read your Twitter RSS Feed, Cache it and then display it.
{ 15 comments }
Practical Real World Web Development
From the category archives:
This write-up will go through the process of displaying your Twitter tweets on a web page using a little bit of PHP. Learn how to read your Twitter RSS Feed, Cache it and then display it.
{ 15 comments }
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.
{ 3 comments }
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.
{ 1 comment }
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 }
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 [...]
{ 66 comments }