Archive for the ‘Web Programming’ Category
-
Never Ending JavaScript Alerts
Thursday, September 10th, 2009
while(true) {
alert("Ohai!");
}It really is that simple. Perfect for your *-Roll sites.
-
PHP OOP
Tuesday, September 1st, 2009
Object-oriented programming (OOP) is a programming paradigm that uses “objects” – data structures consisting of datafields and methods – and their interactions to design applications and computer programs. Programming techniques may include features such as information hiding, data abstraction, encapsulation, modularity, polymorphism, and inheritance. It was not commonly used in mainstream software application development until [...]
-
Magic Quotes: Finally Deprecated
Sunday, August 2nd, 2009
As of PHP 5.3.0 Magic Quotes have been deprecated. Thank gosh. And they will be totally removed in PHP 6.0.0. That’s just one of the many things that have been deprecated in PHP 5.3.0 Register Globals will suffer the same fate as Magic Quotes. PHP Safe Mode was also deprecated. That’s just a few, you should [...]
-
Sessions vs. Cookies
Thursday, March 19th, 2009
Today, I’ll be writing about when to use Sessions and when to use Cookies when developing your own PHP Web Applications.
First off, I’ll talk a little about the pros and cons of Sessions.Sessions are stored on the server
Clients won’t have any direct access to Session data
Accessing Session data is faster than retrieving a Cookie
Sessions can [...] -
Wildflower, and some more
Sunday, February 15th, 2009
You probably wanna know what’s been going on. First, the Science Fair went very well. Second, rumor has it that a new theme is in the works for Tyreus. Maybe Vlexo too.
The Vlexo server almost went down. Permanently. Luckily, everything went O.K. and the server continued its service to us.
Now, about Wildflower. It’s [...] -
Science Fair `09 + Positive Feedback
Thursday, February 5th, 2009
This Friday is the Science Fair. Yeah, that’s one day from now. Seriously though. I should be working on that and not tying this up. It’s gonna be some geek/ajaxy/php/coding thing.
I also recieved some great feedback on both, “Hooked” on XP and Infinite Blue Thanks for all your comments and suggestions. I’m happy [...] -
NetBeans
Saturday, January 24th, 2009
www.NetBeans.org
I’ve just recently found a new PHP IDE for a replacement to Aptana. I wasn’t exactly looking for one, but I just sort of “found it”. ‘Ya know? For one, it doesn’t looks cluttered. Everything is pretty well balanced.
With my new found inspiration in a new PHP editor, although it does support other web programming [...] -
CakePHP
Saturday, January 3rd, 2009
Over my travels across the interwebs, I’ve found many wounderous and exciting things. However, my most recent discovery is CakePHP. It’s a PHP framework. It definatly looks intimidating at first, but once you figure out what everything does it’s a breeze.
I’m trying to make some basic “Hello World” type scripts. So far, it looks pretty [...] -
THT Resurrected
Monday, December 29th, 2008
After some tedious debugging, we finally managed to get everything working. I ended up deleting the MySQL database, and then reSQLing everything back except for the staff section. So now, it works. I better make a backup (again) in case this happens again.
@Dalton: Be jellus -
THT Chaos!
Sunday, December 28th, 2008
TheHostingTool has really been giving us some trouble. The main problem at the moment is that no one can log into the Admin CP. We’re greeted with an unattractive Username / Password in correct message. My attempts to create a password (and salt) generator have failed and I’m just about to give up. If you [...]
