Welcome to Share Knowledge.info

Featured Post

Cisco: The Complete Reference
Cisco The Complete Reference Author: Brian Hill Paperback: 1300 pages Publisher: McGraw-Hill/Osborne Media (March 6, 2002) Language: English ISBN-10: 0072192801 ISBN-13: 978-0072192803 Format: pdf Details: This comprehensive and easy-to-use reference provides a solid overview of networking technology as well as practical hands-on...
Read More ...


Member Login

Sign Up Now!

Forgot Password !

New password will be e-mailed to you.

Menu

  • Categories:

News & updates

You are currently browsing the Share Knowledge.info blog archives for March, 2009.

Archive for March, 2009

how to lock a folder without using any software in windows xp

Tuesday, March 31st, 2009

at beginning,  just Copy the following codes :

cls
@ECHO OFF
title Folder Locker
if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCK
if NOT EXIST Locker goto MDLOCKER
:CONFIRM
echo Are you sure u want to Lock the folder(Y/N)
set/p "cho=>"
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 Locker "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
attrib +h +s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
echo Folder locked
goto End
:UNLOCK
echo Enter password to Unlock folder
set/p "pass=>"
if NOT %pass%==type your password here goto FAIL
attrib -h -s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
ren "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" Locker
echo Folder Unlocked successfully
goto End
:FAIL
echo Invalid password
goto end
:MDLOCKER
md Locker
echo Locker created successfully
goto End
:End

* Now paste it in notepad.
* Change the “type your password here” with your password (Marked as red in the above posted matter).
* Save it as batch file(with extension .bat).Any name will do.
* Now you see a batch file. Double click it to create a folder locker.
* A new folder named Locker would be formed at the same location.
* Now brings all the files you want to hide in the locker folder.
* Now double click the batch file to lock the folder namely Locker.
* If you want to unlock your files,double click the batch file again and you would be prompted for password.Enter the password and enjoy access to the folder.

Guide to making flash game, step by step!!

Tuesday, March 31st, 2009

Step1
Write or draw an overall concept for the game, including all of the different actions the player can take, the graphics you will need and an objective that needs to be completed to win the game.

Step2
Design the major components of your game before beginning the coding, so you have a springboard to work from and a logical order to follow when creating the various aspects of the program. Figure out which classes and functions you will need to program to make the various parts of your game work smoothly together.

Step3
Open the Flash MX Professional program by double-clicking on the desktop icon, or by accessing the Start menu and clicking on “Programs.”

Step4
Use the animation features of the Flash program to draw the graphical objects in the game, or import your own custom-made graphics from another program.

Step5
Code the standard functions and classes you will need to call multiple times during the course of the game, like the displaying and moving of graphical objects and the changing of a score or number of remaining lives.
Step6
Use an “If Then” loop to run continually while the game is on that confirms if objects still need to be drawn to the screen.

Step7
Access the “ActionScript” portion of the Flash software to script out specific events in the game, such as the displaying of text or changing of levels.

Step8
Save your project and play it on your own computer to test it for bugs.

Step9
Go back through your code and correct any mistakes that may cause unexpected crashes or game issues after testing.

Step10
Export your game to a website so other people can play it.

Enable Right Click on a Website That Disables It!!

Sunday, March 29th, 2009

Many websites nowadays disable the right click function of the mouse button which I think could be very annoying sometimes. This is done so that we can’t steal images, file, video, or any other website’s stuff. What about if we extremely in a need of the file without any profit-making and other bad intentions? In this post a tutorial is included to teach you how to solve the problem, without having to open the source code of course!

If you use Internet Explorer 6 and 7

1.
Click “Tools”->”Internet Options”
2.
Click the “Security” tab.
3.
Click “Custom Level”
4.
Scroll down to the “scripting” section.
5.
Set “Active Scripting” to “disable” (Active scripts are programs written in Javascript)
6.
Click “Ok”. Restart your internet browser.

Note: This will disable the Javascript from being rendered by your Internet Explorer browser which would mean the right click disabled’s script in the website will not work anymore.

For Mozilla Firefox browser, these are the steps which gave the same effect (maybe be vary depending on the version).

1.
Go to “Tools” -> “Options”
2.
Click “Web Features”
3.
Untick enable JavaScript

All Windows Xp Shortcuts

Saturday, March 28th, 2009

windowshortcutsWindows Explorer Shortcuts :

