Category: Code Samples

WordPress: Combining Post Categories and Tags Into Same Unordered List

On one of my blogs I needed a way to combine both categories and tags into one unordered list—<ul>. Each item would of course be wrapped in its own list item—<li>. The design I came up with made this a

Posted in: Code Samples  |  Tagged with: , ,  |  Leave a comment

Today I Had to Override Default Styling on an iOS HTML Input

On contract to help develop the new Visual Studio 2012 launch site, today I had to override the default styling on an iOS textbox. With both an iPhone and iPad in hand I discovered the following post on SO. http://stackoverflow.com/questions/2918707/turn-off-iphone-safari-input-element-rounding

Posted in: Code Samples, Development  |  Tagged with: ,  |  Leave a comment