Author: crccheck

Having gone through these three frameworks, I’m going to say something I wish other review sites said: For each purpose, there is a “best” framework. It all depends on context. The Yahoo! User Interface Library (YUI) If you’re building a rich web application from scratch, YUI will have very thorough tools to do anything you…

Read More nano review of JavaScript frameworks (YUI, jQuery, moo)

My Windows Vista Home Premium installation was on one of the Seagate 7200.11 drives with the bad firmware, so I’ve been trying to do something about it for a while now. This weekend I used SelfImage to copy my installation from one drive to another via my windows XP machine. After 12 hours of waiting…

Read More Ghosting a Windows Vista Home Premium Installation

I wanted to write a Greasemonkey script to modify all mailto: links on a page, but to do that, I have to find them first. Here’s my first attempt: //a[@href]/text()[contains(.,”@”)] It’s pretty bad. I wanted to find links starting with “mailto:” but couldn’t figure out how to operate on the href attribute. second attempt: //a/@href[contains(.,”mailto:”)]/..…

Read More Using XPath to find email address links

So I installed AVG 8 Free. I think was using 7.5 Free before. The new interface is nice, but AVG seems to be going the Microsoft/Norton/Nero philosophy of adding as much junk as possible to get as many bullet points for their sales departments as possible. I also scanned some Microsoft Word macro viruses, and…

Read More AVG 8 Free: slicker interface, more bloat, less functionality