jonathan street

Jonathan Street's Blog: Book Review: "Practical Web 2.0 Applicat...

PHPDeveloper.org  Mon, 08/11/2008 - 10:28

Jonathan Street has posted a review of a book from Quentin Zervaas - "Practical Web 2.0 Applications with PHP".



 

Jonathan Street's Blog: Random thoughts on random strings

PHPDeveloper.org  Thu, 07/03/2008 - 07:58

On his blog, Jonathan Street has posted some "random thoughts" on generating random (or not so random) strings in PHP.



 

Random thoughts on random strings - Jonathan Street

Planet PHP  Wed, 07/02/2008 - 13:09

I first started to think about random strings when going through the process of registering an application for Windows Delegated Authentication service.

As part of the application you are asked to provide a secret key. You want this to be difficult to guess so a random string is going to be best.

Humans are astoundingly bad at being random and I just slapped the keyboard a few times until I felt I had the required 16 characters.

Writing some code to produce a fairly random string is incredibly easy.

I've easily done it a dozen times or more.



 

Windows Live Contacts coming to PEAR - Jonathan Street

Planet PHP  Sun, 06/29/2008 - 14:14

I've spoken previously about Windows Live Contacts but never really did much with it.

I didn't have an immediate use for it and I was growing increasingly apathetic about the entire area of contact grabbers / importers.

It was a shame really as it was a really exciting project with Microsoft leading the way in the area. It's been only recently that Google and Yahoo have caught up and released their own APIs for accessing their users data.



 

Jonathan Street's Blog: Book Review: "Pro PHP: Patterns, Framewo...

PHPDeveloper.org  Mon, 06/09/2008 - 11:19

Jonathan Street has posted a review of APress Publishing's "Pro PHP: Patterns, Frameworks, Testing and More" (by Kevin McArthur):



 

Pre-populating forms with the timezone - Jonathan Street

Planet PHP  Mon, 05/05/2008 - 10:41

Following my initial discussion on using geo-targeting to predict timezones I've finally found time to play around with some of these ideas.

The idea

Simplify the user experience by predicting the timezone someone is in and auto-populating a registration form accordingly.

The solution



 

Considering my development process - Jonathan Street

Planet PHP  Tue, 04/29/2008 - 13:47

This blog has been quiet for a little over a month now as 'real world' events have consumed all my spare time. Overall it has been a month well spent.



 

Jonathan Street's Blog: Is PHP good enough for science?

PHPDeveloper.org  Thu, 03/20/2008 - 09:32

On his blog today, Johnathan Street poses a question - is PHP "good enough" to be used in the scientific community?