Archive for the 'Tips and Tricks' Category Page 11 of 16

09JunSome Interesting Facts About Internet !

Myspace Facts

MySpace was founded by former Friendster members Chris Dewolfe and Tom Anderson in 2003. They saw opportunity to beat Friendster with more options and less restrictions for social network users. MySpace was purchased in 2005 for $580 million by Rupert Murdoch creator of a media empire that includes 20th Century Fox and the Fox television stations. MySpace has more than 40 billion page views a month. Google paid $900 million to be MySpace’s search provider. MySpace runs on Microsoft .NET Framework, operating under Windows 2003 server and applications written in C# for ASP.NET.

History of Amazon.com

Jeff Bezon coined the term Amazon.com from the earlier name Cadabra.com. It was the excellent way to present large volume online bookstore. But did he have hidden intentions? It is hard to believe but in the early Internet days, when Yahoo was dominant search engine, results on one page were listed alphabetically. Amazon would always appear above its competition for a specific keywords. This could be a breaking point for Jeff to expand and became what it is today.

What Is Google?

Google, the Internet search company founded in September 1998. by Larry Page & Sergey Brin, got it’s name from the word Googol, which represents number 1 followed with hundred zeros after it.

What Is Yahoo!?

Yahoo the complex internet organism has complicated name. Word “Yahoo” is shortcut for “Yet Another Hierarchical Officious Oracle”. It was coined by PhD candidates at Stanford University: David Filo and Jerry Yang.

“What is pi?” : Interesting

A mathematician: “pi is the ratio of the circumference of a circle to its diameter.”
A computer programmer: “pi is 3.141592653589 in double precision.”
A physicist: “pi is 3.14159 plus or minus 0.000005.”
An engineer: “pi is about 22/7.”
A nutritionist: “Pie is a healthy and delicious dessert!”

Thanks To:Interesting Facts

04AprCustomize Your Windows XP !

1) Remove windows messenger from WinXP one forever Go to Run box and type next: runDll32 advpack.dll, LaunchINFSection %windir%\INF\msmsgs.inf, BLC.Remove

2) Disable XP Error Reporting Right click on MyComputer choose Properties In System Properties click on Advenced
In Advenced click on Error Reporting Check “Disable error reporting” Leave unchecked field “But notify me when critical errors occur”

3) Hide ‘User Accounts’ from users Go to Start/Run, and type: GPEDIT.MSC Open the path User Config > Admin Templates > Control Panel doubleclick “Hide specified Control Panel applets” put a dot in ‘enabled’, then click ‘Show”
click Add button, type “nusrmgt.cpl” into the add box

4) Create Your Own Logon Message Click Start, click Run, type regedit, and then click OK. In the Registry Editor, drill down to the following key:

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon
Right-click LegalNoticeCaption, click Modify, type My Windows XP Machine, and then click OK.

Right-click LegalNoticeText, click Modify, and then type your message.
Close the editor and your new message will appear at every log on.
This tip applies to computers that are part of a domain. For stand-alone or peer-to-peer networks, the custom screen appears just before the Welcome screen.

5) Disable balloon tips

Run regedit and Navigate to Key:
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion \Explorer\Advanced
then set the value of ‘EnableBalloonTips’ to 0.

6) Create your own popup menu in the taskbar

You can create your own popup window other than START MENU in the taskbar.
Put all the shortcuts to the applications that you want to popup in a folder.
Then you right click on taskbar ->toolbars ->new toolbar -> and select the folder

7) Reset Your Password On XP

1. Restart you computer

2. When booting, press F8 and select “Safe Mode”

3. After getting to the user menu. Click on a user and this time it will not ask you for a password

4. Go to Start>Run and type “CMD” (without the quotes).

5. At command prompt type in “cd C:WindowsSystem32″ (without the quotes), I am assuming C is your System/Windows Drive

6.For safety purposes first make a backup of your Logon.Scr file.. You can do this by typing in “Copy to Logon.scr to Logon.bak” (without the quotes)

7.Then type “copy CMD.EXE Logon.scr”(without the quotes)

8.Then type this command, I will assume that you want to set Administrator’s password to “MyNewPass” (without the quotes)

9.Now, type this in (I am assuming that you are still in the directory C:WindowsSystem32) , “net user administrator MyNewPass” without the quotes

10. You will get a message saying that it was successful, this means Administrator’s new password is “MyNewPass” (without the quotes)

