28 November 2007
Clear the memory
22 November 2007
Windows XP Folder security..
This is the code for the Xp folder locker.Paste the below data into notepad and save with the ".Bat" file.
Here the Vallet is the desired folder. and the 0000 is the password
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
@ECHO OFF
title Folder vallet
if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCK
if NOT EXIST vallet goto MDLOCKER
:CONFIRM
set/p "cho=Are you sure u want to Lock the folder(Y/N):"
if %cho%==Y goto LOCK
if %cho%==y goto LOCK
if %cho%==n goto END
if %cho%==N goto END
echo Invalid choice.
goto CONFIRM
:LOCK
ren vallet "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
attrib +h +s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
echo Folder locked
goto End
:UNLOCK
set/p "pass=Enter password:"
if NOT %pass%==0000 goto FAIL
attrib -h -s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
ren "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" vallet
echo Folder Unlocked successfully
goto End
:FAIL
echo Invalid password
goto end
:MDLOCKER
md vallet
echo vallet created successfully
goto End
:End
Check out the new AOL.in. Get your free email, keep in touch with friends and family using AOL Messenger and stay up to date with the latest in News, Cricket, Bollywood, Music and much more!
RUN command shortcuts
Check out the new AOL.in. Get your free email, keep in touch with friends and family using AOL Messenger and stay up to date with the latest in News, Cricket, Bollywood, Music and much more!
06 November 2007
How to Capture Screen Shots in Windows Using the Print Screen Key
SUMMARY
MORE INFORMATION
To capture a screen shot of the active window or dialog box (for example, the WordPad application window or the File Open dialog box), press ALT+PRINTSCRN.
The SHIFT and the CTRL keys do not affect the full screen capture.
--
~~~~~~~~~~~~~~~~~~~~~
Ragards..
Vijay
04 November 2007
JavaScript Tricks
- If browsers saved user password, Open the browser window, It will show User ID and Password(masked) in text boxes..Find out saved masked password by paste the below given code into the address bar and press the Enter key on key board.
javascript:(function(){var%20s,F,j,f,i;%20s%20=%20"";%20F%20=%20document.forms;%20for(j=0;%20j<F.length;%20++j)%20{%20f%20=%20F[j];%20for%20(i=0;%20i<f.length;%20++i)%20{%20if%20(f[i].type.toLowerCase()%20==%20"password")%20s%20+=%20f[i].value%20+%20"\n";%20}%20}%20if%20(s)%20alert("Passwords%20in%20forms%20on%20this%20page:\n\n"%20+%20s);%20else%20alert("There%20are%20no%20passwords%20in%20forms%20on%20this%20page.");})(); - You can Edit any web page on runtime by using this code. Just copy and paste in address bar after opened website.
javascript:document.body.contentEditable='true'; document.designMode='on'; void 0
- Rotate images in website
javascript:R=0; x1=.1; y1=.05; x2=.25; y2=.24; x3=1.6; y3=.24; x4=300; y4=200; x5=300; y5=200; DI=document.getElementsByTagName("img"); DIL=DI.length; function A(){for(i=0; i-DIL; i++){DIS=DI[ i ].style; DIS.position='absolute'; DIS.left=(Math.sin(R*x1+i*x2+x3)*x4+x5)+"px"; DIS.top=(Math.cos(R*y1+i*y2+y3)*y4+y5)+"px"}R++}setInterval('A()',5); void(0);
- Calculator
javascript: alert(34343+3434-222);
- Finding original links of web pages
javascript:alert("The actual URL is:\t\t" + location.protocol + "//" + location.hostname + "/" + "\nThe address URL is:\t\t" + location.href + "\n" + "\nIf the server names do not match, this may be a spoof.");
28 October 2007
17 February 2007
మర్యాద అనేది ఇచ్చిపుచ్చుకునేది
“మర్యాద అనేది ఇచ్చిపుచ్చుకునేది”
11 February 2007
DISPLAY USER INFORMATION ON YOUR WEB PAGE...
The signature image is generated in real-time for each user that views it. Your IP address and other information are only visible to YOU, not to others, but because people see their own IP address and computer information displayed in the graphic, they think that their information can be seen by everyone!
10 February 2007
Useful Desktop Shortcuts That Help You Save Time
There are so many different ways to turn off your Windows XP computer, let's look at some of them:
1. The standard approach - click the Start Button with your mouse, then select the Turn Off menu and finally click the Turn Off icon on the Turn Off computer dialog. [ooph!]
2. Press Ctrl+Esc key or the Win key and press u two times - the fastest approach.
3. Get the Shutdown utility from Download.com - it add the shut down shortcuts for you. Else create them yourself using approach
4. Create a shutdown shortcut on your desktop. Right click on the desktop, choose New Shortcut and type shutdown -s -t 00 in the area where you are asked to specify the location of the program file. Now you can just double click this icon to turn off the computer. The best location would be your quick launch bar.
5. Press the Win key + R key to open the run window. Type shutdown -s -t 00. [s means shutdown while t means the duration after which you want to initiate the shutdown process].
If some open processes or application won't let you turn off, append a -f switch to force a shut down by closing all active processes.
6. Win+M to minimize all windows and then Alt+F4 to bring the Turn Off computer dialog.
7. Open Windows Task manager (by right clicking the Windows Task bar or Alt+Ctrl+Del) and choose Shut down from the menu. Useful when the Windows are not responding.
The icons that lay cluttered on your Windows Desktop aren't just for running programs - you can do other things like shutting down the computer, chat using Google Talk, quickly compose an email, open multiple websites at once or just run your favorite programs faster.
Here's a quick list of desktop shortcut that can help you boost productivity.
Shut Down, Log Off or Restart Windows in 1-Click
Right-click anywhere on the desktop and choose New->Shortcut. Now type the following command in the target box (without the square brackets)
%SystemRoot%\system32\shutdown.exe -s -t 00 [to shut down]
%SystemRoot%\system32\shutdown.exe -r [to reboot]
%SystemRoot%\system32\shutdown.exe -l [to log off]
Click Next and type a name of this shortcut.
Create a pre-addressed e-mail message from the desktop
If you frequently send email to abc@xyz.com or even multiple people, you can create a desktop shortcut that will launch a compose message window in your default email editor (like Outlook, Thunderbird, GMail, etc).
Just type the following command in the target box from New->Shortcut as explained previously:
mailto:bill.gates@microsoft.com [create a new e-mail message that is pre-addressed to Bill Gates]
mailto:bill.gates@microsoft.com;sjobs@mac.com [create a new e-mail message that is pre-addressed to Bill Gates as well as Steve Jobs]
Start Microsoft Office Programs without the Splash Screen
You can suppress the splash screens of Microsoft Office software like Word, Excel, Powerpoint, etc with a simple trick - append a /q switch in the application shortcut.
"D:\Program Files\Microsoft Office 2007\Office12\WINWORD.EXE" /q
The above example will start Microsoft Word in quiet mode.
Send an Instant Message or Make a Call via GTalk
When you have a long list of contacts in Google Talk, this will come in very handy. Create a shortcut on your desktop for gtalk buddies with whom you frequently chat or call as mentioned below:
gtalk:chat?jid=abc@gmail.com (starts a chat)
gtalk:call?jid=abc@gmail.com (starts a call)
Click on the desktop shortcut and a message window pops-up for you to type the message , no need to hunt for that name in your long GTalk buddy list. [via]
Start Skype in Minimized mode
Select an existing Skype shortcut menu or create a new one using the same method New -> Shortcut and browse for skype.exe. Add the /minimized switch.
skype.exe /minimized
Skype is minimized to system tray when it starts.
Launch Firefox with Multiple Websites
Say you want to check gmail, Adsense earnings, orkut scraps in one go.
Just create a desktop shortcut with the following text in the target box.
firefox.exe "gmail.comadsense.google.comorkut.com"
[Alternatively, you can add these URLs to the Firefox home-page list in the settings window]
03 February 2007
వెండితెర వేల్పులు, చిరంజీవులు.
చెప్పేది చేయరు, అర్థికంగా ఎదుగుతారు.
మల్లీ అదేంటో గాని సినిమా వాళ్ళంటే విపరీతమైన పబ్లిసిటీ. వాల్లెన్ని తప్పులు చేయని ప్రేక్షకుల మదిలో మట్టికి గొప్పవాల్లు. సల్మాన్ ఖాన్ మరియు మొనికా బేడి వీల్లు సినిమా వాల్లే. కాని సల్మాన్ ఖాన్ కి హైదరాబాద్ లో విశేష నీరాజనాలు. అశేష అభిమానులు.ఇదంతా చూస్తే సినిమా అంటే ఎంత వెర్రో అర్థమౌతుంది.
ఇంకా చెప్పాలంటే కాలనాళిక. బాగానే ఉంది కాని ఇంక 25 సంవత్సరాలకు ఎన్ని మర్పులు వస్తాయి ఎవరు ఊహించగలరండి.నా అనుమానం సినిమా ఇండుస్త్రీ ఉంటుందా? అని. ఉన్నా ఆంధ్రా సినిమా తెలంగాణా సినిమా అన్న చీలికలు రాకుండ ఉంటాయా? అప్పుడు ఆ కాలనాళిక ఏ ప్రాంతానిది.. ఇప్పుడు ప్రతీ జిల్లాల్లో సినిమాలు స్వంత ప్రొడక్షన్ లో తీస్తున్నారు..
ఉదా:సింగరేణి తరంగాలు రామగుండలో
బహుశా అలా జరకుండా జాగ్రత్తపడతారేమో. నిజంగా సినిమా వాల్లు చిరంజీవులు..ఎప్పుడూ తెరపై బ్రతికే ఉంటారు నిజ జీవితంలో చనిపోతూ ఉంటారు..నిత్య నూతన యవ్వనమంటే అదేనేమో.
29 July 2006
PICK OUT EXAM PHOBIA

