Friday Focus • Friday July 11, 2008 by Sophia Lucero with 1 comment
Happy free 7-11 Slurpy day! Happy iPhone 3G day! Let’s celebrate with some sleek websites this week. They’re mostly blue, gray, blue-gray—that seemingly drab section of the spectrum actually manages to turn up excellent designs, so don’t shun it just yet! Oh, and we have a ton of examples this time, so brace yourself!
Code • Monday July 7, 2008 by Billy Mabray with 12 comments
The Movable Type Asset Manager is a great way to organize your blog photos, but it doesn’t include a way to show them off. In this tutorial, learn how to combine the Asset Manager with a JavaScript photo gallery to easily create a great-looking photos page for your blog.
Friday Focus • Saturday July 5, 2008 by Sophia Lucero with Comments Off
Welcome to the first Friday Focus for the month of July. This week: strong bursts of color and collapsible content. Curious combination? Read on!
Friday Focus • Friday June 6, 2008 by Sophia Lucero with 1 comment
Here’s a larger-than-usual Friday Focus for this week, featuring simple yet beautiful designs that just work. Four site types (blog, portfolio, static, e-commerce) that do a standout job of making an impression.
Friday Focus • Friday May 16, 2008 by Sophia Lucero with 4 comments
I don’t know if I am a fan of minimalism because I picked out these websites. But I like to appreciate designs that stand out not because they’re loud and proud, but because they’re calm and clear. Silent waters run deep, they say. I like to think restraint is more powerful than the lack of it, especially in design.
Code • Wednesday February 6, 2008 by Brian Self with 12 comments
Ever wondered how some web pages change the text down in the status bar? Probably only if you’re running Internet Explorer. Nevertheless, it’s a cool little thing, so Brian will tell you how to do it in your own web projects.
Code • Wednesday May 23, 2007 by Ronald Huereca with 22 comments
This post was written as part of the How to Write a WordPress Plugin series. A lot of plugins nowadays are more reliant on JavaScript and Cascading Style Sheets. It is important to separate your JavaScript and CSS into separate files so that the plugin is easier to maintain. This portion of the series will [...]
Code • Sunday January 21, 2007 by Ronald Huereca with 25 comments
For those who have been following Devlounge for a while, you’ll know that I wrote a script called Custom Reading Width. Custom Reading Width allowed users of a particular site to adjust a container’s width. Soon after publishing the article, it was suggested to me that I write something similar that allows a user to [...]
Homepage News • Sunday December 31, 2006 by Devlounge with 4 comments
A final look back at some of our favorite posts of 2006, as well as some of the final stats numbers for you tidbit junkies. Happy New Year from the Devlounge Team.
General • Wednesday November 15, 2006 by Ronald Huereca with 7 comments
A fun javascript function that will move around all the images on a page. Useless but a great little bit to try on your favorite image populated sites.
Code • Monday November 6, 2006 by Ronald Huereca with 61 comments
Custom Reading Width Beta is specifically geared towards those that have liquid, or full-width layouts. Jakob Nielson already tells us to use a liquid layout, but users at higher resolutions suffer when it comes to reading text on screen. Custom Reading Width, when implemented on a site, allows a user to select the desired reading [...]
Code • Tuesday August 22, 2006 by The Team with 13 comments
When you unpack your shiny new version of Rails and generate your first Ajax link, you are using the Prototype library. It’s beautiful to use. It adds many Rails-like constructs into the JavaScript language, e.g. the each method to iterate a closure over an array. Sexy stuff. But, how do you create a hover effect without using prototype?