Author Archives: james

Number Formatter for Javascript with Prototype

So i had to fix a ROI calculator on a client’s website today. Whoever added the content used some script they found that was using jQuery, which of course was totally screwed by Prototype…..soooo, I decided to convert the script to use prototype. One part of the script was using jQuery’s number format plugin. I […]

resize iframe to content height

So I was fooling with an iframed forum today and had to figure out how to make the iframe resize to the height of its content, just to keep things pretty.  This can be done rather easily with a little javascript. View Demo Step 1: Create your iframe and attach a function to the document. […]

finally doing something for myself

Ok…so I finally got off my ass and decided to make a new site for myself.  Now I have to post all these little things that I solve for myself on a daily basis at work.  Hopefully I can do at least one post a day…..maybe even get some of my experiments and projects up […]