Showing posts with label Tips. Show all posts
Showing posts with label Tips. Show all posts

Tuesday 22 January 2013

Samsung Galaxy S3 Secret Codes Review



Samsung Galaxy S3 Secret Codes very very useful



*#1234# (View SW Version PDA CSC, MODEM)
*#0*# (General Test Mode)
*#12580369# (SW & HW Info)
*#197328640# (Service Mode)
*#0228# (ADC Reading)
*#32489# (Ciphering Info)
*#232337# (Bluetooth Address)
*#232331# (Bluetooth Test Mode)
*#232338# (WLAN MAC Address)
 

Read more »

Tuesday 22 January 2013 by Unknown · 1

Friday 4 January 2013

Quick keyboard tips

Quick keyboard tips


Windows Key + F - Launch Find tool
Windows Key + M - Mimimize all open windows
Windows Key + R - Launch the 'Run' button
Windows Key + U - Launch the utility manager (win2k & XP only?)
Alt + Tab (Hold Alt & Press Tab repeadly) - Task Switcher
Alt + F4 - kills the 'active' application - fun(?) for killing web popup windows quickly when they are coming at you like spam madness!

Ctrl+Alt+Del - In Win9x/ME (why are you using that?) it launches a 14m3 version of NT/2K/XP's Task Manager. In NT/2K/XP you get a menu with useful options for lock computer, logoff, shutdown, change password, task manager etc.

Friday 4 January 2013 by Unknown · 1

Thursday 3 January 2013

Keyboard Shortcuts



Keyboard Shortcuts

 

Use shortcut keys as an alternative to the mouse when working in Windows. You can open, close, and navigate the Start menu, desktop, menus, dialog boxes, and Web pages using keyboard shortcuts. Keyboard shortcuts may also make it easier for you to interact with your computer.

General keyboard shortcuts

CTRL+C
Copy.
CTRL+X
Cut.
CTRL+V
Paste.
CTRL+Z
Undo.
DELETE
Delete.
SHIFT+DELETE
Delete selected item permanently without placing the item in the Recycle Bin.
CTRL while dragging an item
Copy selected item.
CTRL+SHIFT while dragging an item
Create shortcut to selected item.
F2
Rename selected item.
CTRL+RIGHT ARROW
Move the insertion point to the beginning of the next word.
CTRL+LEFT ARROW
Move the insertion point to the beginning of the previous word.
CTRL+DOWN ARROW
Move the insertion point to the beginning of the next paragraph.
CTRL+UP ARROW
Move the insertion point to the beginning of the previous paragraph.
CTRL+SHIFT with any of the arrow keys
Highlight a block of text.
SHIFT with any of the arrow keys
Select more than one item in a window or on the desktop, or select text within a document.
CTRL+A
Select all.
F3
Search for a file or folder.
ALT+ENTER
View properties for the selected item.
ALT+F4
Close the active item, or quit the active program.
ALT+Enter
Displays the properties of the selected object.
ALT+SPACEBAR
Opens the shortcut menu for the active window.
CTRL+F4
Close the active document in programs that allow you to have multiple documents open simultaneously.
ALT+TAB
Switch between open items.
ALT+ESC
Cycle through items in the order they were opened.
F6
Cycle through screen elements in a window or on the desktop.
F4
Display the Address bar list in My Computer or Windows Explorer.
SHIFT+F10
Display the shortcut menu for the selected item.
ALT+SPACEBAR
Display the System menu for the active window.
CTRL+ESC
Display the Start menu.
ALT+Underlined letter in a menu name
Display the corresponding menu.
Underlined letter in a command name on an open menu
Carry out the corresponding command.
F10
Activate the menu bar in the active program.
RIGHT ARROW
Open the next menu to the right, or open a submenu.
LEFT ARROW
Open the next menu to the left, or close a submenu.
F5
Refresh the active window.
BACKSPACE
View the folder one level up in My Computer or Windows Explorer.
ESC
Cancel the current task.
SHIFT when you insert a CD into the CD-ROM drive

Prevent the CD from automatically playing.

Dialog box keyboard shortcuts

CTRL+TAB
Move forward through tabs.
CTRL+SHIFT+TAB
Move backward through tabs.
TAB
Move forward through options.
SHIFT+TAB
Move backward through options.
ALT+Underlined letter
Carry out the corresponding command or select the corresponding option.
ENTER
Carry out the command for the active option or button.
SPACEBAR
Select or clear the check box if the active option is a check box.
Arrow keys
Select a button if the active option is a group of option buttons.
F1
Display Help.
F4
Display the items in the active list.
BACKSPACE
Open a folder one level up if a folder is selected in the Save As or Open dialog box.



 

