Friday, July 22, 2011

Moving along with Validation

Just a couple things to share today:

HTML review is complete. Probably missing some essentials, but the core is there and I can more on to CSS. Best things I realized:

HTML is all about structure. It should really be all about the framework.
CSS is all about presentation and what I want all this information to look like. The more I break it up with id, class, div, span, the more unique the website can be.
I assume, then, that JS is about interaction. How the website works with the user. This is where the legit coding comes in, and ideally, where I can start using my ruby background to design some really neat things.

Also want to share a couple one page web app links:

Get Skeleton: This is a framework that helps you format a single webpage. All the code you'd ever need.

Node.js Web App: From an up and coming startup founded in New York City (I believe), a founder shares how node can be used to form a solo page for a web app. hij1nx breaks it down fairly clearly--skills coming from his lecturing experience, I think.

Follow my splash page work on github. It's slowly coming along, and I have a much better idea of how to present all this information now. Looking forward to writing all original blog CSS code as well.

No comments:

Post a Comment