Jul 22

Track Back Test

Category: Web Design & SEO

Here is a test of Track Backs to the Living Reefs forum.

2 comments

Jul 19

VBulletin VBSEO

Category: Web Design & SEO

I own a forum called Living Reefs.  It is a forum for the saltwater aquarium hobby.  A hobby I truely love.  I have had the forum up for over a year now and have been tweaking it for SEO.  I recently added VBSEO to do mod_rewrites of the static URL’s.  I was amazed at the results, now all of my threads are being indexed, I can actually do searches for the title of a post on Yahoo or MSN and they show up.  My traffic has not increased by any leaps or bounds as of yet, but I did just install VBSEO a week ago.  I will make another update on the results of the traffic in the next few months.

 Take’er Easy From Tennessee

 Chris Edwards

No comments

Jul 6

Super Floor Center Web Site

Category: Web Design & SEO

The graphic design has been done and implemented for our site Super Floor Center.  We used 2techchicks.com to do our graphics work.  I also got some flooring ebays items up.  We are moving right along.

No comments

Jun 27

My Boat!

Category: Boating

Boat Picture

Here is a picture of my 1988 40ft. AftCabin Silverton

1 comment

Jun 27

FavIcon.ico

Category: Web Design & SEO

Would you like to display your own icon on the browser address bar when visitors view or bookmark your web page?

Then Check this Site out…

http://www.chami.com/html-kit/services/favicon/

No comments

Jun 27

Web Page Started

Category: General B.S.

I am currently working on a web page for http://www.superfloorcenter.com.  I just installed X-Cart and have a few ladies doing some graphics work for me, designing logos and what not.

 WOW, this is a big task, I have to figure everything out from begining to end on this one.  From ordering to shipping.  Honey… I’m gonna be late!

Hazard

No comments

Jun 26

PHP Code Highlight Test

Category: General B.S.
  1. <?
  2.  
  3. class c_HiddenVars {
  4.  
  5. function display($a) {
  6. $c = Count($a);
  7. for ($i = 0, Reset($a); $i < $c; $i++, Next($a)) {
  8. $k = Key($a); $v = $a[$k];
  9. if (is_array($v)) {
  10. $vc = Count($v);
  11. for (Reset($v), $vi = 0; $vi < $vc; $vi++, Next($v)) {
  12. $vk = Key($v);
  13. echo “<input type=hidden name=\”$k\[$vk\]\” value=\”.htmlspecialchars($v
  14. [$vk]). \”>\n;
  15. }
  16. } else {
  17. echo “<input type=hidden name=\”$k\” value=\”.htmlspecialchars($v). \”>\n;
  18. }
  19. }
  20. }
  21.  
  22. function get() {
  23. global $HTTP_GET_VARS;
  24. if (is_array($HTTP_GET_VARS)) { $this->display
  25. ($HTTP_GET_VARS); }
  26. }
  27.  
  28. function post() {
  29. global $HTTP_POST_VARS;
  30. if (is_array($HTTP_POST_VARS)) { $this->display
  31. ($HTTP_POST_VARS); }
  32. }
  33.  
  34. function all() {
  35. $this->get();
  36. $this->post();
  37. }
  38. };
  39.  
  40. ?>
1 comment

Jun 26

First Post To My First Blog!

Category: General B.S.

Eh, in all my years computing (1982) I have never had my own blog.  So here it is,  i’m setting down the o’le Commodore 64 and moving ahead to 2006.  Basically this is a test of the blog but the previous statement is completely true.

TTL,

Chris Edwards

1 comment

« Previous Page