Thursday, 24th July 2008.

Posted on Tuesday, 29th April 2008 by admin

I keep getting HTTP errors when using the flash upload in WP 2.5 and 2.5.1. After some digging around a bit, adding the following to my .htaccess file solved it:
<IfModule mod_security.c>
<Files async-upload.php>
SecFilterEngine Off
SecFilterScanPOST Off
</Files>
</IfModule>
Hopefully this helps someone else out too…

Posted in Wordpress | Comments (0)

Posted on Monday, 28th April 2008 by admin

Rick Strahl has been doing some great posts about jQuery on his blog. Yesterday he posted about an excellent resource, ajaxload.info, for creating ajax activity indicators. The second jQuery example that I’d like to share concerns how to display those images on each ajax call. Here is the relevant jQuery code:

The first two jQuery snippets [...]

Posted in jQuery | Comments (0)

Posted on Monday, 21st April 2008 by admin

April 12th 2008: 79 degrees and sunny. Beautiful spring day.
April 19th 2008: Snowing and hailing…

Posted in In the news, Rants and Raves | Comments (1)

Posted on Thursday, 17th April 2008 by admin

I’ve been trying for months to get past level 80 (and over 10,000 points) on the 10K gold fun mode on Desktop Tower Defense. I passed level 80 today, with level 74 being my previous record for the last few months. So close!

Posted in Gaming | Comments (1)

Posted on Thursday, 17th April 2008 by admin

I’m working on putting some of my most often used jQuery snippets onto SKFox.com. Here is my first such attempt. Table striping makes data easier to read and jQuery has some great selectors for this.
$(”table.zebra thead > tr:first-child()”).addClass(”zSelected”);
$(”table.zebra tbody > tr:nth-child(odd)”).addClass(”zOdd”);
$(”table.zebra tbody > tr:nth-child(even)”).addClass(”zEven”);

Be sure to check out the table striping demo page and [...]

Posted in jQuery | Comments (0)

Posted on Thursday, 17th April 2008 by admin

HTML Tables are not for layout. Period. Why do designers/developers still do it?

Dreamweaver makes it too easy.

Posted in Rants and Raves | Comments (1)

Posted on Wednesday, 2nd April 2008 by admin

I’m proud to do my part in supporting free software. I’ve compiled the statistics for the month of March for the CDBurnerXP downloads.
This Month (March 2008)
1,134,733 requests using 1.91 TB of bandwidth.
Last Month (February 2008)
836,540 requests using 1.22 TB of bandwidth.
As always, you can learn more about this great CD burning software at their website, [...]

Posted in Announcements | Comments (1)

jQuery Resources Links Photos About