Monday, November 9, 2009

Formatting Nokia Mobile Phones

Method 1: Three Finger Reset for Nokia Phone

1. Switch off your Nokia phone.
2. Hold down the following three keys, Green (call answer button) * Key, and Number ‘3? key.
3. While holding these buttons, press the power button and switch on the phone.
4. Wait for message ‘Formatting’ to appear on the screen and release all keys once you see that message.

Method 2: Hard Format of Nokia Mobile Phone

1. Switch off your Nokia phone
2. Now Press following key sequence *#7370#
3. Enter Default lock code is 12345.
4. While holding these buttons, press the power button and switch on the phone.
5. Wait for message ‘Formatting’ to appear on the screen and release all keys once you see that message.

Method 3: Soft Reset of Nokia Mobile Phone

1. Switch off your Nokia phone
2. Now Press following key sequence *#7780#
3. Enter Default lock code is 12345.
4. While holding these buttons, press the power button and switch on the phone.
5. Wait for message ‘Formatting’ to appear on the screen and release all keys once you see that message.
Please Note: The Above Nokia Phone Formatting method will erase all your Phone data. Sodo backup before proceeding for Formatting

Thursday, October 15, 2009

Wi-Fi security by Stewart Miller ebook download

Download the Wi-Fi security by Stewart Miller ebook from the below link ..This is the book our crypto mam told to follow for unit 5..

Tuesday, June 30, 2009

Uploading Files in our Blog

As we all know , our blog doesnt have the facility to upload or attach files to our posts.This makes it difficult to share our code or to have a common sharing spot for our codes or other such works.Inorder to overcome this shortcoming, we can use the free hosting service provided by MediaFire.There is no upload limit in it.We can upload our works in it and use those links in our postings for future downloading.We can upload files in MediaFire even without being a member.But being a member gives us some added benefits like deleting the files that we have uploaded and other such controls over our files.
I have already used this feature in our blog in Udp echo program using broadcast posting.Hope this feature helps us in our future postings.

Web Designing Tutorial link

This site contains an easy web design tutorial..

Friday, June 12, 2009

Saturday, May 30, 2009

7th Sem IT Ebook Links



SOFTWARE TESTING

Practical Software Testing by Ilene Burnstein



COMPONENT BASED TECHNOLOGY

Component Software : Beyond Object Oriented Programming


(in the above site,click on 'free ebooks' link below the image..)

(or)




CRYPTOGRAPHY AND NETWORK SECURITY

Cryptography And Network Security-Principles And Practices by William Stallings

C# AND .NET TECHNOLOGY

Programming C# by Jesse Liberty



Applied Microsoft .Net Framework Programming by Jeffrey Richter



ARTIFICIAL INTELLIGENCE

Aritificial Intelligence : A Modern Approach by Stuart Russell,Peter Norvig

Thursday, May 28, 2009

Spelling mistakes


This board was found in front of the guramkonda fort in andhra pradesh..i hope atleast the telugu content is without spelling errors..

Thursday, April 23, 2009

Running a servlet using jsdk2.1

How to run a Servlet?

STEPS:

STEP 1: DOWNLOADING JSDK2.1
STEP 2: SETTING UP THE JSDK
STEP 3: CREATING A HTML FILE
STEP 4: CREATING A SERVLET CLASS
STEP 5: STARTING THE SERVER
STEP 6: BROWSER INTERPRETATION OF THE SERVER STARTED
STEP 7: VIEWING THE HTML FILE FROM THE BROWSER
STEP 8: STOPPING THE SERVER




STEP 1:DOWNLOADING JSDK2.1

Type this url in your browser to download the J2SDK(JAVA 2 SERVLET DEVELOPMENT KIT)

http://cds.sun.com/is-bin/INTERSHOP.enfinity/WFS/CDS-CDS_Developer-Site/en_US/-/USD/VerifyItem-Start/jsdk2_1-win.zip?BundledLineItemUUID=iCpIBe.m248AAAEgVllHfNHo&OrderID=9MFIBe.mvEQAAAEgRllHfNHo&ProductID=Mx3ACUFB4OIAAAEY1wI5AXis&FileName=/jsdk2_1-win.zip


STEP 2:SETTING UP THE JSDK

Extract the contents from the zip file
The folder name is jsdk2.1.
Copy this folder into the disk drive you want(I have used C: drive)

STEP 3:CREATING A HTML FILE

Type a html file (which invokes a servlet).
Store the html file in the directory(C:\jsdk2.1\examples\servlets)

