Steven Vachon

Archive for posts tagged with “browsers

wRECkeR: Responsive Equal-Height Columns and Rows

0 comments

Wrecker is a dynamic layout plugin for jQuery that achieves equal-height rows in a grid layout. Similar to a float layout in that excess “cells” are moved to the following “row”. However, unlike, in that columns line up vertically and the cells of each row are equal in height based on their contents, just like a <table>. No static heights required. Read more

Inside-Only CSS Table border-spacing

0 comments

When working with a <table> or display:table layout, getting some nice space between each cell can be a real pain. Resorting to hacks like padding or a transparent border sometimes work, but not if you need a visible border or box-shadow. Read more

HTML Minify (WP-HTML-Compression)

19 comments

Combining HTML “minification” with cache and HTTP compression will cut down your bandwidth and ensure near-immediate content delivery while increasing your Google rankings.

This plugin will compress your HTML by shortening URLs and removing standard comments and white space; including new lines, carriage returns, tabs and excess spaces. Most importantly, by ignoring <pre>, <textarea>, <script> and Explorer® conditional comment tags, presentation will not be affected. Read more

Flash vs. HTML

0 comments

Let’s get one thing out of the way, Flash is very cool. If used properly, there’s definitely a lot you can do with it. However, Flash has its place. Despite popular belief in the Flash community, it’s not meant to replace HTML. Read more