Search
-
Recent Posts
- To Do: Efficient, Future-Friendly Front End Strategy
- An Event Apart SF 2011 – Resources and Sound Bites – Part 2
- An Event Apart SF 2011 – Resources and Sound Bites – Part 1
- Dynamic Height Cross Domain Iframe postMessage Javascript
- Exclude custom post types from wordpress search – do not use exclude_from_search
- CSS Resources from Wordcamp SF 2011
- Color Numbers in Ordered List with CSS Counter() and :Before Pseudo-Element
- How To Show The Full Content of Multi-Page/Paginated Posts in the Feed WordPress (content after nextpage tag)
Topics
Category Archives: css
To Do: Efficient, Future-Friendly Front End Strategy
Here’s a list of links of stuff I need to look into and implement. Fluid layout, responsive design, grid layouts, efficient CSS, mobile first strategy, reusable jquery tools. Object Oriented CSS stubbornella.org Object Oriented CSS on Github http://net.tutsplus.com/tutorials/html-css-techniques/object-oriented-css-what-how-and-why/ https://github.com/stubbornella/oocss/wiki CSS … Continue reading
Posted in css, web design
Leave a comment
CSS Resources from Wordcamp SF 2011
A couple weeks ago I attended wordcamp sf, and got to hear some css heavy weights like Estelle Weyl and Chris Coyier present. Here’s a link dump of some their presentations as well as some resources they recommended: http://css-tricks.com/conferences/ConvergeSE2011Pseudos.pdf (Chris … Continue reading
Posted in css, css3
Leave a comment
Color Numbers in Ordered List with CSS Counter() and :Before Pseudo-Element
I’m going to show you how to make an ordered list where the numbers are a different color than the text. This is commonly done with background images. But there is a way better way to do it, assuming you … Continue reading
CSS3 Stitched Logo with HTML Heart
Here is a logo I made entirely with html and css3. View in Firefox or webkit for best results. Original idea for stitched logo from this css3 tutorial roundup. I think the use of the html entity for the heart … Continue reading
line breaks in alt attribute using css white-space property
I recently had to put a bunch of text in the alt attribute of an image, that I wanted to display with line breaks: [code lang="html"][/code] There is only one way that I found that was able to render the … Continue reading