May 2009 Entries
del.icio.us Tags: Management Technorati Tags: Management In no particular order of weight (but would have to say if I had to give it a weight the highest would be on #1, #2, #4, #7, #9, and #10). Before you read this, you might want to read my philosophy on what a Good Manager / Lead would be. 1) Code & Run Shop No iterative development structure. It’s a “do it all at once” crap shoot in a “lets grab a date out of thin air” type of deal...
First off, what’s a Code...
I want to introduce you to who I think is one of the best resources on the net for CSS and tableless design or just CSS in general. Ryan has been helpful in many occasions in times where I needed to figure out tricks in CSS and his website is full of very relevant articles. Hats off to Ryan and may you realize this great resource in your daily workings with tableless design and CSS pains. Keep up the great tips Ryan.
Technorati Tags: CSS del.icio.us Tags: CSS As I said before I’m doing a lot more CSS these days with tableless design. Now before I start on this...
del.icio.us Tags: CSS Technorati Tags: CSS ...
Technorati Tags: Subversion del.icio.us Tags: Subversion Version Control with Subversion ISBN: 0596510330 ISBN-13: 9780596510336 ...
Technorati Tags: Standards ...
del.icio.us Tags: Coffee Flickr Tags: Coffee Technorati Tags: Coffee Share this post : ...
Am I the only programmer out here that thinks the term “Foo” as a generic placeholder just sounds gay? I don’t know why the hell we use it but I just think it’s gay. Thought to share that point useless as this post is. Foo seems like some kind of term that developers deem as “cool” to use but it’s just plain nerdy. Sorry but it just sounds dumb.
del.icio.us Tags: Management,Business Technorati Tags: Management,Business ...
Technorati Tags: jQuery The jQuery tabs is a nice plugin. But depending on how creative your site is and how aesthetic it’s function needs to be, a lot of times you’re not going to use it as is because it simply looks like a “developer designed the tabs”. So, to pretty up the tabs, you can simply set the images and then when you click just change out the image to show an active image using jQuery selectors. Here’s how I did it: <script type="text/javascript">
$(function() {
...