Python in 10 minutes

March 31st, 2008

A tutorial attempting to teach Python in 10 minutes.

read more | digg story

Great List of Photoshop video tutorials

March 31st, 2008

80 Adobe Photoshop Video Tutorials: speed painting, design of buttons and interfaces, beauty retouching, digital matte painting, photo manipulation, effects and much more.

read more | digg story

Someone is going to make a fortune on the problem of email overload

March 28th, 2008

Great article on the problems of being more easily contactable in the internet age. The author talks about email bankruptcy (deleting an overloaded inbox and starting again) and the issue of his current inbox of 2000+ messages.

Note to self: read over the comments …

read more | digg story

And here is a related presentation:

and the vid of the presentation …

Re-running all website statistics in cpanel

March 28th, 2008

Found this:

for i in `ls /var/cpanel/users`;do /scripts/runweblogs $i;done

here:
Executing /scripts/runweblogs for all users in cpanel

Also while on the subject of cpanel … if you are a bit of a server n00b like me … this restarts the cron service …

service crond restart

SPF records on a cPanel Server

March 25th, 2008

Getting email delivered can be a problem without, among other things, an SPF (Sender Policy Framework) record.

Just found this:
how to install SPF records on a cPanel server

The whole site looks really useful.

Note to self: check back there and do some reading.

Compiled list of the best WordPress Plugins

March 24th, 2008

There are lots of lists of the best WordPress Plugins. This article compiles the data from 48 lists – which mention 280 plugins in total – and creates a list of the top 30. A good place to start before installing something random.

read more | digg story

Perl 5.10 Overview

March 24th, 2008

What is new and cool in Perl 5.10 …

Reasons for switching back to PHP from Ruby on Rails – one perspective …

March 23rd, 2008

Great article by the developer of CD Baby on changing back to PHP after working with Ruby on Rails. Not a diss on Rails – he just states several reasons why he found it easier to return to PHP. Good perspective.

read more | digg story

Save yourself some work: important PHP classes/libraries/projects for developers

March 22nd, 2008

From sending mail with attachments to fetching content via RSS to sending a trackback – a list of common coding tasks that is solved with good existing code.

read more | digg story

One they didn’t mention and that I use all the time is Manuel Lemos’ HTTP Protocol Client – complete with lots of examples!

Killing MySQL Database Perormance

March 22nd, 2008

Great presentation reviewing how to kill database performance.