webguy

You are browsing the archives of webguy.

Setting your tabindex on your html forms automatically with jQuery

The tabindex is absolutely necessary for controlling the tab order through a really long form, from a usability and accessibility standpoint. This is probably not the preferred way to do this, you should be setting the tabindex attribute on all of your input elements in your html. Now if you work with lazy [...]

Upgrading Wordpress with the iPhone

Upgrading Wordpress with the iPhone

I’ve been using InstantUpgrade for over a year now to keep my blog on the latest version of Wordpress without fail. Every upgrade has been smooth and successful and has gone off without a hitch. This evening I got really brave and used my iPhone to upgrade to Wordpress 2.7, again everything went [...]

inSpot.org a public service or a bad joke

inSpot.org a public service or a bad joke

Catching up on my buddies tweets, I ran into an interesting one..”Web 2.0 hookups gone bad,” with a link to http://inspot.org/gateway.aspx. Just when you think everything has hit the web, around the corner comes something new and bold and if your a little twisted, a lot of fun. The gist of the site [...]

Prevent double submit with jQuery

Prevent double submit with jQuery

Another great “little” solution with jQuery. Needed a simple way to protect all the forms on our site from being double submitted. There was an attempted solution in place on our app, that added an onsubmit to every form with a function above it called ignoreDoubleSubmit that tried to trap the event of [...]

Stock quote and chart from Yahoo in Java

Stock quote and chart from Yahoo in Java

I was recently in need of a stock quote web service in order to display quote information and charts for a corporate website I was working on, so I started looking around for something, free of course. I kept reading that the most common example of web as a service is the stock quote [...]

Europa to Ganymede, a flawless Eclipse upgrade

Europa to Ganymede, a flawless Eclipse upgrade

I’ve been burned by Eclipse upgrades before, especially when it comes to running local tomcat servers in the IDE. I think as recent as 3.1 to 3.2 and 3.2 to 3.3, this or that got moved and all my tomcat servers disappeared, or they were there and they just didn’t want to start. [...]

Firefox 3 released today

Firefox 3 released today

Today’s the day all us developer types have been waiting for, Firefox 3 will be released and a world record for most downloads in a day will be set. If you’re a web app developer and you’re not using this browser, with at least Firebug, YSlow, and the Web Developer Toolbar, you might as [...]