Posts Tagged ‘html’

Functional HTML Rendering with PHP

Tuesday, August 4th, 2015

When you’re working with a programming language that doesn’t have templating per default and you’re not in the mood – or don’t see the need – for templating your first course of actions is to write something to obviate having to print and concatenate everything.... 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

HTML stripping jQuery plugin

Saturday, December 5th, 2009

Small tag stripping jQuery plugin:... 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

Right column content CSS and HTML

Saturday, July 18th, 2009

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

Middle column content CSS and HTML

Saturday, July 18th, 2009

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