11. Restart the PC and you will login as Administrator (or whatever you chose to reset) with your chosen password

Cool Create your own Internet Explorer Toolbar

First, create your HTML file and place it in whatever folder is easiest for you to remember. ( I have a folder on my D drive called Desktop Toolbars. )

Go to: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\AboutURLs

Create a new String Value with an easy to remember name.
Ex:
TopToolbar ,BottomToolbar ,GoogleSearchPage

In the data for the new string value you’ve created, put the COMPLETE address for the HTML page you want to display in a toolbar.

Like this: D:\Desktop_Toolbars\TopBar.html

To show your new toolbar, right-click on your taskbar and choose “Toolbars” > New Toolbar.

In the box labeled Folder:, type about: with the name of the string value you created that represents the HTML file you want to see in your toolbar.
Like this:

about:TopBar
will display your D:\Desktop_Toolbars\TopBar.html in your taskbar.
about:BottomBar
about:GoogleSearchPage

1) Shutting down WinXP faster

When a user shuts down Windows XP, first the system has to kill all services currently running. Every once in a while the service does not shut down instantly and windows give it a change to shut down on its own before it kills it. This amount of time that windows wait is stored in the system registry. If you modify this setting, then windows will kill the service earlier. To modify the setting, follow the directions below:

Click on Start, and then goto run, type REGEDIT

Navigate to HKEY_LOCAL_MACHINE/SYSTEM/CurrentControlSet/Control.
Click on the “Control” Folder.
Select “WaitToKillServiceTimeout”
Right click on it and select Modify. Set it a value lower than 4000

2) You can start up without needing to enter a user name or password.

Select Run… from the start menu and type ‘control userpasswords2‘, which will open the user accounts application. On the Users tab, clear the box for Users Must Enter A User Name And Password To Use This Computer, and click on OK. An Automatically Log On dialog box will appear; enter the user name and password for the account you want to use.

3) Windows XP SP2 Tweaks

Disable the SP antivirus and firewall functions

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Security Center]
“AntiVirusDisableNotify”=dword :00000001
“FirewallDisableNotify”=dword:00000001
; don’t monitor firewall and antivirus
“AntiVirusOverride”=dword:00000001
“FirewallOverride”=dword:00000001

Turn off Auto Updates

[HKEY_LOCAL_MACHINE\SOFTWARE \Microsoft\Windows\CurrentVersion\WindowsUpdate\Auto Update]
“AUOptions”=dword:00000001
;disable Auto Update
[HKEY_LOCAL_MACHINE\SOFTWARE \Microsoft\Security Center]
“UpdatesDisableNotify”=dword:00000001

Turn off the SP2 firewall

[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\WindowsFire wall\DomainProfile]
“EnableFirewall”=dword:00000000

turn off firewall policy for domain profile
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\WindowsFire wall\StandardProfile]
“EnableFirewall”=dword:00000000

4) Disable unnecessary Services

Caution:
Exercise caution when stopping services. If you do not know what a service does or are unsure of the ramifications of stopping the service, leave it alone. Some services are critical to Windows XP’s operations, so make sure you understand what the service is before you disable it.
Open Control Panel/Administrative ToolsServices or else select Start/Run, type services.msc, and click OK. Either way, you see the Services console.
Notice that on the General tab, you see a Startup Type drop-down menu. If you want to change an automatic service to manual, select Manual here and click OK. As a general rule, don’t disable a service unless you are sure you will never use it. However, manual configuration allows the service to be started when you find it necessary, thus speeding up your boot time. However, before you change a service to manual, look at the Dependencies tab. This tab shows you which other services depend upon the service you are considering changing.

Tip:

The Indexing service and the System Restore service take up a lot of disk space and system resources across the board. You can live without the Indexing service but I suggest that you keep using System Restore. It works great when you are in a bind and this is one case where the loss of speed may not be worth the ramifications of not using System Restore.

While disabling services, check and make sure that IIS (internet information server) is not installed and running if you do not want to run a web server, ftp, or mail server. If you find it, you can uninstall from the control panel. If you only want to run one of the 3 services it provides, disable the other 2 (the 3 should be HTTP server, FTP server, & SMTP server).

03AprSome Really Useful Windows,General and Firefox Shortcut Keys, All in One Post !

Windows Shortcuts

Shift + F10 right-clicks.

Win + L (XP Only): Locks keyboard. Similar to Lock Workstation.

Win + F or F3: Open Find dialog. (All Files) F3 may not work in some applications which use F3 for their own find dialogs.

