Archive for the ‘Web Development’ Category
Optimizing C++ Code; PCC
Sunday, June 17th, 2007Here’s some cool stuff I learned in school while finishing up my computer science degree. I took a class called CS-201, at Portland Community College.
More About .htaccess mod_rewrite
Sunday, June 17th, 2007After receiving a positive response from my last post regarding the .htaccess mod_rewrite, I wanted to follow up with a post that contained a little more information on why the rewrite would be good to use, and a few descriptions about it’s syntax.
The infamous htaccess rewrite
Thursday, January 4th, 2007I decided put together a few example of rewrites that I use and like. BEWARE!!! Editing the htaccess file is not for the faint of heart. Making one small edit that incorrectly rewrites, or redirects, or changes any URL could kill your search engine rankings, and make your webmastering life miserable. Make sure you understand what you are doing, and test throughly. Be sure that no matter what no two URLs can access the same page, and make sure that any old URLs redirect to the new ones.
Combating Referer Spam using the .htaccess file (Apache)
Wednesday, January 3rd, 2007Beware that editing the .htaccess file is not for the faint of heart, and we recommend not editing the file unless you know what your doing.

