<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-8064319946557649541</id><updated>2011-11-27T15:26:58.279-08:00</updated><title type='text'>THE TECHNOHUNT</title><subtitle type='html'>TECHNICAL YOURS</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://bikispassion4you.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8064319946557649541/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://bikispassion4you.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>BIKASH PATTNAIK</name><uri>http://www.blogger.com/profile/11351799400134101839</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='27' height='32' src='http://bp3.blogger.com/_A66Y-s_qqMk/SF5I_JSPJCI/AAAAAAAAAA4/t9fFqiF-0XU/S220/bk4blog.jpg'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>8</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-8064319946557649541.post-1464534617697351026</id><published>2011-01-15T08:35:00.001-08:00</published><updated>2011-01-15T08:47:03.068-08:00</updated><title type='text'>Taking Remote and Working in Remote PC</title><content type='html'>I really come across a pretty cool Software "Team Viewer" really useful software download free from CNET-www.download.com&lt;br /&gt;Its has many good functionality like u can install thus software in any pc and can take remote from other pc. I am explaning clearly with a scenario suppose u r using pc  in a different location but u want to access ur friends pc to show how to do a work in his/her pc and by phone he/she not getting. Simply start ur Team Viewer Application tell ur friend to do so and ask for His/Her user Id and password which is generally regenerates at every login if u ve selected default setup while installing software. Now using ur friends User Id and password u can take remote by selecting radio button in the team viewer window and connect. Now here u r right in ur friends desktop as a separate window in ur desktop like a browser. Now u can simply work on this remote pc which ur friend watching over  to get ur work done. its free for non commercial purpose.&lt;br /&gt;&lt;br /&gt;i will come many more cool stuffs like this. though taking remote is possible in windows and other relevant softwares but for home user this software is really helpfull.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8064319946557649541-1464534617697351026?l=bikispassion4you.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://bikispassion4you.blogspot.com/feeds/1464534617697351026/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8064319946557649541&amp;postID=1464534617697351026' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8064319946557649541/posts/default/1464534617697351026'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8064319946557649541/posts/default/1464534617697351026'/><link rel='alternate' type='text/html' href='http://bikispassion4you.blogspot.com/2011/01/taking-remote-and-working-in-remote-pc.html' title='Taking Remote and Working in Remote PC'/><author><name>BIKASH PATTNAIK</name><uri>http://www.blogger.com/profile/11351799400134101839</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='27' height='32' src='http://bp3.blogger.com/_A66Y-s_qqMk/SF5I_JSPJCI/AAAAAAAAAA4/t9fFqiF-0XU/S220/bk4blog.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8064319946557649541.post-4325331213918400466</id><published>2008-07-01T11:44:00.000-07:00</published><updated>2008-07-01T11:49:17.443-07:00</updated><title type='text'>HTML Tag Reference:A quick guide to mastering forms of HTML</title><content type='html'>Forms&lt;br /&gt;This section discusses the tags for creating forms.&lt;br /&gt;&lt;br /&gt;   * FORM&lt;br /&gt;   * INPUT&lt;br /&gt;         o INPUT TYPE="BUTTON"&lt;br /&gt;         o INPUT TYPE="CHECKBOX"&lt;br /&gt;         o INPUT TYPE="FILE"&lt;br /&gt;         o INPUT TYPE="HIDDEN"&lt;br /&gt;         o INPUT TYPE="IMAGE"&lt;br /&gt;         o INPUT TYPE="PASSWORD"&lt;br /&gt;         o INPUT TYPE="RADIO"&lt;br /&gt;         o INPUT TYPE="RESET"&lt;br /&gt;         o INPUT TYPE="SUBMIT"&lt;br /&gt;         o INPUT TYPE="TEXT"&lt;br /&gt;   * SELECT&lt;br /&gt;   * OPTION&lt;br /&gt;   * TEXTAREA&lt;br /&gt;   * KEYGEN&lt;br /&gt;   * ISINDEX&lt;br /&gt;&lt;br /&gt;FORM&lt;br /&gt;(form for user input)&lt;br /&gt;The FORM tag creates an HTML form. The form can contain interface elements such as text fields, buttons, checkboxes, radio buttons, and selection lists that let users enter text and make choices. Each interface element in the form must be defined with an appropriate tag, such as &lt;input&gt; or &lt;selection&gt;. All elements in the form must be defined between the &lt;/selection&gt;&lt;form&gt; and &lt;/form&gt; tags. As well as user input elements, the form can contain other elements such as headings, paragraphs, tables, and so on.&lt;br /&gt;&lt;br /&gt;When the form is displayed in a web browser, the user can fill it out by making choices and entering text using the interface elements, and then submit the form by clicking a "Submit" button.&lt;br /&gt;&lt;br /&gt;Kinds of Interface Elements&lt;br /&gt;Several kinds of form elements can be defined using the INPUT tag, which uses the TYPE attribute to indicate the type of element, such as button, checkbox, and so on.&lt;br /&gt;&lt;br /&gt;Two other kinds of interface elements you can put in a form are selection lists and text areas. Selection lists act as menus and are defined with the SELECT tag. Multi-line text-entry fields are defined with the TEXTAREA tag.&lt;br /&gt;&lt;br /&gt;Submit Buttons and CGI Programs&lt;br /&gt;To enable the form to process the data that the user enters, it must have a "Submit" button, which is a button defined by an &lt;input type="submit"&gt; or an &lt;input type="image"&gt; tag.&lt;br /&gt;&lt;br /&gt;The action invoked when the user clicks a "Submit" button is defined by the ACTION attribute of the FORM tag. The value of the ACTION attribute is usually a URL that points to a CGI program. A CGI program runs on a a server, processes arguments sent by the form, and returns data to the browser. The value of the form's METHOD attribute also affects the way the CGI program is invoked. It is beyond the scope of this reference to provide details of CGI programming, but many fine books are available on the subject, and also lots of information is available on the web. A good starting point is:&lt;br /&gt;&lt;br /&gt;http://hoohoo.ncsa.uiuc.edu:80/cgi/overview.html&lt;br /&gt;ONCLICK and ONSUBMIT&lt;br /&gt;You can also define OnClick event handlers for several kinds of input elements. An OnClick event handler is a piece of JavaScript code that is executed when the element is clicked. For information about JavaScript, see the JavaScript Guide or the JavaScript Reference.&lt;br /&gt;&lt;br /&gt;The FORM tag has an optional ONSUBMIT attribute, whose value is a JavaScript event handler that executes when a "Submit" button in the form is pressed. If the JavaScript code returns false, the form's action ends there, and the URL specified by the ACTION attribute is not invoked. If the JavaScript code returns anything else, the URL specified by the ACTION attribute is invoked. For example, you could use the ONSUBMIT attribute to check whether or not the user really wants to submit the form.&lt;br /&gt;&lt;br /&gt;Name/Value Pairs&lt;br /&gt;When a form is submitted, the data contained in the form is sent to the invoked CGI program as a series of name/value pairs. The name portion of each pair is the name of an interface element as specified by its NAME attribute. In most cases the value portion is the value displayed by the element, for example, the text displayed in a text field.&lt;br /&gt;&lt;br /&gt;Nesting Forms&lt;br /&gt;A document can have multiple forms, but forms cannot be nested -- you cannot have a form within a form. If your document uses positioned HTML content, each form must be completely contained within one positioned block. For more information on positioning HTML content, see Part 2, Positioning HTML Content in Dynamic HTML in Netscape Communicator.&lt;br /&gt;&lt;br /&gt;Syntax&lt;br /&gt;&lt;form action="serverURL" enctype="encodingType" method="get" post="" name="formName" onreset="JScode" onsubmit="JScode" target="windowName"&gt;&lt;br /&gt;...&lt;br /&gt;&lt;/form&gt;&lt;br /&gt;&lt;br /&gt;The ACTION attribute is required if any action is to occur when the user presses a "Submit" button in the form.&lt;br /&gt;&lt;br /&gt;ACTION="serverURL"&lt;br /&gt;&lt;br /&gt;   specifies the URL of the program to be invoked when the form is submitted. The action can also be a mailto: URL if the form results are to be mailed to someone.&lt;br /&gt;&lt;br /&gt;ENCTYPE="encodingType"&lt;br /&gt;&lt;br /&gt;   specifies the MIME encoding of the data sent:&lt;br /&gt;&lt;br /&gt;       * "application/x-www-form-urlencoded" (the default), is usually used if the METHOD attribute has the value POST.&lt;br /&gt;       * "multipart/form-data" is used when the form contains a file upload element (INPUT TYPE="FILE").&lt;br /&gt;&lt;br /&gt;METHOD&lt;br /&gt;&lt;br /&gt;   specifies how information is sent to program invoked by submitting the form.&lt;br /&gt;&lt;br /&gt;       * GET (the default) appends the input information to the URL which on most receiving systems becomes the value of the environment variable QUERY_STRING.&lt;br /&gt;       * POST sends the input information in a data body that is available on stdin with the data length set in the environment variable CONTENT_LENGTH.&lt;br /&gt;&lt;br /&gt;NAME="formName"&lt;br /&gt;&lt;br /&gt;   specifies the name of the form. The name is not displayed on the form. JavaScript can use the NAME attribute to differentiate different forms if there are multiple forms on a page. For information about JavaScript, see the JavaScript Guide or the JavaScript Reference.&lt;br /&gt;&lt;br /&gt;ONRESET="JScode"&lt;br /&gt;&lt;br /&gt;   specifies JavaScript code that executes when a user resets the form by using a RESET button.&lt;br /&gt;&lt;br /&gt;ONSUBMIT="JScode"&lt;br /&gt;&lt;br /&gt;   specifies JavaScript code that executes when a user submits the form by clicking a "Submit" button.You can use the ONSUBMIT attribute to prevent a form from being submitted; to do so, put a return statement that returns false in the JavaScript code. Any other returned value lets the form submit. If you omit the return statement, the form is submitted.&lt;br /&gt;&lt;br /&gt;TARGET="windowName"&lt;br /&gt;&lt;br /&gt;   specifies the window that displays the data returned by the invoked program. See the description of special target values in the "A as link" section for a list of the pre-defined target values. Navigator 2.&lt;br /&gt;&lt;br /&gt;Example&lt;br /&gt;The following example creates a form called LoginForm that contains text fields for user name and password, a submit button, and a cancel button.&lt;br /&gt;&lt;br /&gt;&lt;form name="LoginForm" method="post" action="urltoInvoke"&gt;&lt;br /&gt; &lt;p&gt;User name:&lt;br /&gt; &lt;input name="userName" size="10" type="text"&gt;&lt;br /&gt; &lt;/p&gt;&lt;p&gt;Password:&lt;br /&gt; &lt;input name="password" size="12" type="password"&gt;&lt;br /&gt; &lt;/p&gt;&lt;p&gt;&lt;input value="Log in" type="submit"&gt;&lt;br /&gt; &lt;input value="Cancel" onclick="window.close()" type="button"&gt;&lt;br /&gt;&lt;/p&gt;&lt;br /&gt;&lt;br /&gt;The file forms.html shows this example in action in a separate window.&lt;br /&gt;&lt;br /&gt;INPUT&lt;br /&gt;(input element in a form)&lt;br /&gt;The INPUT tag defines a form element that can receive user input. The TYPE attribute determines the specific sort of form element to be created. TYPE can be one of the following:&lt;br /&gt;&lt;br /&gt;   * BUTTON places a button on an HTML form. Use JavaScript code to make the button perform an action you define. See INPUT TYPE="BUTTON".&lt;br /&gt;&lt;br /&gt;   * CHECKBOX places a toggle switch on an HTML form, letting the user set a value on or off. See INPUT TYPE="CHECKBOX".&lt;br /&gt;&lt;br /&gt;   * FILE places an element on an HTML form letting the user supply a file as input. When the form is submitted, the content of the specified file is sent to the server along with the other form data. See INPUT TYPE="FILE". Navigator 2.0&lt;br /&gt;&lt;br /&gt;   * HIDDEN specifies an invisible text element. A hidden element is used for passing information to the server when a form is submitted. See INPUT TYPE="HIDDEN".&lt;br /&gt;&lt;br /&gt;   * IMAGE places an image, serving as a custom button, on an HTML form. When a user clicks an image element, the form is submitted to the server. See INPUT TYPE="IMAGE".&lt;br /&gt;&lt;br /&gt;   * PASSWORD places a text input field on an HTML form. Each character typed in the field is displayed as a character such as * or a black dot to conceal the actual value. See INPUT TYPE="PASSWORD".&lt;br /&gt;&lt;br /&gt;   * RADIO places a radio button on an HTML form. Radio buttons can be grouped into sets, and only one button per set can be selected at a time. See INPUT TYPE="RADIO".&lt;br /&gt;&lt;br /&gt;   * RESET places a reset button on an HTML form. When a user clicks a reset button, all elements in the form are reset to their default values. See INPUT TYPE="RESET".&lt;br /&gt;&lt;br /&gt;   * SUBMIT places a submit button on an HTML form. When a user presses a submit button, the form is submitted. See INPUT TYPE="SUBMIT".&lt;br /&gt;&lt;br /&gt;   * TEXT places a single line text input field on an HTML form. A text field lets the user enter text. See INPUT TYPE="TEXT".&lt;br /&gt;&lt;br /&gt;INPUT TYPE="BUTTON"&lt;br /&gt;A button apears in the form. You must specify JavaScript code as the value of the ONCLICK attribute to determine what happens when the user clicks the button.&lt;br /&gt;&lt;br /&gt;Syntax&lt;br /&gt;&lt;input name="buttonName" value="buttonText" onclick="JScode" type="button"&gt;&lt;br /&gt;&lt;br /&gt;NAME="buttonName"&lt;br /&gt;&lt;br /&gt;   specifies the name of the button. The name does not appear in the form.&lt;br /&gt;&lt;br /&gt;VALUE="buttonText"&lt;br /&gt;&lt;br /&gt;   specifies the text to be displayed in the button.&lt;br /&gt;&lt;br /&gt;ONCLICK="JScode"&lt;br /&gt;&lt;br /&gt;   specifies JavaScript code to execute when a user clicks the button. For information about JavaScript, see the JavaScript Guide or the JavaScript Reference.&lt;br /&gt;&lt;br /&gt;Example&lt;br /&gt;&lt;br /&gt;&lt;/form&gt;&lt;form method="post" action="/cgi-bin/example.cgi"&gt;&lt;br /&gt;&lt;input value="Close Window" onclick="window.close();" type="button"&gt;&lt;br /&gt;&lt;/form&gt;&lt;br /&gt;&lt;br /&gt;The file forms.html shows this example in action in a separate window.&lt;br /&gt;&lt;br /&gt;INPUT TYPE="CHECKBOX"&lt;br /&gt;A checkbox is a toggle that the user can select (switch on) or deselect (switch off.)&lt;br /&gt;&lt;br /&gt;Syntax&lt;br /&gt;&lt;br /&gt;&lt;input checked="checked" name="name" onclick="JScode" value="checkboxValue" type="checkbox"&gt;&lt;br /&gt;CHECKED&lt;br /&gt;&lt;br /&gt;   indicates that the checkbox is displayed with a tick mark to indicate that it is selected.&lt;br /&gt;&lt;br /&gt;NAME="name"&lt;br /&gt;&lt;br /&gt;   specifies the name of the input element. This value is the name portion of the name/value pair for this element that is sent to the server when the form is submitted. The name is not displayed on the form.&lt;br /&gt;&lt;br /&gt;ONCLICK="JScode"&lt;br /&gt;&lt;br /&gt;   specifies JavaScript code to execute when a user clicks the checkbox. For information about JavaScript, see the JavaScript Guide or the JavaScript Reference.&lt;br /&gt;&lt;br /&gt;VALUE="checkboxValue"&lt;br /&gt;&lt;br /&gt;   specifies the value to be returned to the server if the checkbox is selected when the form is submitted. The default value is ON, but you can specify a different value if you want. When the form is submitted, only the name/value pairs for selected checkboxes are sent to the invoked CGI program.&lt;br /&gt;&lt;br /&gt;Example&lt;br /&gt;&lt;br /&gt;&lt;p&gt;Specify your music preferences (check all that apply):&lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;input name="musicpref_rnb" checked="checked" type="checkbox"&gt; R&amp;amp;B&lt;br /&gt;&lt;br /&gt;&lt;input name="musicpref_jazz" checked="checked" type="checkbox"&gt; Jazz&lt;br /&gt;&lt;br /&gt;&lt;input name="musicpref_blues" checked="checked" type="checkbox"&gt; Blues&lt;br /&gt;&lt;br /&gt;&lt;input name="musicpref_newage" checked="checked" type="checkbox"&gt; New Age&lt;br /&gt;&lt;br /&gt;The file forms.html shows this example in action in a separate window.&lt;br /&gt;&lt;br /&gt;INPUT TYPE="FILE"&lt;br /&gt;This places an element on an HTML form that lets the user supply a file as input. When the form is submitted, the content of the specified file is sent to the server as the value portion of the name/value pair for this input element. Netscape Navigator displays a "Browse" button next to the file input element that lets users select a file from their system to use as the value of the file input element. Navigator 2.0&lt;br /&gt;&lt;br /&gt;If a a form contains a file input element, the value of the ENCTYPE attribute of the FORM tag should be "multipart/form-data".&lt;br /&gt;&lt;br /&gt;Syntax&lt;br /&gt;&lt;input name="name" value="filename" type="file"&gt;&lt;br /&gt;&lt;br /&gt;NAME=name&lt;br /&gt;&lt;br /&gt;   specifies the name of the input element. This value is used as the name portion of the name/value pair for this element that is sent to the server when the form is submitted. The name is not displayed on the form.&lt;br /&gt;&lt;br /&gt;VALUE=filename&lt;br /&gt;&lt;br /&gt;   specifies the initial value of the input element.&lt;br /&gt;&lt;br /&gt;Example&lt;br /&gt;&lt;br /&gt;&lt;form enctype="multipart/form-data" action="/cgi-bin/example.cgi" method="post"&gt;&lt;br /&gt;&lt;p&gt;File name:&lt;br /&gt;&lt;input type="file"&gt;&lt;br /&gt;&lt;/p&gt;&lt;br /&gt;&lt;br /&gt;The file forms.html shows this example in action in a separate window.&lt;br /&gt;&lt;br /&gt;INPUT TYPE="HIDDEN"&lt;br /&gt;A hidden input element is an invisible element whose main purpose is to contain data that the user does not enter. This data gets sent to the invoked CGI program when the form is submitted.&lt;br /&gt;&lt;br /&gt;This tag provides a mechanism for delivering a value to the CGI program without the user having entered it, but note that it is not very hidden because the user can discover it by viewing the document source.&lt;br /&gt;&lt;br /&gt;Syntax&lt;br /&gt;&lt;input name="name" value="value" type="hidden"&gt;&lt;br /&gt;&lt;br /&gt;NAME="name"&lt;br /&gt;&lt;br /&gt;   specifies the name of the input element. This value is the name portion of the name/value pair sent to the invoked CGI program when the form is submitted. The name is not displayed on the form.&lt;br /&gt;&lt;br /&gt;VALUE="value"&lt;br /&gt;&lt;br /&gt;   specifies the initial value of the input element.&lt;br /&gt;&lt;br /&gt;Example&lt;br /&gt;This example creates a form with a hidden element, DefaultPass, that stores the initial value of the password field.&lt;br /&gt;&lt;br /&gt;&lt;/form&gt;&lt;form name="LoginForm" method="post" action="/cgi-bin/example.cgi"&gt;&lt;br /&gt;&lt;p&gt;Password:&lt;br /&gt;&lt;input name="password" size="12" value="treasure" type="password"&gt;&lt;br /&gt;&lt;input name="DefaultPass" value="treasure" type="hidden"&gt;&lt;br /&gt;&lt;/p&gt;&lt;br /&gt;&lt;br /&gt;The file forms.html shows this example in action in a separate window.&lt;br /&gt;&lt;br /&gt;INPUT TYPE="IMAGE"&lt;br /&gt;This places an image, serving as a custom button, on an HTML form. When a user clicks the image, the form is submitted to the server.&lt;br /&gt;&lt;br /&gt;Syntax&lt;br /&gt;&lt;input right="" top="" absmiddle="" absbottom="" texttop="" middle="" baseline="" bottom="" name="name" src="location" align="left" type="image"&gt;&lt;br /&gt;&lt;br /&gt;ALIGN&lt;br /&gt;&lt;br /&gt;   specifies the alignment of the image in relation to the surrounding text. If you do not specify a value for ALIGN, Navigator uses BOTTOM as the default. The possible values are LEFT, RIGHT, TOP, ABSMIDDLE, ABSBOTTOM, TEXTTOP, MIDDLE, BASELINE, and BOTTOM. See the section "IMG" for a description of the values. Navigator 1.1&lt;br /&gt;&lt;br /&gt;NAME=name&lt;br /&gt;&lt;br /&gt;   specifies the name of the input element. This value is used as the name portion of the name/value pair for this element that is sent to the invoked CGI program when the form is submitted. The name is not displayed on the form.When Navigator sends the offsets of the image to the server, it sends them as name.x and name.y.&lt;br /&gt;&lt;br /&gt;SRC="location"&lt;br /&gt;&lt;br /&gt;   specifies the URL of the image to be displayed in the document.&lt;br /&gt;&lt;br /&gt;Example&lt;br /&gt;&lt;br /&gt;&lt;/form&gt;&lt;center&gt;&lt;input src="signnow.gif" type="image"&gt;&lt;/center&gt;&lt;br /&gt;&lt;br /&gt;The file forms.html shows this example in action in a separate window.&lt;br /&gt;&lt;br /&gt;INPUT TYPE="PASSWORD"&lt;br /&gt;A password element is a text input field in which each character typed is displayed as a character such as * or a black dot to conceal the actual value.&lt;br /&gt;&lt;br /&gt;Syntax&lt;br /&gt;&lt;input maxlength="maxChar" name="name" onselect="JScode" size="charLength" value="textValue" type="password"&gt;&lt;br /&gt;&lt;br /&gt;MAXLENGTH="maxChar"&lt;br /&gt;&lt;br /&gt;   specifies the maximum number of characters a password box can accept.&lt;br /&gt;&lt;br /&gt;NAME="name"&lt;br /&gt;&lt;br /&gt;   specifies the name of the input element. This value is used as the name portion of thename/value pair for this element that is sent to the server when the form is submitted. The name is not displayed on the form.&lt;br /&gt;&lt;br /&gt;ONSELECT="JScode"&lt;br /&gt;&lt;br /&gt;   specifies JavaScript code to execute when a user selects some of the text in the text element. For information about JavaScript, see the JavaScript Guide or the JavaScript Reference.&lt;br /&gt;&lt;br /&gt;SIZE="charLength"&lt;br /&gt;&lt;br /&gt;   specifies the length of the input field, in characters. The value should be an integer.&lt;br /&gt;&lt;br /&gt;VALUE="textValue"&lt;br /&gt;&lt;br /&gt;   specifies the initial value of the password, if any.&lt;br /&gt;&lt;br /&gt;Example&lt;br /&gt;&lt;br /&gt;&lt;p&gt;Password:&lt;br /&gt;&lt;input name="password" value="" size="25" type="password"&gt;&lt;br /&gt;&lt;br /&gt;The file forms.html shows this example in action in a separate window.&lt;br /&gt;&lt;br /&gt;INPUT TYPE="RADIO"&lt;br /&gt;A radio element is a radio button. A set of radio buttons consists of multiple radio buttons that all have the same NAME attribute. Only one radio button in the set can be selected at one time. When the user selects a button in the set, all other buttons in the set are deselected. If one radio button in a set has the CHECKED attribute, that one is selected when the set is first laid out on the window.&lt;br /&gt;&lt;br /&gt;Syntax&lt;br /&gt;&lt;input checked="checked" name="name" onclick="JScode" value="buttonValue" type="radio"&gt;&lt;br /&gt;&lt;br /&gt;CHECKED&lt;br /&gt;&lt;br /&gt;   indicates that the radio button is selected.&lt;br /&gt;&lt;br /&gt;NAME="name"&lt;br /&gt;&lt;br /&gt;   specifies the name of the input element. This value is used as the name portion of the name/value pair for this element that is sent to the invoked CGI program when the form is submitted. The name is not displayed on the form. All radio buttons that have the same name constitute a radio group; only one radio button of a group can be set at one time.&lt;br /&gt;&lt;br /&gt;ONCLICK="JScode"&lt;br /&gt;&lt;br /&gt;   specifies JavaScript code to execute when a user clicks the radio button. For information about JavaScript, see the JavaScript Guide or the JavaScript Reference.&lt;br /&gt;&lt;br /&gt;VALUE="value"&lt;br /&gt;&lt;br /&gt;   specifies the value that is returned to the server when the radio button is selected and the form is submitted. Only name/value pairs for radio buttons that are selected are sent to the invoked CGI program. The value defaults to ON.&lt;br /&gt;&lt;br /&gt;Example&lt;br /&gt;The following example creates a radio button group.&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;Category:&lt;br /&gt;&lt;br /&gt;&lt;input name="category" value="liv" checked="checked" type="radio"&gt; Living&lt;br /&gt;&lt;br /&gt;&lt;input name="category" value="din" type="radio"&gt; Dining&lt;br /&gt;&lt;br /&gt;&lt;input name="category" value="bed" type="radio"&gt; Bedroom&lt;br /&gt;&lt;br /&gt;The file forms.html shows this example in action in a separate window.&lt;br /&gt;&lt;br /&gt;INPUT TYPE="RESET"&lt;br /&gt;When a user presses a reset button, all elements in the form are reset to their default values&lt;br /&gt;&lt;br /&gt;Syntax&lt;br /&gt;&lt;input name="name" onclick="JScode" value="label" type="reset"&gt;&lt;br /&gt;&lt;br /&gt;NAME="name"&lt;br /&gt;&lt;br /&gt;   specifies the name of the input element.&lt;br /&gt;&lt;br /&gt;ONCLICK="JScode"&lt;br /&gt;&lt;br /&gt;   specifies JavaScript code to execute when a user clicks the button. For information about JavaScript, see the JavaScript Guide or the JavaScript Reference.&lt;br /&gt;&lt;br /&gt;VALUE="label"&lt;br /&gt;&lt;br /&gt;   specifies the text to display on the face of the reset button.&lt;br /&gt;&lt;br /&gt;Example&lt;br /&gt;This example displays a text element with the default value CA and a reset button labelled Clear Form. If the user types a state abbreviation in the text element and then clicks the Clear Form button, the original value of CA is restored.&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;&lt;form&gt;&lt;br /&gt;&lt;p&gt;State: &lt;input name="state" value="CA" size="2" type="text"&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;input value="Clear Form" type="reset"&gt;&lt;br /&gt;&lt;/p&gt;&lt;br /&gt;&lt;br /&gt;The file forms.html shows this example in action in a separate window.&lt;br /&gt;&lt;br /&gt;INPUT TYPE="SUBMIT"&lt;br /&gt;When a user clicks a submit button, the form is submitted, which means that the ACTION specified for the form is invoked.&lt;br /&gt;&lt;br /&gt;Syntax&lt;br /&gt;&lt;input name="name" value="label" type="submit"&gt;&lt;br /&gt;&lt;br /&gt;NAME="name"&lt;br /&gt;&lt;br /&gt;   specifies the name of the input element. The name is not displayed on the form.&lt;br /&gt;&lt;br /&gt;VALUE="label"&lt;br /&gt;&lt;br /&gt;   specifies the text to display on the face of the submit button.&lt;br /&gt;&lt;br /&gt;Example&lt;br /&gt;&lt;br /&gt;&lt;input name="SubmitButton" value="Done" type="submit"&gt;&lt;br /&gt;&lt;br /&gt;The file forms.html shows this example in action in a separate window.&lt;br /&gt;&lt;br /&gt;INPUT TYPE="TEXT"&lt;br /&gt;A text element is a single line text input field in which the user can enter text.&lt;br /&gt;&lt;br /&gt;Syntax&lt;br /&gt;&lt;input maxlength="maxChars" name="name" onblur="Scode" onchange="JScode" onfocus="Scode" onselect="JScode" size="lengthChars" value="text" type="text"&gt;&lt;br /&gt;&lt;br /&gt;MAXLENGTH="maxChars"&lt;br /&gt;&lt;br /&gt;   specifies the maximum number of characters a text box can accept.&lt;br /&gt;&lt;br /&gt;NAME="name"&lt;br /&gt;&lt;br /&gt;   specifies the name of the input element. This value is used as the name portion of the name/value pair for this element that is sent to the invoked CGI program when the form is submitted. The name is not displayed on the form.&lt;br /&gt;&lt;br /&gt;ONBLUR="JScode"&lt;br /&gt;&lt;br /&gt;   specifies JavaScript code to execute when the text element loses keyboard focus. For information about JavaScript, see the JavaScript Guide or the JavaScript Reference..&lt;br /&gt;&lt;br /&gt;ONCHANGE="JScode"&lt;br /&gt;&lt;br /&gt;   specifies JavaScript code to execute when the text element loses focus and its value has been modified.&lt;br /&gt;&lt;br /&gt;ONFOCUS="JScode"&lt;br /&gt;&lt;br /&gt;   specifies JavaScript code to execute when a user clicks the text element. See the JavaScript Guide forSee the JavaScript Guide for more information.&lt;br /&gt;&lt;br /&gt;ONSELECT="JScode"&lt;br /&gt;&lt;br /&gt;   specifies JavaScript code to execute when a user selects some of the text in the text element.&lt;br /&gt;&lt;br /&gt;SIZE="lengthChars"&lt;br /&gt;&lt;br /&gt;   specifies the length of the input field, in characters.&lt;br /&gt;&lt;br /&gt;VALUE="text"&lt;br /&gt;&lt;br /&gt;   specifies the initial value of the text element.&lt;br /&gt;&lt;br /&gt;Example&lt;br /&gt;&lt;br /&gt;&lt;/form&gt;&lt;p&gt;Last name:&lt;br /&gt;&lt;input name="last_name" value="" size="25" type="text"&gt;&lt;br /&gt;&lt;br /&gt;The file forms.html shows this example in action in a separate window.&lt;br /&gt;&lt;br /&gt;SELECT&lt;br /&gt;(selection list in a form)&lt;br /&gt;The SELECT tag defines a selection list on an HTML form. A selection list displays a list of options from which the user can select an item. If the MUTLIPLE attribute is supplied, users can select multiple options from the list at a time. If the MULTIPLE attribute is not supplied users can select only one option in the list at a time.&lt;br /&gt;&lt;br /&gt;The SIZE attribute specifies how many options in the list are displayed at one time. For multiple-selection lists, if you do not specify the SIZE attribute, the browser displays some, maybe all, of the options. For single-selection lists, by default Navigator displays the list as a drop-down menu that initially shows only one option. The user can click the list to display the rest of the options. If you specify the SIZE attribute, the list is displayed as a scrolling list that shows the specified number of options, regardless of whether the list allows single or multiple selection..&lt;br /&gt;&lt;br /&gt;The SELECT tag should be used between &lt;/p&gt;&lt;form&gt; and &lt;/form&gt; tags. Use the OPTION tag to define options in the list.&lt;br /&gt;&lt;br /&gt;When the form containing the selection list is submitted to the server, a name/value pair is sent for each selected option in the list.&lt;br /&gt;&lt;br /&gt;Syntax&lt;br /&gt;&lt;select name="selectName" multiple="multiple" onblur="JScode" onchange="JScode" onclick="JScode" onfocus="fScode" size="listLength"&gt;&lt;option&gt;&lt;/option&gt;&lt;/select&gt;&lt;br /&gt;&lt;br /&gt;MULTIPLE&lt;br /&gt;&lt;br /&gt;   specifies that multiple items can be selected. If this attribute is omitted, only one item can be selected from the list. If multiple selection is enabled, the user usually needs to hold down the Shift key to select additional items.&lt;br /&gt;&lt;br /&gt;NAME="selectName"&lt;br /&gt;&lt;br /&gt;   specifies the name of the select element. This value is the name portion of the name/value pair sent to the invoked CGI program when the form is submitted. The name is not displayed on the form.&lt;br /&gt;&lt;br /&gt;ONBLUR="blurJScode"&lt;br /&gt;&lt;br /&gt;   specifies JavaScript code to execute when the select element loses focus. For information about JavaScript, see the JavaScript Guide or the JavaScript Reference..&lt;br /&gt;&lt;br /&gt;ONCHANGE="changeJScode"&lt;br /&gt;&lt;br /&gt;   specifies JavaScript code to execute when the select element loses focus and its value has been modified.&lt;br /&gt;&lt;br /&gt;ONCLICK="JScode"&lt;br /&gt;&lt;br /&gt;   specifies JavaScript code to execute when a user clicks an item in the list.&lt;br /&gt;&lt;br /&gt;ONFOCUS="focusJScode"&lt;br /&gt;&lt;br /&gt;   specifies JavaScript code to execute when the element gets focus.&lt;br /&gt;&lt;br /&gt;SIZE="ListLength"&lt;br /&gt;&lt;br /&gt;   specifies the number of options visible when the form is displayed. If the list contains more options than specified by size, the list is displayed with scrollbars.&lt;br /&gt;&lt;br /&gt;Used Within&lt;br /&gt;FORM&lt;br /&gt;&lt;br /&gt;Select Example 1:Single Item Selection&lt;br /&gt;&lt;br /&gt;&lt;form&gt;&lt;br /&gt;&lt;b&gt;Shipping method:&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;select&gt;  &lt;option&gt; Standard  &lt;/option&gt;&lt;option selected="selected"&gt; 2-day  &lt;/option&gt;&lt;option&gt; Overnight&lt;/option&gt;&lt;/select&gt;&lt;br /&gt;&lt;/form&gt;&lt;br /&gt;&lt;br /&gt;Example 2: Multiple Selection&lt;br /&gt;&lt;br /&gt;&lt;form&gt;&lt;br /&gt;...&lt;br /&gt;&lt;b&gt;Music types for your free CDs:&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;select name="music_type_multi" multiple="multiple"&gt;  &lt;option&gt; R&amp;amp;B  &lt;/option&gt;&lt;option&gt; Jazz  &lt;/option&gt;&lt;option&gt; Blues  &lt;/option&gt;&lt;option&gt; Reggae&lt;/option&gt;&lt;/select&gt;&lt;br /&gt;. &lt;/form&gt;&lt;br /&gt;&lt;br /&gt;Example 3: Multiple Selection With Default&lt;br /&gt;In the following example, all seven options can be chosen, but bananas are selected by default. The list is displayed as a scrollable menu that fits four options at a time.&lt;br /&gt;&lt;br /&gt;&lt;form&gt;&lt;br /&gt;&lt;select name="fruit_choices" multiple="multiple"&gt;&lt;option&gt;Apples  &lt;/option&gt;&lt;option selected="selected"&gt;Bananas  &lt;/option&gt;&lt;option&gt;Cherries  &lt;/option&gt;&lt;option&gt;Oranges  &lt;/option&gt;&lt;option&gt;Pineapple  &lt;/option&gt;&lt;option&gt;Figs  &lt;/option&gt;&lt;option&gt;Guava&lt;/option&gt;&lt;/select&gt;&lt;br /&gt;&lt;/form&gt;&lt;br /&gt;&lt;br /&gt;The file forms.html shows this example in action in a separate window.&lt;br /&gt;&lt;br /&gt;OPTION&lt;br /&gt;(option in a SELECT list)&lt;br /&gt;The OPTION tag specifies an option in a selection list. Use the OPTION tag inside a SELECTION tag. When the form containing the selection list is submitted to the server, a name/value pair is sent for each selected option in the list. The value portion of an option is the value of the VALUE attribute, if it has one, otherwise, it is the text that follows the  tag.&lt;br /&gt;&lt;br /&gt;Syntax&lt;br /&gt;&lt;br /&gt;...&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;VALUE="OptionValue"&lt;br /&gt;&lt;br /&gt;   specifies a value that is returned to the server when the option is selected and the form is submitted. When no VALUE attribute is present, the value returned is the same as the text following the  tag.&lt;br /&gt;&lt;br /&gt;SELECTED&lt;br /&gt;&lt;br /&gt;   specifies that the option is selected by default.&lt;br /&gt;&lt;br /&gt;Used within&lt;br /&gt;FORM&lt;br /&gt;&lt;br /&gt;Example&lt;br /&gt;See Select Example 1:Single Item Selection.&lt;br /&gt;&lt;br /&gt;TEXTAREA&lt;br /&gt;(text field on a form)&lt;br /&gt;The TEXTAREA tag defines a multiline input field on an HTML form. A text area field lets the user enter words, phrases, or numbers.&lt;br /&gt;&lt;br /&gt;You can defines the number of characters per line the text area can accommodate without scrolling by supplying the COLS attribute. You can specify that the number of lines that can appear without scrolling by supplying the ROWS attribute.&lt;br /&gt;&lt;br /&gt;Scrollbars appear in the text area if the text in the text area element exceeds the number of specified columns or rows.&lt;br /&gt;&lt;br /&gt;To begin a new line in a text area element, use a new paragraph. For example, the following text area element contains two lines, a blank line, then one line:&lt;br /&gt;&lt;br /&gt;&lt;form&gt;&lt;br /&gt;&lt;b&gt;Description:&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;textarea name="item_description" rows="6" cols="55"&gt;&lt;br /&gt;This is the first line.&lt;br /&gt;This is the second line.&lt;br /&gt;&lt;br /&gt;This is the last line.&lt;br /&gt;&lt;/textarea&gt;&lt;br /&gt;&lt;/form&gt;&lt;br /&gt;&lt;br /&gt;Syntax&lt;br /&gt;&lt;textarea cols="columns" name="name" onblur="Scode" onchange="JScode" onfocus="JScode" onselect="JScode" rows="rows" wrap="OFF" hard="" soft=""&gt;&lt;br /&gt;textToDisplay&lt;br /&gt;&lt;/textarea&gt;&lt;br /&gt;&lt;br /&gt;COLS="columns"&lt;br /&gt;&lt;br /&gt;   defines the width (number of characters per line) the text area can accommodate without scrolling.&lt;br /&gt;&lt;br /&gt;NAME="name"&lt;br /&gt;&lt;br /&gt;   specifies the name of the text area element. This value is the name portion of the name/value pair sent to the invoked CGI program when the form is submitted. The name is not displayed on the form.&lt;br /&gt;&lt;br /&gt;ONBLUR="JScode"&lt;br /&gt;&lt;br /&gt;   specifies JavaScript code to execute when the text area element loses focus. For information about JavaScript, see the JavaScript Guide or the JavaScript Reference..&lt;br /&gt;&lt;br /&gt;ONCHANGE="JScode"&lt;br /&gt;&lt;br /&gt;   specifies JavaScript code to execute when the text area element loses focus and its value has been modified..&lt;br /&gt;&lt;br /&gt;ONFOCUS="JScode&lt;br /&gt;&lt;br /&gt;   specifies JavaScript code to execute when a text area element receives focus.&lt;br /&gt;&lt;br /&gt;ONSELECT="JScode"&lt;br /&gt;&lt;br /&gt;   specifies JavaScript code to execute when a user selects some of the text in the text area element.&lt;br /&gt;&lt;br /&gt;ROWS="rows"&lt;br /&gt;&lt;br /&gt;   defines the number of lines (number of rows) the text area can accommodate without scrolling.&lt;br /&gt;&lt;br /&gt;WRAP&lt;br /&gt;&lt;br /&gt;   specifies whether lines longer than the text area's column width wrap to the next line. Navigator 2.0.&lt;br /&gt;&lt;br /&gt;   The value of WRAP can be one of the following:&lt;br /&gt;&lt;br /&gt;       * OFF disables word wrap. Text the user types is displayed with the exact line breaks that the user types. If the user explicitly inserts a line break, however, the break is included as part of the text area's value. The user has to scroll horizontally to see the ends of lines that do not fit in the text area element.&lt;br /&gt;       * HARD causes word wrap, and the line breaks are included when the form is submitted. The text wraps inside the text area element, and that the user does not need to scroll horizontally.&lt;br /&gt;       * SOFT causes word wrap, but the line breaks are not included when the form is submitted.&lt;br /&gt;&lt;br /&gt;Used Within&lt;br /&gt;FORM&lt;br /&gt;&lt;br /&gt;Example&lt;br /&gt;The following example creates a text area element that is 4 rows long and 40 columns wide. When the form loads, the text area element contains several lines of text, including one blank line.&lt;br /&gt;&lt;br /&gt;&lt;form&gt;&lt;br /&gt;&lt;textarea name="item_description" cols="40" rows="4" wrap="SOFT"&gt;&lt;br /&gt;For faster response, include a full description of your problem,&lt;br /&gt;and tell us what hardware configuration you are using.&lt;br /&gt;&lt;br /&gt;Also include your registration number.&lt;br /&gt;&lt;/textarea&gt;&lt;br /&gt;&lt;/form&gt;&lt;br /&gt;&lt;br /&gt;The file forms.html shows this example in action in a separate window.&lt;br /&gt;&lt;br /&gt;KEYGEN&lt;br /&gt;(generate key material)&lt;br /&gt;The KEYGEN tag facilitates the generation of key material and submission of the public key as part of an HTML form. This mechanism is designed for use in web-based certificate management systems. It displays a menu of key-size choices from which the user must choose one. Then, when the submit button is clicked, a key pair of the selected size is generated. The private key is encrypted and stored in the local key database.&lt;br /&gt;&lt;br /&gt;The public key and challenge string are DER encoded as PublicKeyAndChallenge and then digitally signed with the private key to produce a SignedPublicKeyAndChallenge. The SignedPublicKeyAndChallenge is base64 encoded, and the ASCII data is finally submitted to the server as the value of a name-value pair, where the name is specified by the NAME attribute of the KEYGEN tag.&lt;br /&gt;&lt;br /&gt;Syntax&lt;br /&gt;&lt;select name="name" challenge="challenge"&gt;&lt;option&gt;2048 (High Grade)&lt;/option&gt;&lt;option&gt;1024 (Medium Grade)&lt;/option&gt;&lt;/select&gt;&lt;br /&gt;&lt;br /&gt;The NAME attribute is required&lt;br /&gt;&lt;br /&gt;NAME="name"&lt;br /&gt;&lt;br /&gt;   specifies the name for the name/value pair.&lt;br /&gt;&lt;br /&gt;CHALLENGE="challenge"&lt;br /&gt;&lt;br /&gt;   specifies the challenge string to be packaged with the public key in the PublicKeyAndChallenge for use in verification of the form submission. If no challenge string is provided, then it is encoded as an IA5STRING of length zero.&lt;br /&gt;&lt;br /&gt;Used Within&lt;br /&gt;FORM&lt;br /&gt;&lt;br /&gt;Example&lt;br /&gt;&lt;br /&gt;&lt;form.....&gt;&lt;br /&gt;...&lt;br /&gt;&lt;select name="somekey" challenge="1125983021"&gt;&lt;option&gt;2048 (High Grade)&lt;/option&gt;&lt;option&gt;1024 (Medium Grade)&lt;/option&gt;&lt;/select&gt;&lt;br /&gt;...&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;ISINDEX&lt;br /&gt;(searchable index)&lt;br /&gt;The ISINDEX tag causes the web page to display a text entry field in which the user can type a string. The intent of this tag is that it "switches on searching" in the page, but in reality, this tag is useful only if the page is generated by a CGI program.&lt;br /&gt;&lt;br /&gt;The intent is that when the user enters text into the text entry field and presses the Return key (or clicks an appropriate button on the browser), the CGI program is invoked again, with the arguments generated from the data in the text field. The browser outputs a new page whose content is determined by what the user entered in the text field.&lt;br /&gt;&lt;br /&gt;The CGI program should test for the presence of arguments. If there are none, it should display a default page that includes the ISINDEX tag in the header. If there are arguments, the script does whatever it needs to do. The string entered by the user is the first argument, and the language your script uses determines how you access the first argument.&lt;br /&gt;&lt;br /&gt;It is beyond the scope of this reference to provide details on CGI programming, but many fine books are available on the subject, and lots of information is available on the web. A good starting point is:&lt;br /&gt;&lt;br /&gt;http://hoohoo.ncsa.uiuc.edu:80/cgi/overview.html&lt;br /&gt;Note that ISINDEX does not require a closing tag.&lt;br /&gt;&lt;br /&gt;Syntax&lt;br /&gt;&lt;/form.....&gt;&lt;isindex prompt="text"&gt;&lt;br /&gt;&lt;br /&gt;PROMPT="text"&lt;br /&gt;&lt;br /&gt;   specifies the text that appears as the search prompt in the browser. Navigator 1.1.&lt;br /&gt;&lt;br /&gt;Used Within&lt;br /&gt;HEAD&lt;br /&gt;&lt;br /&gt;Example&lt;br /&gt;The following snippet of code from a CGI program generates the header for an HTML page. When the page is displayed, it has a text entry field whose prompt is "Enter a search keyword:".&lt;br /&gt;&lt;br /&gt;cat &lt;&lt; EOF&lt;br /&gt;&lt;isindex prompt="Enter a search keyword:"&gt;&lt;br /&gt;&lt;br /&gt;EOF&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8064319946557649541-4325331213918400466?l=bikispassion4you.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://bikispassion4you.blogspot.com/feeds/4325331213918400466/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8064319946557649541&amp;postID=4325331213918400466' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8064319946557649541/posts/default/4325331213918400466'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8064319946557649541/posts/default/4325331213918400466'/><link rel='alternate' type='text/html' href='http://bikispassion4you.blogspot.com/2008/07/html-tag-referencea-quick-guide-to.html' title='HTML Tag Reference:A quick guide to mastering forms of HTML'/><author><name>BIKASH PATTNAIK</name><uri>http://www.blogger.com/profile/11351799400134101839</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='27' height='32' src='http://bp3.blogger.com/_A66Y-s_qqMk/SF5I_JSPJCI/AAAAAAAAAA4/t9fFqiF-0XU/S220/bk4blog.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8064319946557649541.post-868486585529550981</id><published>2008-06-28T11:02:00.000-07:00</published><updated>2008-06-28T11:06:08.224-07:00</updated><title type='text'>Secretes Of  Windows XP</title><content type='html'>&lt;p&gt;   &lt;img src="http://home.comcast.net/%7ESupportCD/Icons/Defrag.jpg" alt="Defrag" border="0" /&gt;   &lt;b&gt;Defrag&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;  &lt;i&gt;Secret&lt;/i&gt; - &lt;b&gt;Hidden Command Line Switch&lt;/b&gt;&lt;br /&gt;  &lt;i&gt;Instructions&lt;/i&gt; - Go to "Start", "Run" and Type &lt;b&gt;defrag c: -b&lt;/b&gt; to defragment the Boot and Application Prefetch information.   &lt;br /&gt; &lt;br /&gt;  &lt;i&gt;Notes&lt;/i&gt; - Windows XP will run this automatically every three days or so, during system idle periods. BootVis will evoke this when you run the "Optimize System" function. There is no need to manually run this unless you wish to immediately optimize a newly installed application's load time.&lt;br /&gt; &lt;br /&gt; &lt;br /&gt;  &lt;img src="http://home.comcast.net/%7ESupportCD/Icons/IExpress.jpg" alt="IExpress" border="0" /&gt;   &lt;b&gt;IExpress&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;  &lt;i&gt;Secret&lt;/i&gt; - &lt;b&gt;Hidden Install Creator&lt;/b&gt;&lt;br /&gt;  &lt;i&gt;Instructions&lt;/i&gt; - Go to Start, Run, type &lt;b&gt;iexpress&lt;/b&gt;   -&lt;br /&gt; &lt;br /&gt;  &lt;i&gt;Notes&lt;/i&gt; - IExpress is a technology designed to simplify creation of a setup program. Using the step-by-step IExpress Wizard, you can create self-extracting files that automatically run the setup program contained inside. The setup program can be an .inf file or an executable program. IExpress technology automatically removes the setup files after installation, saving the user time and frustration.&lt;br /&gt; &lt;br /&gt; &lt;br /&gt;  &lt;img src="http://home.comcast.net/%7ESupportCD/Icons/Edit.jpg" alt="Edit.com" border="0" /&gt;   &lt;b&gt;MS-DOS Editor&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;  &lt;i&gt;Secret&lt;/i&gt; - &lt;b&gt;Hidden Text Editor&lt;/b&gt;&lt;br /&gt;  &lt;i&gt;Instructions&lt;/i&gt; - Go to Start, Run, type &lt;b&gt;edit&lt;/b&gt;   -&lt;br /&gt; &lt;br /&gt;  &lt;i&gt;Notes&lt;/i&gt; - Windows XP comes with another text editor besides Notepad - it's called the MS-DOS Editor, and it's commonly referred to simply as Edit. It has features similar to Notepad, as well as additional features such as the ability to work with multiple text files and change the background and text colors.&lt;br /&gt; &lt;br /&gt; &lt;br /&gt;  &lt;img src="http://home.comcast.net/%7ESupportCD/Icons/Conf.jpg" alt="Conf" border="0" /&gt;   &lt;b&gt;Netmeeting&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;  &lt;i&gt;Secret&lt;/i&gt; - &lt;b&gt;Hidden Internet Conference Application&lt;/b&gt;&lt;br /&gt;  &lt;i&gt;Instructions&lt;/i&gt; - Go to Start, Run, type &lt;b&gt;conf&lt;/b&gt;   -&lt;br /&gt; &lt;br /&gt;  &lt;i&gt;Notes&lt;/i&gt; - Windows XP is the last version of Microsoft Windows to include NetMeeting. NetMeeting delivers a complete Internet conferencing solution for all Windows users with multi-point data conferencing, text chat, whiteboard, and file transfer, as well as point-to-point audio and video.&lt;br /&gt; &lt;br /&gt; &lt;br /&gt;  &lt;img src="http://home.comcast.net/%7ESupportCD/Icons/Notepad.jpg" alt="Notepad" border="0" /&gt;   &lt;b&gt;Notepad&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;  &lt;i&gt;Secret&lt;/i&gt; - &lt;b&gt;Create a Log File&lt;/b&gt;&lt;br /&gt;  &lt;i&gt;Instructions&lt;/i&gt; - Launch Notepad, Type .LOG on the first line, and then press Enter to move to the next line. On the File menu, click Save As, type a descriptive name for your file in the File name box, and then click OK. When you next open the file, note that the date and time have been appended to the end of the log, immediately preceding the place where new text can be added. You can use this functionality to automatically add the current date and time to each log entry. -&lt;br /&gt; &lt;br /&gt; &lt;br /&gt;  &lt;img src="http://home.comcast.net/%7ESupportCD/Icons/Paint.jpg" alt="Paint" border="0" /&gt;   &lt;b&gt;Paint&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;  &lt;i&gt;Secret&lt;/i&gt; - &lt;b&gt;Image Trails&lt;/b&gt;&lt;br /&gt;  &lt;i&gt;Instructions&lt;/i&gt; - Open an image and hold down &lt;b&gt;Shift&lt;/b&gt; then drag the image around to create an image trail.&lt;br /&gt; &lt;br /&gt;  &lt;i&gt;Secret&lt;/i&gt; - &lt;b&gt;10x Zoom&lt;/b&gt;&lt;br /&gt;  &lt;i&gt;Instructions&lt;/i&gt; - Open an image and select the magnifying glass icon. Left-Click exactly on the line below the 8x.&lt;br /&gt; &lt;br /&gt; &lt;br /&gt;  &lt;img src="http://home.comcast.net/%7ESupportCD/Icons/Eudcedit.jpg" alt="Eudcedit" border="0" /&gt;   &lt;b&gt;Private Character Editor&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;  &lt;i&gt;Secret&lt;/i&gt; - &lt;b&gt;Hidden Font Editor&lt;/b&gt;&lt;br /&gt;  &lt;i&gt;Instructions&lt;/i&gt; - Go to Start, Run, type &lt;b&gt;eudcedit&lt;/b&gt;   -&lt;br /&gt; &lt;br /&gt;  &lt;i&gt;Notes&lt;/i&gt; - You can use Private Character Editor to create unique letters and logos for your font library.&lt;br /&gt; &lt;br /&gt; &lt;br /&gt;  &lt;img src="http://home.comcast.net/%7ESupportCD/Icons/WinChat.jpg" alt="WinChat" border="0" /&gt;   &lt;b&gt;Windows Chat&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;  &lt;i&gt;Secret&lt;/i&gt; - &lt;b&gt;Hidden Windows Chat Program&lt;/b&gt;&lt;br /&gt;  &lt;i&gt;Instructions&lt;/i&gt; - Go to Start, Run, type &lt;b&gt;winchat&lt;/b&gt;   -&lt;br /&gt; &lt;br /&gt;  &lt;i&gt;Notes&lt;/i&gt; - You can use Windows Chat on your computer to communicate with someone on another computer. Both computers must be connected to the same network (for example, a local area network [LAN] or the Internet). Also, each computer must be running a similar protocol, such as TCP/IP.&lt;br /&gt; &lt;br /&gt; &lt;br /&gt;  &lt;img src="http://home.comcast.net/%7ESupportCD/Icons/Mplayer2.jpg" alt="mplay32" border="0" /&gt;   &lt;b&gt;Windows Media Player 5.1&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;  &lt;i&gt;Secret&lt;/i&gt; - &lt;b&gt;Hidden Windows Media Player&lt;/b&gt;&lt;br /&gt;  &lt;i&gt;Instructions&lt;/i&gt; - Go to Start, Run, type &lt;b&gt;mplay32&lt;/b&gt;&lt;br /&gt; &lt;br /&gt; &lt;br /&gt;  &lt;img src="http://home.comcast.net/%7ESupportCD/Icons/Mplayer2.jpg" alt="mplayer2" border="0" /&gt;   &lt;b&gt;Windows Media Player 6.4&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;  &lt;i&gt;Secret&lt;/i&gt; - &lt;b&gt;Hidden Windows Media Player&lt;/b&gt;&lt;br /&gt;  &lt;i&gt;Instructions&lt;/i&gt; - Go to Start, Run, type &lt;b&gt;mplayer2&lt;/b&gt;   -&lt;br /&gt; &lt;br /&gt;  &lt;i&gt;Notes&lt;/i&gt; - Windows Media Player 6.4 (Classic) is installed along with Windows Media Player 7. The only update is that it now supports the latest codecs. &lt;/p&gt;   &lt;a class="topOfPage" href="http://home.comcast.net/%7ESupportCD/XPSecrets.html#top" title="Go to the top of this page"&gt;&lt;br /&gt;&lt;/a&gt;    &lt;h1 id="Games"&gt;Game Secrets&lt;/h1&gt;   &lt;p&gt;&lt;script type="text/javascript"&gt;&lt;!--     google_ad_client = "pub-4949297748371281";     google_alternate_ad_url = "http://ads.clicksor.com/showAlter.php?pid=7923&amp;sid=11218&amp;img=1&amp;adtype=2&amp;cbor=%23FFFFFF&amp;cbg=%23FFFFFF&amp;clink=%230066CC&amp;ctxt=%23000000";     google_ad_width = 468;     google_ad_height = 60;     google_ad_format = "468x60_as";     google_ad_channel ="";     google_color_border = "FFFFFF";     google_color_bg = "FFFFFF";     google_color_link = "0066CC";     google_color_url = "003399";     google_color_text = "000000";     //--&gt;   &lt;/script&gt;   &lt;script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt;&lt;/script&gt;&lt;iframe name="google_ads_frame" src="http://pagead2.googlesyndication.com/pagead/ads?client=ca-pub-4949297748371281&amp;amp;dt=1214675876406&amp;amp;lmt=1211772842&amp;amp;alternate_ad_url=http%3A%2F%2Fads.clicksor.com%2FshowAlter.php%3Fpid%3D7923%26sid%3D11218%26img%3D1%26adtype%3D2%26cbor%3D%2523FFFFFF%26cbg%3D%2523FFFFFF%26clink%3D%25230066CC%26ctxt%3D%2523000000&amp;amp;prev_fmts=728x15_0ads_al_s%2C468x60_as%2C468x60_as&amp;amp;format=468x60_as&amp;amp;output=html&amp;amp;correlator=1214675864359&amp;amp;url=http%3A%2F%2Fhome.comcast.net%2F%7ESupportCD%2FXPSecrets.html&amp;amp;color_bg=FFFFFF&amp;amp;color_text=000000&amp;amp;color_link=0066CC&amp;amp;color_url=003399&amp;amp;color_border=FFFFFF&amp;amp;ref=http%3A%2F%2Fwww.google.co.in%2Fsearch%3Fhl%3Den%26q%3Dsecretes%2Bof%2Bwindows%2BXP%26btnG%3DGoogle%2BSearch%26meta%3D&amp;amp;frm=0&amp;amp;cc=100&amp;amp;ga_vid=3981769083396543500.1214675864&amp;amp;ga_sid=1214675864&amp;amp;ga_hid=1923959987&amp;amp;flash=9.0.16&amp;amp;u_h=768&amp;amp;u_w=1024&amp;amp;u_ah=768&amp;amp;u_aw=1024&amp;amp;u_cd=32&amp;amp;u_tz=330&amp;amp;u_his=1&amp;amp;u_java=true&amp;amp;u_nplug=7&amp;amp;u_nmime=20" marginwidth="0" marginheight="0" vspace="0" hspace="0" allowtransparency="true" frameborder="0" height="60" scrolling="no" width="468"&gt;&lt;/iframe&gt;&lt;br /&gt; &lt;br /&gt;  &lt;img src="http://home.comcast.net/%7ESupportCD/Icons/FreeCell.jpg" alt="FreeCell" border="0" /&gt;   &lt;b&gt;FreeCell&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;  &lt;i&gt;Secret&lt;/i&gt; - &lt;b&gt;Instant Win&lt;/b&gt;&lt;br /&gt;  &lt;i&gt;Instructions&lt;/i&gt; - Hold down &lt;b&gt;Ctrl + Shift + F10&lt;/b&gt; during game play. Then you will be asked if you want to Abort, Retry or Ignore. Choose Abort, then move any card to instantly win.&lt;br /&gt; &lt;br /&gt;  &lt;i&gt;Secret&lt;/i&gt; - &lt;b&gt;Hidden Game Modes&lt;/b&gt;&lt;br /&gt;  &lt;i&gt;Instructions&lt;/i&gt; - In the "Game" menu choose "Select Game". Enter &lt;b&gt;-1&lt;/b&gt; or &lt;b&gt;-2&lt;/b&gt; to activate the hidden game modes.&lt;br /&gt; &lt;br /&gt; &lt;br /&gt;  &lt;img src="http://home.comcast.net/%7ESupportCD/Icons/Hearts.jpg" alt="Hearts" border="0" /&gt;   &lt;b&gt;Hearts&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;  &lt;i&gt;Secret&lt;/i&gt; - &lt;b&gt;Show All Cards&lt;/b&gt;&lt;br /&gt;  &lt;i&gt;Instructions&lt;/i&gt; - Edit this registry key: &lt;b&gt;HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Applets\Hearts&lt;/b&gt;   and create a new String value named &lt;b&gt;ZB&lt;/b&gt; with a Data value of &lt;b&gt;42&lt;/b&gt;. Start Hearts and Press &lt;b&gt;Ctrl + Alt + Shift + F12&lt;/b&gt; to show all the cards.&lt;br /&gt; &lt;br /&gt;  &lt;i&gt;Background - This secret is a reference to Douglas Adams' book the Hitch Hiker's Guide to the Galaxy. 'ZB' is the initials of the character Zaphod Beeblebrox, the Galactic President. '42' is the answer to The Ultimate Question Of Life, the Universe and Everything.&lt;/i&gt;&lt;br /&gt; &lt;br /&gt; &lt;br /&gt;  &lt;img src="http://home.comcast.net/%7ESupportCD/Icons/Minesweeper.jpg" alt="Minesweeper" border="0" /&gt;   &lt;b&gt;Minesweeper&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;  &lt;i&gt;Secret&lt;/i&gt; - &lt;b&gt;Reveal Mines&lt;/b&gt;&lt;br /&gt;  &lt;i&gt;Instructions&lt;/i&gt; - Minimize or close all running applications. Launch Minesweeper, then type &lt;b&gt;xyzzy&lt;/b&gt;. Next hold down either shift key for one second. Now when you move the mouse cursor over a Minesweeper square you will see a tiny white pixel in the top left corner of your desktop screen. This pixel will change to black when your mouse moves over a mine. You may need to change you desktop background to a solid color other then white or black to see the pixel.&lt;br /&gt; &lt;br /&gt;  &lt;i&gt;Secret&lt;/i&gt; - &lt;b&gt;Stop Timer&lt;/b&gt;&lt;br /&gt;  &lt;i&gt;Instructions&lt;/i&gt; - Launch Minesweeper and start a game so the timer starts counting, then press the &lt;b&gt;Windows Key + D&lt;/b&gt; to show the desktop. Now when you select minesweeper from the taskbar you can continue playing with the timer stopped.&lt;br /&gt; &lt;br /&gt; &lt;br /&gt;  &lt;img src="http://home.comcast.net/%7ESupportCD/Icons/Pinball.jpg" alt="Pinball" border="0" /&gt;   &lt;b&gt;Pinball&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;  &lt;i&gt;Secret&lt;/i&gt; - &lt;b&gt;Extra Balls&lt;/b&gt;&lt;br /&gt;  &lt;i&gt;Instructions&lt;/i&gt; - Type &lt;b&gt;1max&lt;/b&gt; at the start of a new ball to get extra balls.&lt;br /&gt; &lt;br /&gt;  &lt;i&gt;Secret&lt;/i&gt; - &lt;b&gt;Gravity Well&lt;/b&gt;&lt;br /&gt;  &lt;i&gt;Instructions&lt;/i&gt; - Type &lt;b&gt;gmax&lt;/b&gt; at the start of a new game to activate the Gravity Well.&lt;br /&gt; &lt;br /&gt;  &lt;i&gt;Secret&lt;/i&gt; - &lt;b&gt;Instant Promotion&lt;/b&gt;&lt;br /&gt;  &lt;i&gt;Instructions&lt;/i&gt; - Type &lt;b&gt;rmax&lt;/b&gt; at the start of a new game to go up in ranks.&lt;br /&gt; &lt;br /&gt;  &lt;i&gt;Secret&lt;/i&gt; - &lt;b&gt;Skill Shot&lt;/b&gt;&lt;br /&gt;  &lt;i&gt;Instructions&lt;/i&gt; - Launch the ball partially up the chute past the third yellow light bar so it falls back down to get 75,000 points. There are six yellow light bars that are worth a varying amount of points:&lt;br /&gt; &lt;br /&gt;  First: 15,000 points&lt;br /&gt;  Second: 30,000 points&lt;br /&gt;  Third: 75,000 points&lt;br /&gt;  Fourth: 30,000 points&lt;br /&gt;  Fifth: 15,000 points&lt;br /&gt;  Sixth: 7,500 points&lt;br /&gt; &lt;br /&gt;  &lt;i&gt;Secret&lt;/i&gt; - &lt;b&gt;Test Mode&lt;/b&gt;&lt;br /&gt;  &lt;i&gt;Instructions&lt;/i&gt; - Type &lt;b&gt;hidden test&lt;/b&gt; at the start of a new ball to activate Test Mode. No notification will be given that this is activated but you can now left-click the mouse button and drag the ball around. While in test mode press the following keys for more secrets:&lt;br /&gt; &lt;br /&gt;  &lt;b&gt;H&lt;/b&gt; - Get a 1,000,000,000 High Score&lt;br /&gt;  &lt;b&gt;M&lt;/b&gt; - Shows the amount of system memory&lt;br /&gt;  &lt;b&gt;R&lt;/b&gt; - Increases your rank in game&lt;br /&gt;  &lt;b&gt;Y&lt;/b&gt; - Shows the Frames/sec rate&lt;br /&gt; &lt;br /&gt;  &lt;i&gt;Secret&lt;/i&gt; - &lt;b&gt;Unlimited Balls&lt;/b&gt;&lt;br /&gt;  &lt;i&gt;Instructions&lt;/i&gt; - Type &lt;b&gt;bmax&lt;/b&gt; at the start of a new ball. No notification will be given that this is activated but when a ball is lost a new ball will appear from the yellow wormhole indefinitely. Once this is activated you will be unable to activate other secrets without restarting the game.&lt;br /&gt; &lt;br /&gt; &lt;br /&gt;  &lt;img src="http://home.comcast.net/%7ESupportCD/Icons/Solitaire.jpg" alt="Solitaire" border="0" /&gt;   &lt;b&gt;Solitaire&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;  &lt;i&gt;Secret&lt;/i&gt; - &lt;b&gt;Instant Win&lt;/b&gt;&lt;br /&gt;  &lt;i&gt;Instructions&lt;/i&gt; - Press &lt;b&gt;Alt + Shift + 2&lt;/b&gt; during game play to instantly win.&lt;br /&gt; &lt;br /&gt;  &lt;i&gt;Secret&lt;/i&gt; - &lt;b&gt;Draw single cards in a Draw Three game&lt;/b&gt;&lt;br /&gt;  &lt;i&gt;Instructions&lt;/i&gt; - Hold down &lt;b&gt;CTRL + ALT + SHIFT&lt;/b&gt; while drawing a new card. Instead of drawing three cards you will only draw one.   &lt;/p&gt;   &lt;a class="topOfPage" href="http://home.comcast.net/%7ESupportCD/XPSecrets.html#top" title="Go to the top of this page"&gt;&lt;br /&gt;&lt;/a&gt;    &lt;h1 id="OS"&gt;OS Secrets&lt;/h1&gt;   &lt;p&gt;&lt;img src="http://home.comcast.net/%7ESupportCD/Icons/Add_Remove.jpg" alt="Add/Remove" border="0" /&gt;   &lt;b&gt;Add/Remove&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;  &lt;i&gt;Secret&lt;/i&gt; - &lt;b&gt;Hidden Uninstall Options&lt;/b&gt;&lt;br /&gt;  &lt;i&gt;Instructions&lt;/i&gt; - &lt;b&gt;Warning: Proceed at your own risk!&lt;/b&gt; Browse to &lt;b&gt;C:\Windows\inf\&lt;/b&gt; and make a backup copy of &lt;b&gt;sysoc.inf&lt;/b&gt;. Then open the original file &lt;b&gt;C:\Windows\inf\sysoc.inf&lt;/b&gt; in notepad. Go to "Edit" and select "Replace".  In "Find what:" type &lt;b&gt;,hide&lt;/b&gt; and in "Replace with:" type &lt;b&gt;,&lt;/b&gt; then select "Replace All", save and close the file. Go to the "Control Panel", "Add/Remove", select "Add/Remove Windows Components". You will now see many more Windows components to uninstall. Do not remove anything with no label or that you do not recognize or fully understand what it does. Doing so can break certain functionality in Windows.&lt;br /&gt; &lt;br /&gt; &lt;br /&gt;  &lt;img src="http://home.comcast.net/%7ESupportCD/Icons/Control_Panel.jpg" alt="Control Panel" border="0" /&gt;   &lt;b&gt;Control Panel&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;  &lt;i&gt;Secret&lt;/i&gt; - &lt;b&gt;Hidden Control Panel Extensions&lt;/b&gt;&lt;br /&gt;  &lt;i&gt;Instructions&lt;/i&gt; - Download and install &lt;a href="http://download.microsoft.com/download/f/c/a/fca6767b-9ed9-45a6-b352-839afb2a2679/TweakUiPowertoySetup.exe"&gt;TweakUI&lt;/a&gt;, launch, go to "Control Panel" and check any item not selected, then "Apply" and "OK". You will now see the hidden control panel extensions.&lt;br /&gt; &lt;br /&gt; &lt;br /&gt;  &lt;img src="http://home.comcast.net/%7ESupportCD/Icons/Device_Manager.jpg" alt="Device Manager" border="0" /&gt;   &lt;b&gt;Device Manager&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;  &lt;i&gt;Secret&lt;/i&gt; - &lt;b&gt;Hidden Devices&lt;/b&gt;&lt;br /&gt;  &lt;i&gt;Instructions&lt;/i&gt; - Go to the "Control Panel", "System" icon, "Hardware" tab and select "Device Manager". Select "View" and &lt;b&gt;Show hidden devices&lt;/b&gt;.&lt;br /&gt; &lt;br /&gt;  &lt;i&gt;Secret&lt;/i&gt; - &lt;b&gt;Phantom Devices&lt;/b&gt;&lt;br /&gt;  &lt;i&gt;Instructions&lt;/i&gt; - Go to "Start", "Programs", "Accessories" and select "Command Prompt". At the command prompt, type "&lt;b&gt;set devmgr_show_nonpresent_devices=1&lt;/b&gt;" and press Enter. At the command prompt, type "&lt;b&gt;start devmgmt.msc&lt;/b&gt;" and press Enter. Select "View" and &lt;b&gt;Show hidden devices&lt;/b&gt;. You can see devices that are not connected to the computer.   -&lt;br /&gt; &lt;br /&gt;  &lt;i&gt;Notes&lt;/i&gt; - When you close the command prompt window, Windows clears the "devmgr_show_nonpresent_devices=1" variable that you set and prevents phantom devices from being displayed when you select "Show hidden devices".&lt;br /&gt; &lt;br /&gt; &lt;br /&gt;  &lt;img src="http://home.comcast.net/%7ESupportCD/Icons/MIDI.jpg" alt="MIDI Files" border="0" /&gt;   &lt;b&gt;MIDI Files&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;  &lt;i&gt;Secret&lt;/i&gt; - &lt;b&gt;Hidden MIDI Files&lt;/b&gt;&lt;br /&gt;  &lt;i&gt;Instructions&lt;/i&gt; - Browse to &lt;b&gt;C:\Windows\Media&lt;/b&gt; and you will find 3 hidden MIDI files:&lt;br /&gt; &lt;br /&gt;  &lt;b&gt;flourish.mid&lt;br /&gt;  onestop.mid&lt;br /&gt;  town.mid&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;  &lt;i&gt;Notes&lt;/i&gt; - "MIDI" stands for "Musical Instrument Digital Interface" - A compression format for encoding music.&lt;br /&gt; &lt;br /&gt; &lt;br /&gt;  &lt;img src="http://home.comcast.net/%7ESupportCD/Icons/Music.jpg" alt="Music" border="0" /&gt;   &lt;b&gt;Music&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;  &lt;i&gt;Secret&lt;/i&gt; - &lt;b&gt;Music from the Installer&lt;/b&gt;&lt;br /&gt;  &lt;i&gt;Instructions&lt;/i&gt; - Browse to &lt;b&gt;C:\Windows\system32\oobe\images\title.wma&lt;/b&gt; and play.&lt;br /&gt; &lt;br /&gt;  &lt;i&gt;Notes&lt;/i&gt; - "OOBE" stands for "Out-of-Box Experience".&lt;br /&gt; &lt;br /&gt; &lt;br /&gt;  &lt;img src="http://home.comcast.net/%7ESupportCD/Icons/Shutdown.jpg" alt="Shutdown" border="0" /&gt;   &lt;b&gt;Shutdown&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;  &lt;i&gt;Secret&lt;/i&gt; - &lt;b&gt;Display Hibernate Option on the Shut Down dialog&lt;/b&gt;&lt;br /&gt;  &lt;i&gt;Instructions&lt;/i&gt; - Go to "Start", "Turn Off Computer..." and press either &lt;b&gt;Shift&lt;/b&gt; key to change the "Stand By" button to "Hibernate".&lt;br /&gt; &lt;br /&gt; &lt;br /&gt;  &lt;img src="http://home.comcast.net/%7ESupportCD/Icons/Support_Tools.jpg" alt="Support Tools" border="0" /&gt;   &lt;b&gt;Support Tools&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;  &lt;i&gt;Secret&lt;/i&gt; - &lt;b&gt;Over 100 Windows XP Support Utilities are on the install CD&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;  &lt;i&gt;Instructions for Pre-SP2 users&lt;/i&gt; - If you do not have &lt;acronym title="Service Pack Version 2"&gt;SP2&lt;/acronym&gt; installed, put the original Windows XP CD in the CD-ROM Drive, run the &lt;b&gt;D:\Support\Tools\setup.exe&lt;/b&gt; file.&lt;br /&gt; &lt;br /&gt;  &lt;i&gt;Instructions for SP2 users&lt;/i&gt; - If you have &lt;acronym title="Service Pack Version 2"&gt;SP2&lt;/acronym&gt; installed, Download the &lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyId=49AE8576-9BB9-4126-9761-BA8011FABF38&amp;amp;displaylang=en" target="_blank"&gt;Windows XP Service Pack 2 Support Tools&lt;/a&gt; and install.   &lt;/p&gt;   &lt;a class="topOfPage" href="http://home.comcast.net/%7ESupportCD/XPSecrets.html#top" title="Go to the top of this page"&gt;&lt;br /&gt;&lt;/a&gt;    &lt;h1 id="End"&gt;End&lt;/h1&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8064319946557649541-868486585529550981?l=bikispassion4you.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://bikispassion4you.blogspot.com/feeds/868486585529550981/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8064319946557649541&amp;postID=868486585529550981' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8064319946557649541/posts/default/868486585529550981'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8064319946557649541/posts/default/868486585529550981'/><link rel='alternate' type='text/html' href='http://bikispassion4you.blogspot.com/2008/06/secretes-of-windows-xp.html' title='Secretes Of  Windows XP'/><author><name>BIKASH PATTNAIK</name><uri>http://www.blogger.com/profile/11351799400134101839</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='27' height='32' src='http://bp3.blogger.com/_A66Y-s_qqMk/SF5I_JSPJCI/AAAAAAAAAA4/t9fFqiF-0XU/S220/bk4blog.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8064319946557649541.post-129344989939035761</id><published>2008-06-27T10:00:00.000-07:00</published><updated>2008-06-27T10:03:06.994-07:00</updated><title type='text'>Recently Updated Viruses That can be treated with Mcafee Enterprise Edition 8.5i with respective DAT versions</title><content type='html'>&lt;table border="0" cellpadding="0" cellspacing="0" width="100%"&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td class="tableHeading" valign="bottom"&gt;Virus Name&lt;/td&gt;   &lt;td class="tableHeading" align="center"&gt;Date Updated&lt;/td&gt;   &lt;td class="tableHeading" align="center"&gt;Virus Type&lt;/td&gt;   &lt;td class="tableHeading" align="center" nowrap="nowrap"&gt;Virus&lt;br /&gt;Sub-Type&lt;/td&gt;   &lt;td class="tableHeading" align="center"&gt;DAT File&lt;br /&gt;Included&lt;/td&gt;   &lt;td class="tableHeading" align="center"&gt;Risk for&lt;br /&gt;Homes&lt;/td&gt;   &lt;td class="tableHeadingRight" id="TitleRightColumn" align="center"&gt;Risk for&lt;br /&gt;Businesses&lt;/td&gt;   &lt;/tr&gt;   &lt;tr&gt;   &lt;td class="tableBody" bgcolor="#f6f6f6"&gt;&lt;a href="http://vil.mcafee.com/dispVirus.asp?virus_k=146379"&gt;W32/Nuwar@MM!F684DC6A&lt;/a&gt;&lt;/td&gt;   &lt;td class="tableBody"&gt;06/27/2008&lt;/td&gt;   &lt;td class="tableBody"&gt;Virus&lt;/td&gt;   &lt;td class="tableBody"&gt;-&lt;/td&gt;   &lt;td class="tableBody"&gt;5326&lt;/td&gt;   &lt;td class="tableBody"&gt;&lt;span style="color: rgb(255, 163, 0);"&gt;Low&lt;/span&gt;&lt;/td&gt;   &lt;td class="tableBodyRight"&gt;&lt;span style="color: rgb(255, 163, 0);"&gt;Low&lt;/span&gt;&lt;/td&gt;   &lt;/tr&gt;   &lt;tr&gt;&lt;td colspan="7" class="tableDivider"&gt;&lt;br /&gt;&lt;/td&gt;&lt;/tr&gt;   &lt;tr&gt;   &lt;td class="tableBody" bgcolor="#f6f6f6"&gt;&lt;a href="http://vil.mcafee.com/dispVirus.asp?virus_k=146378"&gt;W32/Nuwar@MM!BC9A6D0A&lt;/a&gt;&lt;/td&gt;   &lt;td class="tableBody"&gt;06/27/2008&lt;/td&gt;   &lt;td class="tableBody"&gt;Virus&lt;/td&gt;   &lt;td class="tableBody"&gt;-&lt;/td&gt;   &lt;td class="tableBody"&gt;5326&lt;/td&gt;   &lt;td class="tableBody"&gt;&lt;span style="color: rgb(255, 163, 0);"&gt;Low&lt;/span&gt;&lt;/td&gt;   &lt;td class="tableBodyRight"&gt;&lt;span style="color: rgb(255, 163, 0);"&gt;Low&lt;/span&gt;&lt;/td&gt;   &lt;/tr&gt;   &lt;tr&gt;&lt;td colspan="7" class="tableDivider"&gt;&lt;br /&gt;&lt;/td&gt;&lt;/tr&gt;   &lt;tr&gt;   &lt;td class="tableBody" bgcolor="#f6f6f6"&gt;&lt;a href="http://vil.mcafee.com/dispVirus.asp?virus_k=146377"&gt;W32/Nuwar@MM!8A7BB98B&lt;/a&gt;&lt;/td&gt;   &lt;td class="tableBody"&gt;06/27/2008&lt;/td&gt;   &lt;td class="tableBody"&gt;Virus&lt;/td&gt;   &lt;td class="tableBody"&gt;-&lt;/td&gt;   &lt;td class="tableBody"&gt;5326&lt;/td&gt;   &lt;td class="tableBody"&gt;&lt;span style="color: rgb(255, 163, 0);"&gt;Low&lt;/span&gt;&lt;/td&gt;   &lt;td class="tableBodyRight"&gt;&lt;span style="color: rgb(255, 163, 0);"&gt;Low&lt;/span&gt;&lt;/td&gt;   &lt;/tr&gt;   &lt;tr&gt;&lt;td colspan="7" class="tableDivider"&gt;&lt;br /&gt;&lt;/td&gt;&lt;/tr&gt;   &lt;tr&gt;   &lt;td class="tableBody" bgcolor="#f6f6f6"&gt;&lt;a href="http://vil.mcafee.com/dispVirus.asp?virus_k=146375"&gt;W32/Nuwar@MM!8A344965&lt;/a&gt;&lt;/td&gt;   &lt;td class="tableBody"&gt;06/27/2008&lt;/td&gt;   &lt;td class="tableBody"&gt;Virus&lt;/td&gt;   &lt;td class="tableBody"&gt;-&lt;/td&gt;   &lt;td class="tableBody"&gt;5326&lt;/td&gt;   &lt;td class="tableBody"&gt;&lt;span style="color: rgb(255, 163, 0);"&gt;Low&lt;/span&gt;&lt;/td&gt;   &lt;td class="tableBodyRight"&gt;&lt;span style="color: rgb(255, 163, 0);"&gt;Low&lt;/span&gt;&lt;/td&gt;   &lt;/tr&gt;   &lt;tr&gt;&lt;td colspan="7" class="tableDivider"&gt;&lt;br /&gt;&lt;/td&gt;&lt;/tr&gt;   &lt;tr&gt;   &lt;td class="tableBody" bgcolor="#f6f6f6"&gt;&lt;a href="http://vil.mcafee.com/dispVirus.asp?virus_k=146374"&gt;W32/Nuwar@MM!97974296&lt;/a&gt;&lt;/td&gt;   &lt;td class="tableBody"&gt;06/27/2008&lt;/td&gt;   &lt;td class="tableBody"&gt;Virus&lt;/td&gt;   &lt;td class="tableBody"&gt;-&lt;/td&gt;   &lt;td class="tableBody"&gt;5326&lt;/td&gt;   &lt;td class="tableBody"&gt;&lt;span style="color: rgb(255, 163, 0);"&gt;Low&lt;/span&gt;&lt;/td&gt;   &lt;td class="tableBodyRight"&gt;&lt;span style="color: rgb(255, 163, 0);"&gt;Low&lt;/span&gt;&lt;/td&gt;   &lt;/tr&gt;   &lt;tr&gt;&lt;td colspan="7" class="tableDivider"&gt;&lt;br /&gt;&lt;/td&gt;&lt;/tr&gt;   &lt;tr&gt;   &lt;td class="tableBody" bgcolor="#f6f6f6"&gt;&lt;a href="http://vil.mcafee.com/dispVirus.asp?virus_k=146373"&gt;W32/Nuwar@MM!57D1F872&lt;/a&gt;&lt;/td&gt;   &lt;td class="tableBody"&gt;06/27/2008&lt;/td&gt;   &lt;td class="tableBody"&gt;Virus&lt;/td&gt;   &lt;td class="tableBody"&gt;-&lt;/td&gt;   &lt;td class="tableBody"&gt;5326&lt;/td&gt;   &lt;td class="tableBody"&gt;&lt;span style="color: rgb(255, 163, 0);"&gt;Low&lt;/span&gt;&lt;/td&gt;   &lt;td class="tableBodyRight"&gt;&lt;span style="color: rgb(255, 163, 0);"&gt;Low&lt;/span&gt;&lt;/td&gt;   &lt;/tr&gt;   &lt;tr&gt;&lt;td colspan="7" class="tableDivider"&gt;&lt;br /&gt;&lt;/td&gt;&lt;/tr&gt;   &lt;tr&gt;   &lt;td class="tableBody" bgcolor="#f6f6f6"&gt;&lt;a href="http://vil.mcafee.com/dispVirus.asp?virus_k=146372"&gt;W32/Nuwar@MM!B2B68915&lt;/a&gt;&lt;/td&gt;   &lt;td class="tableBody"&gt;06/27/2008&lt;/td&gt;   &lt;td class="tableBody"&gt;Virus&lt;/td&gt;   &lt;td class="tableBody"&gt;-&lt;/td&gt;   &lt;td class="tableBody"&gt;5326&lt;/td&gt;   &lt;td class="tableBody"&gt;&lt;span style="color: rgb(255, 163, 0);"&gt;Low&lt;/span&gt;&lt;/td&gt;   &lt;td class="tableBodyRight"&gt;&lt;span style="color: rgb(255, 163, 0);"&gt;Low&lt;/span&gt;&lt;/td&gt;   &lt;/tr&gt;   &lt;tr&gt;&lt;td colspan="7" class="tableDivider"&gt;&lt;br /&gt;&lt;/td&gt;&lt;/tr&gt;   &lt;tr&gt;   &lt;td class="tableBody" bgcolor="#f6f6f6"&gt;&lt;a href="http://vil.mcafee.com/dispVirus.asp?virus_k=146371"&gt;W32/Nuwar@MM!99D153CF&lt;/a&gt;&lt;/td&gt;   &lt;td class="tableBody"&gt;06/27/2008&lt;/td&gt;   &lt;td class="tableBody"&gt;Virus&lt;/td&gt;   &lt;td class="tableBody"&gt;-&lt;/td&gt;   &lt;td class="tableBody"&gt;5326&lt;/td&gt;   &lt;td class="tableBody"&gt;&lt;span style="color: rgb(255, 163, 0);"&gt;Low&lt;/span&gt;&lt;/td&gt;   &lt;td class="tableBodyRight"&gt;&lt;span style="color: rgb(255, 163, 0);"&gt;Low&lt;/span&gt;&lt;/td&gt;   &lt;/tr&gt;   &lt;tr&gt;&lt;td colspan="7" class="tableDivider"&gt;&lt;br /&gt;&lt;/td&gt;&lt;/tr&gt;   &lt;tr&gt;   &lt;td class="tableBody" bgcolor="#f6f6f6"&gt;&lt;a href="http://vil.mcafee.com/dispVirus.asp?virus_k=146369"&gt;W32/Nuwar@MM!B231A2F8&lt;/a&gt;&lt;/td&gt;   &lt;td class="tableBody"&gt;06/27/2008&lt;/td&gt;   &lt;td class="tableBody"&gt;Virus&lt;/td&gt;   &lt;td class="tableBody"&gt;-&lt;/td&gt;   &lt;td class="tableBody"&gt;5326&lt;/td&gt;   &lt;td class="tableBody"&gt;&lt;span style="color: rgb(255, 163, 0);"&gt;Low&lt;/span&gt;&lt;/td&gt;   &lt;td class="tableBodyRight"&gt;&lt;span style="color: rgb(255, 163, 0);"&gt;Low&lt;/span&gt;&lt;/td&gt;   &lt;/tr&gt;   &lt;tr&gt;&lt;td colspan="7" class="tableDivider"&gt;&lt;br /&gt;&lt;/td&gt;&lt;/tr&gt;   &lt;tr&gt;   &lt;td class="tableBody" bgcolor="#f6f6f6"&gt;&lt;a href="http://vil.mcafee.com/dispVirus.asp?virus_k=146368"&gt;W32/Nuwar@MM!8D9D71ED&lt;/a&gt;&lt;/td&gt;   &lt;td class="tableBody"&gt;06/27/2008&lt;/td&gt;   &lt;td class="tableBody"&gt;Virus&lt;/td&gt;   &lt;td class="tableBody"&gt;-&lt;/td&gt;   &lt;td class="tableBody"&gt;5326&lt;/td&gt;   &lt;td class="tableBody"&gt;&lt;span style="color: rgb(255, 163, 0);"&gt;Low&lt;/span&gt;&lt;/td&gt;   &lt;td class="tableBodyRight"&gt;&lt;span style="color: rgb(255, 163, 0);"&gt;Low&lt;/span&gt;&lt;/td&gt;   &lt;/tr&gt;   &lt;tr&gt;&lt;td colspan="7" class="tableDivider"&gt;&lt;br /&gt;&lt;/td&gt;&lt;/tr&gt;   &lt;tr&gt;   &lt;td class="tableBody" bgcolor="#f6f6f6"&gt;&lt;a href="http://vil.mcafee.com/dispVirus.asp?virus_k=146367"&gt;W32/Nuwar@MM!90CA5FD2&lt;/a&gt;&lt;/td&gt;   &lt;td class="tableBody"&gt;06/27/2008&lt;/td&gt;   &lt;td class="tableBody"&gt;Virus&lt;/td&gt;   &lt;td class="tableBody"&gt;-&lt;/td&gt;   &lt;td class="tableBody"&gt;5326&lt;/td&gt;   &lt;td class="tableBody"&gt;&lt;span style="color: rgb(255, 163, 0);"&gt;Low&lt;/span&gt;&lt;/td&gt;   &lt;td class="tableBodyRight"&gt;&lt;span style="color: rgb(255, 163, 0);"&gt;Low&lt;/span&gt;&lt;/td&gt;   &lt;/tr&gt;   &lt;tr&gt;&lt;td colspan="7" class="tableDivider"&gt;&lt;br /&gt;&lt;/td&gt;&lt;/tr&gt;   &lt;tr&gt;   &lt;td class="tableBody" bgcolor="#f6f6f6"&gt;&lt;a href="http://vil.mcafee.com/dispVirus.asp?virus_k=146121"&gt;JS/Generic AdClicker.w&lt;/a&gt;&lt;/td&gt;   &lt;td class="tableBody"&gt;06/27/2008&lt;/td&gt;   &lt;td class="tableBody"&gt;Trojan&lt;/td&gt;   &lt;td class="tableBody"&gt;Script&lt;/td&gt;   &lt;td class="tableBody"&gt;5322&lt;/td&gt;   &lt;td class="tableBody"&gt;&lt;span style="color: rgb(255, 163, 0);"&gt;Low&lt;/span&gt;&lt;/td&gt;   &lt;td class="tableBodyRight"&gt;&lt;span style="color: rgb(255, 163, 0);"&gt;Low&lt;/span&gt;&lt;/td&gt;   &lt;/tr&gt;   &lt;tr&gt;&lt;td colspan="7" class="tableDivider"&gt;&lt;br /&gt;&lt;/td&gt;&lt;/tr&gt;   &lt;tr&gt;   &lt;td class="tableBody" bgcolor="#f6f6f6"&gt;&lt;a href="http://vil.mcafee.com/dispVirus.asp?virus_k=146366"&gt;W32/Nuwar@MM!2566D669&lt;/a&gt;&lt;/td&gt;   &lt;td class="tableBody"&gt;06/27/2008&lt;/td&gt;   &lt;td class="tableBody"&gt;Virus&lt;/td&gt;   &lt;td class="tableBody"&gt;-&lt;/td&gt;   &lt;td class="tableBody"&gt;5326&lt;/td&gt;   &lt;td class="tableBody"&gt;&lt;span style="color: rgb(255, 163, 0);"&gt;Low&lt;/span&gt;&lt;/td&gt;   &lt;td class="tableBodyRight"&gt;&lt;span style="color: rgb(255, 163, 0);"&gt;Low&lt;/span&gt;&lt;/td&gt;   &lt;/tr&gt;   &lt;tr&gt;&lt;td colspan="7" class="tableDivider"&gt;&lt;br /&gt;&lt;/td&gt;&lt;/tr&gt;   &lt;tr&gt;   &lt;td class="tableBody" bgcolor="#f6f6f6"&gt;&lt;a href="http://vil.mcafee.com/dispVirus.asp?virus_k=146364"&gt;W32/Nuwar@MM!F59BBCF9&lt;/a&gt;&lt;/td&gt;   &lt;td class="tableBody"&gt;06/27/2008&lt;/td&gt;   &lt;td class="tableBody"&gt;Virus&lt;/td&gt;   &lt;td class="tableBody"&gt;-&lt;/td&gt;   &lt;td class="tableBody"&gt;5326&lt;/td&gt;   &lt;td class="tableBody"&gt;&lt;span style="color: rgb(255, 163, 0);"&gt;Low&lt;/span&gt;&lt;/td&gt;   &lt;td class="tableBodyRight"&gt;&lt;span style="color: rgb(255, 163, 0);"&gt;Low&lt;/span&gt;&lt;/td&gt;   &lt;/tr&gt;   &lt;tr&gt;&lt;td colspan="7" class="tableDivider"&gt;&lt;br /&gt;&lt;/td&gt;&lt;/tr&gt;   &lt;tr&gt;   &lt;td class="tableBody" bgcolor="#f6f6f6"&gt;&lt;a href="http://vil.mcafee.com/dispVirus.asp?virus_k=146360"&gt;W32/Kantak.worm&lt;/a&gt;&lt;/td&gt;   &lt;td class="tableBody"&gt;06/26/2008&lt;/td&gt;   &lt;td class="tableBody"&gt;Virus&lt;/td&gt;   &lt;td class="tableBody"&gt;Worm&lt;/td&gt;   &lt;td class="tableBody"&gt;5327&lt;/td&gt;   &lt;td class="tableBody"&gt;&lt;span style="color: rgb(255, 163, 0);"&gt;Low&lt;/span&gt;&lt;/td&gt;   &lt;td class="tableBodyRight"&gt;&lt;span style="color: rgb(255, 163, 0);"&gt;Low&lt;/span&gt;&lt;/td&gt;   &lt;/tr&gt;   &lt;tr&gt;&lt;td colspan="7" class="tableDivider"&gt;&lt;br /&gt;&lt;/td&gt;&lt;/tr&gt;   &lt;tr&gt;   &lt;td class="tableBody" bgcolor="#f6f6f6"&gt;&lt;a href="http://vil.mcafee.com/dispVirus.asp?virus_k=137927"&gt;RootKit-VAnti&lt;/a&gt;&lt;/td&gt;   &lt;td class="tableBody"&gt;06/26/2008&lt;/td&gt;   &lt;td class="tableBody"&gt;Trojan&lt;/td&gt;   &lt;td class="tableBody"&gt;Malware Tool&lt;/td&gt;   &lt;td class="tableBody"&gt;4670&lt;/td&gt;   &lt;td class="tableBody"&gt;&lt;span style="color: rgb(255, 163, 0);"&gt;Low&lt;/span&gt;&lt;/td&gt;   &lt;td class="tableBodyRight"&gt;&lt;span style="color: rgb(255, 163, 0);"&gt;Low&lt;/span&gt;&lt;/td&gt;   &lt;/tr&gt;   &lt;tr&gt;&lt;td colspan="7" class="tableDivider"&gt;&lt;br /&gt;&lt;/td&gt;&lt;/tr&gt;   &lt;tr&gt;   &lt;td class="tableBody" bgcolor="#f6f6f6"&gt;&lt;a href="http://vil.mcafee.com/dispVirus.asp?virus_k=146254"&gt;JS/Tenia.d&lt;/a&gt;&lt;/td&gt;   &lt;td class="tableBody"&gt;06/26/2008&lt;/td&gt;   &lt;td class="tableBody"&gt;Trojan&lt;/td&gt;   &lt;td class="tableBody"&gt;Script&lt;/td&gt;   &lt;td class="tableBody"&gt;5325&lt;/td&gt;   &lt;td class="tableBody"&gt;&lt;span style="color: rgb(255, 163, 0);"&gt;Low&lt;/span&gt;&lt;/td&gt;   &lt;td class="tableBodyRight"&gt;&lt;span style="color: rgb(255, 163, 0);"&gt;Low&lt;/span&gt;&lt;/td&gt;   &lt;/tr&gt;   &lt;tr&gt;&lt;td colspan="7" class="tableDivider"&gt;&lt;br /&gt;&lt;/td&gt;&lt;/tr&gt;   &lt;tr&gt;   &lt;td class="tableBody" bgcolor="#f6f6f6"&gt;&lt;a href="http://vil.mcafee.com/dispVirus.asp?virus_k=141919"&gt;VAnti!rootkit&lt;/a&gt;&lt;/td&gt;   &lt;td class="tableBody"&gt;06/26/2008&lt;/td&gt;   &lt;td class="tableBody"&gt;Trojan&lt;/td&gt;   &lt;td class="tableBody"&gt;&lt;br /&gt;&lt;/td&gt;   &lt;td class="tableBody"&gt;5001&lt;/td&gt;   &lt;td class="tableBody"&gt;&lt;span style="color: rgb(255, 163, 0);"&gt;Low&lt;/span&gt;&lt;/td&gt;   &lt;td class="tableBodyRight"&gt;&lt;span style="color: rgb(255, 163, 0);"&gt;Low&lt;/span&gt;&lt;/td&gt;   &lt;/tr&gt;   &lt;tr&gt;&lt;td colspan="7" class="tableDivider"&gt;&lt;br /&gt;&lt;/td&gt;&lt;/tr&gt;   &lt;tr&gt;   &lt;td class="tableBody" bgcolor="#f6f6f6"&gt;&lt;a href="http://vil.mcafee.com/dispVirus.asp?virus_k=146361"&gt;W32/Nuwar@MM!EE88EDF3&lt;/a&gt;&lt;/td&gt;   &lt;td class="tableBody"&gt;06/26/2008&lt;/td&gt;   &lt;td class="tableBody"&gt;Virus&lt;/td&gt;   &lt;td class="tableBody"&gt;-&lt;/td&gt;   &lt;td class="tableBody"&gt;5326&lt;/td&gt;   &lt;td class="tableBody"&gt;&lt;span style="color: rgb(255, 163, 0);"&gt;Low&lt;/span&gt;&lt;/td&gt;   &lt;td class="tableBodyRight"&gt;&lt;span style="color: rgb(255, 163, 0);"&gt;Low&lt;/span&gt;&lt;/td&gt;   &lt;/tr&gt;   &lt;tr&gt;&lt;td colspan="7" class="tableDivider"&gt;&lt;br /&gt;&lt;/td&gt;&lt;/tr&gt;   &lt;tr&gt;   &lt;td class="tableBody" bgcolor="#f6f6f6"&gt;&lt;a href="http://vil.mcafee.com/dispVirus.asp?virus_k=146359"&gt;W32/Nuwar@MM!AF594B60&lt;/a&gt;&lt;/td&gt;   &lt;td class="tableBody"&gt;06/26/2008&lt;/td&gt;   &lt;td class="tableBody"&gt;Virus&lt;/td&gt;   &lt;td class="tableBody"&gt;-&lt;/td&gt;   &lt;td class="tableBody"&gt;5326&lt;/td&gt;   &lt;td class="tableBody"&gt;&lt;span style="color: rgb(255, 163, 0);"&gt;Low&lt;/span&gt;&lt;/td&gt;   &lt;td class="tableBodyRight"&gt;&lt;span style="color: rgb(255, 163, 0);"&gt;Low&lt;/span&gt;&lt;/td&gt;   &lt;/tr&gt;   &lt;tr&gt;&lt;td colspan="7" class="tableDivider"&gt;&lt;br /&gt;&lt;/td&gt;&lt;/tr&gt;   &lt;tr&gt;   &lt;td class="tableBody" bgcolor="#f6f6f6"&gt;&lt;a href="http://vil.mcafee.com/dispVirus.asp?virus_k=146358"&gt;W32/Nuwar@MM!C16D1D48&lt;/a&gt;&lt;/td&gt;   &lt;td class="tableBody"&gt;06/26/2008&lt;/td&gt;   &lt;td class="tableBody"&gt;Virus&lt;/td&gt;   &lt;td class="tableBody"&gt;-&lt;/td&gt;   &lt;td class="tableBody"&gt;5326&lt;/td&gt;   &lt;td class="tableBody"&gt;&lt;span style="color: rgb(255, 163, 0);"&gt;Low&lt;/span&gt;&lt;/td&gt;   &lt;td class="tableBodyRight"&gt;&lt;span style="color: rgb(255, 163, 0);"&gt;Low&lt;/span&gt;&lt;/td&gt;   &lt;/tr&gt;   &lt;tr&gt;&lt;td colspan="7" class="tableDivider"&gt;&lt;br /&gt;&lt;/td&gt;&lt;/tr&gt;   &lt;tr&gt;   &lt;td class="tableBody" bgcolor="#f6f6f6"&gt;&lt;a href="http://vil.mcafee.com/dispVirus.asp?virus_k=146357"&gt;W32/Nuwar@MM!D853FA0C&lt;/a&gt;&lt;/td&gt;   &lt;td class="tableBody"&gt;06/26/2008&lt;/td&gt;   &lt;td class="tableBody"&gt;Virus&lt;/td&gt;   &lt;td class="tableBody"&gt;-&lt;/td&gt;   &lt;td class="tableBody"&gt;5326&lt;/td&gt;   &lt;td class="tableBody"&gt;&lt;span style="color: rgb(255, 163, 0);"&gt;Low&lt;/span&gt;&lt;/td&gt;   &lt;td class="tableBodyRight"&gt;&lt;span style="color: rgb(255, 163, 0);"&gt;Low&lt;/span&gt;&lt;/td&gt;   &lt;/tr&gt;   &lt;tr&gt;&lt;td colspan="7" class="tableDivider"&gt;&lt;br /&gt;&lt;/td&gt;&lt;/tr&gt;   &lt;tr&gt;   &lt;td class="tableBody" bgcolor="#f6f6f6"&gt;&lt;a href="http://vil.mcafee.com/dispVirus.asp?virus_k=146356"&gt;W32/Nuwar@MM!86CE5A16&lt;/a&gt;&lt;/td&gt;   &lt;td class="tableBody"&gt;06/26/2008&lt;/td&gt;   &lt;td class="tableBody"&gt;Virus&lt;/td&gt;   &lt;td class="tableBody"&gt;-&lt;/td&gt;   &lt;td class="tableBody"&gt;5326&lt;/td&gt;   &lt;td class="tableBody"&gt;&lt;span style="color: rgb(255, 163, 0);"&gt;Low&lt;/span&gt;&lt;/td&gt;   &lt;td class="tableBodyRight"&gt;&lt;span style="color: rgb(255, 163, 0);"&gt;Low&lt;/span&gt;&lt;/td&gt;   &lt;/tr&gt;   &lt;tr&gt;&lt;td colspan="7" class="tableDivider"&gt;&lt;br /&gt;&lt;/td&gt;&lt;/tr&gt;   &lt;tr&gt;   &lt;td class="tableBody" bgcolor="#f6f6f6"&gt;&lt;a href="http://vil.mcafee.com/dispVirus.asp?virus_k=146355"&gt;W32/Nuwar@MM!C43DFD46&lt;/a&gt;&lt;/td&gt;   &lt;td class="tableBody"&gt;06/26/2008&lt;/td&gt;   &lt;td class="tableBody"&gt;Virus&lt;/td&gt;   &lt;td class="tableBody"&gt;-&lt;/td&gt;   &lt;td class="tableBody"&gt;5326&lt;/td&gt;   &lt;td class="tableBody"&gt;&lt;span style="color: rgb(255, 163, 0);"&gt;Low&lt;/span&gt;&lt;/td&gt;   &lt;td class="tableBodyRight"&gt;&lt;span style="color: rgb(255, 163, 0);"&gt;Low&lt;/span&gt;&lt;/td&gt;   &lt;/tr&gt;   &lt;tr&gt;&lt;td colspan="7" class="tableDivider"&gt;&lt;br /&gt;&lt;/td&gt;&lt;/tr&gt;   &lt;tr&gt;   &lt;td class="tableBody" bgcolor="#f6f6f6"&gt;&lt;a href="http://vil.mcafee.com/dispVirus.asp?virus_k=146354"&gt;W32/Nuwar@MM!67BF895D&lt;/a&gt;&lt;/td&gt;   &lt;td class="tableBody"&gt;06/26/2008&lt;/td&gt;   &lt;td class="tableBody"&gt;Virus&lt;/td&gt;   &lt;td class="tableBody"&gt;-&lt;/td&gt;   &lt;td class="tableBody"&gt;5326&lt;/td&gt;   &lt;td class="tableBody"&gt;&lt;span style="color: rgb(255, 163, 0);"&gt;Low&lt;/span&gt;&lt;/td&gt;   &lt;td class="tableBodyRight"&gt;&lt;span style="color: rgb(255, 163, 0);"&gt;Low&lt;/span&gt;&lt;/td&gt;   &lt;/tr&gt;   &lt;tr&gt;&lt;td colspan="7" class="tableDivider"&gt;&lt;br /&gt;&lt;/td&gt;&lt;/tr&gt;   &lt;tr&gt;   &lt;td class="tableBody" bgcolor="#f6f6f6"&gt;&lt;a href="http://vil.mcafee.com/dispVirus.asp?virus_k=146353"&gt;W32/Nuwar@MM!2AA513D5&lt;/a&gt;&lt;/td&gt;   &lt;td class="tableBody"&gt;06/26/2008&lt;/td&gt;   &lt;td class="tableBody"&gt;Virus&lt;/td&gt;   &lt;td class="tableBody"&gt;-&lt;/td&gt;   &lt;td class="tableBody"&gt;5326&lt;/td&gt;   &lt;td class="tableBody"&gt;&lt;span style="color: rgb(255, 163, 0);"&gt;Low&lt;/span&gt;&lt;/td&gt;   &lt;td class="tableBodyRight"&gt;&lt;span style="color: rgb(255, 163, 0);"&gt;Low&lt;/span&gt;&lt;/td&gt;   &lt;/tr&gt;   &lt;tr&gt;&lt;td colspan="7" class="tableDivider"&gt;&lt;br /&gt;&lt;/td&gt;&lt;/tr&gt;   &lt;tr&gt;   &lt;td class="tableBody" bgcolor="#f6f6f6"&gt;&lt;a href="http://vil.mcafee.com/dispVirus.asp?virus_k=146352"&gt;W32/Nuwar@MM!0389D9A5&lt;/a&gt;&lt;/td&gt;   &lt;td class="tableBody"&gt;06/26/2008&lt;/td&gt;   &lt;td class="tableBody"&gt;Virus&lt;/td&gt;   &lt;td class="tableBody"&gt;-&lt;/td&gt;   &lt;td class="tableBody"&gt;5326&lt;/td&gt;   &lt;td class="tableBody"&gt;&lt;span style="color: rgb(255, 163, 0);"&gt;Low&lt;/span&gt;&lt;/td&gt;   &lt;td class="tableBodyRight"&gt;&lt;span style="color: rgb(255, 163, 0);"&gt;Low&lt;/span&gt;&lt;/td&gt;   &lt;/tr&gt;   &lt;tr&gt;&lt;td colspan="7" class="tableDivider"&gt;&lt;br /&gt;&lt;/td&gt;&lt;/tr&gt;   &lt;tr&gt;   &lt;td class="tableBody" bgcolor="#f6f6f6"&gt;&lt;a href="http://vil.mcafee.com/dispVirus.asp?virus_k=146349"&gt;W32/Nuwar@MM!0C572880&lt;/a&gt;&lt;/td&gt;   &lt;td class="tableBody"&gt;06/26/2008&lt;/td&gt;   &lt;td class="tableBody"&gt;Virus&lt;/td&gt;   &lt;td class="tableBody"&gt;-&lt;/td&gt;   &lt;td class="tableBody"&gt;5326&lt;/td&gt;   &lt;td class="tableBody"&gt;&lt;span style="color: rgb(255, 163, 0);"&gt;Low&lt;/span&gt;&lt;/td&gt;   &lt;td class="tableBodyRight"&gt;&lt;span style="color: rgb(255, 163, 0);"&gt;Low&lt;/span&gt;&lt;/td&gt;   &lt;/tr&gt;   &lt;tr&gt;&lt;td colspan="7" class="tableDivider"&gt;&lt;br /&gt;&lt;/td&gt;&lt;/tr&gt;   &lt;tr&gt;   &lt;td class="tableBody" bgcolor="#f6f6f6"&gt;&lt;a href="http://vil.mcafee.com/dispVirus.asp?virus_k=146348"&gt;W32/Nuwar@MM!DCB18015&lt;/a&gt;&lt;/td&gt;   &lt;td class="tableBody"&gt;06/26/2008&lt;/td&gt;   &lt;td class="tableBody"&gt;Virus&lt;/td&gt;   &lt;td class="tableBody"&gt;-&lt;/td&gt;   &lt;td class="tableBody"&gt;5326&lt;/td&gt;   &lt;td class="tableBody"&gt;&lt;span style="color: rgb(255, 163, 0);"&gt;Low&lt;/span&gt;&lt;/td&gt;   &lt;td class="tableBodyRight"&gt;&lt;span style="color: rgb(255, 163, 0);"&gt;Low&lt;/span&gt;&lt;/td&gt;   &lt;/tr&gt;   &lt;tr&gt;&lt;td colspan="7" class="tableDivider"&gt;&lt;br /&gt;&lt;/td&gt;&lt;/tr&gt;   &lt;tr&gt;   &lt;td class="tableBody" bgcolor="#f6f6f6"&gt;&lt;a href="http://vil.mcafee.com/dispVirus.asp?virus_k=146346"&gt;W32/Nuwar@MM!006E9D9A&lt;/a&gt;&lt;/td&gt;   &lt;td class="tableBody"&gt;06/26/2008&lt;/td&gt;   &lt;td class="tableBody"&gt;Virus&lt;/td&gt;   &lt;td class="tableBody"&gt;-&lt;/td&gt;   &lt;td class="tableBody"&gt;5326&lt;/td&gt;   &lt;td class="tableBody"&gt;&lt;span style="color: rgb(255, 163, 0);"&gt;Low&lt;/span&gt;&lt;/td&gt;   &lt;td class="tableBodyRight"&gt;&lt;span style="color: rgb(255, 163, 0);"&gt;Low&lt;/span&gt;&lt;/td&gt;   &lt;/tr&gt;   &lt;tr&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8064319946557649541-129344989939035761?l=bikispassion4you.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://bikispassion4you.blogspot.com/feeds/129344989939035761/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8064319946557649541&amp;postID=129344989939035761' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8064319946557649541/posts/default/129344989939035761'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8064319946557649541/posts/default/129344989939035761'/><link rel='alternate' type='text/html' href='http://bikispassion4you.blogspot.com/2008/06/recently-updated-viruses-that-can-be.html' title='Recently Updated Viruses That can be treated with Mcafee Enterprise Edition 8.5i with respective DAT versions'/><author><name>BIKASH PATTNAIK</name><uri>http://www.blogger.com/profile/11351799400134101839</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='27' height='32' src='http://bp3.blogger.com/_A66Y-s_qqMk/SF5I_JSPJCI/AAAAAAAAAA4/t9fFqiF-0XU/S220/bk4blog.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8064319946557649541.post-8505088942296570356</id><published>2008-06-27T09:56:00.000-07:00</published><updated>2008-06-27T09:59:42.279-07:00</updated><title type='text'>New Computer Virus List</title><content type='html'>&lt;p&gt; OPRAH WINFREY VIRUS: Your 200MB hard drive suddenly shrinks to 80MB, and then slowly expands back to 200MB.  &lt;/p&gt;&lt;p&gt; AT&amp;amp;T VIRUS: Every three minutes it tells you what great service you are getting.  &lt;/p&gt;&lt;p&gt;  MCI VIRUS: Every three minutes it reminds you that you're paying too much for the AT&amp;amp;T virus.  &lt;/p&gt;&lt;p&gt;  PAUL REVERE VIRUS: This revolutionary virus does not horse around.  It warns you of impending hard disk attack---once if by LAN, twice if by C:&gt;.  &lt;/p&gt;&lt;p&gt;  POLITICALLY CORRECT VIRUS: Never calls itself a "virus", but instead refers to itself as an "electronic microorganism."  &lt;/p&gt;&lt;p&gt;  RIGHT TO LIFE VIRUS: Won't allow you to delete a file, regardless of how old it is. If you attempt to erase a file,  it requires you to first see a counselor about possible alternatives.  &lt;/p&gt;&lt;p&gt;  ROSS PEROT VIRUS: Activates every component in your system, just before the whole darn thing quits.  &lt;/p&gt;&lt;p&gt;  MARIO CUOMO VIRUS: It would be a great virus, but it refuses to run.  &lt;/p&gt;&lt;p&gt; TED TURNER VIRUS: Colorizes your monochrome monitor.  &lt;/p&gt;&lt;p&gt;  ARNOLD SCHWARZENEGGER VIRUS: Terminates and stays resident. It'll be back.  &lt;/p&gt;&lt;p&gt;  DAN QUAYLE VIRUS #2: Their is sumthing rong wit your komputer, ewe jsut cant figyour out watt!  &lt;/p&gt;&lt;p&gt;  GOVERNMENT ECONOMIST VIRUS:  Nothing works, but all your diagnostic software says everything is fine.  &lt;/p&gt;&lt;p&gt;  NEW WORLD ORDER VIRUS: Probably harmless, but it makes a lot of people really mad just thinking about it.  &lt;/p&gt;&lt;p&gt;  FEDERAL BUREAUCRAT VIRUS: Divides your hard disk into hundreds of little units, each of which does practically nothing, but all of which claim to be the most important part of your computer.  &lt;/p&gt;&lt;p&gt;  GALLUP VIRUS: Sixty percent of the PCs infected will lose 38 percent of their data 14 percent of the time. (plus or minus a 3.5 percent margin of error.)  &lt;/p&gt;&lt;p&gt;  TERRY RANDALL VIRUS: Prints "Oh no you don't" whenever you choose "Abort" from the "Abort" "Retry" "Fail" message.  &lt;/p&gt;&lt;p&gt;  TEXAS VIRUS: Makes sure that it's bigger than any other file.  &lt;/p&gt;&lt;p&gt;  ADAM AND EVE VIRUS: Takes a couple of bytes out of your Apple.  &lt;/p&gt;&lt;p&gt;  CONGRESSIONAL VIRUS: The computer locks up, screen splits erratically with a message appearing on each half blaming the other side for the problem.  &lt;/p&gt;&lt;p&gt;  AIRLINE VIRUS: You're in Dallas, but your data is in Singapore.  &lt;/p&gt;&lt;p&gt;  FREUDIAN VIRUS: Your computer becomes obsessed with marrying its own motherboard.  &lt;/p&gt;&lt;p&gt;  PBS VIRUS: Your programs stop every few minutes to ask for money.  &lt;/p&gt;&lt;p&gt;  ELVIS VIRUS: Your computer gets fat, slow and lazy, then self destructs; only to resurface at shopping malls and service  stations across rural America.  &lt;/p&gt;&lt;p&gt; OLLIE NORTH VIRUS: Causes your printer to become a paper shredder.  &lt;/p&gt;&lt;p&gt;  NIKE VIRUS: Just does it.  &lt;/p&gt;&lt;p&gt;  SEARS VIRUS: Your data won't appear unless you buy new cables, power supply and a set of shocks.  &lt;/p&gt;&lt;p&gt;  JIMMY HOFFA VIRUS: Your programs can never be found again.  &lt;/p&gt;&lt;p&gt;  CONGRESSIONAL VIRUS #2: Runs every program on the hard drive simultaneously, but doesn't allow the user to accomplish anything.  &lt;/p&gt;&lt;p&gt;  KEVORKIAN VIRUS: Helps your computer shut down as an act of mercy.  &lt;/p&gt;&lt;p&gt;  IMELDA MARCOS VIRUS: Sings you a song (slightly off key) on boot up, then subtracts money from your Quicken account and spends it all on expensive shoes it purchases through Prodigy.  &lt;/p&gt;&lt;p&gt;  STAR TREK VIRUS: Invades your system in places where no virus has gone before.  &lt;/p&gt;&lt;p&gt;  HEALTH CARE VIRUS: Tests your system for a day, finds nothing wrong, and sends you a bill for $4,500.  &lt;/p&gt;&lt;p&gt;  GEORGE BUSH VIRUS: It starts by boldly stating, "Read my docs....No new files!" on the screen. It proceeds to fill up all  the free space on your hard drive with new files, then blames it on the Congressional Virus.  &lt;/p&gt;&lt;p&gt;  CLEVELAND INDIANS VIRUS: Makes your 486/50 machine perform like a 286/AT.  &lt;/p&gt;&lt;p&gt;  LAPD VIRUS: It claims it feels threatened by the other files on your PC and erases them in "self defense".  &lt;/p&gt;&lt;p&gt;  CHICAGO CUBS VIRUS: Your PC makes frequent mistakes and comes in last in the reviews, but you still love it.  &lt;/p&gt;  ORAL ROBERTS VIRUS: Claims that if you don't send it a million dollars, it's programmer will take it back.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8064319946557649541-8505088942296570356?l=bikispassion4you.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://bikispassion4you.blogspot.com/feeds/8505088942296570356/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8064319946557649541&amp;postID=8505088942296570356' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8064319946557649541/posts/default/8505088942296570356'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8064319946557649541/posts/default/8505088942296570356'/><link rel='alternate' type='text/html' href='http://bikispassion4you.blogspot.com/2008/06/new-computer-virus-list.html' title='New Computer Virus List'/><author><name>BIKASH PATTNAIK</name><uri>http://www.blogger.com/profile/11351799400134101839</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='27' height='32' src='http://bp3.blogger.com/_A66Y-s_qqMk/SF5I_JSPJCI/AAAAAAAAAA4/t9fFqiF-0XU/S220/bk4blog.jpg'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8064319946557649541.post-4685350602663265375</id><published>2008-06-25T21:18:00.000-07:00</published><updated>2008-06-25T21:22:32.468-07:00</updated><title type='text'>Reasons why LIFE without a Girl Friend is cool</title><content type='html'>&lt;p align="left"&gt;&lt;span&gt;&lt;span style="font-family:Comic Sans MS;font-size:85%;color:#000000;"&gt;&lt;strong&gt;&lt;br /&gt;&lt;/strong&gt;&lt;a rel="nofollow" target="_blank" href="http://funlok.com/index.php/humor/reasons-why-life-without-a-girl-friend-is-cool.html"&gt;&lt;span style="color: rgb(13, 13, 13); text-decoration: none;"&gt;&lt;strong&gt;&lt;/strong&gt;&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p align="left"&gt;&lt;span style="color: rgb(13, 13, 13);"&gt;&lt;span style="font-family:Comic Sans MS;font-size:85%;color:#000000;"&gt;&lt;a rel="nofollow" target="_blank" href="http://funlok.com/index.php/humor/reasons-why-life-without-a-girl-friend-is-cool.html"&gt;&lt;span style="font-size: 10pt; color: rgb(13, 13, 13); text-decoration: none;"&gt;1. You can stare at any Girl....... &lt;br /&gt;&lt;br /&gt;2. You don't have to spend money on her. &lt;br /&gt;&lt;br /&gt;3. You won't get boring result in ur board papers. &lt;br /&gt;&lt;br /&gt;4. No girlfriend, no emotional blackmailing.&lt;br /&gt;&lt;/span&gt;&lt;span style="color: rgb(13, 13, 13); text-decoration: none;"&gt;&lt;br /&gt; &lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 10pt; color: rgb(13, 13, 13);"&gt;&lt;span style="font-family:Comic Sans MS;font-size:85%;color:#000000;"&gt;&lt;a rel="nofollow" target="_blank" href="http://funlok.com/index.php/humor/reasons-why-life-without-a-girl-friend-is-cool.html"&gt;&lt;span style="color: rgb(13, 13, 13); text-decoration: none;"&gt;5. If u don't have a girlfriend, she can't dump u. &lt;br /&gt;&lt;br /&gt;6. Having a girlfriend is hot, not having a girlfriend is automatically cool, and every one loves to be a cool guy. &lt;br /&gt;&lt;br /&gt;7. This can be more to life than just waiting for the bloody phone to ring.&lt;br /&gt;&lt;br /&gt;8. You won't have to tolerate someone else defining, "right" and "wrong" for u.&lt;br /&gt;&lt;br /&gt;9. Girlfriend can get so possessive that you can't do anything according ur wishes anymore.  &lt;br /&gt;&lt;br /&gt;10. You can buy gifts for mom, dad, sis or grandpa instead of a girlfriend and have a happier family  life.   &lt;br /&gt; &lt;br /&gt;11. You won't have to waste paper writing love letters.  No more endless waiting for ur date to arrive at some weird shop place.&lt;br /&gt;&lt;br /&gt;12. You can have more friends, as u will have more time for them. &lt;br /&gt;&lt;br /&gt; 13. You wont have to see boring love stories instead of sports.&lt;br /&gt;&lt;br /&gt;14. You wont have to tell lie to anybody and,  therefore, u'll sin less. &lt;br /&gt;&lt;br /&gt;15. You can have good night's sleep-no need to dream about her.&lt;br /&gt;&lt;br /&gt;16. You wont have to fight over having a 'special' friend with ur folks.&lt;br /&gt; &lt;br /&gt;17. No nonstop nonsense. &lt;br /&gt;&lt;br /&gt;18. You wont have drown in the pool of her tears. &lt;br /&gt;&lt;br /&gt;19. No tension. &lt;br /&gt;&lt;br /&gt;20. You can be "urself" &lt;br /&gt;&lt;br /&gt;21. You wont have to hide your telephone&lt;/span&gt;&lt;/a&gt; bills.....&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8064319946557649541-4685350602663265375?l=bikispassion4you.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://bikispassion4you.blogspot.com/feeds/4685350602663265375/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8064319946557649541&amp;postID=4685350602663265375' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8064319946557649541/posts/default/4685350602663265375'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8064319946557649541/posts/default/4685350602663265375'/><link rel='alternate' type='text/html' href='http://bikispassion4you.blogspot.com/2008/06/reasons-why-life-without-girl-friend-is.html' title='Reasons why LIFE without a Girl Friend is cool'/><author><name>BIKASH PATTNAIK</name><uri>http://www.blogger.com/profile/11351799400134101839</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='27' height='32' src='http://bp3.blogger.com/_A66Y-s_qqMk/SF5I_JSPJCI/AAAAAAAAAA4/t9fFqiF-0XU/S220/bk4blog.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8064319946557649541.post-2976988025336012010</id><published>2008-06-22T00:50:00.000-07:00</published><updated>2008-06-23T02:35:54.203-07:00</updated><title type='text'>Freshers Salaries In Different IT companies In INDIA</title><content type='html'>&lt;p&gt;Here is list of fresher salaries offered by IT companies across India.&lt;/p&gt; &lt;p&gt;All these figures are in lakhs per annum (Rs.) unless otherwise mentioned&lt;/p&gt; &lt;p&gt;&lt;span id="more-278"&gt;&lt;/span&gt;&lt;/p&gt; &lt;p&gt;Accenture 2.1 to 3/3.1 LPA for 2008&lt;/p&gt; &lt;p&gt;Adobe 5.7 to 8.05&lt;/p&gt; &lt;p&gt;Airvana Networks 4.2 LPA (2008)&lt;/p&gt; &lt;p&gt;Alstom 2.75&lt;/p&gt; &lt;p&gt;Amazon 7/8 (IIT)&lt;/p&gt; &lt;p&gt;Aricent (Flextronics) salary is 3.5 LPA (for both 2007 and 2008 batches) 3.75(IIT)&lt;br /&gt;5+ Amrita School of Engineering&lt;/p&gt; &lt;p&gt;Ashok Leyland 3.25&lt;/p&gt; &lt;p&gt;Attrenta 4.8&lt;/p&gt; &lt;p&gt;Adea Solution 2.48&lt;/p&gt; &lt;p&gt;Adventity 8.6 LPA (2008)&lt;/p&gt; &lt;p&gt;Alstom 3+ LPA (2008)&lt;/p&gt; &lt;p&gt;Amdocs 3.7 3.9/4 (2008)&lt;/p&gt; &lt;p&gt;Atos Origin 3 LPA(2008)&lt;/p&gt; &lt;p&gt;Avaya 3 +&lt;/p&gt; &lt;p&gt;BEL 4 LPA (before 6TH pay commision)&lt;/p&gt; &lt;p&gt;Birlasoft 2.0&lt;/p&gt; &lt;p&gt;Capital One - $59,000 (US posting) (Only IIT)&lt;/p&gt; &lt;p&gt;Caritor 2.0 2.75 (2008)&lt;/p&gt; &lt;p&gt;CISCO 4.0 7.1 lac for UG and 9/8.97 lac for PG in O.U.C.E in IIT Kgp&lt;/p&gt; &lt;p&gt;B. TECH. RS. 710533 - 793677 [ CTC ]&lt;/p&gt; &lt;p&gt;M. TECH. RS. 897822 - 1024830 [ CTC ]&lt;/p&gt; &lt;p&gt;GROSS B.TECH. RS 588650&lt;/p&gt; &lt;p&gt;GROSS M.TECH. RS 787500&lt;/p&gt; &lt;p&gt;Computer Associates 4.5 to 5 IIT Kharagpur UG:5.81 PG:6.41&lt;/p&gt; &lt;p&gt;CTS package is 2.5 + Rs.20000/- Incentive&lt;/p&gt; &lt;p&gt;Capgemini 2.4 3(2008)&lt;/p&gt; &lt;p&gt;It gives between 2.5 to 2.8 during training and then increase to 3.4&lt;/p&gt; &lt;p&gt;Cybernet Slash Support 1.6 to 1.89 (2008)&lt;/p&gt; &lt;p&gt;Cash systems, Switzerland $ 72,000 (IIT)&lt;/p&gt; &lt;p&gt;CSC India 3.2LPA to 3.6 LPA(2008)&lt;/p&gt; &lt;p&gt;DCM Technologies 2.48&lt;/p&gt; &lt;p&gt;DE Shaw 6.0 to 9.5 IIT Kharagpur 10 LPA&lt;/p&gt; &lt;p&gt;Deloitte pay package-&lt;br /&gt;4.64 lacs + 10%bonus + 24000 conveyance allowance + 25000 before joining in IIT’s and IT-BHU&lt;/p&gt; &lt;p&gt;2.1 l.p.a for a MBA fresher from non-premier B-Schools&lt;/p&gt; &lt;p&gt;EDS(Mphasis) 3 lakhs&lt;/p&gt; &lt;p&gt;Ericsson 3 LPA (2008)&lt;/p&gt; &lt;p&gt;Evalue Serve 3.10 to 4.01(IIT)&lt;/p&gt; &lt;p&gt;efunds 2.5&lt;/p&gt; &lt;p&gt;Fiorano 5.0&lt;/p&gt; &lt;p&gt;Flextronics (HSS) 3.0&lt;/p&gt; &lt;p&gt;Freescale 4.5 to 5.5 (2008)&lt;/p&gt; &lt;p&gt;Futures First 6.4 (IIT)&lt;/p&gt; &lt;p&gt;Galpha Labs, Mumbai, for Web Developer 1.5 lakh&lt;/p&gt; &lt;p&gt;Globalogic 4 LPA (2008)&lt;/p&gt; &lt;p&gt;Google 12.0 IIT Kharapur 14 LPA&lt;/p&gt; &lt;p&gt;GE 3.0 to 5.3&lt;/p&gt; &lt;p&gt;GE 4.75 CTC(IIT)&lt;/p&gt; &lt;p&gt;Grail Research 6 (2008)&lt;/p&gt; &lt;p&gt;Grapecity : 3.8 lakhs&lt;/p&gt; &lt;p&gt;HCL 2.0 to 3.0 (2008)&lt;/p&gt; &lt;p&gt;Hexaware 2.1/2.2&lt;/p&gt; &lt;p&gt;Honeywell 3.67 to 4&lt;/p&gt; &lt;p&gt;HLL 7.2 (IIT)&lt;/p&gt; &lt;p&gt;HP Labs 3 to 3.5&lt;/p&gt; &lt;p&gt;iGate 2.04&lt;/p&gt; &lt;p&gt;ITC 8+ (IIT)&lt;/p&gt; &lt;p&gt;IBM 2.85 to 3.0 (IIT)&lt;/p&gt; &lt;p&gt;ISL&lt;/p&gt; &lt;p&gt;IBM Software Labs around 5.3 for posting in Banglore (semiconductor related) is 5.5L for M.Tech, for IT side its 5.9L&lt;/p&gt; &lt;p&gt;I-flex 2.7 (2.4 for 2008 passouts) Iflex 2.2 to private colleges&lt;/p&gt; &lt;p&gt;Impulsesoft 4.5&lt;/p&gt; &lt;p&gt;Interra Systems 4.6&lt;/p&gt; &lt;p&gt;Intergraph 2.88&lt;/p&gt; &lt;p&gt;Integra 6&lt;/p&gt; &lt;p&gt;Induslogic 4.2&lt;/p&gt; &lt;p&gt;Infosys 2.2 to 3.2 for 2008&lt;br /&gt;3.6 Amrita School of Engineering&lt;br /&gt;3.2 2008 PASS OUT.&lt;/p&gt; &lt;p&gt;Informatica 5.5&lt;/p&gt; &lt;p&gt;Inautix 2.75&lt;/p&gt; &lt;p&gt;iRunway irunway 8.5L 2L bonus per year to hand 50k per month&lt;/p&gt; &lt;p&gt;Ivy Comptech 4.5 to 7.92&lt;/p&gt; &lt;p&gt;Kanbay 2.7&lt;/p&gt; &lt;p&gt;Kritical 5.6&lt;/p&gt; &lt;p&gt;Kotak Mahindra 4.5 (IIT)&lt;/p&gt; &lt;p&gt;Lee specialities - $ 29,000 + benefits (IIT)&lt;/p&gt; &lt;p&gt;L &amp;amp;T 3.25&lt;/p&gt; &lt;p&gt;L&amp;amp;T Infotech 1.8 Update: 2.2 in the training and 2.95 after training is over&lt;br /&gt;Magma DA 6.42&lt;/p&gt; &lt;p&gt;Manhattan Associates India Ltd (Banglore) 5.5 (IIT)&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8064319946557649541-2976988025336012010?l=bikispassion4you.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://bikispassion4you.blogspot.com/feeds/2976988025336012010/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8064319946557649541&amp;postID=2976988025336012010' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8064319946557649541/posts/default/2976988025336012010'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8064319946557649541/posts/default/2976988025336012010'/><link rel='alternate' type='text/html' href='http://bikispassion4you.blogspot.com/2008/06/freshers-salaries-in-dihherent-it.html' title='Freshers Salaries In Different IT companies In INDIA'/><author><name>BIKASH PATTNAIK</name><uri>http://www.blogger.com/profile/11351799400134101839</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='27' height='32' src='http://bp3.blogger.com/_A66Y-s_qqMk/SF5I_JSPJCI/AAAAAAAAAA4/t9fFqiF-0XU/S220/bk4blog.jpg'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8064319946557649541.post-3430429082826942264</id><published>2008-06-22T00:43:00.000-07:00</published><updated>2008-06-22T00:48:09.929-07:00</updated><title type='text'>SOME COOL Shayaries......SMS</title><content type='html'>Ummido ki shama dil me mat jalana,&lt;br /&gt;is jahan se alag duniya mat basana,&lt;br /&gt;aaj bas mood me tha to SMS kar diya,&lt;br /&gt;par roj intezar me palke mat bichana!&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Is kadar hum yaar ko manane nikle, uski chahat ke hum deewane nikle, jab bhi use dil ka haal batana chaha, to uske hothon se waqt na hone ke bahane nikle...&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Aansuo ke girne ki aahat nahi hoti, Dil ke tootne ki awaaz nahi hoti, Agar hota khuda ko ehsaas dard ka, to use dard dene ki Aadat nahi hoti..&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Hamara har lamha chura liya aapne, aankhon ko ik chand dikha diya aapne. Hamein zindagi to di kisi aur ne, par pyaar itna dekar jeena sikha diya aapne.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;    Woh nadiyan nahi aansu they mere, jinpar woh kashti chalate rahe.&lt;br /&gt;Manzil mile unhein yeh chahat thi meri, isliye hum aansu bahate rahe.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;    Tujhe bhoolkar bhi na bhool payenge hum, Bas yahi ek wada nibha payenge hum.&lt;br /&gt;Mita denge khud ko bhi jahan se lekin, Tera naam dil se na mita payenge hum..&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Ye pyari nigahein yaad rahengi, milkar na milne ki ada yaad rahegi, mumkin nahi ki main tumhe bhula dun, aur umar bhar tumhe bhi meri yaad rahegi.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;    Tum mujhe kabhi dil kabhi aakhon se pukaro, Ye hothon ke taqaluf to zamane ke liye hain.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Dosti insan ki zaroorat hai, dilon pe dosti ki huqumat hai, aap ke pyar ki wajah se zinda hain warna khuda ko bhi hamari zaroorat hai.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8064319946557649541-3430429082826942264?l=bikispassion4you.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://bikispassion4you.blogspot.com/feeds/3430429082826942264/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8064319946557649541&amp;postID=3430429082826942264' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8064319946557649541/posts/default/3430429082826942264'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8064319946557649541/posts/default/3430429082826942264'/><link rel='alternate' type='text/html' href='http://bikispassion4you.blogspot.com/2008/06/some-cool-shayariessms.html' title='SOME COOL Shayaries......SMS'/><author><name>BIKASH PATTNAIK</name><uri>http://www.blogger.com/profile/11351799400134101839</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='27' height='32' src='http://bp3.blogger.com/_A66Y-s_qqMk/SF5I_JSPJCI/AAAAAAAAAA4/t9fFqiF-0XU/S220/bk4blog.jpg'/></author><thr:total>1</thr:total></entry></feed>
