Tools: Improve Site Performance By Combining Images

CSS sprites are a way to reduce the number of HTTP requests made for image resources referenced by your site. Images are combined into one larger image at defined X and Y coorindates. Having assigned this generated image to relevant (…)

Inspiration: 8 Fonts you probably don’t use in css, but should

CSS has brought us many capabilities in terms of typography and the web, but we always seem to be limited to the same 4-5 typefaces over and over again. There is an inherant problem, if the font you specify isn’t (…)


Tutorial To Make Diagonal Lines in CSS

Using css styling to substitute for an image, is an effective way for developing sites efficiently. Which not only saves time and bandwidth, but also allows more flexibility when adjusting designs.

By using a border technique, we can create the effect (…)

CSS: How To Hide Headlines For Better SEO Effects

SEO is a very sensible business and there are many ways which swear success, but most of them are pain for search engines. In this tutorial we will use headlines for reaching better results in search engines by using the (…)


CSS - Javascript: Dropdown-Menüs mit Pfeil komplett formartieren

Nach langer Suche im Netz, um eine Möglichkeit Dropdown-Menüs wirkungsvoll in Szene zu setzen zu können, kam ich immer nur auf die Möglichkeiten zum Beispiel die Hintergrundfarben oder die Schrift anzupassen, wie folgendes Beispiel zeigt:
(Quelle links: Webmaster Resource).
Trotz kleinerer (…)

CSS: How to make a footer which really stays on the bottom

One problem Jonathan Longnecker run into pretty frequently when coding a site in to XHTML and CSS is making his footer dock to the bottom of the screen. It’s especially annoying if you have a page that’s short on content (…)