-
Topics
Search
Tags
301 adsense ajax apache array blackhole catch-all CURL duplicate content email error_log fail feedback globals google ie6 IIS invisionboard ISAPI Rewrite javascript linux system admin loops manage ads office permalinks phpbb putty Rand Function remote desktop restart segfault SEO server spam SQL2000 ssh taxes vbulletin windows wordpress xcache
Monthly Archives: May 2006
Getting Loopy – Nested Javascript Loops
Complex loops with Javascript can get tricky. Double-nested loops, dynamic field names, and all kinds of other things can leave a programmers head spinning. Let’s get Loopy and tackle this in a nice programatical manner. Recently presented with a form … Continue reading
Problematic SQL Sorting
Sometimes, all you want to do is a simple ORDER BY, but it just doesn’t work. SQL has some quirks when trying to sort “text” numbers, especially when they are decimal numbers. Consider the following Database table, myTable: Code varchar(5) | Descr … Continue reading
Posted in Programming
3 Comments
Is it Time to Abandon 800×600?
Yesterday, May 15th 2006, Yahoo! Inc. released a link in their blog to a preview page of their new layout which perhaps may set the standard in pushing away from developing for 800×600 resolution. It will not fit without horizontal … Continue reading
Posted in Programming
20 Comments
Microsoft.com Goes Valid
Hell must have frozen over sometime in the past month or so. With the newest rendition of the Microsoft.com Home Page, the markup actually passes W3 validation for HTML 4.01 transitional. Further noteworthy, is that there are accessibility features in … Continue reading
Posted in Programming
1 Comment