Monday, October 31, 2011

Nivo jQuery Slider


Nivo Slider is the world's most popular jQuery image slider, and it's completely free!

Current Features

  • 16 unique transition effects
  • Simple clean & valid markup
  • Loads of settings to tweak
  • Built in directional and control navigation
  • Supports linking images
  • HTML Captions
Code
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<html >
<head>
    <title>Nivo Slider Demo</title>
    <link rel="stylesheet" href="../themes/default/default.css" type="text/css" media="screen" />
    <link rel="stylesheet" href="../themes/pascal/pascal.css" type="text/css" media="screen" />
    <link rel="stylesheet" href="../themes/orman/orman.css" type="text/css" media="screen" />
    <link rel="stylesheet" href="../nivo-slider.css" type="text/css" media="screen" />
    <link rel="stylesheet" href="style.css" type="text/css" media="screen" />
</head>
<body>
    <div id="wrapper">
        <div class="slider-wrapper theme-default">
            <div id="slider" class="nivoSlider">
                <img src="images/slider_photo2.jpg" alt="" width="800" height="300" />
                <img src="images/slider_photo3.jpg" alt="" title="This is an example of a caption" width="800" height="300" />
                <img src="images/slider_photo4.jpg" alt="" width="800" height="300" />
                <img src="images/slider_photo.jpg" alt="" title="#htmlcaption" width="800" height="300" />
            </div>
        </div>

    </div>
    <script type="text/javascript" src="scripts/jquery-1.6.1.min.js"></script>
    <script type="text/javascript" src="../jquery.nivo.slider.pack.js"></script>
    <script type="text/javascript">
    $(window).load(function() {
        $('#slider').nivoSlider();
    });
    </script>
</body>
</html>

click here to demo

Tuesday, October 4, 2011

How to Integrate facebook like button in your site.


How to Integrate facebook like button in your site.

In this article, I’m going to outline a few of the ways that you can add Facebook to your blog or website using widgets and buttons. These widgets and code snippets come from the Facebook collection of tools that you can use on any website you want.


You can add the Facebook Fan Box in just a few easy steps and by copy pasting few lines of JavaScript in your website. The code is readily available from your Facebook fan page – just click on Add Fan Box to your site underneath Promote this Page on your website section of your profile page.

Additional features like size of the box, including the stream of recent posts as well as a list of fans can also be customized. Like Box also allows the visitor to log in and become a fan directly from your web page as well.n

you can test it here.
URL is http://it-solution.in/like.php .

Saturday, October 1, 2011

How to get your blogs matter in your site.


How to get your blogs matter in your site. 

Suppose you have a blog and you post the data into this blog regularly. Now recently you  have created a new site and want to all the blog’s data show in your website in separate page or anyother location. So in this condition you need my code.

My code will show any blog’s data in your site. you can test it here.
In this url, I am showing my blog's data. If you need this code then drop an email to me.
My email id is jafarjan420@gmail.com