css



21 Feb 10

The javascript API jQuery is a very powerfull libray which have revolutionised the use of clientside javascript in browsers. Along the side of jQuery exists jQuery UI a library of strongly customizable widgets. It offers a wide range of "easy-to-implement" widgets for your website. I will try in this post to implement a datepicker and conclude in the end if it is easy!

Read the article and post your comments here on this page.


Filed under: Is it easy?, css, jquery

Trackback Uri






26 Nov 09

If you implement layout on the web, chances are that you have to make som MSIE work-arounds from time to time. The page “9 Most Common IE Bugs and How to Fix Them” is a great resource for avoiding such bugs to mess up your layout.

Here is an example from the website:

The output you’d expect:

Tutorial Image

But what IE actually gives you:

Tutorial Image

This is mainly due to IE6 in quirks mode and below not recognizing the auto value we set to the margin property. Fortunately, this is easily fixed.


Filed under: Code, css

Trackback Uri






3 Aug 09

image I am in the search of a CSS framework which will make it more standard to implement designs and add more resusability to the work put in creating CSS based designs. The issue arose when a collegue of mine – Nickey – started a talk about CSS frameworks.

I started from the top of the 12 mentioned frameworks and until now I have reached number 4 – which is YUI Grids CSS from Yahoo. It is a big thing so I just jumped directly to their online tool to autogenerate CSS for generic layouts. It is called “CSS Grid Builder”, and I must say that my first hand impression is one of respect! It is an impressive piece of work. See my very simple 1st test.

I will be trying out other frameworks, but for sure will also try to use the framework from Yahoo in practice!


Filed under: Code, css, inspirovation

Trackback Uri