Add to feed
  • 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
  • 06
  • 2008

REDUX: A simple PHP HTML/CSS templating system | <img /> is Everything

It is beyond silly to repeatedly copy and paste the same HTML into the top and bottom of every HTML file that you create. Thats why god invented include() but, the humble header/footer HTML include file needs to be extended slightly - that is, unless you want all your pages to have the same title/meta description/CSS files etc.

This template is quite simplistic, and I use it mostyly when creating HTML/CSS templates for people from Photoshop designs. In more demanding scenarios, I have a more complex template class which checks whether I’m in production mode,…

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

70 Fresh And Modern Blogger Templates

70 Fresh And Modern Blogger Templates. Source: Mashable.

Polaroid - The header has been done nicely with lots of stuff that you can put in there. if you have a lot of content and categories to display, this is one that you might like.

Tags: , , , , , , , , , , , , ,
add a comment
  • Apr
  • 25
  • 2008

Build Custom Templates For Your Data-Driven Web Sites

Most developers dread dealing with HTML tables and cells to build their Web sites. Discover some basic techniques for writing Web sites that you can later re-skin by using templates during the site’s initial creation. Also, learn why you should use data-driven techniques for your own Web sites.

<?php define (”HEADING”, “Template Article”); define (”PARAGRAPH1″, “As a developer, one of the worst things you have to contend with on a daily basis is HTML. In my career, I haven't met…

Tags: , , , , , , , , , , , , ,
add a comment
  • Mar
  • 25
  • 2008

15 More Free First-Class Wordpress Themes | Developer’s Toolbox | Smashing Magazine

15 Great free wordpress themes from Smashing Magazine

Fluency AdminWe’ve featured this theme already, but it fits perfectly to this post. The menus are rearranged; main menus are down left and sub menus are placed across the top. To install the theme download the zip file, extract the…

Tags: , , , , , , , , , , , , ,
add a comment
  • Mar
  • 03
  • 2008

No div, no float, no clear, no hack*, no joke!

A CSS layout that does not use DIV, FLOAT, CLEAR nor structural HACK!

The markup of this document is DIVless. Its structure relies entirely on OLs (Ordered Lists). Why? Because in my opinion lists create a meaningful relationship between the different sections of a document. Note that without CSS, the…

Tags: , , , , , , , , , , , , ,
add a comment