Use this form to drop me a note!
You must have javascript enabled to use this form
Anthony Eggert, web designer, front-end developer, and producer specializing in user-interfaces and content management systems.
With over 10 years of professional experience, I am currently available for freelance work.
Latest Tweets from stylephreak:
- "Honesty, humility, and prayer has once again dispersed the storm."
- "Four #elance contracts in four days. I'm on a roll."
- "Rooted my Droid. Fun stuff."
jQuery
jQuery.loadStylesheet
I needed a simple function to load a media-specific stylesheet on-the-fly and came up with this jQuery function. You feed it two parameters, the stylesheet name and the media type, and jQuery takes it from there.
Continue ReadingjQuery.innerWrap
A friend of mine needed a method to wrap the inner content of a tag with another tag, and after a bit of digging around I found that Brandon Aaron, author of the fantastic Dimensions plugin, has created just the thing.
Continue ReadingjQuery.attrToClass
I was in need of a very simple function: to append a css class to all form input elements on a page by extracting the input type from the element in question.
Continue Reading




