Posts Tagged ‘css’

Emacs as a Multi Mode Web Dev IDE is Now Possible

Friday, October 18th, 2013

Through web-mode the possibility of using Emacs as a web dev IDE with full multi mode capabilities a la Aptana Studio or PHPStorm is finally here. But it will take some tweaking to get things perfect so read on…... Read More

How to style jqPlot, and format labels

Wednesday, May 25th, 2011
jqPlot dark style

I 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, 2011

I 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, 2010
progress-bar.png

This 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, 2010
jquery_custom_lightwindow.png

There 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, 2009

This 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, 2009

These 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, 2009

Here 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, 2009

For this I use the patches and hacks in YAML, as far as I can see they cover everything as it applies to the design we’re working with in this tutorial series, at least when it comes to IE7.... Read More

2 column layout CSS

Saturday, July 18th, 2009

Update: Paceville.com is now online.... Read More