Software Tips
This article explains all the tips
related to Software. If you want to know good tips and tactics relating to Software, then this is the place to go.
|
Tip |
Explanation |
|
While Writing a Program |
While writing a software program in any language,
(a) Always maintain good Indentation.
(b) Write comments where ever necessary.
(c) Check the program for null and garbage inputs. |
|
Installing Software |
When you
want to uninstall any software, always better to do it from Control panel. This
will neatly uninstall that software from the computer. |
|
HTML tag for adding Background music to the
webpage |
The following tag can be used to add
background music to a webpage:
<embed src="musicfile.wav" hidden=false autostart=false loop=false width=150
height=100 controls=console>
If autostart is set to true, then the sound file plays automatically when
the file is loaded otherwise the user has to initiate.
If loop is set to true, audio plays continuously without stop otherwise plays only
once. We can also set a number to specify the number of times it has to play like
loop=2.
If hidden and autostart are set to true, then the sound file is played automatically
without user intervention.
<embed src="musicfile.wav" hidden=true autostart=true loop=3>.
Most of the browsers support this tag. |
|
Better to use one anti-virus software
at a time |
It is always better to use one good
anti-virus software in your computer rather than using multiple ones. Because installing
more than one at the same time may sometimes cause conflicts in the computer. So,
it is better to uninstall the current one before installing the new one. But you
can have one or more Spyware checkers. |
|
Ctrl+x,Ctrl+c,Ctrl+v |
If you want to cut, copy or paste in a word document,
notepad or textpad:
Use Ctrl+x for Cut
Use Ctrl+c for Copy
Use Ctrl+v for Paste. |
|
Ctrl + z |
If you have accidentally deleted a portion
of text or something you have done in a program, you can immediately undo that by
pressing ctrl+z. |
|
Ctrl + y |
If you have accidentally undo a portion
of text or something you have done in a program, you can immediately cancel it by
pressing ctrl+y. So, this is just opposite to ctrl + z. |
|
Print Screen |
If you want to paste a screenshot on
a document:
Open the window of which you want the screen shot, press Prnt Scrn on your keyboard,
return to the document and paste it using ctrl +v. |
|
Designing a Web Page |
If you are designing a web page or
web site, it is better to optimize your web page based on how it looks in Internet
Explorer browser as majority of people use IE as their default browser. Because
it is sometimes not possible to design a web page which looks perfect in all browsers. |
|
Ctrl + a |
f you want to select everything on
a document or web page, press ctrl + a. Then you can use ctrl+c to copy that and
ctrl +v for pasting wherever you want. |
|
|
|
|
|