Tutorials Page 209
![Being American Today]()
Being American Today
Today is July 4th which means Independence Day for us living in the States. As a proud American, I'll be doing the following today: Grilling out burgers, brats, and steak Drinking hard lemonade and Sam Adams Relaxing with my girlfriend and friends Swimming in my grandfather's pool Spending time with...
![Increase PHP’s File Upload Limit Using php.ini]()
Increase PHP’s File Upload Limit Using php.ini
The file upload size limit is usually set pretty low by shared hosting providers. Why? To save bandwidth, keep the server moving quickly, and think about it -- how many customers really need a large upload limit? If you do need to increase...
![Create a NoScript Compatible Select Form Element with an onChange Event]()
Create a NoScript Compatible Select Form Element with an onChange Event
I wouldn't say that I'm addicted to checking Google Analytics but I do check my statistics often. I guess hoping for a huge burst of traffic from some unknown source. Anyway, I have multiple sites set up within my account. The way to...
![PHP Form Submission: Recognize Image Input Buttons]()
PHP Form Submission: Recognize Image Input Buttons
As you probably know, you can recognize a form submission from a "submit" input type by placing the following code in the "processing" PHP script: Did you know, however, that when using an "image" input type to submit the form, the above wont work? You need...
![Curing “this.setOptions is not a function” in MooTools 1.2]()
Curing “this.setOptions is not a function” in MooTools 1.2
On one of the MooTools 1.2 classes I was working on recently, I kept getting the following annoying JavaScript error: Here's what my code looked like: After doing some research, I discovered that I needed to implement Options: I think this may be new in MooTools 1.2, as I...
![Weekend Links – jQuery Progress Bar, jQuery Kwicks, Bill Gates Email, MooTools Plugins]()
Weekend Links – jQuery Progress Bar, jQuery Kwicks, Bill Gates Email, MooTools Plugins
jQuery Progress Bar 1.1 This jQuery progress bar is as good as it gets. The progress bar animates to the next step and is very lightweight. http://t.wits.sg/2008/06/20/jquery-progress-bar-11/ Kwicks 1.5 Released! Jeremy Martin has released a new version of his jQuery Kwicks plugin. Jeremy's added more options and smoother...
![Amazon.Com WHOIS = WTF?]()
Amazon.Com WHOIS = WTF?
I was doing some research on domains and WHOIS information today when I stumbled upon a peculiar results for Amazon.Com. Take a look at the server name in the image below. This is clearly not the name of Amazon's server, but I have no idea how...
![Editable Content Using MooTools 1.2, PHP, and MySQL]()
Editable Content Using MooTools 1.2, PHP, and MySQL
Everybody and their aerobics instructor wants to be able to edit their own website these days. And why wouldn't they? I mean, they have a $500 budget, no HTML/CSS experience, and extraordinary expectations. Enough ranting though. Having a website that allows for...
![Implementing an Array.count() Method in JavaScript]()
Implementing an Array.count() Method in JavaScript
As much as I write about MooTools on my blog, I spend most of my work day knee-deep in PHP. As you probably know, one way to get the size of an array in PHP is to use the count() function: In JavaScript, the way to...
![Multi-Select Transfers Using MooTools 1.2]()
Multi-Select Transfers Using MooTools 1.2
While I was a Zone Leader for DZone's AJAX, CSS, and PHP Zones, DZone's Rick Ross asked me to contact Jeremy Martin with regard to a hot blog post he created: Easy Multi Select Transfer with jQuery. Both...