Note:
Form tag in the html should look like
form action="http://localhost:8080/examples/servlet/yourservletclassname"


STEP 4:CREATING A SERVLET CLASS

Type the servlet class
Compile it
Copy the class file
Paste the class file in the directory(C:\jsdk2.1\examples\WEB-INF\servlets)


STEP 5:STARTING THE SERVER

Go to the directory C:\jsdk2.1

Double click startserver.bat
a command window will open (just minimize it)

STEP 6:BROWSER INTERPRETATION OF THE SERVER STARTED

Open ur browser
Type "http://localhost:8080" in the address bar and press Enter

You will see the Introduction page with Documentation and Examples link
(Success there is a server running on port 8080)

STEP 7: VIEWING THE HTML FILE FROM THE BROWSER

Type "http://localhost:8080/examples/servlets/yourfile.html"
Press Enter

the html contents will be displayed

The servlet wil be invoked according to your actions.

STEP 8: STOPPING THE SERVER

To stop ur server go to C:\jsdk2.1
double click stopserver.bat



Have a nice Servlet Programming Experience
Cheers :)

Wednesday, April 22, 2009

copied song in kadhalil vilundaen


This song is copied by vijay antony in kadhalil vilundaen..unakena naan..







Now surf faster and smarter ! Check out the new Firefox 3 - Yahoo! Edition * Click here!

Thursday, April 9, 2009

Udp echo program using broadcast

In this program the client broadcasts the message which is received by 3 servers n echoed backed to the client.The client receives 3 echo response from all 3 servers.click enter to get response from each server..download thefile from the link below..

Saturday, April 4, 2009

packages to be installed for running rpc

install the packages using the following commands inorder to run rpc in ubuntu
  • ubuntu@ubuntu:~$ sudo apt-get install g++
  • ubuntu@ubuntu:~$ sudo apt-get install quota
  • ubuntu@ubuntu:~$ sudo apt-get install nfs-kernel-server
after installing the packages you can use g++ and can run the server too..

The following is the error screen i encountered and the actions taken..

ubuntu@ubuntu:~$ g++ -c rand_client.c
The program 'g++' can be found in the following packages:
* g++
* pentium-builder
Try: sudo apt-get install
bash: g++: command not found
ubuntu@ubuntu:~$ sudo apt-get install g++

ubuntu@ubuntu:~$ ./rand_server

Cannot register service: RPC: Unable to receive; errno = Connection refused
unable to register (RAND_PROG, RAND_VERS, udp).ubuntu@ubuntu:~$ ./rand_server
Cannot register service: RPC: Unable to receive; errno = Connection refused
unable to register (RAND_PROG, RAND_VERS, udp).ubuntu@ubuntu:~$ netstat -a|grep nfs


ubuntu@ubuntu:~$ sudo apt-get install quota
[sudo] password for ubuntu:


ubuntu@ubuntu:~$ sudo apt-get install nfs-kernel-server

ubuntu@ubuntu:~$ ./rand_server

Monday, March 30, 2009

Initial configurations for j2eesdk





click on the image to enlarge it.

assuming your username is :admin

and password : adminadmin


download the tutorial bundle from http://java.sun.com/j2ee/1.4/download.html#tutorial

its a file named J2EE 1.4 Tutorial Update 7 (for Sun Java System Application Server Platform Edition 8.2) 


To Configure the Windows Environment to Use the Command-line Tools like asant

