Wednesday, 3 December 2008

Jogja Note - head to head in chosing mobile phone (NOK vs SE)

You guys must already know that Indonesian phone market share are dominate by Nokia (NOK) and Sony Ericsson (SE). These two companies produces more than a hundred mobile phones with different specification, different look, style and of course different price too. For the consumer that wants to buy cell phones, this difference makes them difficult to choose. They think it’s hard to choose the best cell phone that fulfills their need among those numbers of products. So read this post entirely until the end, cause in this post I will try to help you (consumer) to choose the best phone that fit your need.

First before you choose to buy a phone make sure that you need it (don’t buy that you don’t need)
Second you must know why you must buy a phone??

Third look at you budget.
Fourth choose one of these options :
  • If you want to buy a camera phone I recommend SE (because of their main company experiences – SONY corp.)
  • Music phone give it to SE (it’s walkman you know) or NOK with ME (Music Edition) / ExpressMusic
  • Great connectivity (lot of connection in one phone) please select NOK, but for best connection please select SE (I’ve already prove it)
  • Great display it’s SE (NOK 16 mil of color worse than 65K of SE)
  • Virus safe phone please SE (they bundle their phones with their own operating system)
  • Great number of 3rd parties application is for NOK that majority of the phones is bundled with symbian
  • Dizzy…
Then after choosing one of the options above goes to the market and buys it. :)

read more...

Monday, 1 December 2008

Jogja Note - It finish already

After 4 years struggling to finish my study, now this is the time. The time of one-day happiness cause just in this day I can feel free and happier than before. 4 years aren’t a short time, it’s so long. Those past I still remember, when I first meet some of my buddies along my life. Wikan (I’m a winner), Nurhadi (I’m a negotiator) and Alung (I always in trouble), they’re my best friend that I met at campus, then yahya (always by your side), lukman (Can I do what I say?), eko (this is me, my problem not yours), tohari (Give me everything that’s free), ratno (Can you solve my problem??)...

ghita (I’am I cute?), Nia (I’m the most beautiful), and last but not least Ali (Live with study and study with the live) they’re my buddies in my dormitory area. Then Mz Hiram (I know everything), Mb Santi (It’s my live you know), Tika (Keep it secret!), Mopheat (Just LINUX), No2x (Linux??). the sentences in the bracket is expressing of my friend personalities in my eyes. Actually I have hundreds of friend along that time. But, I can’t write down them all, like miswar that gave me thousand of advices, taufik, etc. huh, that write this make me wanna cry, cause after more than 40 months of friendship this is the time that we must separate, and maybe lost contact in the future (BUT I DON’T WANNA LOST CONTACT!!!). happy and sad memories lies behind, uncertain future await, can I have a bright futures?? I hope so.
read more...

Thursday, 27 November 2008

Jogja Note - IP Address

Taken from wikipedia :

An Internet Protocol (IP) address is a numerical identification (logical address) that is assigned to devices participating in a computer network utilizing the Internet Protocol for communication between its nodes. Although IP addresses are stored as binary numbers, they are usually displayed in human-readable notations,such as 192.168.100.1 (for IPv4), and 2001:db8:0:1234:0:567:1:1 (for IPv6). The role of the IP address has been characterized as follows: "A name indicates what we seek. An address indicates where it is. A route indicates how to get there."


What is IP address for?? Maybe we still questioning this in our mind. What's the meaning of that 'weird' number?? Do we need it?? Yep, we need it, for our computer machine. With IP address the computer machine can connect one to another, and can share resource or whatever.
read more...

Jogja Note - Advancing your blog language

I get this tips when I browsing over the web. The idea of this post is if we want more reader that use different language can understand and follow our blog. This tips works with putting some HTML code in your widget (gadget). So, can we just start now? Fine, here we go.

first login to your account

second
go to Layout > Page Elements, and add a gadget

third on gadget window select HTML/Javascript



fourth copy n paste this code
  




















































































fifth click save, and it's finish.

Thanks for nitecruzr for this tips.

read more...

Wednesday, 26 November 2008

Jogja Note - Removing NavBar

Did you see my NavBar above my page header? NO??

Yes, there is no more NavBar on my blog. How to do this?? It's simple, after you log into your Blogspot account do this : Go to Template tab -> Edit Html -> above this code



body {
background:$bgcolor;
margin:0;
color:$textcolor;
font:x-small Georgia Serif;
font-size/* */:/**/small;
font-size: /**/small;
text-align: center;
}

Add this


#navbar-iframe {
height: 0px;
visibility: hidden;
display: none;
}

It mean the NavBar-iframe height property (css) will be set to 0px (have no height), and will be invisible (hidden).
read more...