Archive for the ‘Web Development’ Category

Where we at with Cpanel 11?

Sunday, June 17th, 2007

Anyone know what cPanel is? cPanel is a hosting platform. Once a domain name points to a server, cPanel is the software that is used to administrate all of the functions used behind the scenes. Everything from managing stats software, to adding email addresses, cPanel can do it all.

(more…)

Share It:
  • del.icio.us
  • Blogosphere News
  • Digg
  • Facebook
  • LinkedIn
  • StumbleUpon
  • TwitThis
  • RSS

Optimizing C++ Code; PCC

Sunday, June 17th, 2007

Here’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…)

Share It:
  • del.icio.us
  • Blogosphere News
  • Digg
  • Facebook
  • LinkedIn
  • StumbleUpon
  • TwitThis
  • RSS

More About .htaccess mod_rewrite

Sunday, June 17th, 2007

After 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.

(more…)

Share It:
  • del.icio.us
  • Blogosphere News
  • Digg
  • Facebook
  • LinkedIn
  • StumbleUpon
  • TwitThis
  • RSS

The infamous htaccess rewrite

Thursday, January 4th, 2007

I 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.

(more…)

Share It:
  • del.icio.us
  • Blogosphere News
  • Digg
  • Facebook
  • LinkedIn
  • StumbleUpon
  • TwitThis
  • RSS

Combating Referer Spam using the .htaccess file (Apache)

Wednesday, January 3rd, 2007

Beware 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.

(more…)

Share It:
  • del.icio.us
  • Blogosphere News
  • Digg
  • Facebook
  • LinkedIn
  • StumbleUpon
  • TwitThis
  • RSS