Nokia 3720 Classic Announced!

Posted in , | 6 comments

Have you ever dreamed to have a phone that you can abuse it, swim with your it, lie in sand with it and do other crazy things and nothing to happen. Sounds crazy but recently Nokia has introduced a new modest cellphone, but with very interesting design and impressive characteristics in order to survive in different enviroments like water, sand and shock which is not usual for the most of the cellphones. As for the specifications, we could not say that is a high end cell phone, but they are pretty impressive.




  • Dimensions: 115mm x 47mm x 15.3mm and 94g
  • 2.2-inch QVGA 16.7 million colours display
  • 2-megapixel camera with LED flash, 4X digital zoom
  • Stereo music player supporting MP3, AAC, AAC+, eAAC+ and WMA, and stereo FM Radio
  • Nokia Maps pre-installed on the 1GB microSD card
  • XHTML browser, Java MIDP2.0, OMA DRM 1.0 and 2.0
  • Bluetooth 2.1
  • EGSM 900/1800/1900
  • Series 40
  • Up to seven hours talk time, up to 18 days standby time


My conlusion is that even if this cell phone is not that spectacular and high techie, the great design and the price of 125 euros make him sound amazing. So let's see the reactions in future.

How to remove a Dual Boot sequence in Windows XP?!

This trick is very useful if you run more then one OS in your computer. When you start your computer, you have to select the OS that you wanna. But when you don't need one of these OS that you have installed before, you delete them, but the boot sequence still appears at the beginning so everytime you have to select the default OS to start and that's pretty annoying. So in this tutorial I'm going to show how you can remove the dual boot sequence in a few simple steps.

Let's start:
  • Go to My Computer and click the right mouse button and select Properties.

  • Select the Advanced tab and click Settings at the Startup and Recovery section

  • At the System startup section click the Edit button

  • After clicking the Edit button, will appear the Boot.ini text file where you can make the modifications. In the picture below, you can notice that there are two OS, "Microsoft Windows Professional" and "Microsoft Windows 2000". In this case we are going to remove the Windows 2000 sequence, so just select the text(see the picture), delete it and save the document. You are done.
Important: With this method you are not removing the operating system from your computer, so after you have done this steps, go to your hard drive and delete the operating system folder.


Read and Send Tweets in WarCraft with TweetCraft - World of Warcraft Tweeter Client!

Posted in | 2 comments
Tweeter gets involved also in the game industry, the first step is the worldwide popular MMORPG game World Of Warcraft by Blizzard Entertainment.
TweetCraft allows the Warcraft players to send and receive tweets while they are in game, upload game screenshots to Twitpic, AutoTweet feature when you log in or when you get an achievment etc.
To download and install this feature to WOW, visit the official website of TweetCraft.
Watch the TweetCraft trailer on You Tube:

Send Unlimited Free SMS WorldWide with WorldSMS!

Posted in | 1 comments
This is a great site, offering you to send unlimited free sms worldwide within a second, no need to register. I have been testing it for a few days and I'm really satisfied with this service, works awesome. The sms arrives in just a second, no latency at all. As I said, you can send unlimited free sms, but don't spam, because you can be banned. You can use 160 characters per SMS.
So all you need is just to visit the worldsms.co.cc and as I said, you don't need to register. It's very easy, just select the country from the dropdown menu and select the provider below. Write the phone number, your name below, fill the anti-spam code and click send.
Important! Mozilla Firefox users can install the WorldSMS Addon in their browser. You can download it here.

How to make colored text box?! Costumize your text box!


The text boxes in your blog is very important to match them with your blog design. Coloring your text box and customizing some of his properties would make your text box to suite better in your blog, especially the text box from your Email Subscription Form.

See the code below:

<input type="text" style="color: #FFFFFF; font-family: Verdana; font-weight: bold; font-size: 12px; background-color: #535353;" size="10" maxlength="30">

  • The red bolded code is the HTML Color Code where you can change the font color
  • The blue bolded code is the HTML Color Code for the Text Box background color
But let me tell you how to incorporate this at your Email Subscription Form text box?!

  • Open your Email Subscription Form code
  • Find the Text Box properties section (if you cannot find it, just search for input onfocus)
  • See the picture below! As you can see that the text box properties are declared after the " symbol, so you just need to add these codes after the " in the following form
property: value;

example:
color: #FFFFFF;

  • So, after the " add the following codes
color: #FFFFFF; background-color: #535353;
  • Just change the color values as you want

Digital Statement Template For Blogger

Dear friends, as you can see from the image, this is the template that I'm using at Blogal IT. This extremely beautiful template was converted from Wordpress by my friend Mohamed from Techieblogger.com. This is not very popular template among the bloggers, but I think it will be soon, because of its professional, beautiful and clear design.



Features:
  • Related Posts Widget
  • Very stylish SearchBox
  • Two navigation menu widgets
  • Two Tabbed Navigation forms at the sidebar
  • Unique costumized Comment section
  • 3 columns at the bottom of the template
Now let's see how can we costumize some basic elements of this template.

The Menu Bar!

  • Login to your blogger account, go to Layout then Edit HTML and select the Expand Widget Templates and find the <div id=â��navâ��> (see the picture below)
  • The blue highlighted links replace them with your links and the yellow Titles replace with your titles that you want to appear at the Navigation Menu, of course, corresponding with the links that you replaced before.
  • Notice the second part of the code starting from <ul id=â��catâ��> . You can put your Adsense Ads (726x15), paste it below <ul id=â��catâ��> (see the picture above)

The SearchBox!
  • Find the code as shown in the picture below and you can replace it with your Google Search.
That's all for now friends. If you have any question related to this template, feel free to ask me. Cheers

Post Pageview Counter for your Blog (Pageview Counter for you posts)



This is a great widget, great solution for your posts, very simple but extremely useful. It helps you to track each of your posts, counting how many page views has your post or how many times the visitors have read the post helping you to discover what your visitors like most of your content, which are your top posts. This widget is designed by Amit Jain.

So, let me tell you how to install the Pageview Counter to your posts!

Important: This widget is perfectly suitable with blogs that use the Read More feature for their posts, but also you can install it at other blogs that dont use that feature but this widgets is shown only when the post is opened, you can not see it whith the other posts.

  • Login to your Blogger account, go to Layout then Edit HTML and select the Expand Widget Templates
  • Then press CTRL+F and find the <p><data:post.body/></p>
  • Copy the code below

<b:if cond='data:blog.pageType == &quot;item&quot;'>
<div id='hit-counter'>
<p><i><font color='#666666'><script src='http://wizom.net/counter.php' type='text/javascript'/> Views </font></i></p>
</div></b:if>


  • Instead of the URL in red, put your blog URL
  • Paste the code above the <p><data:post.body/></p> like you see on the picture below
  • After you have paste the code, just click Save and thats all.
Hope you liked it. If you have any problems, don't mind to ask me. Cheers