Posted by Kubrick in CSSOct 21st, 2009 | No Comments
I like to be confident with post titles, but the reality in this case is a *possible* solution for very long dropdowns. The problem with long dropdowns is that the dropdown itself can go below the “fold” of the website.
If you enjoyed this post, make sure you subscribe to my RSS feed!
Posted by Kubrick in CSSOct 16th, 2009 | No Comments
Hey folks, don’t salt your scotch with tears on my account, but I’m posting to tell you all I just suffered a complete data loss on my computer. I figured I’d go through how it happened.
If you enjoyed this post, make sure you subscribe to my RSS feed!
Posted by Kubrick in CSSOct 15th, 2009 | No Comments
If you’ve been using The Printliminator , you may have noticed some updates to it. That’s the cool part about a bookmarklet that references external code, updates and new features can be pushed out without having to have everyone ditch the old one and get the new one! Undo button! Anything you can do in Printliminator, you can now undo, one step at a time. Added note about using ALT key on PC instead of Option.
If you enjoyed this post, make sure you subscribe to my RSS feed!
Posted by Kubrick in CSSOct 13th, 2009 | No Comments
The code for this tutorial was created by Kenrick Beckett . The Plan In this tutorial we are going to build a little chat program that is really easy to get up and running on any server running PHP.
If you enjoyed this post, make sure you subscribe to my RSS feed!
Posted by Kubrick in CSS, Design, Web DesignOct 8th, 2009 | No Comments
By Angel Wardriver Web development is time consuming and quite challenging.
If you enjoyed this post, make sure you subscribe to my RSS feed!
Posted by Kubrick in CSSOct 7th, 2009 | No Comments
Introducing The Printliminator ! I had this idea when I was at a lyrics site trying to print out some lyrics. The page didn’t have a good print stylesheet and was full of all kinds of crap.
If you enjoyed this post, make sure you subscribe to my RSS feed!
Posted by Kubrick in CSS, Web DesignOct 7th, 2009 | No Comments
In my previous article we built a tab control using Plain Old Semantic HTML (POSH). It worked in all browsers, but wouldn’t win any design awards. This is the second of a three-part series that illustrates how to build a simple tabbed box using progressive enhancement techniques
If you enjoyed this post, make sure you subscribe to my RSS feed!
Posted by Kubrick in CSS, Design, Web DesignOct 5th, 2009 | No Comments
One of the most common complaints about CSS frameworks like Blueprint , YUI Grids , and 960.gs is that they require designers to dirty their fingers by adding presentational class names to their HTML documents, like so: <div class=”span-9 last”> <div class=”grid_6 alpha”> Class names like “span-9″ really bother designers who care about the quality of their HTML code, because they describe the appearance of an element; this should really be left to the CSS properties defined in your site’s style sheets. The problem with presentational class...
Posted by Kubrick in CSSSep 30th, 2009 | No Comments
There is a new poll up in the sidebar. This time regarding when jobs that include completion dates actually get done
If you enjoyed this post, make sure you subscribe to my RSS feed!
Posted by Kubrick in CSSSep 29th, 2009 | No Comments
I drew the chart above with the <canvas> element. So if you can’t see it, I guess that means your browser doesn’t support it
If you enjoyed this post, make sure you subscribe to my RSS feed!