ALT+SPACEBAR – Display the current window’s system menu
SHIFT+F10 – Display the item’s context menu
CTRL+ESC – Display the Start menu
ALT+TAB – Switch to the window you last used
ALT+F4 – Close the current window or quit
CTRL+A – Select all items
CTRL+X – Cut selected item(s)
CTRL+C – Copy selected item(s)
CTRL+V – Paste item(s)
CTRL+Z – Undo last action
CTRL+(+) – Automatically resize the columns in the right hand pane
TAB – Move forward through options
ALT+RIGHT ARROW – Move forward to a previous view
ALT+LEFT ARROW – Move backward to a previous view
SHIFT+DELETE – Delete an item immediately
BACKSPACE – View the folder one level up
ALT+ENTER – View an item’s properties
F10 – Activate the menu bar in programs
F6 – Switch between left and right panes
F5 – Refresh window contents
F3 – Display Find application
F2 – Rename selected item

Windows XP Shortcuts :

ALT+- (ALT+hyphen) Displays the Multiple Document Interface (MDI) child window’s System menu
ALT+ENTER View properties for the selected item
ALT+ESC Cycle through items in the order they were opened
ALT+F4 Close the active item, or quit the active program
ALT+SPACEBAR Display the System menu for the active window
ALT+TAB Switch between open items
ALT+Underlined letter Display the corresponding menu
BACKSPACE View the folder one level up in My Computer or Windows Explorer
CTRL+A Select all
CTRL+B Bold
CTRL+C Copy
CTRL+I Italics
CTRL+O Open an item
CTRL+U Underline
CTRL+V Paste
CTRL+X Cut
CTRL+Z Undo
CTRL+F4 Close the active document
CTRL while dragging Copy selected item
CTRL+SHIFT while dragging Create shortcut to 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
SHIFT+DELETE Delete selected item permanently without placing the item in the Recycle Bin
ESC Cancel the current task
F1 Displays Help
F2 Rename selected item
F3 Search for a file or folder
F4 Display the Address bar list in My Computer or Windows Explorer
F5 Refresh the active window
F6 Cycle through screen elements in a window or on the desktop
F10 Activate the menu bar in the active program
SHIFT+F10 Display the shortcut menu for the selected item
CTRL+ESC Display the Start menu
SHIFT+CTRL+ESC Launches Task Manager
SHIFT when you insert a CD Prevent the CD from automatically playing
WIN Display or hide the Start menu
WIN+BREAK Display the System Properties dialog box
WIN+D Minimizes all Windows and shows the Desktop
WIN+E Open Windows Explorer
WIN+F Search for a file or folder
WIN+F+CTRL Search for computers
WIN+L Locks the desktop
WIN+M Minimize or restore all windows
WIN+R Open the Run dialog box
WIN+TAB Switch between open items

Internet Explorer Shortcuts :

CTRL+A – Select all items on the current page
CTRL+D – Add the current page to your Favorites
CTRL+E – Open the Search bar
CTRL+F – Find on this page
CTRL+H – Open the History bar
CTRL+I – Open the Favorites bar
CTRL+N – Open a new window
CTRL+O – Go to a new location
CTRL+P – Print the current page or active frame
CTRL+S – Save the current page
CTRL+W – Close current browser window
CTRL+ENTER – Adds the http://www. (url) .com
SHIFT+CLICK – Open link in new window
BACKSPACE – Go to the previous page
ALT+HOME – Go to your Home page
HOME – Move to the beginning of a document
TAB – Move forward through items on a page
END – Move to the end of a document
ESC – Stop downloading a page
F11 – Toggle full-screen view
F5 – Refresh the current page
F4 – Display list of typed addresses
F6 – Change Address bar and page focus
ALT+RIGHT ARROW – Go to the next page
SHIFT+CTRL+TAB – Move back between frames
SHIFT+F10 – Display a shortcut menu for a link
SHIFT+TAB – Move back through the items on a page
CTRL+TAB – Move forward between frames
CTRL+C – Copy selected items to the clipboard
CTRL+V – Insert contents of the clipboard
ENTER – Activate a selected link
HOME – Move to the beginning of a document
END – Move to the end of a document
F1 – Display Internet Explorer Help

20 The cause of the failure of doing online business

Monday, March 9th, 2009

1. Does not want to learn.

To succeed anywhere, first have to learn first. Online business is a business with a new skill that must be mastered, if you want success in any profession is to learn, why not online business? :)

2. Embarrassed to ask.

There are many online business that already seems like a more senior help. Haryo said evidence at this time, I believe a lot of friends that will be it.

Ask, then we will get the answer. (Ancient proverb is still powerful!)

3. I want action. (more…)