Results 1 to 2 of 2

Thread: A couple of things i would like to share
      
   

  1. #1
    mattyfergus is offline Second Lieutenant
    Join Date
    Sep 2008
    Posts
    121

    Default A couple of things i would like to share

    I dont know where i learned the 1st tip, so if its already on this forum, Im sorry.

    1. Http compression.

    Simply paste the following code into your page html.

    Instructions: select tools > page html > paste the code into the start of page section.

    <?php if (substr_count($_SERVER['HTTP_ACCEPT_ENCODING'], 'gzip')) ob_start("ob_gzhandler"); else ob_start(); ?>

    This makes your pages load faster.

    I think, this compresses your page, transfers it to the users computer, then decompresses it.

    Test it here: http://www.websiteoptimization.com/services/analyze/

    Test your page without, then with.


    2. Free, easy to use shopping cart.

    Have a look at this free shopping cart. Its good stuff

    http://www.ecwid.com/

    Just copy and paste the code. Easy



    And have a look at my new web designs. Both integrated seamlessly into 1.

    simple web design & video production

    I would like a comments on any faults you find or any tips you have.
    ANYTHING

    Thanks all
    Simple Video Production Liverpool - Website video's, corporate video's, event filming, music video's, viral's, motion graphics & 3D animation

  2. #2
    CarbonTerry's Avatar
    CarbonTerry is offline Major General
    Join Date
    Oct 2005
    Location
    St L MO
    Posts
    2,590

    Default Re: A couple of things i would like to share

    Tried it...made no difference
    CarbonTerry
    Semper Fi
    Still green...still mean......just not as lean

    Red Hawk Archery
    Zone 5 Photo
    My USMC

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49