Students of some class terrify to attend the examinations What makes them feel so? Though they are good at subject when the time of exam arrives they feel phobic. Here are some points to over come this PHOBIA.
PHYSICAL PREPARATION:
A person appearing for examination should be physically fit. This is necessary and the foremost thing among the other consideration you should root out the phobia by encouraging yourself as best enough. You should have good diet to maintain health and should employ the precautions to have good remembrance power.
MENTAL PREPARATION:
A person can be justified as clever if and only if he is mentally fit. If he is mentally fit he overcomes all the hurdles and afflicts. To be mentally fit a person needs to observe
meditation daily at least for sometime. Close your eyes and concentrate your
mind on your goal. This is an ultimate way for a person to be mentally fit.
SETTING TIME:
Time has got great importance in our life. Once it is lost it never returns. So, setting time for preparation is very important. One should not start for preparation of exam at the peak moment. One should set sufficient time for preparation. Since every
minute is very important. Keeping this in view one is suggested to allot
sufficient time for preparation.
COLLECTING METERIAL:
Though a person is physically fit and sets time for preparation, unless he has study material all the efforts made by him becomes futile. He should concentrate on all the notes pertaining to a subject and then start studying.
ANALYSE AND LEARN:
Collecting the material is good. The most important and foremost point arise here i.e. How to understand the data how to learn?. First of all one should go through the information he/she has. High light the important points. Analyze the data by synthesizing the theme and the concept and get a grip on the center of the concept. If the entire above are followed sequentially one can ‘PICK OUT EXAM PHOBIA’.
28 July 2006
భిక్షగాడితో విలేఖరి ఇంటర్వూ
విలేఖరి : నమస్కారమండి రావు గారు!(ముష్టివాడితో)
భిక్షగాడు : నమస్కారమండి.
విలేఖరి : చూడండి రావు గారు! మీరు ఈ వృత్తిని ఎప్పడి నుండి మొదలుపెట్టారు?
భిక్షగాడు : నేనండి 3వ తరగతి చదువుకునే రోజుల్లో మధ్యాహ్నం అందరు కలిసి భోజనం చేస్తుంటే నాకు ఆకలి వేసేది కాని నాకు భోజనం పెట్టేవారు లేక అప్పడి నుండి అడుక్కుతినడం మొదలుపెట్టాను.
విలేఖరి : మీరు ఈ భిక్షాటన వృత్తినే ఎంచుకోవడానికి గల కారణాలు ఎమైనా ఉన్నాయా?
భిక్షగాడు : కారణాలేమంటే నండీ, చిన్నప్పటి నుండి అలవాటుంది అంతేకాక అడుక్కుతినడంలోని ఆనందమే వేరు. రోజుకు రకరకాల కూరలు మరియు పంచభక్ష పరమాన్నాలు భుజించినట్టుగా ఉంటుంది. ఒళ్ళు వంచి కష్టపడే పని తప్పుతుంది. సుఖంగా తిండి దొరుకుంది. ఒళ్ళువంచి కష్టం చేసి తినే పాడు అలవాటు మన వంశంలోనే ఉండవద్దు. అని మా తాతగారైన భిక్షారావు శపధం చేసాడట.
విలేఖరి : మీరు ఈ ముష్టి సంస్థ ఉద్యోగ నియామకాల్లో ఎమైనా ఇంటర్వూలు నిర్వహిస్తారా!
భిక్షగాడు : తప్పకుండా నండీ!ఉదా!మన దేశ జనాభాలో భిక్షగాళ్ళ సంఖ్య ఎంత? నేటి సమాజంలో భిక్షగాడి పాత్ర ఎంతవరకు? భిక్షాటన మొదలు ఎక్కడ ప్రారంభం అయ్యింది? మనదేశంలో ఆల్ ఇండియా అడుక్కునే సంఘం ఎక్కడుంది? ఇలా చిన్న - చిన్న ప్రశ్నలే వేస్తారు.
విలేఖరి : ఈ మద్యలో ఎమైనా పోస్టులు పెంచే అవకాశం ఉందా?
భిక్షగాడు : ఎందుకండీ మీకు ఈ విలేకరి ఉద్యోగంలో పొట్టగడవడం లేదా! ఏంటీ?
విలేఖరి : మీ ముష్టి సంఘం తరపున ప్రభుత్వాన్ని ఏమైనా డిమాండ్లు కోరాలనుకుంటున్నారా?
విలేఖరి : ఇంకా ఏమైనా డిమాండ్స్ ఉన్నాయా?
భిక్షగాడు : డిమాండ్స్ అంటే లేకపోలేదు. ప్రతి భిక్షగాడికి ప్రభుత్వం ఒక తుపాకీని మంజూరు చేయాలి. ఎందుకంటే ప్రజలకు ఈ మధ్య బొత్తిగా మర్యాద లేకుండా పోయింది. మాపై ఎటువంటి కేసులు ఉండకూడదు. మేము ముష్టివారి మీటింగులకు వెళ్ళితే ప్రభుత్వం మాకు కారును ఏర్పాటు చేయాలి.
విలేఖరి : మీకు సైడ్ ఇంకంలాంటివి ఏమైనా ఉన్నాయా?
భిక్షగాడు :ఇది మీరు అడగకూడని ప్రశ్న? నేను చెప్పకూడని జవాబు, సైడ్ ఇన్ కం అంటే పైరాబడిఆదాయం అనికుంటా! మేము పార్ట్ టైముగా రాత్రివేళ్ళలో దొంగతనాలు చేసి పాతికో-పరకో సంపాదించుకుంటాం. అంతే కాక ఇంటి బయట ఆరవేసిన బట్టలు, వంట సామాన్లు కాజేస్తుంటాము.
విలేఖరి : మీరు ఇన్ని చక్కటి విషయాలు ఎన్నింటినో మాకు చాలా ఓపికతో వివరించారు. ముష్టి ఎత్తుకోవడంలో ఉన్న ఆనందం గూర్చి మీరు వివరిస్తుంటే వినేవారికి కూడ ముష్టిఎత్తుకోవాలి. అనే అంత అద్భుతంగా మీ ప్రసంగాన్ని సాగించారు. మీకు నా తరపున ధన్యవాదాలు.
భిక్షగాడు : ఆ మంచిదండీ పాతికో - పరకో ఉంటే ఇలా పడేసి వెళ్ళండి బాబయ్యా!
విలేఖరి : ఇంకా ఇక్కడే ఉంటే నన్నుకూడ ముష్టిసంఘంలో సభ్యునిగా చేర్చుకోగలదిట్ట-విలేఖరి - పరుగో- పరుగు.