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
Category Archives: Programming
Lightbox and WordPress- The Easy Way
I recently wrote an article on BloggerSkills.com on how to better utilize the Lightbox functions within a WordPress blog. No more manually typing rel=”lightbox” attributes! read more | digg story
Posted in Programming Leave a comment
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 22 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
Classic ASP and AJAX
There aren’t many tutorials on the web for Classic ASP and AJAX interfaces. Classic ASP is just about fazed out at most companies, but there are still plenty of legacy applications that use it. There is a lot of confusion … Continue reading
Posted in Programming 22 Comments
