Using Regular Expressions with Dreamweaver’s Find and Replace
Having had the pleasureable task of cleaning up code, I've found using regular expressions with Dreamweaver's Find and Replace tool to be a lifesaver. Say you have several links on a page that need to be updated so they all point to the same url. Instead of manually changing every link, we'll let Dreamweaver's Find and Replace tool and regular expressions automate this for us.
Read MoreLeave a CommentFullsize, a new jQuery lightbox plugin and IMG Attribute
Fullsize is an attempt to add a new IMG attribute called "fullsize" in the next version of HTML. The idea is simple; create a standardized solution by which browsers handle the image popups rather than javascript/AJAX. Whenever the fullsize attribute is found within the img tag, browsers would tackle the heavy lifting, generating a popup of the full size image.
Read MoreLeave a CommentEasily convert characters to HTML entities
Posting code within a comment or post can often be a royal pain! Converting every instance of an HTML bracket from "<" and ">" to "<" and ">", is not only frustrating but a complete waist of time. Fortunately, there are a few websites out there that will do the dirty work for us.
Read MoreLeave a Comment



