Archives For Web Development

Yesterday I (finally, finally, finally) posted another update to “The Yii Book”. This is version 0.7, with two new chapters:

Chapter 15, “Internationalization”
Chapter 16, “Leaving the Browser”
This adds about 40 more pages of material, bringing the total to around 405 pages as a PDF.
These two chapters do reflect a change in the table of contents, but I’ve not removed any planned content, just re-arranged it. The next two chapters are:

Continue Reading...

User Interface (UI) and User Experience (UX) are two important topics for web developers. There are plenty of recommended books on these subjects, such as Steve Krug’s “Don’t Make Me Think”, and very thoughtful work being done by the good people at A List Apart and User Interface Engineering, among many others. But even if you don’t have the time and inclination to spend hours mastering these subjects (and, sometimes, the underlying psychology involved), a decent amount of UI/UX should come down to common sense. I’ve grabbed a couple of snapshots of recent issues I’ve seen at a couple of different web sites.

Continue Reading...

Last month, Lorna Jane Mitchell posted an article titled “Consuming REST with PHP and Streams”. In the article, Ms. Mitchell demonstrates a clever way to use RESTful services from PHP, making use of streams. This is arguably a better alternative to the standard approach of using PHP’s cURL extension. It’s a clever solution, and not one I’d come across before.

Continue Reading...

I am pleased to announce that I’ve just signed a contract to write the second edition of my “Effortless E-commerce with PHP and MySQL” book, published by New Riders. The first edition was written in the fall of 2010, and has been very well received (out of 22 reviews at Amazon, 18 are 5-star). There was more I wanted to do in the first edition, and a few things have changed since the book was written, so my publisher and I felt it was time for a revision. I’ll be writing the book at the end of the summer and early fall (after I complete “The Yii Book”), with a release date in October or November.

Continue Reading...

Lorna Mitchell gave a presentation at php[tek] 2013 last week titled “Tools for Better PHP”. I did not attend the presentation (because I wasn’t at php[tek] 2013), but I just reviewed the slides she posted at SpeakerDeck. In the presentation, Ms. Mitchell talks about some useful development and operations software that PHP programmers ought to consider using.

Continue Reading...