2007 Mar 16, 3:41This is a Microsoft research project that uses kittens to prove your humanity. This is very similar to something I've linked previously:
http://www.thepcspy.com/articles/security/the_cutest_humantest_kittenauth
captcha security spam microsoft research development tool free web 2007 Mar 13, 3:54A blog article on creating group OpenIDs.
openid authentication group privacy blog article 2007 Mar 5, 2:13Scott uses Fiddler to automatically inject a report on HTML errors into webpages as you visit them.
fiddler tool hack html standard software blog article 2007 Feb 6, 5:12A step by step coding style document generator.
programming c++ development style 2007 Jan 19, 5:06PHP standes for "PHP Hypertext Preprocessor". Its an open source, server side scripting language. Its running my homepage.
php programming reference development web webdesign code documentation software open-source opensource quickreference 2007 Jan 17, 2:10Example javascript that allows you to interactively modify Amazon product images.
amazon images hack howto article blog development reference uri ajax javascript script 2007 Jan 17, 2:08Learn the format of URIs that amazon uses for product images. Lots of neat things available via the URI such as drop shadow, rotation, and "XX% Off!" bullets.
amazon images hack howto article blog development reference uri 2006 Dec 18, 1:34Raymond Chen has made a book from the various lessons learned from his blog.
raymond-chen old-new-thing blog book programming windows 2006 Dec 13, 10:47This is Nullsoft's free tool for generating installers. Its easy to use and does all of the things I want an installer to do.
nullsoft development installer install windows tool tools free programming script software 2006 Dec 5, 12:27This post has a bunch of links to the various new WPF offerings including Jolt which is WPF on the go available as a control for website developers.
blog wpf jolt wpf-e microsoft api programming free 2006 Dec 4, 6:17My profile on SourceForge
sourceforge open-source software proldfile me 2006 Nov 27, 3:09This topic includes an example of how to write a script that obtains data through Microsoft Windows HTTP Services (WinHTTP) either synchronously or asynchronously. The concepts demonstrated in this
example provide the basis for writing client or middle-ti
msdn development programming reference microsoft http javascript script 2006 Nov 27, 2:41Unicode's own list of mappings from Unicode to and from various vendor specific implementations of codepages.
code development programming unicode codepage reference 2006 Nov 13, 2:12Official docs on the XPath language. XPath allows you to describe pieces of an XML document by navigating and filtering the XML heirarchy via a string that looks like a file system path.
xml xpath w3c reference development programming internet quickreference 2006 Nov 6, 6:51I've updated my webpage some more. I now have the onmouseover on the thumbnails in my photos section. So that's fun. I'm using the
flickr badge
script and then including a javascript file I made that finds the flickr imgs in my page and adds in onmouseover and onmouseout events. I've also got the whole thing validating on
W3C's HTML validator and
W3C's CSS validator.
The one thing I'd like to fix is the comments for my blog posts. They aren't included in the RSS feed. I'm shopping for a blog site that supports
comment counts in the RSS feed at least. If possible I'd like the actual comments to appear in
the feed but I doubt anyone does that.
css html script validator homepage flickr 2006 Nov 6, 4:50A Javascript lib that does diff for you. Could be useful in implementing cool AJAX-y clientside things. Also has link to ACM paper describing the diff algorithm used.
acm ajax algorithm article blog code development diff javascript library programming reference