Category Archives: CSS

Useful tips regarding Cascading Style Sheets.

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 [...]

Also posted in HTML/XML, Programming, Ruby, TechKnow | Tagged , , , , , , , , , , , | 1 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 and the [...]

Also posted in HTML/XML, TechKnow | 1 Comment

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 the [...]

Also posted in Conference, HTML/XML, JavaScript, Mac, Programming, TechKnow | Leave a comment

Div Align With CSS

When playing with custom web designs, or off the shelf templates, the most common CSS work involves changing the margin, padding, color and background of HTML elements. I usually also usually align elements either to the left, right, or center using CSS. To get started with code samples, to center a div in the middle [...]

Also posted in HTML/XML, TechKnow | 5 Comments

Rounded Corners With Rico

I’ve seen and tried a ton of HTML/CSS/JavaScript tricks and hacks to get rounded corners on DIV elements. So far I have found that the easist way to get rounded corners on divs is by using the Rico JavaScript framework. To demonstrate this in code let me define a snippet of HTML: To make the [...]

Also posted in HTML/XML, JavaScript, TechKnow | 1 Comment

CSS Hackary

A friend of mine recently asked me what was my most used CSS hack. The first thing I said was that I am not a web designer, I just play one on TV. I have found that everybody knows or can easily look up how to apply a border, text alignment, background image, etc to [...]

Also posted in TechKnow | Leave a comment