Search This Blog

10.7.12

5 HOW TO FIX YAHOOMAIL LOG-IN ERROR IN MOBILE PHONES.

yahoo logoFor some times now,logging into yahoo has become a problem for mobile users.Each time you try to log-in to yahoomail,you get the following error→ “We are sorry that you are having difficulty logging in.Please sign in from our desktop login screen and then try login again from our mobile login screen” If you have also been getting this message,then this tutorial is for you.

Below,I will be giving you the simple trick I used to solve this problem on my mobile phone.

  1. Visit http://login.yahoo.com/config/login using your mobile browser.
  2. You will see a computer version of the yahoo login page.
  3. Just input your ́username & password` accordingly and press the “login” key.
  4. Next,you will see your account-info page.Just select Homepage and Select 'Mail' from the next page.
That's all.Make sure you share this post with your friends as you might be of help to someone having similar problems.

8.7.12

8 HOW TO TAKE SCREENSHOTS ON JAVA PHONES.

Some days back,I gave a tutorial on how you can take screenshotsof anything displaying on your mobile using a small but powerful application called “screenshot”. Like I mentioned in that post,this software can only work for symbian s60 users.But hey,why should Java users be left out?!!!.

So today,I will be sharing with us another trick with which you can take screenshots on Java phones.

In this tutorial,we will be making use of this popular and one the world's most used mobile browser |OPERAMINI.| Yeah,that's right!!you can take screenshots using operamini.Though,not all operas take screenshot,this version does.

OPERAMINI WITH SCREENSHOT.

For the benefit of this tutorial,it would be better if you had a better understanding of this operamini[Opera mini Mod 4.21 beta9HandlerUI]

Features of Operamini4.21beta9UI

  • Application was modded by YKhandler
  • Cheat enabled->If you have a cheat you want to use,you can.And if not,it can work without one.
  • Application in .jar extension
  • Built in File manager
  • Powerful download ability
  • Screenshot embedded+ many more....
Due to difficulty in downloading the software from the main site,I 've uploaded it to another server[virus free]. |DOWNLOAD IT HERE!|

Download the file above » Install/Launch it and follow the instructions below to take screenshots with it.

How to take screenshots using operamini.

  1. First things first,Choose a folder to save your screenshots by going toMenu»Tools»Settings»General
  2. Scroll down to “Path for Saving Screenshots” and choose the path you want your shots to be saved. Save the settings.
  3. Go to Menu again,but this time,select Navigation
  4. Locate “Shortcuts” and click on “Edit
  5. Scroll down to Number “44” where you see “Screenshot/Empty”,click on it and press your desired shortcut there[You'll use this whenever you want to take a screenshot]
  6. Save modifications.
Press the shortcuts you inputed in the settings to be sure you made no mistakes.If properly done,the screenshot of the application's front page should be saved to the path you specified above.

Now anytime you want to take a screenshot,just press the shortcut,and you are done.

That's all!!!.Make sure you share this post with your friends... Again,here's the download link ~ Opmod421b9hui202 Don't leave without reading “HOW TO TAKE SCREENSHOTS ON SYMBIAN PHONES.”.

5.7.12

0 HOW TO TAKE SCREENSHOTS ON SYMBIAN PHONES.

Symbian phoneIn my earlier days of blogging,I came across several tutorials with screenshots as they would appear on a mobile phone& imagined how they got it.

I decided to surf the net in search of answers,but got really disappointed as almost all the tutorials I read said: “only computer users”can get screenshots.

operamini screenshot

After much search,I gave up.But just recently,I came across an application which is capable of taking screenshots of anything currently displaying on your phone's screen(Called Screenshot). It can also take screenshots of other applications running on your phone.. But the bad news is “THIS SOFTWARE WORKS ON ONLY SYMBIAN PHONES”.

How to use “Screenshot”.

Below,I will be giving the steps on how to use this software.
  1. Download the app. & install it on your phone{Download links below}
  2. Launch the application after installing it from your main menu.
  3. Choose what shortcut is more suitable for you by going to Options » Settings menu.[For the 3rd versions,the default shortcut is “Camera key”].
  4. Minimize the application by pressing “Back menu”
  5. So anytime you wish to take a screenshot,press the shortcut selected in the settings.
You can also choose what format the shots will be saved i.e either in JPEG, PNG, BMP or MBM formats.

Download links with list of supported phones.

Screenshot for SymbianOS (S60 3rd Edition) version 3.01 Supported devices »» 3250, N71, N73, N75, N76, N80, N81, N82, N91, N92, N93, N95, E50, E51, E60, E61, E61i, E62, E65, E70, E90..... Screenshot v3.01 (Signed version) » 95 KB |DOWNLOAD IT!

Screenshot for SymbianOS (S60 3rd Edition) version 3.03 Supported devices »» 3250, N71, N73, N75, N76, N80, N81, N82, N91, N92, N93, N95, E50, E51, E60, E61, E61i, E62, E63, E65, E70, E90..... Screenshot v3.03 (unsigned version) » 118 KB |DOWNLOAD IT! {Sign symbian applications.}

Screenshot for SymbianOS (S60 1st/2nd Edition) version 2.50 Supported devices »» 3230, 3600, 3620, 3650, 3660, 6260, 6600, 6630, 6670, 6680, 6681, 6682, 7610, 7650, N70, N72, N90, N-Gage, N-Gage QD. Screenshot 2.50 » 191 KB |DOWNLOAD IT!

Download the version of the software supported by your phone and enjoy while you screenshot your symbian phone.

Don't be selfish!!!Share this post with your friends on facebook,twitter etc.... If you need help using this software,don't forget to leave your comments behind!!!!!.

Also read “HOW TO TAKE SCREENSHOTS ON JAVA PHONES”.

2.7.12

16 CREATE CUSTOM PERMALINKS FOR ALL BLOGGER POSTS.

You might have noticed some blogs having shortened urls at the top/bottom of every post with a “Share this post” text. This is a very nice widget which can help increase your blog's traffic as visitors won't have to go through the stress of manually getting your posts url.

How to add shortened url to your blog.

In this tutorial,I 'll be making use of bit.ly i.e twitter's default service. bitly.jpgTo begin,you will have to create an account with bit.ly to get your API KEY.Once gotten,we can begin with the tut.

STEP BY STEP TUTORIAL.

Login toBlogger&go to Design/Layout » Edit HTML.[Always remember to backup your template.] Check the box next to Expand Widget Template and search for </head> by pressing CTRL+F. On getting that,Copy-Paste the code below directlyabove/before

<script type="text/javascript" charset="utf-8" src="http://bit.ly/javascript-api.js?version=latest&amp;login=USERNAME&amp;apiKey=YOURAPIKEY"></script> <script type="text/javascript" charset="utf-8"> BitlyClient.addPageLoadEvent(function(){ BitlyCB.myShortenCallback = function(data) { // this is how to get a result of shortening a single url var result; for (var r in data.results) { result = data.results[r]; result['longUrl'] = r; break; } document.getElementById("shorturl").innerHTML = "Share this link: &lt;input type='text'value='" + result['shortUrl']+ "' name='bitlyurl'/&gt;"; } BitlyClient.shorten(document.location, 'BitlyCB.myShortenCallback'); }); </script>

Replace USERNAME with the name you supplied while registering at bit.ly and also replace YOURAPIKEY with the key assigned to your account.

STEP 2»

Search for this line of code[CTRL+F]

<div class='post-footer-linepost-footer-line-3'>PLACE SCRIPT HERE</div>

Replace “PLACE SCRIPT HERE” in the code above with this»»

<b:if cond='data:blog.pageType =="item"'><form id='shorturl'/></b:if>

Now,Preview & Save your template.

You should now have a shortened url in all your blog posts. If you encountered any problem trying this,don't hesitate to leave a commen behind.

1.7.12

1 HOW TO DISPLAY YOUR NAME IN PLACE OF AM/PM IN TASKBAR.

This trick has been around for a while now,but for the sake of newbies who might have not come across this tutorial before,I will be giving detailed explanations here. WINDOWS.PNG With this trick,you can display your name in place of the default AM/PM in taskbar.

HOW TO CHANGE AM/PM IN TASKBAR

  1. Go to start »» Control panel.
  2. Next,select Regional and Languagethen click on Customize.
  3. Go to time-tab and change both AM&PM with your desired name.
Save your changes and that's all. Just like the default AM & PM,your inputed name will change automatically!!!
«PREVIOUS NEXT» ¤HOME¤

 
[GET THIS]