May 20th, 2009
Then purely by accident I saw the Crumpler Yee Ross on the Crumpler web site, a Crumpler backpack that can be used as a hydration pack. So I went to my local Crumpler store, check it out and walked away after purchasing last year’s model (more on that later) …
Posted in Just geek, cycling
|
2 Comments »
May 10th, 2009
This is my infamous bag that has been reported to the local Crumpler store on more than one occasion, because I had the audacity to stencil my blog URL on it, to clearly identify as mine.
Three years ago, I bought a Crumpler bag on …
Posted in Just geek, cycling
|
No Comments »
April 27th, 2009
It has been three months since my last post, and while I have not posted here or at my other blog, I have not abandoned either site.
As I have only worked 50 of the last 100 days, this blog should be full of interesting posts on CSS and other web geekery. Instead nothing, why?
Posted in Personal, blogging
|
1 Comment »
January 19th, 2009
I have been experimenting with the :first-letter pseudo-element to try and write up a tutorial on using first-letter, adjacent selectors and @font-face to produce drop caps and I have run into a problem in the form of Firefox. Because you need to apply the property float: left to stop first-letter being an inline element and Firefox applies different rules to floated :first-letter pseudo-element than the other browsers, making it difficult to vertically align a floated :first-letter pseudo-element and the the remaining text.
Posted in css and html
|
2 Comments »
January 13th, 2009
There are a number of people demonstrating what is possible is possible with CSS3, here are a few of the better ones I have found.
Posted in css and html, progressive enhancement
|
1 Comment »
January 11th, 2009
My wish list of browsers I would like not to support in 2009. One might surprise you and top of my list is not IE6
Posted in css and html
|
9 Comments »
January 10th, 2009
A little experiment with a two popular windows fonts and a number of different browsers, and one painful result
Posted in css and html
|
No Comments »
January 8th, 2009
aka thoughts on what everybody else is doing
I have just finished reading The State of the Web survey results. I was surprised by the results of the survey of current web practices, I always considered myself an early adopter of design and development practices and technologies when it comes to HTML, CSS and the ilk. With an early adopter audience, I expected to be in the middle of the pack of the survey with my design and development practices.
Posted in Just geek, css and html
|
3 Comments »
January 6th, 2009
Yeah in a comment to my recent @font-face post suggested that you should place the conditional comments last because how IE6 does not handle the !important keyword correctly.
I will stick with my original decision of placing conditional comments first, because while IE7 and below do not handle the !important keyword as per the W3C specifications, they do apply !important consistently.
Posted in css and html
|
2 Comments »
December 28th, 2008
I adore the printed page and those little refinements such as Initial Caps, that use to only be possible in print. Here is an explanation of the first-letter pseudo element which allows you to replicate that using HTML and CSS.
Posted in css and html, progressive enhancement
|
2 Comments »