Win + Control + F: Open Find dialog. (Computers)

Win + U: Open Utility Manager.

Win + F1: Open Windows help.

Win + Pause: Open System Properties dialog.

Win + Tab: Cycle through taskbar buttons. Enter clicks, AppsKey or Shift + F10 right-clicks.

Win + Shift + Tab: Cycle through taskbar buttons in reverse.

Alt + Tab: Display Cool Switch. More commonly known as the AltTab dialog.

Alt + Shift + Tab: Display Cool Switch; go in reverse.

Alt + Escape: Send active window to the bottom of the z-order.

Alt + Shift + Escape: Activate the window at the bottom of the z-order.

Alt + F4: Close active window; or, if all windows are closed, open shutdown dialog.

Shift while a CD is loading: Bypass AutoPlay.

Shift while login: Bypass startup folder. Only those applications will be ignored which are in the startup folder, not those started from the registry (Microsoft\Windows\CurrentVersion\Run\)

Ctrl + Alt + Delete or Ctrl + Alt + NumpadDel (Both NumLock states): Invoke the Task Manager or NT Security dialog.

Ctrl + Shift + Escape (2000/XP ) or (Ctrl + Alt + NumpadDot) : Invoke the task manager. On earlier OSes, acts like Ctrl + Escape.

Print screen: Copy screenshot of current screen to clipboard.

Alt + Print screen: Copy screenshot of current active window to clipboard.

Ctrl + Alt + Down Arrow: Invert screen. Untested on OS’s other than XP.

Ctrl + Alt + Up Arrow: Undo inversion.

Win + B : Move focus to systray icons.

GENERAL SHORTCUTS :

Ctrl + C or Ctrl + Insert: Copy.

Ctrl + X or Shift + Delete: Cut.

Ctrl + V or Shift + Insert: Paste/Move.

Ctrl + N: New… File, Tab, Entry, etc.

Ctrl + S: Save.

Ctrl + O: Open…

Ctrl + P: Print.

Ctrl + Z: Undo.

Ctrl + A: Select all.

Ctrl + F: Find…

Ctrl+W : to close the current window

Ctrl + F4: Close tab or child window.

F1: Open help.

F11: Toggle full screen mode.

Alt or F10: Activate menu bar.

Alt + Space: Display system menu. Same as clicking the icon on the titlebar.

GENERAL NAVIGATION SHORTCUTS :

Tab: Forward one item.

Shift + Tab: Backward one item.

Ctrl + Tab: Cycle through tabs/child windows.

Ctrl + Shift + Tab: Cycle backwards through tabs/child windows.

Enter: If a button’s selected, click it, otherwise, click default button.

Space: Toggle items such as radio buttons or checkboxes.

Alt + (Letter): Activate item corresponding to (Letter). (Letter) is the underlined letter on the item’s name.

Ctrl + Left: Move cursor to the beginning of previous word.

Ctrl + Right: Move cursor to the beginning of next word.

Ctrl + Up: Move cursor to beginning of previous paragraph. This and all subsequent Up/Down hotkeys in this section have only been known to work in Rich Edit controls.

Ctrl + Down: Move cursor to beginning of next paragraph.

Shift + Left: Highlight one character to the left.

Shift + Right: Highlight one character to the right.

Shift + Up: Highlight from current cursor position, to one line up.

Shift + Down: Highlight from current cursor position, to one line down.

Ctrl + Shift + Left: Highlight to beginning of previous word.

Ctrl + Shift + Right: Highlight to beginning of next word.

Ctrl + Shift + Up: Highlight to beginning of previous paragraph.

Ctrl + Shift + Down: Highlight to beginning of next paragraph.

Home: Move cursor to top of a scrollable control.

End: Move cursor to bottom of a scrollable control.

FILE BROWSER SHORTCUTS :

Arrow Keys: Navigate.

Shift + Arrow Keys: Select multiple items.

Ctrl + Arrow Keys: Change focus without changing selection. “Focus” is the object that will run on Enter. Space toggles selection of the focused item.

(Letter): Select first found item that begins with (Letter).

BackSpace: Go up one level to the parent directory.

Alt + Left: Go back one folder.

Alt + Right: Go forward one folder.

Enter: Activate (Double-click) selected item(s).

Alt + Enter: View properties for selected item.

F2: Rename selected item(s).

Ctrl + NumpadPlus: In a Details view, resizes all columns to fit the longest item in each one.

