Friday, November 9, 2012

Greeden Holidays Honeymoon Package


Enjoy your Holidays in greeden holidays. We Offers hotel reservations, Ticket Bookings, Family tour packages, Office Outings, and exclusive honeymoon packages for ooty, kodaikanal and munnar with cheap prices.

greedenholidays.com

Our service is based on your needs and budgets. Happy Holidays...

 Have a nice day...

Friday, October 23, 2009

Uses of Windows Key

Here some shortcut uses in your Windows Key

Windows = Display the Start menu

Windows + D = Minimize or restore all windows

Windows + E = Opens Windows Explorer

Windows + F = Opens Search for files or folders

Windows + Ctrl + F = Opens Search for computer

Windows + F1 = Opens Help and Support Center

Windows + L = Lock the workstation

Windows + shift + M = Undo minimize all windows

Windows + R = Opens Run dialog box

Windows + U = Opens Utility Manager

Windows + break = Display System Properties dialog box

Have a nice day....
Comments Plz

Saturday, September 19, 2009

How to see your hidden files using dos CMD

Here I give a small tip to see hidden files in dos prompt. It’s very simple, just follow bellow steps.

1. Click Start>run
2. type CMD
3. Click Ok
4. Go to the location (example: if you want to see hidden files in F drive, type f: press enter )
5. Now type dir /ah/p/w

6. Press Enter.
Now hidden files are listed like below


Have a nice day...

Saturday, August 29, 2009

How to make paypal donation button to your blog or website

Here I’m going to show how to make paypal donation button to your blog or website.

1. Login your palpal account. If you don’t have a paypal account just go www.paypal.com and create a account.

2. After Login your paypal account. click Merchant services

3. Now click Donations link under the PayPal Website Payments Standard category. Now you entered in Create PayPal payment button page.

4. Now select accept payment for Donations

5. Type your Organization name/service. Donation ID is optional

6. If you want to customize your button, click Customize appearance and edit your button. Otherwise leave it.

7. select currency type USD

8. In Contribution amount section. Choose Donors enter their own contribution amount

9. In Merchant ID field. choose Secure merchant account ID

10. Click Create Button. Now code is generate like below
11. Copy all code and paste it to your blog or website.

Have a nice day... comments plz...

Friday, August 28, 2009

Delete undeletable files and folders



Here I introduced a small utility to delete undeletable files and folders. This tool name is Unlocker.



Click here to direct download for Unlocker

1. Click above link to download Unlocker.
2. After finished downloading install it to your machine
3. Now go to your undeletable file or folder and simply right click the file or folder and select unlocker

4. Select action and click Unlock all
Now your file will be deleted successfully


For more details visit http://ccollomb.free.fr/unlocker/

Have a nice day... comments plz...

Monday, August 24, 2009

How to backup your Registry and Restore

Registry is a database. That stores your machine information’s like hardware, software, user preference, settings, and options in your computer. Registry is very essential for your operating system.

Take the backup your registry before you edit or changes in Registry.
Given below steps are guide to take backup your registry.
1. Click Start>Run
2. Type regedit
3. Click Ok. Now registry editor widow is appear like below.

4. Click File menu>Export. Now Save in window box is appear like below.

5. Select the Export range in bottom of the Save in box. Select all
6. Select a location to save the .reg backup
7. Type File name in the File name box.
8. Click Save.

Now your Registry is backup successfully on your specified location.

How to restore it.
1. Double click the .reg backup file that you saved.

2. click Yes.

Now your registry is restore successfully.

Don't forget comments
Have a nice day........

Thursday, August 20, 2009

Useful HTML Tags and it purpose

Useful HTML Tags and it purpose

HTML TagsPurpose
<html> Defines a html document
<body> Defines the document body
<br> Inserts a single line break
<h1>-<h6> Defines heading1 to heading6
<hr> Defines a horizontal rule
<p> Defines a paragraph
<!--> Defines a comment in the HTML source code
Text formatting Tags
<b> Defines bold text
<big> Defines big text
<del> Defines deleted text
<em>Defines emphasized text
<i> Defines italic text
<ins> Defines inserted text
<small> Defines small text
<strong> Defines strong text
<sub> Defines subscripted text
<sup> Defines superscripted text
<s> Defines strikethrough text
<u> Defines underline
Output Tags
<code> Defines computer code text
<kbd> Defines keyboard text
<pre> Defines preformatted text
<samp> Defines sample computer code
<tt> Defines teletype text
<var> Defines a variable
Citations & Quotations Tags
<abbr> Defines an abbreviation
<acronym> Defines an acronym
<address> Defines an address element
<bdo> Defines the text direction
<blockquote> Defines a long quotation
<cite> Defines a citation
<dfn> Defines a definition term
<q> Defines a short quotation
Link Tags
<a> Defines an anchor
Frame Tags
<frameset>Defines a set of frames
<frame> Defines a sub window (a frame)
<iframe> Defines an inline frame sub window
Table Tags
<caption> Defines a table caption
<colgroup> Defines groups of table columns
<col> Defines the attribute values for one or more columns in a table
<table> Defines a table
<tbody> Defines a table body
<td> Defines a table cell
<tfoot> Defines a table footer
<th> Defines a table header
<thead> Defines a table head
<tr>Defines a table row
List Tags
<dd> Defines a definition description
<dir> Defines list directory titles
<dl> Defines a definition list
<dt> Defines a definition term
<li> Defines a list item
<ol> Defines an ordered list
<ul> Defines an unordered list
Form Tags
<button> Defines a push button
<fieldset> Defines a field set
<form> Defines a form for user input
<input> Defines an input field
<label> Defines a label to a control
<legend> Defines a caption for a field set
<optgroup> Defines an option group
<option> Defines an option in the drop-down box
<select> Defines a selectable list (a drop-down box)
<textarea> Defines a text-area
Image Tags
<area> Defines an area inside an image map
<img> Defines an image
<map> Defines an image map


Click here to download useful HTML Tags in xls

Recent comments