How to Type in Indian language Gujarati – ??????? ??? ???? ???? ????? ???? ?????.


Typing Gujarati on a computer is somewhat confusing and not straight-forward.

I have put together a guide on how to get started.
Download Google Transliteration IME

1) Go To Above Link, Then Select Gujarati or Whatever Language You wanna Type.

2) Then Click on Download.

3) After Download Do the Following Step.

Double Click on that Download File and it will be like this 


Then Click on Next

Then wait Till Complete

Then Click on Finish

Then You will get Language bar on task bar like follow

Then Start Typing…
(This for Gujarati. Any Other language also have the same process like this process)

Configuration

If you want to use IME with any application like notepad, you must first open the application and then open our IME. IME can be opened by clicking on the language bar on the desktop and then selecting the IME language icon or through a shortcut key if it’s already configured. To close IME, you can change the language in language bar or try right clicking on the current application to see whether it supports ‘Close IME’ popup menu option or by closing the current application.

Displaying Language Bar
In desktop, right click on tool bar and select Toolbars -> Language bar

Enabling Language Bar

If the ‘Language bar’ option is not visible in ‘Toolbars’, then it needs to be enabled through control panel:

  • Windows 7/Vista



Control Panel -> Regional and Language Options -> Keyboard and Languages tab
Click on Change keyboards… button to open Text services and input languages dialog
Navigate to Language Bar tab
Enable the radio button Docked in the taskbar under Language Bar section
Apply all settings and try to display language bar as mentioned in previous section.
Windows XP
Go to Control Panel -> Regional and Language Options -> Languages tab -> Text services and input languages (Details) -> Advanced Tab
Make sure that under System configuration, option Turn off advanced text services is NOT checked.
Go to Control Panel -> Regional and Language Options -> Languages tab -> Text services and input languages (Details) -> Settings Tab
Click Language Bar
Select Show the Language bar on the desktop. Click OK.
If you are installing the IME for East Asian language or Right-To-Left language, go to Control Panel -> Regional and Language Options -> Languages Tab
Make sure that options Install files for complex scripts and right to left languages and Install files for East Asian languages are checked in the checkboxes. This requires installation of system files and the system will prompt to insert the Operating System Disc.
Apply all settings and try to display language bar as mentioned in previous section.

IME Shortcut

A shortcut key sequence can be applied to the IME as follows which can be used to quickly enable IME for any in-focus application:

  • Windows 7/Vista



Control Panel -> Regional and Language Options -> Keyboard and Languages tab
Click on Change keyboards… button to open Text services and input languages dialog
Navigate to Advanced Key Settings tab
If Google Input is not listed in Installed Services box, then click Add and in Add Input language dialog box, go to the language for which you want to enable IME in the languages tree and expand the node. Check the checkbox next to Google Input in the list.
In Hot keys for input languages Select To – Google Input
Press Change Key Sequence
Select Enable Key Sequence
Select option like Left ALT + SHIFT + Key 1
Apply all changes
Now opening an application like notepad and pressing Left ALT + SHIFT + Key 1 should open the IME.

  • Windows XP



Control Panel -> Regional and Language Options -> Languages tab -> Text services and input languages (Details) -> Settings Tab
If either  or Google Input not listed in Installed Services box, then click Add and in Add Input language dialog box, select in Input language and Google Input in Keyboard layout/IME. Click OK
Press Key Settings
In Hot keys for input languages, Select Switch to -Google Input
Press Change Key Sequence
Select Enable Key Sequence
Select option like Left ALT + SHIFT + Key 1
Apply all changes
Now opening an application like notepad and pressing Left ALT + SHIFT + Key 1 should open the IME.

Enjoy Guys! and don’t forget to post your comments. � MyTricksTime.com

Add Attractive Animated CSS Buttons For Blogger

Today i m  gonna  explain how to add css3 stylish animated  buttons  for your blogger. you can  use  this buttons as  download   buttons, demo buttons, redirect to other page and etc.I m  using  CSS  and HTML for this. you can use this button code in to your blogger post too.Check my  earlier post about  Button
codes here.


1.
 Log in to blogger account and Click drop down. 

2. Now select “Template” Like Below.

3. Now you can see Live on blog, Click EDIT HTML Button”

4. Now click Proceed button.
    
5. Find this tag by using Ctrl+F    ]]></b:skin>

6. Paste below code Before ]]></b:skin> tag

