Icon_search

Items tagged with "xhtml"

Show:  All  |  News Items  |  Blog Posts

News Items

There are no news releases with that tag.


Blog Posts

Flickerless CSS Image Rollovers with no JavaScript

Apr 23, 2009 by Travis

Using an image as a background lets you have a lot more control over certain elements (like anchors). One of the main problems with images as backgrounds for anchors, however, is when you have a separate image as the rollover state. When the anchor is hovered over, you can see a brief blink while the rollover image is loaded for the first time. Of course, you can use a ...

Tagged: css, xhtml, background image

Valid XHTML - How to Lose the Non-SGML Characters

May 31, 2007 by Colin

Here at Plexus, we pride ourselves on our use of Web standards, which lead to greater usability and searchability, in addition to better preparation for future browsers and other Web technology. We proudly display links to validation services at w3.org for our XHTML 1.0 Strict and CSS, and they show that we're writing valid code. On our sites that allow users to ent...

Tagged: non SGML characters, UTF-8, xhtml

Rails inline ERb effects on HTML structure

Mar 20, 2007 by Travis

When using Ruby on Rails, ERb (embedded Ruby) is used a LOT in the X/HTML. There are two types of ERb, An evaluation block: <% some_code %> And an output block: <%= @print_this_variable %> These blocks are necessary when using Rails, and I've noticed that when I do a 'View Source' (via the Web Developer addon for Firefox, of course), I se...

Tagged: ruby on rails, rails, ruby, erb, xhtml

View all Blog Posts tagged with xhtml »