Thursday, October 8, 2009

Create a Twitter widget yourself !!

You may have seen a lot of websites, which show their recent tweet.You may have also wanted to put a similar widget to your website also. But most of the time, you use widget provided by others, which are less custimizable and may have some sort of ad or link to other websites on it.

Have you ever wondered how to create yourown customizable widget?

Please follow a few simple ways and you can create a simple customizable tweet widget to put in your website or blog.

Step 1:

<div id="twitter_update_list">

</div>

Copy the above code in the area where you need to put your tweets.

Step 2 :

Copy the following code below the previous code.

<script type="text/javascript" src="http://twitter.com/javascripts/blogger.js">

</script>

<script type="text/javascript" src="http://twitter.com/statuses/user_timeline/ipixsolutions.json?callback=twitterCallback2&count=1">

</script>

Here, in the above code, you can see text called ipixsolutions.json just replace the ipixsolutions with your own twitter username.And where it says count=1, put your desired number of tweets you need to show at a time.
Voila!! your custom twitter widget is ready.

Step 3:

Next, by the following optional step, we can tweak the appearance of our custom twitter widget. i.e. applying a css style to our twitter widget.

#twitter_update_list li {

list-style-type: none;

}

#twitter_update_list span a

{

display: inline;

color: #008080;

}

#twitter_update_list span a:hover

{

text-decoration: underline;

color: #66CCFF;

}

#twitter_update_list span

{

color: #333;

font-family:Arial, Helvetica, sans-serif;

font-size:12px;

}


Append the above code to your css file. your can tweak it according to you need.

Friday, September 18, 2009

Creating a round corner navigation menu button background which looks seamless

Here is a simple method to make the rounded corner button for navigation using css.

1)Add background image
Create a background image for your navigation based on your idea.
zBelow image is an example.


<ul class="nav">
<li><a href="#"><span> Home </span></a></li>
<li><a href="#"><span> Our Services </span></a></li>
<li><a href="#"><span> Sitemap </span></a></li>
<li><a href="#"><span> Contact Us </span></a> </li>
</ul>

3)Add CSS Styles
Add below css styles to your stylesheet files or to your html page

ul.nav{
padding:0;
margin:0;
}
ul.nav li{
float:left;
list-style-type:none;
margin-left:5px;
}
ul.nav li a:link,ul.nav li a:visited{
text-decoration:none;
font-weight:bold;
font-size:14px;
color:#669933;
height:35px;
display:block;
padding-left:15px;
cursor:pointer;
float:left;

}
ul.nav li a:hover{
text-decoration:none;
font-weight:bold;
font-size:14px;
color:#FFFFFF;
background:url(images/nag_bg.jpg) no-repeat;
}
ul.nav li a:hover span{
background:url(images/nag_bg.jpg) no-repeat right;
}
ul.nav li span{
display:block;
height:35px;
padding-right:15px;
line-height:30px;
float:left;
}






2)Add html code
followin is the html code of navigation bar. just add this code to your web page where you want to show the navigation bar


Download sample zip file

Original Post by,
Ajinesh Ravi

Friday, September 4, 2009

About Web Design & Development Company, Kerala - India

Welcome to the official blog of IPIX Solutions Pvt. Ltd. IPIX Slutions is a widely established web design company offering an extensive range of customized products for all your web related needs. We provide well-organized ecommerce website design solutions and development services according to the existing business and client’s needs that help to grab more customers. Our capabilities and experience will assist you to launch any type of website with all the latest technologies and best SEO. IPIX Solutions’ main services include :

By providing all these services in one environment, we make it possible for our customers to outsource all their Internet requirements to a single point. With the use of world-class design facilities and latest software engineering methods, we create comprehensive web products and solutions that allow you to promote your business and improve your customer base. As we have a team of highly skilled software professionals, we can customize your website designs as per your specifications and requirements. With the help of our experienced SEO professionals, you can take your business ideas to the targeted market segment effectively.

IPIX Solutions has a long and proven record of excellent performance and service for several reputed clients across industries. We create and implement a successful technologically driven business solution that enhances your current business model. All our website designs are simple, easy to navigate, fast loading and providing the exact information to user.

For the success of your business or company, your website has to stand out in the consumer's eye. By studying the target audience and researching your competitors, we build high-end and functional website that convey your company, service and product information. Our company also specializes in high quality logo designs, flash presentations and flyers or brochures designs.