Posts

How To Setup Nokia Messaging (email) on Nokia 5800 XM

This is a video taken from the Nokia Messaging blog explaining on how to setup the new email software from Nokia. Note that this email software is different from the Nokia 5800 XM built-in email software from my previous post .

Google Sync with Mail for Exchange on Nokia 5800 XM

These are the settings for synchronizing your online Google data with your Nokia 5800 XM smartphone using the Mail for Exchange software. Refer to this post for a video on how to start setup the Mail for Exchange on Nokia 5800 XM . The latest Mail for Exchange v3.0 is available in OVI store. Note : red fonts means essential setting. Connection Exchange server : m.google.com Secure connection : Yes Access Point : {destinations choices from the 5800 connectivity setting} Sync while roaming : No / Yes, on peak only / Yes, always Use default port : Yes Credentials Username : {full Gmail address} Password : {Gmail password} Domain : m.google.com or google or "empty" Sync schedule Peak sync schedule : Manual / Always on / Every {time interval preset} Off-peak sync schedule : Manual / Always on / Every {time interval preset} Peak start time : {hh:mm AM/PM} Peak end time : {hh:mm AM/PM} Peak days : {Mon - Sun} In case of conflict : Server wins / Phone wins Calendar Synchronize cal...

How To Setup Mail For Exchange on Nokia 5800 XM

This is a video that shows you how to start setup Mail for Exchange on your Nokia 5800 XM.

How to create landmark / POI in Nokia 5800 using GPS coordinates

This post will show you how to create a landmark / Point Of Interest (POI) / place in your OVI Maps application in your Nokia 5800 XM phone using GPS coordinates information. Go to Menu > Apps > Location > Landmarks . Tap Options > New Landmark > Enter Manually . Fill in the details of the landmark / POI / place you are creating. To enter the GPS coordinates information, scroll down till you see Latitude & Longitude field. Enter your GPS coordinates and tap Done to save. The format of the GPS coordinates can be changed from: Menu > Apps > Location > Positioning > Notation Preferences > Coordinate Format

Show The Newer, Older Posts, Home Links Above Blog Posts Title

This post shows you how you can show the "Newer Posts", "Older Posts" and "Home" links at above your blog posts title. Step 1: From your Blogger Dashboard , goto Design > Edit HTML . Step 2: Check the " Expand Widget Temnplates ". Step 3: Locate / search for <b:includable id='main' var='top'> Step 4: Insert this code below it: <b:include name='nextprev'/>

Ten Google Search Tricks To Ease Our Life

These are ten useful Google search trick that Google had build into their search box. My daily search of information in the internet had been made easy by these. Each of these search trick will return a customized result that positioned at the top of the rest of the results' list (except the website search and dictionary). Search Within a Website or Domain Format:   {search keywords}{space} site: {site.com/org/net/...} Example:   linux site:almost-a-technocrat.blogspot.com Use it as a Dictionary Format:   define: {term or word} Example:   define: linux Use it as a Calculator Format:   {equation}= Example:   (15648923158*695/321)^2= Check the World Time Format:   time {SPACE}{CITY} Example:   time Kuala Lumpur Check the Weather Format:   weather {SPACE}{city and state/U.S. zip code/city and country} Example:   weather Kuala Lumpur Convert a Currency Format:   {amount}{SPACE}{currency}{SPACE} in {target currency} Example:   10 MY...

Customize The Newer, Older Posts, Home Links in Blogger

Image
This post shows you how to customize the " Older Posts ", " Newer Posts " and " Home " links. These links can be found right above the footer of a Blogger blog. Change the text of the links. Replace the text with image. Place image beside the text. Locate and Understand The Codes Step 1: Goto your Blogger, Design > Edit Html. Step 2: Locate / search for <b:includable id='nextprev'> Below are the set of codes that associate with the links: ------------------------------------ <b:includable id='nextprev'> <div class='blog-pager' id='blog-pager'> <b:if cond='data:newerPageUrl'> <span id='blog-pager-newer-link'> <a class='blog-pager-newer-link' expr:href='data:newerPageUrl' expr:id='data:widget.instanceId + &quot;_blog-pager-newer-link&quot;' expr:title='data:newerPageTitle'> <data:newerPageTitle/> </a> </span> <...