Steps
  1. From the Explorer window or desktop, right click My Computer.

  2. Choose Properties to display the System Properties dialog.

  3. Click the Advanced tab.

  4. Click Environment Variables.

  5. In the User variables section, add or update the PATH variable.

    • If a PATH variable exists with some other path other than c:\sun\appserver\bin :

      1. Click Edit.

      2. In Variable Value, enter the path to the server's bin directory, separated from other entries by a semicolon. For example:

        install_dir/bin;other_entries

        eg:c:\sun\appserver\bin;other previous entries if any

    • If a PATH variable is not present:

      1. Click New.

      2. In Variable Name, type PATH.

      3. In Variable Value, type the path to the server's bin directory:

        install_dir/bin

        eg:c:\sun\appserver\bin


  6. In the User variables section, add an environment variable AS_ADMIN_USER and set it to the Administrative User Name that you assigned during installation.

    default username will be admin while installation.




    read quickstart.html found in c:\sun\appserver\docs\quickstart.html to get an idea about packaging the contents into a war file and deploying the war file using a simple example.

    Inorder to build and deploy the examples in the tutorial bundle the following configurations have to be done.

    copy paste the tutorial bundle(ie) j2eetutorial7 folder in c:\sun\appserver.

    go to C:\Sun\AppServer\j2eetutorial14\examples\common folder

    3 files will be there.

    open admin-password.txt n do the following changes..

                          AS_ADMIN_PASSWORD=adminadmin


    Open build.properties properties file and make the changes such that it resembles the contents below.

    Open the file using wordpad or notepad.


    j2ee.home=C:/Sun/AppServer

    j2ee.tutorial.home=C:/Sun/AppServer/j2eetutorial14

    asinstall.dir=${j2ee.home}

    admin.password.file=${j2ee.tutorial.home}/examples/common/admin-password.txt

    admin.host=localhost

    admin.user=admin

    admin.port=4848

    https.port=8181

    domain.resources="domain.resources"

    domain.resources.port=8080

    # Derby configuration settings

    db.delimiter=;

    db.root=${j2ee.home}/derby

    db.driver=org.apache.derby.jdbc.ClientDriver

    db.datasource=org.apache.derby.jdbc.ClientDataSource

    db.host=localhost

    db.port=1527

    db.sid=sun-appserv-samples

    db.url=jdbc:derby://${db.host}:${db.port}/${db.sid};create=true;

    db.user=APP

    db.pwd=APP

    db.jvmargs=-ms16m -mx32m 


    now you can deploy the tutorial examples..:):)










Friday, March 27, 2009

6th semester it endsem timetable

timing morning 9:30 to 12:30


27/04/2009 MON  SOFTWARE PROJECT MANAGEMENT

29/04/2009 WED NETWORK PROG & MANAGEMENT

02/05/2009 SAT  MOBILE COMPUTING

05/05/2009 TUE WEB TECHNOLOGY

07/05/2009 THUR  VISUAL PROG

09/05/2009 SAT ADV DB TECH


timing 4 algo alone:in afternoon 2 to 5 pm

11/05/2009 MON ALGORITHM DESIGN TECHNIQUES

itho enthan deivam

watch this song... lyrics ll be mind blowing...

http://www.techsatish.net/2007/09/26/etho-enthan-deivam-munnalae-babu-tamil-movie-song/

comedy scene

http://www.youtube.com/watch?v=EMvbH34exv4&NR=1


watch this video its humorous

Tuesday, March 24, 2009

PERSONAL SUPER COMPUTER

for more info please refer this link
http://www.pcworld.com/businesscenter/article/161545/personal_supercomputer_is_coming.html

mobile communication schiller ppts

hi..
              ppts of mobile communications schiller book is available in this link..other pdf ebooks are also available in this link..

http://www.pdf-search-engine.com/jochen-schiller-mobile-communication-pdf.html

Sunday, March 22, 2009

internet n www how to program deitel ebook

hi..
    this id d link 4 internet n www how to program-deitel
                     
if u r downloading using the mirror..click on the "request download ticket" option at the top left corner of ur new screen...


Saturday, March 21, 2009

web tech 2nd asses ppts

hi..
   this contains ppts 4 web tech 2nd assess..


Add more friends to your messenger and enjoy! Invite them now.

Friday, March 20, 2009

dotnet tutorial link

hi..
 this is d link coach told..

http://www.homeandlearn.co.uk/NET/vbNET.html


Connect with friends all over the world. Get Yahoo! India Messenger.

networks and mobile computing 2nd assess portions

networks:
chap5: tcp client server example
chap6: i/0 multiplexing:the select and poll functions
chap 10: ipv4 n ipv6 interoperability
chap11: advanced name and address conversions
chap23: threads
chap25: raw sockets


mobile comp
chap4 :
4.1 GSM

chap7:wireless lan

our friends

v r d microsoft project members..photo taken by coach:)
Posted by Picasa

projects srs n details link

this link has a set of projects with all implementation details n screenshots da..
hope its useful..:)

http://www.iisjaipur.org/iiim-current-08/mca_iv_sem_pro_eva/


or


http://www.iisjaipur.org/iiim-current-08/mca_iv_sem_pro_eva/MCA_IV_Sem_Pro_Eva.htm

Thursday, March 19, 2009

sqlserver 2005 prob

hi..
    i installed sqlserver 2005 da..
but after installation couldnt find it in my sys..


Check out the all-new Messenger 9.0! Click here.

Sunday, March 15, 2009

Friday, March 13, 2009

Blog Archive

Translate This Page

My Mom's blog

If u are a person interested in crafts and fabric stuffs pls check out this link.. http://www.fabriccraft.blogspot.com/

Blog Rankings

Personal Blogs - Blog Rankings