Blogging resources, themes and
plugins for your development.
  • How to Create a CSS Menu Using Image Sprites

    Posted on June 9th, 2009; at 5:26 pm, in CSS, Tutorials

    Follow these steps to build your own modern navigation bar design, starting with the initial steps in Photoshop to flesh out the design, then moving on to constructing the HTML and styling with the CSS image sprite technique. However, if all that sounds too strenuous, there’s also a handy download of the source files.

    Did you [...]

  • The Mystery Of CSS Sprites: Techniques, Tools And Tutorials

    Posted on April 28th, 2009; at 10:18 am, in CSS, Tutorials

    CSS Sprites are not new. In fact, they are a rather well-established technique and have managed to become common practice in Web development. Of course, CSS sprites are not always necessary, but in some situation they can bring significant advantages and improvements — particularly if you want to reduce your server load. And if you [...]

  • 350+ Great CSS Tools and Techniques

    Posted on April 8th, 2009; at 11:46 pm, in CSS

    One of the most enjoyable moments for a web designer is coding CSS. It’s such a nice language that it actually gets fun to work with it… style your pages and actually watching your designs gain life and forms. But sometimes, a little help is welcome.
    Even being a fun thing to do, sometimes you run [...]

  • Discover the “Cool” of CSS: 25 Advanced CSS Techniques

    Posted on March 25th, 2009; at 10:50 pm, in CSS

    Cascading Style Sheets (CSS) is a simple mechanism for adding style (e.g. fonts, colors, spacing) to Web documents.  I prefer to use CSS, rather then JavaScript or Jquey, if the same functionality can achieved by CSS because it is most likely that some people might turn off JavaScript in their pages but not CSS. While [...]

  • 5 CSS3 Techniques For Major Browsers using the Power of jQuery

    Posted on February 24th, 2009; at 9:53 am, in CSS, Toolbox

    Many exciting new functions and features are being thought up for CSS3: text-shadow, box-sizing, opacity, multiple backgrounds, border-radius, border-image, etc.
    CSS3 leads to greater flexibility and makes it much easier to recreate previously complex effects. Not all current browsers support CSS3, but it is however possible to create equivalent effects and serve it with the power [...]

  • 5 Popular CSS Frameworks + Tutorials & Tools for Getting Started

    Posted on February 2nd, 2009; at 12:23 pm, in CSS

    CSS frameworks have grown in popularity recently, enabling developers to rapidly prototype designs. The idea of CSS Frameworks is to do all the heavy lifting of the repetitive tasks you do over and over again on each site, allowing you to get faster results and get to the fun stuff designers love.

    Main features of good [...]

  • Fluid 960 Grid System Templates

    Posted on January 30th, 2009; at 9:33 am, in CSS

    Stephen Bau has been looking for a means of rapidly developing interactive prototypes for his site designs. He has been building a library of commonly used HTML elements, combining these with CSS for typography and layout.
    He finally created Fluid 960 Grid System Templates (960 pixel fixed width, 12-column fluid width and 16-column fluid width) which [...]

  • 20 Useful Resources for Learning about CSS3

    Posted on January 28th, 2009; at 5:29 pm, in CSS

    Though W3C’s CSS3 specifications aren’t finalized yet, modern web browsers such as Mozilla Firefox, Opera, and WebKit-based browsers already have full or partial support for them.

    As a web developer, it’s crucial to be well-informed about modern and future web standards. To help you stay ahead of the curve – here are 20 excellent resources on [...]