Thursday, August 30, 2012

Introducing Birthday Reminders On Google.com


Everyone deserves a little love on their birthday, so Google making it easier for us and our friends to celebrate on Google.
Now we can see a reminder on Google.com when someone in our circles has a birthday! From there it’s easy to share a fun message, photo, or video with the birthday gal or guy.When it’s our special day, Google only remind the people we've chosen to share your birthday with.
      Update our Google+ birthday preferences to make sure we’re sharing with the right people.
At first we can only see birthday reminders if we’re searching in English on Google.com.Google’ll be rolling this feature out gradually over the next few days. Here’s to all the happy birthdays to come!

Wind-up Knight - 3D Action Game

Hi,

   I think you all like to play games.This game is for Android users.It's none other than "Wind-up Knight".Wind-up Knight is a high - end 3D action game that will destroy you.This is an action-packed, 3D side-scrolling adventure game.
   Wind-up Knight takes that story and makes you want to tell the princess exactly what you had to go through to save her. 


Features

• Over 50 soul-crushing levels in four unique worlds. 
• Intense platforming action: double jumping, wall sliding, dive and roll, just to name a few cool moves. 
• Achievements, mega-hard "knightmare" levels, and Xperia Play support! 
• New weapons and armor unlock as you play the game. Use the Armory to equip items and customize your character. 


Click Here to Download.Wind-up Knight

Wednesday, August 29, 2012

Google Translater For Android

Hi,

      We all know at this time Android has become more popular among you than others.So day by day new applications are introduced to Android.
So Google also has introduced a translater for Android.You can now translate text between 64 languages.As well an amazing speech recognition technique has been integrated with this application.For that, you only need to just speak the sentences and this application will translate to the language you want.

Features


  • This translates the written text as well the word what you speak instantly.
  • It supports 64 languages of the world.
  • You can talk to another person using speech-to-speech translation in Conversation Mode.
  • Text recognition through camera is also available that means if you will take a photo snap of any     text, it will be automatically detected and translated to other languages.
  • Facility for handwriting, by which you can can write something on the screen and it will be translated.



You can download it from here.Google Translater

Tuesday, August 28, 2012

Let's Make Our Mobile Phone Transparent


Make Your Phone Transparent

I think you all might have heard about Apple's high cost transparent phone.Actually it is
really a greatest innovation of this decade.So let's think that you have got a chance bring something transparent in your pocket like Apple's transparent phone.Then you asked me how we can get it for an affordable price.Yes you can do it.You can convert your normal phone to a transparent one.
          There is an Android application which will convert your normal phone to transparent by using your camera.The thing is you don't have to invest a single penny but your phone will be completely transparent.

Features


  • You can see who is approaching you while reading a book or browsing internet.
  • You can even take photo while using this feature.
  • You can see the transparency level of your screen.
  • You can hide the application icon in your phone so that nobody can know that you have installed the application.


So now you can try it from here.Transparent Screen By Julycamera

Monday, August 27, 2012

Web Design-Lesson By Lesson


CSS Style Sheets
We can insert Styles into three locations.They are:
1.Inline Style Sheets
2.Embedded Style Sheets
3. External Style Sheets

Inline Style Sheets
   You can place a style tag direcly in a HTML tag.So we can called it as inline.
Example:-
<H1 STYLE = "Color:Blue">My Heading</H1>

Embedded Style Sheets
   We can place this in the HEAD section in our HTML page.When we embed a style in the HEAD section,
we have to use two tags to tell the browser where the style starts and ends.
Example:-
<HTML>
<HEAD>
<TITLE>CSS</TITLE>

<STYLE TYPE = "text/css">
</STYLE>

</HEAD>
<BODY>
You have to type your CSS rules between two STYLE tags.

External Style Sheets
 We can use seperate text file to type <STYLE> tags and the code for our all CSS rules instead of typing them in the HEAD section.
Example:-
<HEAD>
<TITLE>CSS</TITLE>

<LINK REL =Stylesheet TYPE="text/css" HREF="style.css">

</HEAD>
<BODY>
To embed a stylesheet the LINK tag is used. The REL attribute tells the browser that you want to link to
a stylesheet; the TYPE tells the browser what sort of file is being used; the HREF attribute tells the browser the name of the file, and where the file is.

External stylesheets are just text files, so you can write them in any text editor. Something like Windows Notepad is ideal.

When saving your external stylesheets, you don’t have to save it with the extension .css. You can save it with the extension .txt. In the HREF part of your LINK tag, you would then have this:

HREF = style1.txt

instead of

HREF = style1.css

Let's Play Angry Birds

Hi,
     I think all of you are willing to play Angry Birds these days because it has become very popular among people through Facebook.
         Actually Now you can download it on to your PC and Mac.So get Angry Birds Full Version and play and enjoy your self lot.Yo can Download the game and get more information about the game from here.Angry Birds



Related Posts Plugin for WordPress, Blogger...