October 30, 2008 – 12:44 pm
Today, I will walk you through the process of using the GD Library. This library is installed on most PHP servers, and works really well when you want to allow someone to upload an image of any size, and then resize it into a proper thumbnail.
First of lets create a simple form that allows us [...]
October 29, 2008 – 5:00 pm
This is a question that seems really odd to me, and I’m sure it does to you as well. I have actually found out that it does have some affect on Photoshop for whatever reason.
First let me brief you on the setup I had that brought up this issue. Earlier this year I bought myself [...]
October 27, 2008 – 11:43 pm
Can you remember the last time you were hacked? Was it a SQL Injection, a Denial Of Service (DoS), or even allowed complete control of your web server? All three of these attacks are well known and can be prevented using the appropriate measures. First of let’s start by describing a little bit about each [...]
October 27, 2008 – 6:06 pm
If you are a relatively new web developer classes and objects are probably one of those topics you have heard about, but don’t really have a grasp on. I know when I went to university very little time was spent on object orientation, which I really wished would have been covered. The majority, if not [...]
October 23, 2008 – 5:33 pm
I was prompted to write about this because of a great article written by a fellow Internet Specialist, Steve Gomori. He took the same program that I did at the University of Winnipeg - Distance of Continuing Education. The post deals with the Online Databases, Perl, and PHP Course.
He mentions that the “smaller”, “trivial”, or [...]