Tuesday, March 15, 2011

Blinking text using jquery

Hi,

The following code is to blink the text using jquery


<script type="text/javascript" src="http://code.jquery.com/jquery-1.4.1.min.js"></script>

<div id="msg"> <strong><font color="red">Awesome Gallery By Anil Labs</font></strong></p> </div>

<script type="text/javascript" >
function blink(selector){
$(selector).fadeOut('slow', function(){
$(this).fadeIn('slow', function(){
blink(this);
});
});
}

blink('#msg');
</script>

Thursday, March 3, 2011

Social networking ads

Hi friends,

The below social networking sites like facebook, twitter etc ... ads if it in olden days 

1) Facebook 


2) Twitter 

3) Skype
4)Youtube



Monday, February 28, 2011

Anil Labs | portfolio

Hi friends,

This is informing you that Anil Labs has developed a portfolio site. Please once check the domain.  ( http://portfolio.anil2u.info/ ) and we are ready for launch the complete version of portfolio. These is under construction. Very soon you will find the complete site. Please touch with us.

Thank you.


Friday, February 4, 2011

Most influenced CEO s

Hi friends ,


In this post i would like to share with you all about Most influenced CEO s under 30 years of age. They are really influenced the coming and upcoming CEO s and others.
 

Monday, January 3, 2011

Friday, December 31, 2010

3 Steps to implement Mobile version of your blog

In this post i would like to explain how to create mobile version of your blog in three steps. Its a very service by mobify.me to choose design pattern and customizing the design format too. its a basic version of the blog in mobile version., I have planned to launch the mobile version for my blog. So i have followed three steps to launch the mobile version for your blog also.


Full Details : http://www.anil2u.info/2010/12/31/3-steps-to-implement-mobile-version-of-your-blog/