Web Development Notes

Moving this blog to wordpress with HTML5 theme

http://theresaweb.com/testwp/web-dev-notes/

Moving this blog to wordpress with HTML5 theme

http://theresaweb.com/testwp/web-dev-notes/

Moving this blog to wordpress with HTML5 theme

http://theresaweb.com/testwp/web-dev-notes/

Oh so easy! drop shadow generator

http://www.wordpressthemeshock.com/css-drop-shadow/

An Ajax Spinner Generator

http://www.ajaxload.info/

query_posts vs. wp_query

query_posts vs. wp_query

HTML5/CSS3

A great find http://www.storiesinflight.com/html5/ with more gems here Stories In Flight

CSS3 Please!

http://css3please.com/ sandbox for using css3 with visual and rules for appearance in different browsers

Best advice for using HTML5 in existing browsers

http://html5please.us/ a great searchable list of HTML5 selectors and features showing browser compatibility, browser share and best practice for using including appropriate polyfills

theresAweb.com

This site is a very basic form based blog with data saved flat in an xml file. I did some updating today to add the dropdown to filter the entries by category. Took a bit but it's a start. Basically the dropdown refreshes the page with a query parameter of "filterBy." On page load, the C# code behind creates a dataset by reading the xml and if there is a query param of "filterBy," then a dataview is created to desplay. These sites helpedhttp://weblogs.asp.net/jkey/archive/2004/04/01/105957.aspx, http://stackoverflow.com/questions/6054539/how-to-get-data-after-dataview-filtering

A nifty zoom feature usefull for ecommerce

Cloud Zoom.

accessing taxonomy names like categories

http://codex.wordpress.org/Class_Reference/WP_Query#Taxonomy_Parameters.

css-discuss.org - a great place to keep up on CSS

A great CSS email list to belong to is http://www.css-discuss.org/about.html. Currently moderated by Eric Meyer