Saturday, May 24, 2008

Marquee that slows/pause on mouse over - Simple image filmstrip/scroller

Lets see how we can create a simple image filmstrip or scroller using HTML Marquee tags.


<marquee onMouseover="this.scrollAmount=1" onMouseout="this.scrollAmount=4">
Scrolling text here. Scrolling text/images goes here
</marquee>


If you want to retrieve images dynamically using PHP here is the logic,



<marquee onMouseover="this.scrollAmount=3" onMouseout="this.scrollAmount=6">
<?php
//database connection
//retrive image names from database
//get full image path
?>
<img src="<?php echo $image_path; ?>" />
</marquee>




Subscribe To My Blog

Monday, May 12, 2008

Why Use Other When You Have Free Aptana Studio - Must For a Web Developer

Aptana Studio is one of the best free IDE around for writing AJAX code.
Aptana IDE has addon support for PHP, Ruby on Rails, Apple iPhone and Adobe® AIR™.
simply fantastic, Aptana has a very good support for Javascript programming with really powerful intellisense. I personally use Aptana studio with the php addon for my web development work.

Aptana.com


Get custom programming done at GetAFreelancer.com!