Delete: Delete selected item(s).

Shift + Delete: Delete selected item(s); bypass Recycle Bin.

Ctrl while dragging item(s): Copy.

Ctrl + Shift while dragging item(s): Create shortcut(s).

In tree pane, if any:

Left: Collapse the current selection if expanded, or select the parent folder.

Right: Expand the current selection if collapsed, or select the first subfolder.

Numpad Asterisk: Expand currently selected directory and all subdirectories. No undo.

Numpad Plus: Expand currently selected directory.

Numpad Minus: Collapse currently selected directory.

ACCESSIBILITY SHORTCUTS :

Right Shift for eight seconds: Toggle FilterKeys on and off. FilterKeys must be enabled.

Left Alt + Left Shift + PrintScreen: Toggle High Contrast on and off. High Contrast must be enabled.

Left Alt + Left Shift + NumLock: Toggle MouseKeys on and off. MouseKeys must be enabled.

NumLock for five seconds: Toggle ToggleKeys on and off. ToggleKeys must be enabled.

Shift five times: Toggle StickyKeys on and off. StickyKeys must be enabled.

6.) Microsoft Natural Keyboard with IntelliType Software Installed

Win + L: Log off Windows.

Win + P: Open Print Manager.

Win + C: Open control panel.

Win + V: Open clipboard.

Win + K: Open keyboard properties.

Win + I: Open mouse properties.

Win + A: Open Accessibility properties.

Win + Space: Displays the list of Microsoft IntelliType shortcut keys.

Win + S: Toggle CapsLock on and off.


MOZZILA FIREFOX SHORTCUTS :

Ctrl + Tab or Ctrl + PageDown: Cycle through tabs.

Ctrl + Shift + Tab or Ctrl + PageUp: Cycle through tabs in reverse.

Ctrl + (1-9): Switch to tab corresponding to number.

Ctrl + N: New window.

Ctrl + T: New tab.

Ctrl + L or Alt + D or F6: Switch focus to location bar.

Ctrl + Enter: Open location in new tab.

Shift + Enter: Open location in new window.

Ctrl + K or Ctrl + E: Switch focus to search bar.

Ctrl + O: Open a local file.

Ctrl + W: Close tab, or window if there’s only one tab open.

Ctrl + Shift + W: Close window.

Ctrl + S: Save page as a local file.

Ctrl + P: Print page.

Ctrl + F or F3: Open find toolbar.

Ctrl + G or F3: Find next…

Ctrl + Shift + G or Shift + F3: Find previous…

Ctrl + B or Ctrl + I: Open Bookmarks sidebar.

Ctrl + H: Open History sidebar.

Escape: Stop loading page.

Ctrl + R or F5: Reload current page.

Ctrl + Shift + R or Ctrl + F5: Reload current page; bypass cache.

Ctrl + U: View page source.

Ctrl + D: Bookmark current page.

Ctrl + NumpadPlus or Ctrl + Equals (+/=): Increase text size.

Ctrl + NumpadMinus or Ctrl + Minus: Decrease text size.

Ctrl + Numpad0 or Ctrl + 0: Set text size to default.

Alt + Left or Backspace: Back.

Alt + Right or Shift + Backspace: Forward.

Alt + Home: Open home page.

Ctrl + M: Open new message in integrated mail client.

Ctrl + J: Open Downloads dialog.

F6: Switch to next frame. You must have selected something on the page already, e.g. by use of Tab.

Shift + F6: Switch to previous frame.

Apostrophe (’): Find link as you type.

Slash (/): Find text as you type.


GMAIL SHORTCUTS

Note: Must have “keyboard shortcuts” on in settings.

C: Compose new message.

Shift + C: Open new window to compose new message.

Slash (/): Switch focus to search box.

K: Switch focus to the next most recent email. Enter or “O” opens focused email.

J: Switch focus to the next oldest email.

N: Switch focus to the next message in the “conversation.” Enter or “O” expands/collapses messages.

P: Switch focus to the previous message.

U: Takes you back to the inbox and checks for new mail.

Y: Various actions depending on current view:

Has no effect in “Sent” and “All Mail” views.

Inbox: Archive email or message.

Starred: Unstar email or message.

Spam: Unmark as spam and move back to “Inbox.”

Trash: Move back to “Inbox.”

Any label: Remove the label.

X: “Check” an email. Various actions can be performed against all checked emails.

