BOOO YA!

Jun 28, 2006 15:47

MWEEEE... ok so I've wasted my time with it, but I feel so much better for doing it. It's the first bit of design I've done in awhile and I think it doesn't half look bad.

I'm ranting about my Lj layout, I've completely changed it, well bar a bit of the colour scheme, or color; as amaricans like to make me spell it in html. So come over my Lj and ( Read more... )

Leave a comment

toothrot June 29 2006, 11:47:55 UTC
It does take some getting your head around, but once you grasp it it gives so much freedom. The major, major advantage of having semantic HTML with seperate CSS, as well as being quick and easy to write, read and alter, is that it's all accessible and alterable through the DOM features of javascript giving an unprecidented level of control while maintaining seperate entities for data (HTML), styling (CSS) and client functionallity (JS). This is something I'm currently working on (the bulk is done, but still have numerous additions to make) and it's a example of modern website ideals (if a bit lazilly designed.)

Most of the page consists of lists of things (a menu list, list of roster members, list of details, etc.) so list tags are mostly used for the HTML side while the CSS gives them the effect of a table. If you look at the source you'll only find one reference to the javascript (used for the dynamic login box, delete confirmations, and a dynamic menu when logged in) which is the actual link to the file. You might remember the old way of using onclick="" or onmouseover="" in tags for javascript, which was incredibly ugly, but that's not done here as all the javascript is enclosed in the javascript file and it attatches events dynamically. If you're interested in learning about this stuff, order www.sitepoint.com's DHTML Utopia, it's one awesome, AWESOME book on the subject.

Reply

digitourist June 29 2006, 12:18:46 UTC
awsome, love you bro, kick nate in the arse for me and i'll talk to you soon

Reply

toothrot June 29 2006, 12:45:36 UTC
Have fun moving and shit, dude.

Reply


Leave a comment

Up