-
Recent Posts
Recent Comments
Archives
Categories
Meta
Category Archives: Code
Simply Bespoke Furniture
So, after lots and lots of work, Simply Bespoke Furniture is finally launching. It’s not only fantastic furniture but also hopefully a pretty high quality site. Feel free to report any issues you find in the comments and I’ll try … Continue reading
Vertical Padding of Images in Code Ingiter
There are many techniques available to make floated list items look to be the same height with different amounts of content within them. These can be used effectively in many situations, but one where I have not seen them work … Continue reading
CSS Transitions and Javascript
If you are using CSS Transitions and want to provide Javascript equivalents to user agents that do not support them, this may help you: function isCSSAnimCapable() { return ( (“WebkitTransition” in document.documentElement.style) || (“MozTransition” in document.documentElement.style) || (“MsTransition” in document.documentElement.style) … Continue reading
All Change
I have a finally published a blog and it uses Zine. It looks like a pretty impressive blogging engine written in python. I’m looking forward to playing and configuring this machine and providing a few tutorials and updates on things … Continue reading
Posted in Code
Leave a comment