Sunday, December 19, 2010

CrazyEngineers Forum - Computer Science & IT Engineering

CrazyEngineers Forum - Computer Science & IT Engineering


Insert values in a table in database at runtime

Posted: 18 Dec 2010 10:20 PM PST

can anyone tell me whats the way out to insert values in a table in database at runtime???

Java Programming Tutorial - 1 - Installing the JDK

Posted: 18 Dec 2010 09:28 PM PST

Cross-site scripting

Posted: 18 Dec 2010 09:19 PM PST

Cross-site scripting (XSS) is a type of computer security vulnerability typically found in web applications that enables malicious attackers to inject client-side script into web pages viewed by other users.


Can anyone explain its actual working??????

Changing windows XP boot screen

Posted: 18 Dec 2010 04:48 AM PST

Tired of seeing the same old windows XP and Progress bar when windows
boots up?
Then here are a few simple steps to change the boot- up screen
-> Get the bootskin software from Stardock.com - Your Edge In Software , the size of the
file is only a few kB.
-> Now you need some cool boot screens which you can use. you can
download them from:
Wallpapers, Skins, Winamp, ICQ, WindowBlinds ... .: SKINBASE.org :.
you can use only those bootscreens which are compatible with this
Bootskin software
all the bootskins given in above link are bootskin compatible
-> after you download enough boot screens open all of them using
bootskin
-> select the option choose random boot screens
-> next time you boot you'll get any one of the boot screens you've
downloaded. you can also select one particular boot screen.
-> If the files downloaded have .zip or .rar extension, they cannot be
directly opened with bootskin. you select the Import from file
option present. Type the name of the file and its extension in the
file name box and click ok to import from .zip or .rar files

Ultimate way to hide files in Windows xp using MS- DOS

Posted: 18 Dec 2010 04:43 AM PST

Usually we hide files by selecting Hidden checkbox from its properties.
But these files can viewed easily by changing settings in folder
options.
Here is an easy method using which you can hide any file or folder
without others finding it out
-> Go to command prompt by typing cmd in run
-> Go to the directory where that file or folder you want to hide is
present
-> enter the following code:
attrib +h +s file/folder_name

the file is hidden completely.

-> To remove this property jus type
attrib -h -s file/folder_name

When you change the attribute using this method you change the file
into not a simple hidden file but a Super hidden file. This
feature cannot be controlled easily in windows xp. If a file or folder
is a super hidden one it cannot be viewed by selecting Show Hidden
files in folder options.

Then how does one view these super hidden files. By modifying the
Windows Registry!!

It can be turned off by changing registry value for this option

----- you can open the registry and change the value
-> Open registry editor by typing regedit in run
-> Go to
HKEY_CURRENT_USER \SOFTWARE \MICROSOFT \WINDOWS \CURRENTVERSION \EXPLORER

Expand Explorer option, Select Advanced option in it, once you click
advanced a list of registry titles is displayed in left pane. One of
which is ShowSuperHidden
double click on it and set the value to 1 to show the super
hidden files and 0 to hide them.


Note : if such an option is not present jus right click on the left
pane and select new-> DWORD value and name it a ShowSuperHidden
and change its value.

No comments:

Post a Comment