buckler

SitePoint PHP Blog: How to Create Your Own Twitter Widget in PHP...

PHPDeveloper.org  Thu, 01/06/2011 - 12:05

On the SitePoint PHP blog today Craig Buckler is back with the second part of their series on creating a Twitter widget for your site.

You can find more about the first part of the series here.


 

SitePoint PHP Blog: How to Create Your Own Twitter Widget in PHP...

PHPDeveloper.org  Wed, 01/05/2011 - 13:13

From the SitePoint PHP blog today there's a new tutorial from Craig Buckler (part one of a series) on how to create your own Twitter widget you can drop in anywhere on your site (main content or sidebar).

It uses cURL to make the requests to the Twitter servers, so you'll need that installed on your PHP instance.


 

SitePoint PHP Blog: How to Make WordPress Easier for Clients, Pa...

PHPDeveloper.org  Thu, 04/15/2010 - 10:10

SitePoint.com has started a new series of posts today looking at how to make WordPress easier for clients to use and be happier with overall.

Craig Buckler looks at things that can help your clients think simpler and easier.


 

SitePoint PHP Blog: How to Override PHP Configuration Options

PHPDeveloper.org  Thu, 03/04/2010 - 10:09

Craig Buckler has added a new post to the SitePoint PHP blog today that looks at some of the PHP configuration options and how you can change them from two different places (besides the php.ini file).


 

SitePoint PHP Blog: Are PHP Namespaces Really So Bad?

PHPDeveloper.org  Thu, 08/13/2009 - 08:29

In this new post to the SitePoint PHP blog, Craig Buckler asks a question about one of the newest features of PHP, namespaces - are they really so bad?


 

SitePoint Web Tech Blog: How to Test Multiple Websites on One PC...

PHPDeveloper.org  Fri, 04/24/2009 - 09:24

On the SitePoint.com Web Tech blog, Craig Buckler explains how you can test multiple PHP/MySQL/Apache websites on your local machine without having to change your Apache configuration each time - the magic of VirtualHosts.


 

SitePoint PHP Blog: How to Install PHP on Windows

PHPDeveloper.org  Mon, 04/13/2009 - 09:24

In this new article on the SitePoint PHP blog, Craig Buckler shows you how to get PHP installed and working.

He mentions the "all in one" packages that can do a lot of the work for you, but opts to go down the manual route to show you how its really done.