-
Recent Posts
Categories
Blogroll
Tags
Join Me!
Migrating Dreamweaver Snippets
While there may be export plugins our there, if you are just wanting to migrate custom snippets between computers (or from one version to another if they’re compatible enough), just copy over the custom snippets folder. Continue reading
Simple Form Validation Check for Blank Fields
This is a little jQuery script that will only check to make sure required fields are filled out. Continue reading
Show only post excerpts on twentyten homepage
This solution is simple, but requires a modification to a template page. In loop.php, change this line: to this: That’s it. Will work like a charm. Digg this postRecommend on FacebookTumblr itBookmark in BrowserTell a friend
Search for URL String with jQuery
A time may arise when you need to assign a different body class to each unique page, or run some function based on the current page. Continue reading