Category Archives: HTML/XML

Useful tips regarding XML, HTML, and XHTML.

TechKnow Year In Review 2009

It is that time of year where we reflect on the accomplishments of the passing year and look forward to the one to come. Here is a window into the past year in technology through this year’s popular posts on TechKnow Juixe.
Top Favorites

Laws of Source Code and Software Development
Repetative Recursion
Technology and Politics
Being a Better Rails [...]

Also posted in CSS, Programming, Ruby, TechKnow | Tagged , , , , , , , , , , , | Leave a comment

The 1Kb CSS Grid

I’ve used a variety of layout techniques and technologies, from HTML tables to home grown CSS. I recently started using The 1Kb CSS Grid to layout my web content in a page. With The 1Kb CSS Grid you can specially design your grid CSS by selecting the number of columns, the column width [...]

Also posted in CSS, TechKnow | 1 Comment

Google Chrome

The Browser War is flaring up once again with the release of Google Chrome. Google Chrome is a new browser based on many freely available open source components such as WebKit and Firefox. Chrome is bare bones, chromeless, browser with very little UI fluff and decoration. It is interesting to note that [...]

Also posted in JavaScript, Rant, TechKnow, Tools | 3 Comments

Using Hpricot

Hpricot is a HTML parser for the Ruby programming language. With Hpricot you can scan and scape a HTML document. To illustrate how to use Hpricot i’ll write a list the code of a short script I recently wrote. The script grabs all the links for the past week from A Rubyist [...]

Also posted in Ruby, TechKnow | 4 Comments

Introducing Mozilla Prism

Prism is a new project from Mozilla Labs that essentially dresses up a web applications as desktop applications. Prism can create desktop, start menu, and quick launch desktop shortcuts for any given URL. The shortcuts launch the web application in a undecorated application window running Firefox underneath.

Prism works well for web applications, where [...]

Also posted in Programming, Rant, TechKnow, Tools | 2 Comments

iPhone Dev Camp

iPhone Development
The iPhone Dev Camp started on Saturday by a nice presentation by Chritopher Allen, a MacHack veteran, regarding what is known about the iPhone from a web developer’s perspective. What is known is that the iPhone uses web standards (HTML, XHTML, CSS, JavaScript, PDF and Quicktime). Web 2.0 best practices apply for [...]

Also posted in CSS, Conference, JavaScript, Mac, Programming, TechKnow | Leave a comment