Breadcrumbs
Tag: "servers"
-
POST vs. GET
- Author
- Date
- Wed 3 Sep 2008 at 20:35
- Type
- Blog Entry
- Comments
- 2 comments
When I first started learning web development, I had a hard time understanding the differences between the two HTTP request methods POST and GET. Some of the early Lowter members will remember an issue with only being able to post forum posts under 2000 characters, which was a result of me accidently using GET to submit the user's posts. Matt actually spotted the issue and probably wanted to reach through the computer screen and slap me for such a naïve error. Alas, I've come quite a ways since then. Now, there is a lot of technical …
-
Too Easy WAMP Setup
- Author
- Date
- Sun 23 Oct 2005 at 13:36
- Type
- Article
Have you setup a personal development server? If not, then this guide is for you! Easily setup a WAMP on your computer, using Apache 2, PHP 5, and MySQL 4. Make more use of your Windows computer today! Make server setup Too Easy!
-
Mod_Rewrite for Search Engines 101
- Author
- Date
- Tue 3 May 2005 at 16:56
- Type
- Article
Search engines are a very important aspect in marketing a website. Dynamic websites face numerous challenges with search engines. Learn how to fix this using Apache's mod_rewrite module.
-
Custom Error Pages
- Author
- Date
- Sun 30 Jan 2005 at 7:39
- Type
- Article
Create custom error pages for your website using an Apache .htaccess file and a simple PHP file.
