Images
-

Cutie Notes – new baby book app design
Read more: Cutie Notes – new baby book app designI’m working on designing a baby book app. Right now I write everything down on my “notes” on my iPhone.…
-

Sample of a User Story LAX
Read more: Sample of a User Story LAXGuideline to writing a simple user story
-
App Icon Inspiration
Read more: App Icon InspirationI was recently working on an app icon and found some really cool inspirational app icon designs. Here are a…
-
Creative furniture painting inspiraiton
Read more: Creative furniture painting inspiraitonCool furniture painting by The Needle Shop.
-
CSS 3 Dropdown menu
Read more: CSS 3 Dropdown menuRecently designing a css3 dropdown menu. I used to use suckerfish but tried this new one. Here is my sample.…
-
New Clearfix Hack 2012
Read more: New Clearfix Hack 2012Oh yeah a simpler clearfix for css3/html5. .clearfix:before, .clearfix:after { content: “\0020”; display: block; height: 0; overflow: hidden; } .clearfix:after…
-
CSS Button That Vertically Scrolls Page
Read more: CSS Button That Vertically Scrolls PageI was looking for a button that would vertically scroll to the top of the page. This solution uses jquery:…
-
Write CSS style for chrome only
Read more: Write CSS style for chrome onlyI found this cool tutorial to stylize a customized dropdown select. However the text above the dropdown was off in chrome. I…