Posts Tagged ‘css’
How to style jqPlot, and format labels
Wednesday, May 25th, 2011I just had to style jqPlot for inclusion in a darkly styled site. Not the easiest as some things can be styled via CSS whereas some things need to be styled via the jqPlot options.... Read More
Cleaning up CSS with Ruby
Monday, March 21st, 2011I just created a small Ruby script that will remove duplicate classes/blocks from a css file.... Read More
Dead simple CSS progress bar
Friday, November 19th, 2010This is a dead simple progress bar without any background pictures and such. We have one containing div (bonus_entry_progress) which contains the bar itself (bonus_entry_bar) and the text (bonus_progress_text) written inside the bar.... Read More
Custom LightWindow with jQuery – from scratch
Friday, October 1st, 2010There are basically only a few things involved in the successful creation of a lightwindow:... Read More
Facebook style chat with jQuery and Joomla
Saturday, October 31st, 2009This time I’m going to go through the code for Paceville’s chat in a chronological order from the user’s point of view, as follows:... Read More
Prototype – get selected element from non-unique select box
Friday, August 14th, 2009These days I’m working a lot with other people’s code, I just discovered that a selectbox whose currently selected option I want to retrieve the inner html from; has the same id as a table column higher up in the document. Great…... Read More
Top 6 features in Firebug and Web Developer
Saturday, July 18th, 2009Here are some features of Firebug and Web Developer that have been amazing tools when creating the HTML/CSS for Paceville.com:... Read More
Solving some Internet Explorer bugs
Saturday, July 18th, 20092 column layout CSS
Saturday, July 18th, 2009Update: Paceville.com is now online.... Read More