David Mulder
Member since Jul 13, 2011
- Profile: /members/8614-david-mulder.htm
- Comments: 4
Recent Blog Comments By David Mulder
-
Calculating CSS Selector Specificity Using ColdFusion
Posted on Apr 18, 2012 at 10:08 AM
I might be an exception, but I kinda like the way css specificity works. In most cases it works perfectly naturally and you don't think about it and only in those few cases where you *do* encounter problems with it you will think about it and thus the overall impression of the system might be negati... read more »
-
Using Google's Targeted Site Search Protocol To Search My Site
Posted on Oct 6, 2011 at 6:23 AM
Just add <link rel="search" type="application/opensearchdescription+xml" title="MySite" href="/opensearch.xml" /> where opensearch.xml is an opensearchdescription file to enable the chrome search results. (Chrome isn't doing any magic :P )... read more »
-
Using Four-Sided Positioning In CSS (Cascading Style Sheets)
Posted on Sep 7, 2011 at 10:01 AM
Hmm, have been using this for a lot of personal projects (e.g. http://ngtunes.hosting.apriol.com [CHROME only for optimal display, it will start working in the future in other browser as well once HTML5 becomes more common]). But as far as the box model itself goes: http://www.css3.info/preview/b... read more »
-
SELECT TOP And ColdFusion Query Of Queries
Posted on Jul 13, 2011 at 7:13 AM
Pretty old post, just wanted to point out that the maxrows attribute should never ever be used except in QoQ as it causes a *huge* overhead (as coldfusion is known to be one huge mess on the back-end).... read more »