0

Setup Email account in nokia S40.

Its nice if we can configure our mail on our handy device. yes, its possible on nokia S40 too..
Its very easy to do so...

You don’t have to set up a new email account to use Email from your Nokia phone. The service is designed to work with the accounts you already have.
  1. Select Mail on your home screen
  2. Select Get the latest services
  3. Select Your internet connection
  4. Read the service terms and privacy policy and select I agree
  5. A list of email service providers appears on your home screen. Select the one you want to use, or, if it isn’t there, select Other.
  6. Enter your email address and password and select Sign in. The phone will automatically load your email settings.
Now get it on your hand...!




Feel free to comment this post.

0

Hacker logo on DOS.

I hope, you all have seen or know the Hacker logo. Do you want to make that logo in DOS.?
Here, in this post i have a trick to draw hacker's logo in CMD. Its easy...
Just look into the below batch script and see how i used color, echo, and goto command to draw the image.
Interesting...? go on....







@echo off
color a
echo    .................................
echo    .         .          .          .              
echo    .         .    *     .          .           
echo    .         .   ***    .          .        
echo    .         .    *     .          .        
echo    .         .          .          .        
echo    .................................
echo    .         .          .          .                                       
echo    .         .          .    *     .        
echo    .         .          .   ***    .        
echo    .         .          .    *     .        
echo    .         .          .          .       
echo    .................................                                    
echo    .         .          .          .
echo    .    *    .    *     .    *     .          
echo    .   ***   .   ***    .   ***    .        
echo    .    *    .    *     .    *     .        
echo    .         .          .          .        
echo    . ...............................
:1
color a
goto 1



Copy and paste this code to notepad and save it as 'anything.bat' and just run that bat file...
 Try it... will be back to you with more fun batch scripts..



Feel free to comment this post.