Browsing archives for October, 2011

Skype Firefox Extension Embeds Content Into DOM

Web Dev 18 October 2011 | 0 Comments

In the new company I work for, a customer can generate a sales report and convert to PDF for download. To accomplish this, we take the valid HTML page (valid XHTML) which we read as XML to process to create our PDF. This works well except in the instance where a user has activated the [...]

Tagged in , , ,

Simply style headings within HTML5 sections

CSS 4 October 2011 | 0 Comments

Many of us know that HTML5 sections allow the programmer to restart headings at H1 and still keep proper HTML outline format. What I did not realize is how problematic this can become to style in an active and growing site. Covering all of your bases develops quite the headache. Stubbornella develops a brilliant heading [...]

Tagged in , ,