Add to feed
  • Jul
  • 03
  • 2008

55 Free High Quality Icon Sets | Graphics | Smashing Magazine

In the overview below we present 55 more excellent, free and professional icons for desktop and web design.

Keynote ObjectsThe package combines 100 easy to use and attractive objects. The background of all objects is transparent and can be used on any colored background. Each object can be changed in size, rotated, increased or decreased in opacity,…

Tags: , , , , , , , , , , , , , ,
add a comment
  • Jul
  • 02
  • 2008

Get Started With Django - Webmonkey

Django is a web framework designed to help you build complex web applications simply and quickly. It's written in the Python programming language. Django can do some very complex things with less code and a simpler execution than you'd expect. This tutorial breaks down how to start working with Django.

Perhaps the best part about Django is its outstanding documentation. Unlike many open source projects, Django has very thorough and readable docs available online. If you have any problems with our tutorials, head over to the Django site for…

Tags: , , , , , , , , , , , , ,
add a comment
  • Jul
  • 01
  • 2008

personalizacao de formularios

This JavaScript and CSS code allows you to use your own images instead of the default browser input elements for HTML checkboxes, radio buttons and select lists. This gracefully degrades if JavaScript is disabled.
Just add class=”styled” to any checkbox, radio button or select list.

To get the checkboxes, radio buttons and select boxes to work properly, you'll need to change three variables in the script: checkboxHeight, radioHeight and selectWidth on lines 21-23. If you use the images I created, you won't have to…

Tags: , , , , , , , , , , , , ,
add a comment
  • Jun
  • 30
  • 2008

30+ Outstanding Character Illustrations in Modern Web Design

Having a unique design is a must to get your visitors attention. Vector characters can establish a memorable image of your site in the readers mind. So if you are looking for inspiration for your web design, here is an amazing collection of over 30 Vector illustrated websites.

OMG! This is such an amazing source of inspiration for me you can’t imagine!! Thanks so much dear for the links!!

Tags: , , , , , , , , , , , , ,
add a comment
  • Jun
  • 30
  • 2008

Cocoa on the web: 280 North, Objective-J, and Cappuccino

SproutCore is but one complete, pure JavaScript framework for building web-based applications. In developing its presentation app called Slides, 280 North wanted to make creating web apps as easy as creating desktop apps in Cocoa. So, the company did the logical thing: ported Cocoa to JavaScript.

With the increased interest in web-based software these days, having at least two complete application frameworks to build applications is a nice luxury. Both are open source, both are based on JavaScript, and neither rely on external…

Tags: , , , , , , , , , , , , ,
add a comment
  • Jun
  • 26
  • 2008

Flexible Layouts: Challenge For The Future | How-To | Smashing Magazine

The new generation of web browsers provide a feature which seems to save a lot of work for web-developers in the future, namely the Full Page Zoom. These browsers now enable users to literally scale the rendered layout. Is this the next wave or will flexible layouts still remain important, or even become more important in the future?

The gap between low-resolution displays and high-resolution displays hasn’t bridged over the last 10 years. On the contrary: the gap has increased dramatically. Web-sites are viewed in hundreds of possible screen resolutions…

Tags: , , , , , , , , , , , , ,
add a comment
  • Jun
  • 26
  • 2008

25 Outstanding WordPress Designs

25 hand-picked, beautiful WordPress designs that showcase the creativity of its designer and the malleability of WordPress.

I hope these designs have inspired you to consider WordPress (if you aren’t already using it). If you’re working on a WordPress theme, why don’t you share it to everyone in the comments?

Tags: , , , , , , , , , , , , ,
add a comment
  • Jun
  • 26
  • 2008

CSS Layout Cheats

These CSS layout template cheats are tested in all browsers to provide workarounds for CSS browser issues and a killer starting point for a variety of web designs and typical layouts.

Based on my belief that information should be freely accessible by all people, permission is granted to copy, distribute and/or modify these CSS layouts. However, due to the time and effort spent in producing this demonstration I politely ask that…

Tags: , , , , , , , , , , , , ,
add a comment
  • Jun
  • 24
  • 2008

» 30 Essential PDF Documents Every Designer Should Download :: Positive Space :: The Graphic Design Blog

A collection of some of the best PDF files available on the internet written by the industries more prominent professionals.

This is a great list! Didn’t know about some of these…wow I know what I will be doing later. Thanks!

Tags: , , , , , , , , , , , , ,
add a comment
  • Jun
  • 21
  • 2008

16 Designers Community Websites To Get You Going

Fuel Up Yourself For Creative Design Ideas With Inspirations From 16 Designers Community Website

Thanks to all of you guys for adding more designer’s community website in the list. This will really help the list to be more interesting for the readers.

Tags: , , , , , , , , , , , , ,
add a comment
  • Jun
  • 21
  • 2008

80 Graphic Design Links You Can’t Live Without

A nice collection of graphic design links and web design links. A list every designer should check out. You are bound to find some cool new sites from this list.

Lock Sin Hicks Design Sean Ryan Cooley N. Design Studios Zession Us Design Studio Lucuma I Love Dust Jared Nickerson Jeffery Sarmiento Apostol Nikolay enStyled Foxies Studio 7 Design Laura Barrett ABOUT THE AUTHOR: Danny Outlaw

Tags: , , , , , , , , , , , , ,
add a comment
  • Jun
  • 20
  • 2008

Learning MooTools: MooTools Tutorials and Examples - Six Revisions

To help you get on your way to developing highly-interactive web applications using MooTools, heres 20 tutorials and working examples thats worth a read.

Chaining is beneficial for several reasons including the ability to sequentially execute events ("in a chain") as well as reduce the number of lines of code you have to write. If you’re wondering about the…

Tags: , , , , , , , , , , , , ,
add a comment
  • Jun
  • 20
  • 2008

Update: A New & Improved jQuery Script to Automatically Preload images from CSS

Lazy Load CSS Images with this script.

This script is a jQuery plugin, meaning is is dependant on the incredible jQuery javascript library. If you feel particularly adventurous, this script could be easily ported to another library or written in plain old JavaScript as well. Feel free…

Tags: , , , , , , , , , , , , ,
add a comment
  • Jun
  • 17
  • 2008

A List Apart: Articles: Faux Absolute Positioning

CSS grid layout without using float or absolute positioning.

For example, let’s assume we want a form that puts the postal code and city fields on the same line because they are semantically connected. To accomplish this, we tried using floated positioning inspired by the Holy Grail technique….