Wolflink289.com - News: #1-10
Back
Wolflink289:
I watched the new movie Avatar recently... If you are reading this... I recommend buying an IMAX 3D ticket for this movie. It is the PERFECT mix of special effects and plot. I have just got to say, this is the best movie I have EVER seen!
Wolflink289:
Finally! After 6 hours of straight PHP, I made a contact system here.
<?php <
code code code... $value = $var1.". end";
$value = $_GET[value];
code code code... $value = $var1.". end"; $value = $_GET[value];
Wolflink289:
Hey... to everybody who sees this! I was on my way to watch 2012 (which is lacking a good plot), and I happended to see a car (which was most likely stolen now that I think about it) that was smashed into a cement post (nice parking job...). I mean, If you even look at the photos at the bottom, you will be thinking how can some idiot smash into a post like that...
Wolflink289:
Guess what day it is! Yep! Friday 13! Better yet! It's November! I have put up a special theme! Oh.. and don't forget to watch a scary movie!
Wolflink289:
Finally! CSS stylesheet changes will now work on Microsoft Internet Explorer and Safari! It takes patience... and lots of it, to make those adjustments to the Javascript System.
Oh! and for those who want to know how I fixed the bugs and/or want to see if a var is defined, use the following code:
String.prototype.defined = function(){
if ( typeof(this) == "undefined" ) {
return false;
} else {
return true;
}
}
String.prototype.defined = function(){
if ( typeof(this) == "undefined" ) {
return false;
} else {
return true;
}
}