Archive for 2006

All your google are belong to us


I'm a google-whore. I freely admit this. I use a ton of their tools. Gmail. Calendar. The personalized search home page complete with widgets (or whatever google calls them, probably googets). Yahoo has the same tools and Ask.com is catching up with some neat stuff but ...

How to create and use multiple profiles using the Profile Manager of Firefox


What's cool about this is that you can use one profile with all your nice web developer extensions set up and another for quick browsing with no extensions installed.  I find using a few extensions tends to bog Firefox down (even still today) so doing without some when I'm just ...

DB2 Creating (faking) a Boolean datatype


When creating a table in DB2, to create a Boolean datatype column (since DB2 doesn’t have this natively) you have to use a check constraint on a smallint column. So if you have a column named “ACTIVE” that you want to be Boolean, you would create the that col ...

DB2 Creating Sequences to use with Primary Key ID fields


Well, another job and another database system to learn. I've got practically all of them under my belt now ;-) I finished reading this article on sequences vs key managers vs identity columns and decided I needed to go with a sequence. To create a new sequence called “USERS_SEQ” for a ...

VS2005 Errors when creating .aspx pages that retrun XML or JSON


I kept getting this on a page that did nothing but reference a code behind. Validation(): Element 'html' occurs too few times. This is because VS2005 is performing HTML validation by default. Yuk. You can turn this off by going to: Tools --> Options --> Text Editor --> HTML --> Validation Uncheck ...

Handy AJAX data structures using JSON, XML, ADODB, PHP, and Mysql


I'm working on a project where I thought a little AJAX magic would help the user interface a bit, so I've been adding that functionality piece by piece. For this web site, we've previously standardized on using the ADODB PHP database abstraction library for all our queries. The particular circumstances ...

Bug in CareerBuilder.com saved job search


This stuff drives me nuts. Go to careerbuilder.com. Set up an account if you don't already have one Add a job search, save it as an agent (or whatever they call it) Now, when you go to your "my careerbuilder" you'll see a list of local jobs and your saved searches below ...

How to get a C# class to talk to Mysql in under 5 minutes


I had to access a Mysql database at work today using C# and .NET. Well, I didn't have to... but I wanted to... and I had some down time. I'm mainly a PHP guy, but C# is similar enough to C/C++ that I figured out what I needed ...

Close
E-mail It