Website Babble Webmaster Forums  


Go Back   Website Babble Webmaster Forums > Creating a Website > Site Reviews

Your WB Notifications

Reply
 
LinkBack Thread Tools Display Modes
  #16 (permalink)  
Old 05-20-2007, 04:36 PM
lisa's Avatar
Administrator
 
Join Date: Apr 2007
Posts: 7,436
lisa is the Admin and cannot be rated.
Default

Hey Webdev,

Do you mean your php site? I only see a text nav on the left. No show/hide javascript.

And I agree Google Analytics is awesome. It's really good to see what links people are clicking from what homepage. I'm a stat freak so I love analyzing my pages.
__________________
Don't put the cart before the horse.
Plan your website, then create it.

Your Free Guide to Starting a Website
http://www.ThePerfectSiteGuide.com




Reply With Quote
  #17 (permalink)  
Old 05-20-2007, 07:08 PM
Supreme Babbler
 
Join Date: Apr 2007
Posts: 569
webdev has more than the average amount of reputation points
Default

No I meant if you click on one of the left nav links, you should see table of contents on top of every page in yellow box. In that box i have a hide/show button for hiding and showing table of contents box. I got the idea from wiki

As for google analytics, its awesome. Their new beta tool is just too good and beats anything website stats web application on the net.
Reply With Quote
  #18 (permalink)  
Old 05-20-2007, 11:19 PM
Regular Babbler
 
Join Date: Apr 2007
Posts: 50
joelriverap has a few positive reputation points
Post

Webdev,

Nice Website I liked it very much it looks very professional. About the Javascript Code can you email me that code or ask Lisa if she allows you to post the code. I tested your "Table of Content" works great.

In case you are emailing the code please send to joel@jrpcrepair.com

Thanks
__________________
Joel Rivera
JR PC Repair | Tech & Computer Blog

Last edited by joelriverap; 05-20-2007 at 11:21 PM.
Reply With Quote
  #19 (permalink)  
Old 05-21-2007, 03:46 AM
Regular Babbler
 
Join Date: Apr 2007
Posts: 50
joelriverap has a few positive reputation points
Default

Webdev said
"I would recommend you to install google analytics on your pages if you don't already have it. It's free. It is helping me understand how people find my site, what key words they re using to find my site and and how they see my pages."

I have active meter installed on all my Website pages, this meter tracks all my visitors and provides me every details of them.

Thanks
__________________
Joel Rivera
JR PC Repair | Tech & Computer Blog
Reply With Quote
  #20 (permalink)  
Old 05-21-2007, 01:25 PM
lisa's Avatar
Administrator
 
Join Date: Apr 2007
Posts: 7,436
lisa is the Admin and cannot be rated.
Default

Quote:
Originally Posted by webdev View Post
No I meant if you click on one of the left nav links, you should see table of contents on top of every page in yellow box. In that box i have a hide/show button for hiding and showing table of contents box. I got the idea from wiki
Ahhhhh, I see, now. Very nice!
__________________
Don't put the cart before the horse.
Plan your website, then create it.

Your Free Guide to Starting a Website
http://www.ThePerfectSiteGuide.com




Reply With Quote
  #21 (permalink)  
Old 05-21-2007, 01:46 PM
Supreme Babbler
 
Join Date: Apr 2007
Posts: 569
webdev has more than the average amount of reputation points
Thumbs up

Quote:
About the Javascript Code can you email me that code or ask Lisa if she allows you to post the code.
I'll post it here for everyone to see.

HTML Code:
<html>

<head>
<script type="text/javascript">
function toc_toggle()
{
 if(document.getElementById("toc_block").style.display == "none")
 {
  document.getElementById("toc_block").style.display = "block";
  document.getElementById("toc_toggle_text").innerHTML = "Hide";
 }
 else
 {
  document.getElementById("toc_block").style.display = "none";
  document.getElementById("toc_toggle_text").innerHTML = "Show";
  }
}
</script>
</head>

<body>
 
 <div>Table of Content [ <a href="javascript:toc_toggle()"><span id="toc_toggle_text">Hide</a></span> ]</div>
  <ul id="toc_block" style="padding:0px">
   <li><a href="#s1" >1.Section 1</a></li>
   <li><a href="#s2" >2. Section 2</a></li>
  </ul>
 </div>

</body>
</html>
Reply With Quote
  #22 (permalink)  
Old 05-21-2007, 04:11 PM
lisa's Avatar
Administrator
 
Join Date: Apr 2007
Posts: 7,436
lisa is the Admin and cannot be rated.
Default

Yeah it's fine to post the javascript code.
__________________
Don't put the cart before the horse.
Plan your website, then create it.

Your Free Guide to Starting a Website
http://www.ThePerfectSiteGuide.com




Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On




All times are GMT -6. The time now is 09:43 PM.


 Subscribe to RSS

WB Sponsors

flash chat

Home Jobs Online

Search Engine Marketing

Paid Surveys

Web Design Newcastle



 Subscribe to the Website Babble Feeds

2 Create a Website Homepage | 2 Create a Website Blog


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.1.0