Jquery Tutorial: Select or deselect a radio button
Today was the first time I tried to do this and believe it or not many of the tutorials/examples I found on good ole Google didn’t work. So after about 45 minutes I finally...
lang="en-US">
Today was the first time I tried to do this and believe it or not many of the tutorials/examples I found on good ole Google didn’t work. So after about 45 minutes I finally...
I hate hard coding enums so you can use this script to get the enum values directly from the table schema. That way if you add or change them you don’t have to go...
Okay so I officially am not fond of DOJO, haha. If you’re having trouble getting your results to show up I’ve found that’s is probably one of three different things: Syntax error in your...
So today I spent 10 minutes thinking about how to write something in jQuery that would go through and toggle the disable status for a group of radio buttons that have been dynamically generated...
Okay so one of the thing I’ve learned about SmartFoxServer is that the documentation is hard to search through and the sample code they have available really doesn’t cover a lot of standard coding...
All of my database driven games use PHP as a scripting language which is my favorite scripting language by far (okay I’m biased, I’ve been using it for almost 9 years now). In order...
I find that I visit so many different sites I can’t keep them straight and I can’t remember to update my delicious account. So I started adding them as resources on my main website...
You’ll need to be logged in as a admin user otherwise you’ll need to use su or sudo in front of these commands. Setting up the account Modify shell file: vi /etc/shells Press letter...
Since I look these up all the time I figured it was time to put them all in one place! Installing an RPM rpm -ivh package_name_here.rpm Updating an RPM rpm -uvh package_name_here.rpm Check To...
I found this cool site that has examples cross-referencing PHP and ASP so you can see the difference (or use it if you’re switching from one language to the other). They also have a...