.button{
font:15px Calibri, Arial, sans-serif;
text-shadow:1px 1px 0 rgba(255,255,255,0.4);
text-decoration:none !important;
white-space:nowrap;
display:inline-block;
vertical-align:baseline;
position:relative;
cursor:pointer;
padding:10px 20px;
background-repeat:no-repeat;
background-position:bottom left;
background-image:url('https://lh6.googleusercontent.com/-4cWMlF-uqh4/TltCfL8C4DI/AAAAAAAABhE/qNaNueMVpCU/s144/button_bg.png');
background-position:bottom left, top right, 0 0, 0 0;
background-clip:border-box;
-moz-border-radius:8px;
-webkit-border-radius:8px;
border-radius:8px;
-moz-box-shadow:0 0 1px #fff inset;
-webkit-box-shadow:0 0 1px #fff inset;
box-shadow:0 0 1px #fff inset;
-webkit-transition:background-position 1s;
-moz-transition:background-position 1s;
transition:background-position 1s;
}
.button:hover{
background-position:top left;
background-position:top left, bottom right, 0 0, 0 0;
}
.button:active{
bottom:-1px;
}
/* The three buttons sizes */
.button.big { font-size:30px;}
.button.medium { font-size:18px;}
.button.small { font-size:13px;}
/* BlueButton */
.blue.button{
color:#0f4b6d !important;
border:1px solid #84acc3 !important;
background-color: #48b5f2;
background-image: url('https://lh6.googleusercontent.com/-4cWMlF-uqh4/TltCfL8C4DI/AAAAAAAABhE/qNaNueMVpCU/s144/button_bg.png'), url('https://lh6.googleusercontent.com/-4cWMlF-uqh4/TltCfL8C4DI/AAAAAAAABhE/qNaNueMVpCU/s144/button_bg.png'),
-moz-radial-gradient( center bottom, circle,
rgba(89,208,244,1) 0,rgba(89,208,244,0) 100px),
-moz-linear-gradient(#4fbbf7, #3faeeb);
background-image: url('https://lh6.googleusercontent.com/-4cWMlF-uqh4/TltCfL8C4DI/AAAAAAAABhE/qNaNueMVpCU/s144/button_bg.png'), url('https://lh6.googleusercontent.com/-4cWMlF-uqh4/TltCfL8C4DI/AAAAAAAABhE/qNaNueMVpCU/s144/button_bg.png'),
-webkit-gradient( radial, 50% 100%, 0, 50% 100%, 100,
from(rgba(89,208,244,1)), to(rgba(89,208,244,0))),
-webkit-gradient(linear, 0% 0%, 0% 100%, from(#4fbbf7), to(#3faeeb));
}
.blue.button:hover{
background-color:#63c7fe;
background-image: url('https://lh6.googleusercontent.com/-4cWMlF-uqh4/TltCfL8C4DI/AAAAAAAABhE/qNaNueMVpCU/s144/button_bg.png'), url('https://lh6.googleusercontent.com/-4cWMlF-uqh4/TltCfL8C4DI/AAAAAAAABhE/qNaNueMVpCU/s144/button_bg.png'),
-moz-radial-gradient( center bottom, circle,
rgba(109,217,250,1) 0,rgba(109,217,250,0) 100px),
-moz-linear-gradient(#63c7fe, #58bef7);
background-image: url('https://lh6.googleusercontent.com/-4cWMlF-uqh4/TltCfL8C4DI/AAAAAAAABhE/qNaNueMVpCU/s144/button_bg.png'), url('https://lh6.googleusercontent.com/-4cWMlF-uqh4/TltCfL8C4DI/AAAAAAAABhE/qNaNueMVpCU/s144/button_bg.png'),
-webkit-gradient( radial, 50% 100%, 0, 50% 100%, 100,
from(rgba(109,217,250,1)), to(rgba(109,217,250,0))),
-webkit-gradient(linear, 0% 0%, 0% 100%, from(#63c7fe), to(#58bef7));
}
/* Green Button */
.green.button{
color:#345903 !important;
border:1px solid #96a37b !important;
background-color: #79be1e;
background-image:url('https://lh6.googleusercontent.com/-4cWMlF-uqh4/TltCfL8C4DI/AAAAAAAABhE/qNaNueMVpCU/s144/button_bg.png'), url('https://lh6.googleusercontent.com/-4cWMlF-uqh4/TltCfL8C4DI/AAAAAAAABhE/qNaNueMVpCU/s144/button_bg.png'), -moz-radial-gradient(center bottom, circle, rgba(162,211,30,1) 0,rgba(162,211,30,0) 100px),-moz-linear-gradient(#82cc27, #74b317);
background-image:url('https://lh6.googleusercontent.com/-4cWMlF-uqh4/TltCfL8C4DI/AAAAAAAABhE/qNaNueMVpCU/s144/button_bg.png'), url('https://lh6.googleusercontent.com/-4cWMlF-uqh4/TltCfL8C4DI/AAAAAAAABhE/qNaNueMVpCU/s144/button_bg.png'), -webkit-gradient(radial, 50% 100%, 0, 50% 100%, 100, from(rgba(162,211,30,1)), to(rgba(162,211,30,0))),-webkit-gradient(linear, 0% 0%, 0% 100%, from(#82cc27), to(#74b317));
}
.green.button:hover{
background-color:#89d228;
background-image:url('https://lh6.googleusercontent.com/-4cWMlF-uqh4/TltCfL8C4DI/AAAAAAAABhE/qNaNueMVpCU/s144/button_bg.png'), url('https://lh6.googleusercontent.com/-4cWMlF-uqh4/TltCfL8C4DI/AAAAAAAABhE/qNaNueMVpCU/s144/button_bg.png'), -moz-radial-gradient(center bottom, circle, rgba(183,229,45,1) 0,rgba(183,229,45,0) 100px),-moz-linear-gradient(#90de31, #7fc01e);
background-image:url('https://lh6.googleusercontent.com/-4cWMlF-uqh4/TltCfL8C4DI/AAAAAAAABhE/qNaNueMVpCU/s144/button_bg.png'), url('https://lh6.googleusercontent.com/-4cWMlF-uqh4/TltCfL8C4DI/AAAAAAAABhE/qNaNueMVpCU/s144/button_bg.png'), -webkit-gradient(radial, 50% 100%, 0, 50% 100%, 100, from(rgba(183,229,45,1)), to(rgba(183,229,45,0))),-webkit-gradient(linear, 0% 0%, 0% 100%, from(#90de31), to(#7fc01e));
}
/* Orange Button */
.orange.button{
color:#693e0a !important;
border:1px solid #bea280 !important;
background-color: #e38d27;
background-image:url('https://lh6.googleusercontent.com/-4cWMlF-uqh4/TltCfL8C4DI/AAAAAAAABhE/qNaNueMVpCU/s144/button_bg.png'), url('https://lh6.googleusercontent.com/-4cWMlF-uqh4/TltCfL8C4DI/AAAAAAAABhE/qNaNueMVpCU/s144/button_bg.png'), -moz-radial-gradient(center bottom, circle, rgba(232,189,45,1) 0,rgba(232,189,45,0) 100px),-moz-linear-gradient(#f1982f, #d4821f);
background-image:url('https://lh6.googleusercontent.com/-4cWMlF-uqh4/TltCfL8C4DI/AAAAAAAABhE/qNaNueMVpCU/s144/button_bg.png'), url('https://lh6.googleusercontent.com/-4cWMlF-uqh4/TltCfL8C4DI/AAAAAAAABhE/qNaNueMVpCU/s144/button_bg.png'), -webkit-gradient(radial, 50% 100%, 0, 50% 100%, 100, from(rgba(232,189,45,1)), to(rgba(232,189,45,0))),-webkit-gradient(linear, 0% 0%, 0% 100%, from(#f1982f), to(#d4821f));
}
.orange.button:hover{
background-color:#ec9732;
background-image:url('https://lh6.googleusercontent.com/-4cWMlF-uqh4/TltCfL8C4DI/AAAAAAAABhE/qNaNueMVpCU/s144/button_bg.png'), url('https://lh6.googleusercontent.com/-4cWMlF-uqh4/TltCfL8C4DI/AAAAAAAABhE/qNaNueMVpCU/s144/button_bg.png'), -moz-radial-gradient(center bottom, circle, rgba(241,192,52,1) 0,rgba(241,192,52,0) 100px),-moz-linear-gradient(#f9a746, #e18f2b);
background-image:url('https://lh6.googleusercontent.com/-4cWMlF-uqh4/TltCfL8C4DI/AAAAAAAABhE/qNaNueMVpCU/s144/button_bg.png'), url('https://lh6.googleusercontent.com/-4cWMlF-uqh4/TltCfL8C4DI/AAAAAAAABhE/qNaNueMVpCU/s144/button_bg.png'), -webkit-gradient(radial, 50% 100%, 0, 50% 100%, 100, from(rgba(241,192,52,1)), to(rgba(241,192,52,0))),-webkit-gradient(linear, 0% 0%, 0% 100%, from(#f9a746), to(#e18f2b));
}
/* Orange Button */
.gray.button{
color:#525252 !important;
border:1px solid #a5a5a5 !important;
background-color: #a9adb1;
background-image:url('https://lh6.googleusercontent.com/-4cWMlF-uqh4/TltCfL8C4DI/AAAAAAAABhE/qNaNueMVpCU/s144/button_bg.png'), url('https://lh6.googleusercontent.com/-4cWMlF-uqh4/TltCfL8C4DI/AAAAAAAABhE/qNaNueMVpCU/s144/button_bg.png'), -moz-radial-gradient(center bottom, circle, rgba(197,199,202,1) 0,rgba(197,199,202,0) 100px),-moz-linear-gradient(#c5c7ca, #92989c);
background-image:url('https://lh6.googleusercontent.com/-4cWMlF-uqh4/TltCfL8C4DI/AAAAAAAABhE/qNaNueMVpCU/s144/button_bg.png'), url('https://lh6.googleusercontent.com/-4cWMlF-uqh4/TltCfL8C4DI/AAAAAAAABhE/qNaNueMVpCU/s144/button_bg.png'), -webkit-gradient(radial, 50% 100%, 0, 50% 100%, 100, from(rgba(197,199,202,1)), to(rgba(197,199,202,0))),-webkit-gradient(linear, 0% 0%, 0% 100%, from(#c5c7ca), to(#92989c));
}
.gray.button:hover{
background-color:#b6bbc0;
background-image:url('https://lh6.googleusercontent.com/-4cWMlF-uqh4/TltCfL8C4DI/AAAAAAAABhE/qNaNueMVpCU/s144/button_bg.png'), url('https://lh6.googleusercontent.com/-4cWMlF-uqh4/TltCfL8C4DI/AAAAAAAABhE/qNaNueMVpCU/s144/button_bg.png'), -moz-radial-gradient(center bottom, circle, rgba(202,205,208,1) 0,rgba(202,205,208,0) 100px),-moz-linear-gradient(#d1d3d6, #9fa5a9);
background-image:url('https://lh6.googleusercontent.com/-4cWMlF-uqh4/TltCfL8C4DI/AAAAAAAABhE/qNaNueMVpCU/s144/button_bg.png'), url('https://lh6.googleusercontent.com/-4cWMlF-uqh4/TltCfL8C4DI/AAAAAAAABhE/qNaNueMVpCU/s144/button_bg.png'), -webkit-gradient(radial, 50% 100%, 0, 50% 100%, 100, from(rgba(202,205,208,1)), to(rgba(202,205,208,0))),-webkit-gradient(linear, 0% 0%, 0% 100%, from(#d1d3d6), to(#9fa5a9));
}


7. Go to blogger and click Layout 

8. Click Add Gadget and select ‘HTML/Javascript

9. Paste below code.

(You can use this code anywhere in your post.)

<a class="button big blue" href="Your Link" target="_blank">Live Demo</a>

<a class="button big orange" href="Your Link" target="_blank">Live Demo</a>

<a class="button big green" href="Your Link" target="_blank">Live Demo</a>

<a class="button big gray" href="Your Link" target="_blank">Live Demo</a>

Replace  with your links.

10. Now save your HTML/Javascript‘.you are done…

Enjoy Guys! and don’t forget to post your comments. � MyTricksTime.com

How Can You Turn Off Live Tiles In Windows 8


Windows 8 has come up with a whole lot of innovations. The very Startup screen of this Windows version has several new features one of which is the live tiles. Once you start your PC installed with Windows 8, you will get to see the live tiles on the screen.
The live tiles collect updates from the web and showcase them on your screen. For instance, the email live tile enables you to get preview of your E-mails and the social networking tile enables you to check the latest updates from your friends. Hence, Windows 8 you get a dynamic startup screen. No need of opening up the apps. You can receive the updates like that. Furthermore, since the update is received from the internet, a little amount of data is being used.



Are you irritated with the live tiles? Don�t you want them to be on your screen? You are free to disable them. Yes, you can disable them yourself and stop receiving the up-to-date information from the web. In other words, from a dynamic desktop you can have a static Windows 8 desktop.

Disabling Windows 8 live tiles is pretty easy! Want to try them? Here are the instructions of doing so.

Instructions to Turn Off Windows 8 Live Tiles :


  • Start up Windows 8 and as soon as the screen displays, visit the application for which you don�t want to receive any updates.
  • Right click that app and a menu will be displayed with multiple options.
  • Choose �turn live tiles off� from the above menu. Thus, you disable the update of that app. You can also disable numerous live tiles of multitude of apps in the like way.
You have to repeat these three steps in case you desire to turn the live tiles on once again. Change the settings and limit live tiles data usage. Stay tuned for an extraordinary Windows 8 experience!

Enjoy Guys! and don’t forget to post your comments. � MyTricksTime.com

Backup Blogger : How To Backup & Restore Complete Blogspot Blog Tutorial

Backup is very important thing for everything a self-honest and qualified peoples whenever make any plan or work they must make a backup because if anything get trouble backup is only the way to restore anything.
Blogger Backup is easy more than WordPress

Backup Blogger

[jbox color=”yellow”]Blogger Introduction[/jbox]
Blogger is the free source for build new blog and best platform to get experience about blogging before starting a blog a victim must have little experience about basic blog tips. To get start here how to make a blog.
[jbox color=”yellow”]Why Blogger Backup?[/jbox]
As I told backup is the most important part for everything same like that blogger backup is  also important why important I will tell you here below some reasons are listed why you should make backup for blogger.

1.         Blogger Can be get hacked any time
In Now a Days hackers growing day by day hackers have not any kind of loyalty they just find vulnerability or chance for destroy a web site blog. So you must need to make sure your blogs is secured and make backup always so if anytime destroyed restore it quickly. How to secure blogger blog & How to Secure WordPress Blog

2.      Code can be damage or destroy.
Your theme can be damage any time because of making little changes or if you add any widget or gadget to blogger it can be destroy theme or design function so be sure you have keep a backup for your blog.

3.      If you made some change any time need to restore default
If you made some changes in blog and after a long time you came to know your design is not good old was good so keep a backup file for a theme of blogger blog you can restore it any time.

4.      Some other Admin make some damage
If blog is running by multiple admin then many times they make little changes and because of them blogger can be go down so if you have backup you can quickly restore otherwise data will be lost.
So that all was reasons of why you should always make backup for blogs in backup field I had posted about how to wordpress backup to dropbox automatically.
Let�s start the tutorial here How to backup & Restore Blogger blog

[jbox color=”yellow”]How to Import and Export Blogger Contents / Posts[/jbox]
For Backup / Exporting Contents Posts.

Step 1 >>
Go to Blogger Dashboard old interface or new no matter but recommended to use new interface. Dashboard >> Other >> Click on Export Blog When you click on export blog your all content will be began start download.

[jbox color=”Blue”]How to Restore / Import Posts & Articles[/jbox]

Same Like that Go to Dashboard >> Other >> Import blog choose that file which you downloaded last time from clicking the export button. The Contents will be archive into once xml backup file this file can be import Into WordPress also easily by importing option.
That it�s all you have done only contents and articles backup.

[jbox color=”yellow”]How to Backup & Restore / Import & Export Template and Complete Design File.[/jbox]

Step >> Go to Dashboard >> Template >> there you can see a button on right side on the top Backup / Restore inside setting (gear icon) click on that button a pop up will appear for download and export template you can press download button for simple download the template
For Restoration Simply click on choose file choose your template file and update it that�s it.

[jbox title=”The End”]That is it I shared My Experience with you i hope you like this please Keep Visiting my blog so get more tutorials about blogging and WordPress Kindly Leave a comment Your Comments Gives more energy to write something more Good. Thank You![/jbox]

Enjoy Guys! and don’t forget to post your comments. � MyTricksTime.com

Google Drive Can Now Host Your Static Webpage

Google Drive has turned on a feature that lets the cloud storage service become a limited web host.

It’s long been possible to allow others to access data stored in the service, which can produce a URL for files. The new tweak means it’s possible to ask for a �Preview� of an HTML file stored in Google Drive. Doing so renders the page and produces a URL that, once copied and pasted, can be used by anyone to access the page.

The feature is sophisticated enough that a quick bit of coding produced this page, with a lengthy JavaScript and graphics stored in the same Google Drive folder appearing just as the code intends. We’ve not tested the promised ability to handle CSS.

The Cloud Storage provider’s have not said how far the service will scale, but it seems unlikely that will be much of a problem given this is hardly a heavyweight hosting platform. Google’s not alone in offering a simple service: Amazon Web Services allows users of its simple storage service to serve static HTML from the �buckets� it uses to contain files.

Amazon charges for the privilege of doing so. Google does not, unless one uses paid versions of its Apps.

In these days of widget-populated free blogging platforms and Facebook it is hard to imagine a stampede towards this new service. Developers, however, may appreciate the extra collaborative opportunities it presents.
Enjoy Guys! and don’t forget to post your comments. � MyTricksTime.com