-
Recent Posts
Recent Comments
Twitter Updates
- If you like tinkering with the Arduino, Netduino then you got to check out the Electric Imp! http://t.co/lxiQJk2p 1 day ago
- I'm attending That Conference 2012 -- http://t.co/KPdNFA2k 2 days ago
- I'll be learning to code this weekend for free thanks to @codeschool and @cloudspokes. http://t.co/4yigfZxc 3 days ago
Archives
- October 2011
- July 2011
- May 2011
- April 2011
- March 2011
- February 2011
- January 2011
- December 2010
- November 2010
- October 2010
- September 2010
- August 2010
- July 2010
- June 2010
- May 2010
- April 2010
- March 2010
- February 2010
- January 2010
- December 2009
- November 2009
- October 2009
- September 2009
- August 2009
- July 2009
- June 2009
- May 2009
- April 2009
- March 2009
- February 2009
- January 2009
Categories
- .net
- .netmf
- agile
- ajax
- arduino
- asp.net
- best practice
- build
- business logic
- c#
- ci
- css
- dasBlog
- data access
- design
- di
- engineering
- geolocation
- GoDaddy
- hardware
- heartland
- html
- javascript
- jQuery
- linq
- linux
- mac
- mapping
- mono
- mr marky
- mvc
- mysql
- netduino
- nhibernate
- ninject
- paint.net
- photogallery
- php
- preso
- product review
- python
- release
- Remote Desktop
- repository
- security
- silverlight
- subversion
- technology
- testing
- tools
- Uncategorized
- VISTA
- visual studio
- WCF
- web
- web service
- WIN32
- WIN7
- winform
- wordpress
- wp7
Meta
Monthly Archives: July 2009
Three State Rollover Buttons Using A Sprite
Many times on a web site you will want to have a button have three distinct visual states: normal, active, and hover. This is easily accomplished using HTML and CSS. This post will provide the details necessary to accomplish a … Continue reading
Posted in css, html, web
2 Comments
MobileMe Scrolling Image Viewer
My friend showed me photos that he has posted on-line in his MobileMe Gallery. Apple did a great job designing this web site. There is a lot to learn from this user experience. One element that I particularly like was … Continue reading
Web Design Basics: An HTML & CSS Tutorial
Recently I was helping to introduce someone to web design. The person’s enthusiasm for learning about creating web content was apparent. He had already created a web site for his uncle. This content was created using one of those HTML … Continue reading
Posted in best practice, css, html, web
1 Comment
Simple CSS Style Anchors For Your Blog
I have been working on my blog style lately. One feature that I wanted to have was a way to easily convert anchor tags into a styled button to highlight a link. For instance, I often post links to live … Continue reading
Posted in css, dasBlog, html, web
Leave a comment
jQuery Animation
Creating a rich user experience may require the need to have animation on the web page. Of course you can pull in tools like Flash and Silverlight. But sometimes, these are too heavy. If you only need a simple animation … Continue reading
Posted in css, html, jQuery, web
5 Comments
Glossy Buttons with Paint.NET
Many times I have come across buttons on the web that look nice. Most of the time the buttons are the wrong color and I am forced to create my own. Then I usually Google for “glossy buttons tutorial”. There … Continue reading
Posted in paint.net, web
Leave a comment