Quick Google Search

STARTUP AND STUTDOWM Trick


START UP AND SHUTDOWN

A grab bag of ways to customize the way you start up and shut down your system.

There are many small ways that you can control the way you start up and shut down your PC. This grab bag of four hacks shows you the best of them.

1.7.1 Create One-Click Shutdown and Reboot Shortcuts
Turning off or rebooting XP involves a several-step process: click the Start menu, choose Shut Down, and then select Shut Down or Restart. If you want, however, you can exit or reboot much more quickly, by creating a shortcut that enables one-click shutdowns. You can also use the shortcut to customize the shutdown or reboot—for example, by displaying a specific message or automatically shutting down any programs that are running.

First, create a shortcut on your desktop by right-clicking on the desktop, choosing New, and then choosing Shortcut. The Create Shortcut Wizard appears. In the box asking for the location of the shortcut, type shutdown. After you create the shortcut, double-clicking on it will shut down your PC.

But you can do much more with a shutdown shortcut than merely shut down your PC. You can add any combination of several switches to do extra duty, like this:

shutdown -r -t 01 -c "Rebooting your PC"
Double-clicking on that shortcut will reboot your PC after a one-second delay and display the message "Rebooting your PC." The shutdown command includes a variety of switches you can use to customize it. Table 1-3 lists all of them and describes their use.

I use this technique to create two shutdown shortcuts on my desktop—one for turning off my PC, and one for rebooting. Here are the ones I use:

shutdown -s -t 03 -c "See you later!"
shutdown -r -t 03 -c "You can't get rid of me that quickly!"
Table 1-3. Switches you can use with shutdown Switch
What it does

-s
Shuts down the PC.

-l
Logs off the current user.

-t nn
Indicates the duration of delay, in seconds, before performing the action.

-c "messagetext"
Displays a message

Some Cool Firefox Tricks That Might Make You Crazy


Some Cool Firefox Tricks That Might Make You Crazy
* chrome://browser/content/browser.xul :: Opens another Firefox inside a tab in the the existing Firefox window.
* chrome://browser/content/preferences/preferences.xul :: Opens the Options dialog box inside the Firefox tab.
* chrome://browser/content/bookmarks/bookmarksPanel.xul :: Opens the “Book Marks Manager” inside a tab in the Firefox window.
* chrome://browser/content/history/history-panel.xul :: Opens the History Panel in the Firefox tab.
* chrome://mozapps/content/extensions/extensions.xul?type=extensions :: Opens the Extensions window in the current tab.
* chrome://browser/content/preferences/cookies.xul :: Opens the “cookies window” inside a tab in the Firefox window.
* chrome://browser/content/preferences/sanitize.xul :: Opens the “Clear Private Data” window inside the current tab.
* chrome://browser/content/aboutDialog.xul :: Opens the “About Firefox” Dialog box inside the tab.
* chrome://browser/content/credits.xhtml :: A scrolling list of names. The one’s who we must thank for creating Firefox

And My favorite ;)
* chrome://global/content/alerts/alert.xul :: Dancing Firefox.

These were firefox tricks, i knew,Do try them.

How You can make Con Folders?


Create Con Folder:
we can not create con folder simply why?
and we can create con folder by some hacking why?
give me a solution of this
yeh we can from cmd prompt

goto command prompt
type in prompt e:\> "mkdir \\.\e:\con"
verify by typing "dir \\.\e:\con"
delete the file or folder "rmdir \\.\e:\con"

(if u want to create a folder name con in E: drive)
it s a reserved word for "console" so yoc cant create, but as above mentioned way you can by cmd prompt. you also cant create followings.
AUX,PRN,CON,AUX1 etc
follow this    
d:\ md con\.\
for deletion
d:\rd con\.\
hello try this create a new folder > press space > Keep press ALT & type 0160,

hit enter.

now u can give any name to it, what ever it may be.
create a folder by name con in ur mobile and copy it to the comp simple....

the names which cannot be created are

CON, PRN, AUX, CLOCK$, NUL, COM1, COM2, COM3, COM4, COM5, COM6, COM7, COM8, COM9, LPT1, LPT2, LPT3, LPT4, LPT5, LPT6, LPT7, LPT8, and LPT9.

Any Type of secret code "mobile"


