Archive for September, 2007
CSS is a very simple language, however it can also be the most difficult when considering all browsers. There are five easy steps you can take along the way to help avoid any hacks or problems.
1. Doctype: Always include a doctype in your html
<!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Strict//EN” “http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd”>
<html xmlns=”http://www.w3.org/1999/xhtml”>
<head>
<meta http-equiv=”Content-Type” [...]
Through the past I’ve never been a big fan of frameworks, but lately I feel I’ve been waisting time programming certain tasks which most frameworks claim to cure. I’ve looked and played around for a while looking for something to fulfill my need. Being I’m not very bias towards one language I browsed ColdFusion, PHP, [...]
Well now its officially available. Check it out for yourself. No real big new features just some of the ones we talked about before. Now you can optionally declare global settings so you dont have to declare them every time:
$.SetImpromptuDefaults({ opacity:0.9, prefix:’myclass’ });
Don’t worry, there is more to come, I just felt this [...]

