Archive for June, 2006

My Boat!

June 27th, 2006 | Category: Boating

Boat Picture

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

1 comment

FavIcon.ico

June 27th, 2006 | 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

Web Page Started

June 27th, 2006 | 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

PHP Code Highlight Test

June 26th, 2006 | 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

First Post To My First Blog!

June 26th, 2006 | 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