Next generation URLs, hostname/id without www and long-keywords

Submitted by n8coder on Sat, 05/09/2009 - 16:40

Twitter shows us that size matters, but shorter is better!

Its long time that many websites do not use .html like suffix. Remember spammer use longest urls with most important keywords. And many popular websites ie: Digg, Drupal, Twitter do not use www. in hostname(just Dmoz changed to www. in the last time). Web is getting mobile, also not everyone using internet with a full-keyboard, many users are getting information with cell-phones or similar small devices without a full-keyboard. Therefore it is getting more important to have short urls.

Best websites for cool free fonts to download

Submitted by n8coder on Thu, 05/07/2009 - 02:07

This is a list of best -most free- font sites for webdevelopers and screen/graphic designers. The list is sorted by popularity(Google-Pagerank and Alexa) and usability(easy to find/navigate, categories, tags, preview, download speed, less ads, friendly design etc). Most of sites have options for both Microsoft Windows and Apple Macintosh.

www.dafont.com

Web2 Style CSS Dynamic Menu with Arrows and Background-Images

Submitted by n8coder on Mon, 05/04/2009 - 15:37


Just another drop-down menu with web2 style background-images and arrows. We use two background images for < li > elements and two transparent background images(right positioned arrows with different directions) for < a > element. You can optimize background images as reducing width to 1 pixel. I dint use a smaller version, because we need to see images clearly. See demo of css menu.

CSS code of this page:

Why tableless design, DIV vs. TABLE

Everybody says avoid tables when you are creating design elements like layouts, themes, pages... Why?

Because:

  • Main
    (X)HTML says; tables are for tabular data not for website-layout
  • Speed
    Tables have much design code than content, divs are faster for download. Save bandwidth!
  • Usability
    Tables let confusing while creating layout(You have to remember which TR or TD ends in which template file)
  • Debug

DropDown / Rollover Menu with pure CSS / HTML

Submitted by Anonymous (not verified) on Fri, 04/17/2009 - 23:33

CSS Menu without JavaScript, Pure-CSS, Hidden, Mouseover-EffectThis is another CSS Menu with changed direction. Many website visitors are online with javascript-disabled clients(because of filters, access rules etc). And you want use a nice rollover multi-level menu on your homepage. CSS ist the perfect solution for this. All modern browsers like Mozilla Firefox, Microsoft Internet Explorer, Opera, Google Chrome, Apple Safari support css.

Pure CSS Mouseover Menu without Javascript

Submitted by Anonymous (not verified) on Mon, 04/13/2009 - 17:58

CSS Menu without JavaScript, Pure-CSS, Hidden, Mouseover-EffectMany internet users are online with javascript-disabled clients(because of security or performance reasons). And you want use a nice mouseover multi-level menu on your homepage. CSS ist the perfect solution for this. All modern browsers like Mozilla Firefox, Microsoft Internet Explorer, Opera, Google Chrome, Apple Safari support css.