A tutorial that reviews the basics of CSS and WordPress, including image alignment and useful classes that you can use in your Wordpress themes…
Archive for April, 2009
-
A Guide to CSS and WordPress
Posted: 11 months ago in Articles
Read More: A Guide to CSS and WordPress
-
Grid System Generator – Create valid CSS and XHTML grids
Posted: 11 months ago in Tools
The grid system generator will create fixed grid systems in valid CSS and XHTML for rapid prototyping, development and production environments.
In addition to the css framework, it creates a background file (sample) that you can use in Fireworks, Illustrator, OmniGraffle, Photoshop, Visio etc. to aid in prototyping and design…
Read More: Grid System Generator – Create valid CSS and XHTML grids
-
Everything you need to know about browser testing
Posted: 11 months ago in Articles
Cross browser testing is something every web designer and developer should consider before they even create one line of code. But how should you go about it? What browsers should you test? and what tools are there that can make browser testing easier?
Read More: Everything you need to know about browser testing
-
Modular CSS in WordPress Child Themes
Posted: 11 months ago in Articles
The idea of Modular CSS is simple. You separate commonly reused chunks of CSS into distinct files for bringing together in a master CSS file or a series of links in the document head. It’s pretty straightforward and it’s been around for a while. What does this mean? The development time for new projects gets exponentially shorter as you refine the basic style sheets that make up your modular CSS Toolbox…
Read More: Modular CSS in WordPress Child Themes
-
Object Oriented CSS video
Posted: 11 months ago in Tutorials
Yahoo! Developer Network has released a video of anObject Oriented CSS talk that’s well worth a look…
Read More: Object Oriented CSS video
-
10 Great CSS Selectors you must know
Posted: 11 months ago in Articles
Selectors define which parts of your HTML document will be affected by the declarations you’ve specified. Several types of selectors are available in CSS. Note that some of them are not supported in all browsers…
Read More: 10 Great CSS Selectors you must know
-
The Art of Crafting Beautiful CSS Stylesheets
Posted: 11 months ago in Articles
Crafting beautiful CSS stylesheets is not as complex as it may first seem. Yes, it takes discipline, commitment and persistence but with a few tricks up your sleeve, you can create stylesheets that are readable, maintainable and easy to debug…
-
Definitive List of CSS Frameworks
Posted: 11 months ago in Articles
CSS is backbone of modern web design. The amount of time a web designer spends working on CSS seems to be increasing. This dependence on CSS will continue to increase with advancement in web browser technology. This is why we have seen the emergence of several CSS frameworks in recent years. Here’s some of the most popular…
Read More: Definitive List of CSS Frameworks
-
20+ Best Tutorials to Convert PSD to HTML and CSS
Posted: 11 months ago in Articles
If you’re a designer, you’ll probably find it a piece of cake to create your mock ups in Photoshop. But what then? How do you convert them into quality HTML and CSS. Here are over 20 of the best tutorials for converting your PSD to HTML and CSS…
Read More: 20+ Best Tutorials to Convert PSD to HTML and CSS
-
The Mystery Of CSS Sprites: Techniques, Tools And Tutorials
Posted: 11 months ago in Articles
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 haven’t heard of CSS sprites before, now is probably a good time to learn what they are, how they work and what tools can help you create and use the technique in your projects…
Read More: The Mystery Of CSS Sprites: Techniques, Tools And Tutorials