Code
Because sometimes default bullets are boring…. Some dangerous bullets!
ul {
list-style-type: none;
padding: 0px;
margin: 0px; }
ul li {
background-image: url(custom-bullet.gif);
background-repeat: no-repeat;
background-position: 0px 5px;
padding-left: 14px; }
Projects
Technology: Drupal

Single page sitelet featuring videos, articles, and facts regarding water research at Arizona State University. Resides within the ASU Research Matters website.
http://researchmatters.asu.edu/water/
Code
A lightweight, easy-to-use jQuery plugin for fluid width video embeds.
Use: include jquery, include jquery.fitvids.js
Add: fitvid class to video container divs
FitVids >>
$(document).ready(function(){
// Target your .container, .wrapper, .post, etc.
$(".fitvid").fitVids();
});
Resources
Sleek, intuitive, and powerful mobile-first front-end framework for faster and easier web development.
http://getbootstrap.com/ (Current Release)
http://getbootstrap.com/2.3.2/ (Bootstrap 2 Docs)
Resources
Find the perfect color combination for your project. This site was built to help web developers quickly select and test web design color combinations.
http://colorcombos.com/
Resources
Test area to work with CSS within a single browser window.
http://cssdesk.com/
Resources
Create shadows for your CSS elements. Compatible with major browsers
http://css-shadow.com/
Theming
List of tips to get started on WordPress theming.
Reddit – Learn to Theme Discussion >>
Theming
In only 16 individual lessons, this WordPress Theme Tutorial is going to show you how to build a powerful, up-to-date, WordPress Theme from scratch.
Theme Shaper – WordPress Theming Tutorial >>