Fbootstrapp is a toolkit designed to kickstart development of facebook iframe apps in both relevant sizes. It includes base CSS and HTML for typography, forms, buttons, tables, grids, navigation, and more, styled in the typical facebook look and feel.
Category Archives: CSS
Uniform
Sexy forms with jQuery Uniform styles: Selects (Drop downs) Checkboxes Radio buttons File Upload inputs
CSS border radious generator / round corner
3 usefull online css border radius generators
HTML5 Boilerplate Docs
DNS Prefetching In short, DNS Prefetching is a method of informing the browser of domain names referenced on a site so that the client can resolve the DNS for those hosts, cache them, and when it comes time to use them, have a faster turn around on the request.
Better conditional classnames for hack-free CSS
Applying conditional classnames to the html element is a popular way to help target specific versions of IE with CSS fixes. It was first described by Paul Irish and is a feature of the HTML5 Boilerplate. Despite all its benefits, there are still a couple of niggling issues. Here are some hacky variants that side-step …
Continue reading “Better conditional classnames for hack-free CSS”
CSS Snippets for Your Coding
CSS is a beautiful language but it can also be frustrating at times. Certain CSS solutions don’t work on certain browsers (cough Internet Explorer cough) and much of your time can be spent debugging code.