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.

Tuesday, July 19, 2011

Interview Week 1 Completed

Just finished the last job interview I had lined up of several since last week. There are two hopefuls; one I'm hoping I'll hear back from soon, the other wants me to come in for round two later this week or next.

I'm meeting with Jon to discuss some website designs for his Disc Jockey business. Hopefully he will approve a couple, get me the things I need from him, and then I can get this website figured out by the end of the month--something to add to my starving portfolio.

In the meantime, working on splash page for heypodo.com (I'm sure everyone has noticed the contents is just a blog for now), and flipping through this article on web standards sent by Chris Korhonen. Another reader suggested I run the webpage through my mac, though I'm looking at more "open" hosting options. I assume I can get through this and write up my own blogger markup for something more interesting than this simple template.

Till then!