25
Nov/09
1

Book Review: Ext JS 3.0 Cookbook

Packt Publishing sent me a copy of one of their new books for review: Ext JS 3.0 Cookbook, by Jorge Ramon. I have a few criticisms, but am generally very impressed with the book considering it has to be compared with some excellent documentation from the Ext JS team.

Read article...

9
Nov/09
0

A Java Swing Application for Testing PHP Snippets

I’ve put together an application that lets you test PHP snippets without having to save them to a file. This should be useful to testing out built-in functions and regular expressions amongst other things. There’s also a built-in web server so you can see the results in your browser. The article talks through how I’ve put it together. There are links to download the application and it’s source code.

Read article...

Filed under: Java, PHP, Swing