Jquery Plugin & PHP scripts

Just More Than You Want


  • BlogSlideShow jQuery Plugig

    BlogSlideShow is a free JQuery plugin that enhances your blog pages with , which provides nice transition effects including CSS3/HTML5-related ones.

    All what you need is to provide links on your images. Likely you already have images on blog pages linked. Just add rel attribute containing “blogslideshow” to them.

    When you click on such a link, you’ll get the image viewer on the overlay. When hovering the overlay you get toolbar appeared by which you can navigate images. Besides, you can use arrows <-, ->, Esc as well.

    Demo| Download


  • jQuery Elastic plugin

    Elastic makes your textareas grow and shrink to fit it’s content. It was inspired by the auto growing textareas on Facebook. The major difference between Elastic and it’s competitors is it’s weight.

    View Demo


  • PHP Send Email

    <?php
    $to = “someone@example.com”;
    $subject = “Test mail”;
    $message = “Hello! This is a simple email message.”;
    $from = “someonelse@example.com”;
    $headers = “From:” . $from;
    mail($to,$subject,$message,$headers);
    echo “Mail Sent.”;
    ?>


  • jQuery QuickFlip 2

    QuickFlip works by using an animation shortcut that is barely noticeable when flipped quickly (hence the name). This shortcut improves performance while allowing the flip effect to work smoothly with any piece of markup regardless of images, backgrounds or CSS.

    It provides an attractive alternative to other slower and more resource heavy Flash and jQuery flip animations. However if you want a smoother option with a depth effect try jQuery Flip!, although this only works with background colors (not images) and hides the panel content before flipping.

    (more…)



  • Sponsors


©2012 Jquery Plugin & PHP scripts Entries (RSS) and Comments (RSS)  Raindrops Theme