Search and Buy now !!

Thursday 28 March 2013

Css 3

CSS transforms and transition properties....

HTML file:

<html>

<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title> CSS3 Awesome Aniimation</title>
</head>

<body>
<div class="menu_obj home">
       <div class="content">
              <h3>Home</h3>
              <p><a href="#">Read More</a></p>
       </div>
</div>
<div class="menu_obj profile">
           <div class="content">
                 <h3>Profile</h3>
                 <p><a href="#">Read More</a></p>
           </div>
</div>
<div class="menu_obj contact">
            <div class="content">
                    <h3>Contact</h3>
                    <p><a href="#">Read More</a></p>
            </div>
</div>
</body>

</html>

As you can see above, each menu object “menu_obj” division contains extra classes such as “home”, “profile” and “contact” that gives us freedom to define background image with CSS later. You can either create the images by yourself or use the following images:
profiles
contact
HOME
Hover

CSS Style:-


<style>

body  
{
background:-webkit-gradient(radial,center center,0,center center,1200,from(#BEBEBE),to(black));
 }

.menu_obj {
    border: 2px solid #104669;
    border-radius: 50%;
    box-shadow: inset 0 0 5px 3px rgba(11, 51, 74, 0.5),  0 0 2px rgba(7, 48, 74, 1);
    float: left;
    height: 125px;
    margin: 0 10px;
    position: relative;
    width: 125px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.menu_obj.home   {   background: #060c12 url(icon-sprites.png) no-repeat center center;     }
.menu_obj.profile {   background: #060c12 url(icon-sprites2.png) no-repeat center center;  }
.menu_obj.contact { background: #060c12 url(icon-sprites3.png) no-repeat center center;   }

.content 
 {
    background: #000 url(icon-sprites-hover.png) no-repeat center center;
    border-radius: 50%;
    height: inherit;
    opacity: 0;
    position: absolute;
    width: inherit;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

.content h3
 {
    color: #fff;
    cursor: default;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 18px;
    margin: 0 10px;
    opacity: 0;
    padding: 40px 0 0 0;
    text-align: center;
    text-shadow: 0 0 10px rgba(43, 149, 205, 1);
    -webkit-transform: scale(5);
    -moz-transform: scale(5);
    -o-transform: scale(5);
    -ms-transform: scale(5);
    transform: scale(5);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.content p 
{
    font-family: Arial, sans-serif;
    font-size: 12px;
    margin: 10px;
    opacity: 0;
    text-align: center;
    text-shadow: 0 0 10px rgba(43, 149, 205, 1);
    -webkit-transition: all 1.6s ease-in-out;
    -moz-transition: all 1.6s ease-in-out;
    -o-transition: all 1.6s ease-in-out;
    -ms-transition: all 1.6s ease-in-out;
    transition: all 1.6s ease-in-out;
}

.content p a 
{
    color: #999;
    text-decoration: none;
}

.content p a:hover
 {
    text-decoration: underline;
}

</style>

Save your document now and preview it on your browser, you should get the something same like the following image.




  The interesting part, which turn our boring button into a lively and attractive one!


.menu_obj:hover
 {
    box-shadow: inset 0 0 0 3px rgba(255, 255, 255, 0.1),  0 0px 30px rgba(7, 48, 74, 1);
 }

When user mouse over on the button / “menu_obj”, the button will animate its inner drop shadow’s color from blue to white with only 0.1 opacity. Meanwhile, animte its outer shadow from 2px to 30 px width.


.menu_obj:hover .content {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}


.menu_obj:hover .content h3, .menu_obj:hover .content p  
{
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

That’s it! Save your work and check it out on your browser. You should have an animated button when mouse over on it!




Source:Onlywebpro






Thursday 21 March 2013

Record Voice and Video Calls On Skype


                Skype is the best and famous software to make video and audio calls worldwide. Most of the internet users are Skype lovers. When we are making calls through Skype, Skype doesn't allow us to record the conversation due to some security and privacy reasons. So if you want to record any of the conversation you have on Skype, what you'll do?





Here I'll list you some most popular Skype video and voice recording software. These all software are fully free. Let's start to record your Skype calls using these free software. 







Source:Techglitz

Monday 18 March 2013

Google Talking Shoe


                                           Google has made a several changes in this tech world. Most of the changes brought by them really enhances the human life. With technology, they make the human life more easier. After the development of Google Glass, there comes the development of Google Talking Shoe. Google Talking Shoe has been developed by partnering with Zach Lieberman and YesYesNo. The result of the experiment in connected objects is Google Talking Shoe.
Google Talking Shoe contains a computer chip attached in an Adidas shoe. Google has unveiled this type of Adidas smart shoe recently. This will be coming to market soon but only after Google Glass. After people heard about Google Glass and Google Talking Shoe, there has been a talk whether Google had jumped into such business but reality is, they need to bring people the most out of the technology.

The smart shoe contains a Gyroscope, a Pressure Sensor, Accelerometer and Bluetooth. Google Talking Shoe will share timely, funny and motivating commentary on Google+. It is said that, this type of sharing is fully controlled by the user. Also, the Google Talking Shoe will be connected to your Android smartphone through Bluetooth so that it can use your phone’s internet connection to publish commentaries. The Talking Shoe also contains an on board speaker that can speak up every commentary that it speaks.
Google Talking Shoe can detect whatever an action performed by an user. When a user plays basketball in a court, it just says accurately that you are playing basketball. It can sense your speed and velocity when you move.


Source: Crypt Life

Sunday 3 March 2013


Review: BlackBerry Z10



                          New Delhi, March 3: BlackBerry has formally introduced the new BlackBerry Z10 smartphone with BlackBerry 10 operating system in India. The new BlackBerry Z10 was pompously launched and the demonstration of the new BlackBerry Z10 mobile operating system was shown on the stage in Mumbai, India. BlackBerry Z10 is available for Rs 43,490 in India and the BlackBerry Q10 is expected to be available in April this year.
                          

   
                          BlackBerry's new BlackBerry 10 mobile operating system has been developed from scratch using the good elements of the BlackBerry OS and real-time Linux kernel based QNX operating system. The new user interface focuses quite heavily on gestures and on making the best of the available resources. Let's say that the BlackBerry software team has done its best to include all the possible features expected from a modern day mobile operating system.



Design:



                        BlackBerry chose a modern approach to introduce its new BlackBerry 10 OS based smartphone. The BlackBerry Z10 certainly stands out amongst all the touchscreen BlackBerry models so far. BlackBerry Z10 has a nice mono-block candy bar design and the front is button-less. Not even capacitive buttons have been offered. The essential buttons such as power/sleep and volume control keys are metallic in colour so that they stand out from the black chassis.

                        BlackBerry has dropped the dedicated BlackBerry button from the body of the device and provides good real-estate for the touchscreen display. The back of the phone is slightly textured for providing a good grip to hold the device.

                       In terms of design, the BlackBerry Z10 is certainly an aesthetically pleasing and powerful device for BlackBerry loyalists and users. The smartphone looks premium in black and white colour. However, in terms of the competition with Android based smartphone makers such as HTC and Apple iPhone, the company still has a couple of obstacles to cross.





Source: News.Google



Saturday 2 March 2013



Speed Up Internet With Out Software



  Hi guys, today we show  really important in browsing internet.

                              Today’s fast moving world. There is no place without internet connection, but the problem that we all face today in using internet is SPEED. There are numerous software in internet itself to increase the speed of it, but how many of those really works??????

                                         You feel if I tell you a way to increase the speed without any software or expenses? There is a simple windows trick, I tried it and felt the difference, it made my internet connection some percentage speedy, and then only I got the idea to share it with you all.

Following Step to Speedup Internet:

Step 1:-

Go to Start – Run or Click Windows key +R



Step 2:-

Type gpedit.msc


Click OK.


Step 3:-

           Local Group Policy will appear.



Step 4:-


 Next navigate to "Administrative Templates" ---> 
"Network" --->
"QoS Packet Scheduler"


Step 5:-


In "QoS Packet Scheduler" double click on "Limit reservable bandwitdh". 

"Limit reservable bandwitdh" box will appear.

In "Limit reservable bandwitdhmake it "Enabled
Then set "Bandwidth limit: "0"
Click OK.



                           

Now you have completed and when you browse the internet, definitely you will feel

 the difference. If this post is useful, put your comments and also share it with 

your friends through social networks.



Source : TECH glitz