Long Charts on the Internet

Hi. I would like to create a web page containing an over-long chart which can be scrolled left and right. Further to that, it would need to be expandable. In other words, the chart (a biblical history timeline) would have less detail at first but if clicked would expand that particular section to show greater detail. If clicked again it would expand even further.

Is there software that creates such a thing? Can anyone show me examples to look at? Can a Drupal website accommodate such a scrolling page?

Thanks for any ideas.

httpfox traffic tcp analyzer and there are spam links in the code

hello, today, I have instaled httpfox, is a plugin of firefox han analize the traffic http.
well, when i visit my own page (www.pumawifi.org), the analizer shows links that should not stay there.
the links like:

inline javascript for Google Analytics outbound link tracking

So I'd rather not install yet another module to risk trouble-shooting against so many others if I can just get something done in code.

I need to track outgoing links on a certain page but Google Analytics doesn't do that by default.

From Google Analytics documentation, I found this:

<script type="text/javascript">
function trackOutboundLink(link, category, action) { 
 
try { 
_gaq.push(['_trackEvent', category , action]); 
} catch(err){}
 
setTimeout(function() {
document.location.href = link.href;
}, 100);
}
</script>

easy enough to include in my other scripts. But, I need to use this on the a links:
<a href="http://www.example.com" onClick="trackOutboundLink(this, 'Outbound Links', 'example.com'); return false;">

I have a form whereby the content-type for each link is entered directly into a cck field. Then, that field is set to show as a Title/Link so the actual hyperlinking is done by Drupal.

I need to figure out a way to put that inline code into particular links.

Quickly, I thought I could use jquery to select the attribute 'href' of all the 'a' elements of the parent container and use 'src' to change them all, but there will be the little issue of parsing and first grabbing the actual www.whatever.com part, store and stick it back.

hide the name of category

Hi

I have add a new topic to nodequeue, so in the 'View: front_category' block, so in the name of category and title of the topics has appear in the pages. I want to hide the name of category like category sports, Health, business and other etc.

please help me how to hide the title category name

Thank you

Hyper links disabled when snippet posted on front page

When I post something new a snippet of the article is posted on the front page.

However, a web link I've put into the 1st few lines has been disabled.

How can I allow hyperlinks to show on the front page, I need to turn off whatever is disabling the link.

It must be a setting somewhere.

Can anyone help.

Drupal 406 error when saving any node [SOLVED]

As the title suggests, I am getting a 406 error whenever I save a node whether it be old or new. I know it's a 406 error because I added the following in my htaccess:

# Special static page for mod_security errors
ErrorDocument 406 /406.html

I added this after

Pages

Subscribe with RSS Subscribe to RSS - Drupal 6.x