web 2.0
Refresh Augusta First Meeting
Submitted by delaigle on Wed, 08/20/2008 - 21:21Attended my first Refresh Augusta meeting, there was some great conversations on the plate about what we hope to make Refresh Augusta and how we may have a webish/techish camp here in the Augusta area sometime next year. We hope to bring people out of the wood works because we really do think there is a much larger group of techies than we see everyday.
Add new comment
jQuery bouncing header
Submitted by delaigle on Sat, 08/09/2008 - 20:16Here is the jQuery code and CSS to make the cool/annoying bouncing header!
jQuery Code
<script type="text/javascript"> $(document).ready(function() { $("#top-content").slideDown(1000). animate({height: "190px"}). animate({height: "200px"}). animate({height: "195px"}). animate({height: "200px"}, function() { $("#bottom-content").css({marginBottom:"20px"}); }); }); </script>
CSS
<style> #top-content { height: 200px; display: none; } </style>
Thats it! Have fun!
** Note **
recent comments
- That sucks
12 weeks 5 days ago - Awesome writeup.
12 weeks 5 days ago - its only a matter of time
25 weeks 4 days ago



