February 22nd, 2008 — Gaming Consoles, Wii, games
February 8th, 2008 — JavaScript, MySQL, PHP, Web Development
Wrote this function to check email addresses already in a database, so I dont have to change pages, and check with javascript. Problem: it exposes your whole email list to the public in the source code, and the source code can become a monster length. So it isnt practical, but it works. (I'm not using it to check emails)
The script proves useful to do other things with javascript and spawn arrays to manipulate data... etc.
function jarray(){
$sql = "SELECT * FROM table_name LIMIT 0, 100000000";
$jarray = "var your_array = new Array();\n\t\t";
$i = 0;
$q = mysql_query($sql);
while($object = mysql_fetch_object($q)){
$jarray = $jarray."your_array[{$i}] = \"{$object->field_name}\";\n\t\t";
$i++;
}
print $jarray."\n";
}
Put your own info where the Text is bold
February 8th, 2008 — JavaScript, Javascipt, Web Development
I've used many before, this is the cleanest without too much code. It features a nice onfocus clear value bonus. When the email is incorrect after click the alert box when the email is invalid, it will clear the mail input field value and bring the cursor directly to the the email input box. The email validation does not check is the email actually works, just is it appears valid, excellent for javascript!
Javascript Email Input Validation Script
January 29th, 2008 — Web Development
Wii Zapper
and Link Shooter is cool, much fun. I'd be very pissed if the white piece of 10 cent plastic that holds the Wii motes cost 25 bucks without a game. Right now there are a select few games that work with the Wii Zapper
.
Compatible games:
By Accident I purchased Resident Evil 4: Wii Version along with the Zapper. Had meant to get umbrella chronicles but I'm screw up. After playing RE4 for 10 minutes with the Wii Zapper I found myself frustrated and kept getting owned by zombies when I wanted to kick them in the face or close combat knifing. Since I've played through the Gamecube RE4 (which I highly recommend to anyone) the Wii version is going on Amazon since it's not made for the Wii Zapper
.
January 18th, 2008 — Gaming Consoles, Wii, coupon codes, games
This isn't your normal DCE post but too good to not post! So save 25% off used games @ gamestop online. Used it today save 7 bucks off resident evil for the Wii! Worked as of January 17 2007
25% off Used Gamestop games coupon code: AFF25
Found more
10% any purchase (till 2/1/08) coupon code: EBC3002441
January 15th, 2008 — Drivers, Plug-ins, software
To Burn Flac and OGG file with Nero you need the plugin! One can find that plugin and many more at bitburners.com link to bitburners NERO codec page
Download the associated plugin and drop the DLL file into this directory
C:\Program Files\Common Files\Ahead\AudioPlugins
(this works for nero 6 and 7)
January 14th, 2008 — Drivers, networking, software
Had a difficult time finding these, linksys doesn't have them on their site anymore so install at your own risk.
Included are Windows 2000 (win2k) Win95 win98 winme winnt linux freebsd drivers for linksys ethernet card LNE100TX Version 4 and 5.1
Use these files at you own risk Download Linksys Ethernet card LNE100TX Drivers