Code "619"
Any Type of secret code
"mobile"

*3370#
Activate Enhanced Full Rate Codec (EFR) - Your phone uses the best sound quality but talk time is reduced my approx. 5%
----------------------------------------------
#3370#
Deactivate Enhanced Full Rate Codec (EFR)
----------------------------------------------
*#4720#
Activate Half Rate Codec - Your phone uses a lower quality sound but you should gain approx 30% more Talk Time
------------------------------------------------
*#4720#
Deactivate Half Rate Codec
------------------------------------------------
*#0000#
Displays your phones software version, 1st Line : Software Version, 2nd Line : Software Release Date, 3rd Line : Compression Type
-----------------------------------------------
*#9999#
Phones software version if *#0000# does not work
------------------------------------------------
*#06#
For checking the International Mobile Equipment Identity (IMEI Number)
-----------------------------------------------
#pw+1234567890+1#
Provider Lock Status. (use the "*" button to obtain the "p,w" and "+" symbols)
----------------------------------------------
#pw+1234567890+2#
Network Lock Status. (use the "*" button to obtain the "p,w" and "+" symbols)
-----------------------------------------------
#pw+1234567890+3#
Country Lock Status. (use the "*" button to obtain the "p,w" and "+" symbols)
-----------------------------------------------
#pw+1234567890+4#
SIM Card Lock Status. (use the "*" button to obtain the "p,w" and "+" symbols)
-----------------------------------------------
*#147#
(vodafone) this lets you know who called you last
---------------------------------------------
to be contd.

Structure & Header Elements of HTML Code:

Structure & Header Elements of HTML Code:

base
:::An absolute URL to resolve relative URLs
body::Holds content of the document
head::Holds additional information about the document
html::Root element of the document
link::Link to another resource
meta::Additional information about the document
script::Client-side script
style::CSS style information
title::Document title

Block Elements
address::Identify contact information for a document
blockquote::Long quotation
del::Deleted content
div::Generic way to group areas of content
dl::Definition list
fieldset::Form control group
form::Data entry form
h1::Level 1 heading
h2::Level 2 heading
h3::Level 3 heading
h4::LeveL 4 heading
h5::Level 5 heading
h6::Level 6 heading
hr::Content separator
ins::Inserted content
noscript::Alternate content for client-side script
ol::Ordered list
p::Paragraph
pre::Preformatted text
script::Client-side script
table::Table
ul::Unordered list

Inline Elements
a::A hyperlink
abbr::An abbreviation
acronym::An acronym
b::Instruction to render text in bold style
bdo::Bidirectional text override
big::Instruction to render text in a large font
br::Line break
button::Form button control
cite::Citation or reference to other source
code::Computer code
del::Deleted content
dfn::Contains the defining instance of the enclosed term
em::Indicates emphasis
i::Instruction to render text in italic style
img::Content represented visually (as an image) and textually
ins::Inserted content
input::Form control
label::Form control label
map::Client-side image map
kbd::Indicates input to be entered by the user
objecT::Generic embedded object
q::Short quotation
ruby::Pronunciation annotations for East Asian languages
samp::Designates sample output from programs, scripts, etc.
script::Client-side script
select::Option selector form control
small::Instruction to render text in a small font
span::Generic way to add structure to content
strong::Indicates stronger emphasis
sub::Subscript
sup::Superscript
textarea::Multi-line text field form control
tt::TeleType or monospaced text style
var::Indicates instance of a computer code variable or program argument

List Item Elements
dd::Definition description
dt::Definition term
li::Ordered/unordered list item

Table Content Elements
caption::Table caption
col::Define attributes for a table column
colgroup::Define attributes for a group of table columns
tbody::Body area for a table
td::Table cell containing data
tfoot::Footer area for a table
th::Table cell containing header
thead::Heading area for a table
tr::Table row

Form Fieldset Legends
legend::Caption to a fieldset

Form Menu Options
optgroup::A grouping of selectable choices in an option selector form control
option::A selectable choice in an option selector form control

Ruby Annotations
rb::Ruby base text
rbc::Ruby base container for complex ruby markup
rp::Denote the beginning and end of ruby text
rt::Ruby annotation text
rtc::Ruby text container for complex ruby markup

Popular Posts