Archive for Category: Code

comparing open-source ajax frameworks

Tuesday, December 11th, 2007, 7:02 pm
Filed under: Code, General

I was writing up some notes for my next guest spot on the Lab with Leo next week (which will appropriately be about comparing and contrasting AJAX frameworks) when I realized that I probably shouldn’t let all this research and paraphrasing work that I’ve put together go to waste. Most of it won’t make [...]

Tags: , , , , ,

tutorial: rounded corners with yui tabview

Wednesday, November 7th, 2007, 10:40 pm
Filed under: Code

After spending the last few months hacking away at the Yahoo! User Interface Library (YUI), I’ve figured out how to do a few things that are pretty much undocumented. The YUI TabView component, specifically, is a pretty slick control with a very lightweight structure and simple, elegant markup. On the other hand, customizing a TabView [...]

Tags: , , , , , , , ,

del.icio.us tag cloud v1.0 released

Friday, October 21st, 2005, 2:32 pm
Filed under: Code, WordPress

Well, I was bored a couple of weekends ago and decided I’d try and replicate the del.icio.us tag cloud used in the navigation bar on radar.oreilly.com. After I got it working, I figured I’d release it as a WordPress plugin so that everyone can take advantage of what I think is a cool representation [...]

Tags: , , , ,

updated flickr gallery wordpress plug-in

Monday, April 25th, 2005, 10:40 am
Filed under: Code, WordPress

Well, it seems there’s some interest (at least from fellow Dreamhosters) in my updates to the PHP flickr gallery plug-in for WordPress. Basically, all I did was replace the remote fopen() calls with libcurl calls. The original plug-in was written by Ramon Darrow and can be downloaded here. Thanks to Ramon for making it available [...]

Tags: , , ,

remote fopen(), R.I.P.

Wednesday, April 20th, 2005, 3:55 pm
Filed under: Code

Well, my ISP decided to disable remote fopen() calls in PHP today. I can see why, considering it’s a pretty big security hole in PHP.
Looks like I had my hosting account’s e-mail notifications set to only the highest priority (why this wasn’t high priority, I have no idea /boggle), so I didn’t see the original [...]