Archive for the 'Website' Category

Fix Wordpress 2.6 Custom Structure Permalinks Part II

If you’re new here, you may want to subscribe to my RSS feed and follow me on Twitter for Blog updates, my new software releases, and other tech related announcements.Thanks for visiting!Thanks to Marc’s comment on my last post, fixing Permalinks is easier that I originally thought for Wordpress 2.6. Marc cites this post on [...]

How To Fix Permalinks In Wordpress When All Else Fails

UPDATE:Please see Part II, which includes links to the official Wordpress support forum.
After trying everything from disabling plugins, to re-creating permalinks, to removing my .htaccess file, I still could not restore my permalink custom structure after upgrading Wordpress from version 2.5.1 to 2.6. I then posted a new topic in the forums for help and [...]

Done with Resisting Twitter

So I finally decided to get in on the Twitter craze. As Anthony mentioned “Resistance is futile.”
You can follow my “Tweets” here. Also, I will conveniently announce my new software releases here - nginx for windows, lighttpd for windows, etc.
My latest 5 Twitter updates are also in the sidebar, for your your viewing pleasure.

nginx 0.6.30 for Windows

Much like my previous release of nginx for Windows, nginx 0.6.30 for Windows was created on Windows XP Professional and has been tested on Windows XP and 2000. Fans of my lighttpd for Windows setup packages may also enjoy using nginx for Windows.
Windows Vista has NOT been tested, but may work on 32-bit versions.
I compiled [...]

nginx 0.6.29 for Windows

Based on the success of lighttpd for Windows, I decided to see if I could build another lightweight Apache web server alternative on Windows: nginx. It was possible, so I created a nice, easy-to-use setup package to let anyone try it out. It should not be used in a production environment and I will probably [...]

Photoshop.com’s SSL site is running lighttpd

I was just over at Adobe’s Photoshop Express test drive site, and I noticed that they are running the yet to be released lighttpd/1.5.0 :
[kevdev]$ curl -I https://www.photoshop.com/express/index.html?bypass&wf=testdrive
[kevdev]$ HTTP/1.1 200 OK
x-ozzy-version: 1.1.7275 (built from production branch)
Content-Type: text/html
ETag: “408377048″
Accept-Ranges: bytes
Last-Modified: Wed, 26 Mar 2008 05:43:52 GMT
Date: Thu, 03 Apr 2008 02:24:26 GMT
Server: lighttpd/1.5.0
Content-Length: 11747
[kevdev]$

Remove Ads and Commercials from Hulu

Hulu is a great site for watching popular TV episodes and clips. Using Firefox (or a Firefox derivative like Flock) and the AdBlock Plus extension, you can avoid seeing most ads, and the short commercials during episodes.
Add the following filters to AdBlock Plus:
http://ads.hulu.com/*
http://*.lightningcast.com/*
That’s it. Enjoy uninterrupted episodes!