Jon Ramsey came up with a continuous integration tool called Rephlux. Rephlux periodically checks out your code from CVS and runs your unit tests on it. It produces a RSS feed of test failures and a RSS feed of CVS revisions. How cool is that?
In the future it should be possible to [...]
Rephlux and PHP memory usage with a PEAR surpise
May 27th, 2004WordPress BBCode Plugin
May 26th, 2004I made a download page for my WordPress BBCode Plugin. Please post any bug reports or comments on the plugin as comments or trackbacks to this post.
Upgraded to WordPress 1.2
May 26th, 2004Well, I upgraded to WordPress 1.2 today. Things did not go without a hitch. The cookie format changed, so I had to remove my cookies before I could log back in to the admin section. My feeds were down for part of the day until I realized I had to update my [...]
Exceptional PHP
May 24th, 2004With PHP 5 adding exceptions, I imagine that the PHP community will have to undergo a bit of a paradigm change regarding PHP error handling. This transition probably won’t be without controversy and heartache, especially for those integrating third party libraries. I suspect that some of these issues won’t get worked out until [...]
Design Eye for the Usability Guy
May 20th, 2004Design By Fire has a fun Queer Eye inspired design make over for usability guru Jakob Nielsen’s boring but practical Guidelines for Visualizing Links.
Web Page Loading Performance
May 17th, 2004Dave Hyatt provides a glimpse into factors influencing web page load times for safari and the mozilla based browsers. This is something that I think every web page designer and developer should be aware of.
There is a tendency in web development to focus on the amount of time it takes for the web server [...]
PHP Security Ramblings
May 17th, 2004I really haven’t had much time to work on the WACT PHP Application Security wiki page. Here is a roundup of some of the PHP security articles that I have collected since the page went up.
The Google Hackers Guide (PDF) has a nice summary of the search features of google. It also has [...]
GUI Patent War Brewing
May 14th, 2004Apple is going mad on UI patents while Microsoft assembles hefty patent Arsenal.
Is this a patent arms race? I am not a fan of UI patents.
Even the Big Guys Get Validation Wrong
May 13th, 2004I ordered a computer for someone from Dell last night. When I got to the end of the order, I mistyped a digit on the credit card number and the form was redisplayed with an “invalid credit card number” error. I added spaces between the digits (as they appear on the card) to [...]
Agile Development for an Agile Military
May 12th, 2004It seems that there may be some synergy between Rumsfeld’s agile military reform project and agile software development methods. Agile Software Development for an Agile Force draws this parallel and describes a sample project. It is nice to see articles like federal programmers get agile. I think agile development may be winning its [...]