Basecamp Tips & Tricks
1.
Ajax Show/Hide button:
When we start posting images and files into basecamp the code listed below will help to keep the pages clean.
<p><strong>Ajax Show & Hide script:</strong> <a href=”#” onclick=”new Effect.toggle(‘hiddendivtest’)”>Show/Hide</a></p></p>
<div id=”hiddendivtest” style=”display: none”><br />
<br />
<img src=”http://www.cartoonstock.com/newscartoons/cartoonists/bst/lowres/bstn360l.jpg” alt=”" /><br />
<br />
</div>
2.
Basecamp Firefox Plugin: http://www.toddle.us/basecode2/
3.
Highlight or emphasis text with ajax:
<div class=”flash_notice” id=”Flash”>This is a good thing!</div>
<div class=”flash_alert” id=’Flash’>This is a bad thing!</div>
<h1 class=”blankslate”>This is a yellow box.</h1>
<div class=”blankBar”>Nice callout header bar.</div>
<div class=”page_header”>A nice light blue bar.</div>
You can see the examples at this link. Examples
Category: Latest Updates One comment »



April 4th, 2008 at 7:15 pm
I use the hell out of that Basecamp Firefox plug in. Great post.