S: “Star” an email. Identical to the more familiar term, “flagging.”

R: Reply to the email.

A: Reply to all recipients of the email.

F: Forward an email.

Shift + R: Reply to the email in a new window.

Shift + A: Reply to all recipients of the email in a new window.

Shift + F: Forward an email in a new window.

Shift + 1 (!): Mark an email as spam and remove it from the inbox.

G then I: Switch to “Inbox” view.

G then S: Switch to “Starred” view.

G then A: Switch to “All Mail” view.

G then C: Switch to “Contacts” view.

G then S: Switch to “Drafts” view.


F1-F9 Keys:

F1 / right arrow: Repeats the letters of the last command line, one by one.

F2: Displays a dialog asking user to “enter the char to copy up to” of the last command line

F3: Repeats the last command line

F4: Displays a dialog asking user to “enter the char to delete up to” of the last command line

F5: Goes back one command line

F6: Enters the traditional CTRL+Z (^z)

F7: Displays a menu with the command line history

F8: Cycles back through previous command lines (beginning with most recent)

F9: Displays a dialog asking user to enter a command number, where 0 is for first command line entered.

Alt+Enter: toggle full Screen mode.

up/down: scroll thru/repeat previous entries

Esc: delete line

Note: The buffer allows a maximum of 50 command lines. After this number is reached, the first line will be replaced in sequence


Helpful accessibility keyboard shortcuts

Switch FilterKeys on and off. Right SHIFT for eight seconds

Switch High Contrast on and off. Left ALT +left SHIFT +PRINT SCREEN

Switch MouseKeys on and off. Left ALT +left SHIFT +NUM LOCK

Switch StickyKeys on and off. SHIFT five times

Switch ToggleKeys on and off. NUM LOCK for five seconds

02Apr21 Rules of Life !

1. Marry the right person . This one decision will determine 90% of your happiness or misery.

2. Work at something you enjoy and that’s worthy of your time and talent.

3. Give people more than they expect and do it cheerfully.

4. Become the most positive and enthusiastic person you know.

5. Be forgiving of yourself and others.

6. Be generous.

7. Have a grateful heart.

8. Persistence, persistence, persistence.

9. Discipline yourself to save money on even the most modest salary.

10. Treat everyone you meet like you want to be treated.

11. Commit yourself to constant improvement.

12. Commit yourself to quality.

13. Understand that happiness is not based on possessions, power or prestige, but on relationship with people you love and respect.

14. Be loyal.

15. Be honest.

16. Be a self-starter.

17. Be decisive even it it means you’ll sometimes be wrong.

18. Stop blaming others. Take responsibility for every area of your life.

19. Be bold and courageous. When you look back on your life, you’ll regret the things you didn’t do more than the ones you did.

20. Take good care of those you love.

21. Don’t do anything that wouldn’t make your Mom proud.

10MarSome Tips for first job !

Beginning your first job search doesn’t have to be a frustrating experience. Students are often intimidated by the thought of the first job hunt after graduation but that process can be easier than they think if they remember the basic job search rules by John Petrik.

1. Get out into the real world.
An internship or part-time co-op job tells employers that you have already experienced a real-world work environment and know what to expect.

2. Communicate well with others.
No matter what career path you choose to follow — from nurse to computer programmer —you have to have solid written and oral communication skills to get a job.

3. Network, network, network.
Most grads land jobs through people they know — not by answering newspaper ads. So, make a list of your own contacts, such as professors, family and friends, and add to it by attending career fairs and other professional associations and activities.

4. Be computer literate.
It’s the information age —you need to be able to demonstrate solid computer literacy that’s relevant to your field.

5. Put your best resume forward.
A resume should be a concise, error-free, reader friendly, one-page document that can be easily scanned.

6. Research.
Take the time to learn about the company you are targeting by visiting its Web site or researching the company at the library.

7. Use examples.
Using specific examples from school or internships to answer questions about your experiences paints a clearer picture of your strengths and skills for the employer.

8. Smile!
It’s hard to smile when you’re on the hot seat—but a smile during an interview shows enthusiasm for the position and the company. Potential employers might interpret a non-smiling face as a lack of interest.

9. Show your thanks.
A thank you note following a phone or face-to-face interview reinforces your interest in the position and the company.


About Me

    profile



    Orkut Facebook LinkedIn Twitter MyBlogLog Digg Technorati YouTube
    Name: Johnson P.R
    Location: Jaipur,India

    Recent Readers

Blogroll