Browsing archives for 'Web Dev'

Tasty Web 2.0 Icons and FeedBurner

News,Web Dev 1 February 2007 | 1 Comment

Utom Box created the most beautiful Web 2.0 icons. I have implemented a few of them in this site. There is currently no Digg icon, but one of the icons provided by Digg looks Web 2.0 enough to match. I also started using FeedBurner for my RSS feed. I was confused regarding FeedBurner before. I [...]

Site Design

Vida,Web Dev 27 January 2007 | 2 Comments

I’m not being arrogant, but I’m great at XHTML and CSS. What I’m not great at is the visual design. I want to redo my site, but I need a designer to make the look and feel of my site. Then I can code it. Don’t get me wrong, I love my watermelon layout. I [...]

Standards Compliant JavaScript Rollovers

CSS,JavaScript,Web Dev 6 January 2007 | 9 Comments

Courtesy of Daniel Nolan, I found this handy little rollover JS to add rollovers for all your images. It is standards compliant and will not invalidate your HTML. It also majorly cuts down on the bulkiness of your HTML, eliminating the inline JS that is so common on sites nowadays for image rollovers. Why not [...]

Mini-CF Site

ColdFusion,CSS,Vida,Web Dev 5 December 2006 | 0 Comments

So I said I was done with school. That’s not completely true. I am taking one more course this semester, but I’m not attending it; I am only doing the work. The CDSource inspired ColdFusion site is for the ColdFusion course I am taking. Feel free to play around with it, but the cart isn’t [...]

SQL Nerd Funniness

Web Dev,Words 22 September 2005 | 0 Comments

In class, this brought me a good chuckle. We were discussing summary queries, and for some reason we went into using null in the WHERE clause. Query: SELECT first_name, last_name, customer_number FROM customer WHERE street IS NULL Result set: first_name last_name customer_number Sally Adams 412 Teacher:    So, what does this say about Sally Adams? Student:    [...]