Archive for 2005

PHP Drag & Drop site creator using AJAX is a bust


For the life of me, I’ll never understand why people and companies continue to sell boxed PHP applications. As hokey and corporate-cliché as this sounds, companies should instead be selling relationships. Not software. Especially not boxed PHP software. So, SQL Fusion has created a “Drag and Drop Site ...

Still fleshing out the syntax highlighting


I'm not 100% happy with the way the syntax highlighting is working out so far with the code examples. I may have to hack up the plug-in. My apologies if it's annoying you as well. UPDATE 12/2/2005: It would help if I actually included the css file, eh? ...

Configuration variables via Singleton object in PHP4


There is probably no design pattern handier and easier to set up than a Singleton pattern. One of the best uses in PHP apps is for configuration variables. You can use define all over the place or you can use $GLOBAL but things work a lot better ...

Form data validation in PHP and JavaScript


I'm mentoring a few folks at work in web app development, specifically PHP. Today, the subject of form data validation came up when I pointed out to them that their app had none. No matter what data I entered for name, email address, etc., that data ...

The SqlXML class — PHP sql query results in XML via object


For a personal project that I’m working on in PHP4, I’m using XSLT to display a bunch of pages. Most times, I don’t use the XSL transforms for the whole page, usually just tables of data that are returned from a query. The first thing that you need to ...

Adobe Creative Suite, First impressions, Where are the Keyboard Shortcuts?


Just got Adobe CS 2 for some graphics work on the PC at home. I'll be the first to admit that programmers shouldn't do graphics, but there's an urgent need (and I also like to play) so there you go. So far, so good, everything is similar enough ...

Ning is busted


Stuff like this drives me nuts. Ning is out. It's a social app builder that can join other social apps together. It sounds complicated but it's really not. Anyway, I registered, confirmed my registration and now it won't let me log in but it says ...

Perl tutorials for HTML output?


I realize I've been pretty busy with my projects lately and haven't had that much time to check out all that's hip and happening in the world of web development... but... ummm... when did it become cool to develop web apps in Perl? Found this today... CGI::Application: A Simple, ...

Close
E-mail It