-
Archives
- July 2010
- February 2010
- January 2010
- October 2009
- August 2009
- June 2009
- April 2009
- March 2009
- February 2009
- January 2009
- November 2008
- September 2008
- August 2008
- April 2008
- March 2008
- February 2008
- December 2007
- November 2007
- October 2007
- September 2007
- August 2007
- July 2007
- June 2007
- May 2007
- April 2007
- March 2007
- January 2007
- December 2006
- November 2006
- October 2006
- September 2006
- August 2006
- July 2006
- June 2006
- May 2006
- April 2006
- March 2006
- February 2006
- January 2006
- December 2005
- November 2005
- October 2005
- September 2005
- August 2005
- July 2005
- June 2005
- May 2005
- April 2005
- March 2005
- January 2005
- December 2004
-
Meta
Category Archives: PHP
What goes around, comes around
I’m not a big believer in karma, but this week I experienced some karma-like effects. Two years ago for work, I developed code to protect wiki websites. Then I published it on my blog. This weekend a software upgrade caused … Continue reading
Posted in Main, MediaWiki, MySQL, PHP, Security, Tech
Tagged mediawiki mod_auth_mysql jonudell
3 Comments
Amtrak series: Ruby on Rails on Rails
This will be the most technical of my posts in the Amtrak series, but it’s not just for computer geeks so stay with me. Here we go. Ruby on Rails is a “web application framework”, a way for programmers to … Continue reading
Posted in Amtrak, Business, Entrepreneurship, Open source, PHP, Programming, Ruby on Rails, Tech
1 Comment
New version of Seth Godin WordPress plugin
Five months ago I created a WordPress plugin to implement a marketing principle taught by Seth Godin. He said good marketers “treat returning visitors differently than newbies”. The plugin has been one of the most popular features on my blog. … Continue reading
Posted in Blogging, Open source, PHP, WordPress
16 Comments
What Would Seth Godin Do
If you’re a marketer or a WordPress user, you might like the WordPress plugin I recently created. Based on a principle taught by Seth Godin, it lets you treat new visitors to your site different from returning visitors: “What Would … Continue reading
Posted in Main, PHP, Tech, WordPress
8 Comments
PHP 5 and Beyond
I enjoy developing in PHP 5, for its improved object oriented design and XML support. PHP 6 is slated to have additional useful improvements like built-in Unicode, built-in caching, and increased security out of the box (no register_globals, magic_quotes, or … Continue reading