Natural keyboard shortcuts

[Windows Key] Display or hide the Start menu.
[Windows Key] +BREAK Display the System Properties dialog box.
[Windows Key] +D Show the desktop.
[Windows Key] +M Minimize all windows.
[Windows Key] +Shift+M Restores minimized windows.
[Windows Key] +E Open My Computer.
[Windows Key] +F Search for a file or folder.
CTRL+ [Windows Key] +F Search for computers.
[Windows Key] +F1 Display Windows Help.
[Windows Key] + L Lock your computer if you are connected to a network domain, or switch users if you are not connected to a network domain.
[Windows Key] +R Open the Run dialog box.
[Windows Key] +U Open Utility Manager.
Accessibility keyboard shortcuts
Right SHIFT for eight seconds Switch FilterKeys on and off.
Left ALT +left SHIFT +PRINT SCREEN Switch High Contrast on and off.
Left ALT +left SHIFT +NUM LOCK Switch MouseKeys on and off.
SHIFT five times Switch StickyKeys on and off.
NUM LOCK for five seconds Switch ToggleKeys on and off.
[Windows Key] +U Open Utility Manager.

Windows Explorer keyboard shortcuts

END
Display the bottom of the active window.
HOME
Display the top of the active window.
NUM LOCK+ASTERISK on numeric keypad (*)
Display all subfolders under the selected folder.
NUM LOCK+PLUS SIGN on numeric keypad (+)
Display the contents of the selected folder.
NUM LOCK+MINUS SIGN on numeric keypad (-)
Collapse the selected folder.
LEFT ARROW
Collapse current selection if it's expanded, or select parent folder.
RIGHT ARROW
Display current selection if it's collapsed, or select first subfolder.

Thursday 3 January 2013 by Unknown · 0

The difference between 64 and 32 bit processors

The difference between 64 and 32 bit processors


In the future, the battle between 64 bit vs 32 bit processors will inevitably yield the 64 bit processor as the victor, but this transition is going to take some time.

First, I’ll talk about the pure mathematics and structure of the processors that are involved here. I’ll keep this part short and sweet.


A bit is short for “binary digit.” It is basically how a computer stores and makes references to data, memory, etc. A bit can have a value of 1 or 0, that’s it. So binary code is streams of 1’s and 0’s, such as this random sequence 100100100111. These bits are also how your processor does calculations. By using 32 bits your processor can represent numbers from 0 to 4,294,967,295 while a 64-bit machine can represent numbers from 0 to 18,446,744,073,709,551,615. Obviously this means your computer can do math with larger numbers, and be more efficient with smaller numbers.

Now see, that description wasn’t too bad, but the question is how does this affect you, the average PC owner? The largest benefit will go to academic institutions and private companies, where large calculations are being performed, huge databases are being accessed, and complex problems are being solved.

Everyone that doesn’t fall into that category will see some benefit of using 64 bit processors over 32 bit processors, but not much in today’s marketplace. The AMD Athlon 64-bit processor is completely backward compatible, meaning you can currently use it with 32-bit operating systems and software programs. You will see some benefits by using this setup, but because the programs weren’t written to take advantage of the extra power, they won’t use much of it.

The true benefits of this set up don’t come from the amount of bits, but by the improved structure of the 64 bit vs 32 bit processor's older structure. A 64-bit processor is made with more advanced silicon processes, have more transistors, and faster speeds. This is currently where the true benefit of switching to a 64-bit processor lays.

As for 64-bit operating systems and software, many are in the works, but nothing is in final version. Microsoft has released a beta version of Windows XP that takes advantage of the 64 bit technology, but there are still issues. The problem is when you run 32-bit software programs in the environment of a 64-bit operating system. Many programs won’t work properly, such as Adobe Acrobat and Windows Media Player, for example. Another issue is RAM. You really need about 4 GB of RAM to take full advantage of the capabilities offered by a 64-bit processor, while most PC owners have less than 1 GB under their computer’s hood.

So, the question now is should you buy a 64 bit processor now, or wait?

Disadvantages:

You’re currently not able to take full advantage of the technology because the software vendors haven’t made the switch from 32-bit to 64-bit processors.


Most AMD Athlon 64 bit processors are expensive, with prices sure to go down in the future.

Advantages:

Better performance out of a 32-bit operating system.


Probably the last processor you’ll have to buy for many years to come.


You’ll be the talk of all your friends!
As you can see, a sound argument can be made for both cases. You’ll have to determine if the differences will benefit your situation and computing future. I’ll leave the ultimate decision up to you.

by Unknown · 0