Tuesday, August 3, 2010

How to Put Google Search Engine Your Web sites ??

First off, the good news. Google itself actually has a nice page offering you HTML code you can just cut and paste onto your own Web pages to produce the search box you seek, and some variants beside.

Instead of relying on the bright sparks at Google, though, let's go through the steps of building our own search box instead, so you'll be able to see how it works.

In addition to that, you need an input field and a submit button. Put them all together and here's the minimalist Google search form that lets the user alternate between just your site (well, in this case just my site) or the entire Web:

write down this code in notepad save it as search.html::

<form action="http://www.google.co.in/cse" id="cse-search-box">
  <div>
    <input type="hidden" name="cx" value="partner-pub-0332546587647614:8760757066" />
    <input type="hidden" name="ie" value="UTF-8" />
    <input type="text" name="q" size="55" />
    <input type="submit" name="sa" value="Search" />
  </div>
</form>
<script type="text/javascript" src="http://www.google.com/jsapi"></script>
<script type="text/javascript">google.load("elements", "1", {packages: "transliteration"});</script>
<script type="text/javascript" src="http://www.google.com/cse/t13n?form=cse-search-box&t13n_langs=am%2Car%2Cen%2Cbn%2Ckn%2Chi%2Cel%2Cml%2Cmr%2Cne%2Cfa%2Csr%2Cur%2Cti%2Csa%2Cte%2Cpa%2Cta%2Cru%2Cgu"></script>

<script type="text/javascript" src="http://www.google.co.in/coop/cse/brand?form=cse-search-box&amp;lang=en"></script&gt;



As result you can see this in your sites::







Monday, July 19, 2010

How to hide your drive c,d,e, of your My computer



Go to regedit.
then navigate to:-

HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionPoliciesExplorer
Now in the right pane create a new DWORD item and name it NoDrives(it is case sensitive). Now modify it’s value and set it to 3FFFFFF (Hexadecimal) .Now restart your computer. So, now when you click on My Computer, no drives will be shown(all gone…). To enable display of drives in My Computer, simply delete this DWORD item that you created.Again restart your computer.You can now see all the drives again.
Cool .....!!
For Asp.net Tips You can visit Click here




Wednesday, May 12, 2010

Multiple Login in Yahoo Messanger, Rediffbol and Google Talk

By default all google talk, yahoo messenger and rediff bol allow us to run a single instance of the program at a time.
If you have several gmail,rediff or yahoo accounts, you may want to run multiple instances of google talk, rediffbol or yahoo messenger at once, so here is the trick how to do it…

.
Multiple Login in Google TALK

1. Create a gtalk shortcut on the desktop.
2. Right click that icon and select properties and then in the target place u will see something like this. “”C:\Program Files\Google\Google Talk\googletalk.exe” /startmenu”
3. Rename it as””C:\Program Files\Google\Google Talk\googletalk.exe” /nomutex”
4. click apply and OK.

.
Multiple Login in yahoo messenger

1. Go Run . Type regedit, then enter .
2. Navigate to HKEY_CURRENT_USER / Software / yahoo / pager /Test
3. On the right pane , right-click and choose new Dword value .
4. Name it as Plural.
5. assign a decimal value of 1 by Double clicking it.
6. Now close the registry and login with multiple Ids.

.
Multiple Login in Rediff Bol

1. Right click on the rediff bol icon and then click on runas.
2. Follow step 1 if you want to login with more than two Ids.
3. You will see multiple rediff bol messenger.

That’s It, if you have any doubts please let me know…..




Monday, May 10, 2010

How to hide any file inside into the JPEG or GIF file

We can easily place video clips, pdf, mp3, text files, Office documents, zipped files, webpage or any other file format inside a JPEG/GIF image.
And when a suspecting user tries to open that jpeg/GIF file [with concealed/Hidden information] with a photo editing software or with Paint, User would not be able to make out if this disguise jpg file is different from any standard jpg image.
Suppose you want to hide some confidential word documents from your friends. What you can do is convert that file into a regular jpg image so even if anyone double-clicks this file, all user will see is a preview of the image and nothing else.
Here is the trick on How to do it:-
1) Just zip the various word Documents into one rar File.
2) Take any jpg/gif picture of any size and Dimension.
3) Copy the two Files in Same Folder. Let’s say we have copied the file in D: Drive.
4) Now open the Command prompt window. Move to the Destination Folder, in this case we will just type
d: and press enter (as our rar file and image are saved in D: drive)
5) Just Type the following command:

copy /b image.jpg + hide.rar newimage.jpg
(Here image is the name of the original image,
hide.rar is the name of the rar file we want to Hide,
and new_image is the name of the disguise image which contain both rar file and the image)

6) To get the original rar file, just rename newimage.jpg to newimage.rar and than extract it using 7-zip or Winrar.
Similarly we can hide other files like videos, mp3 and other secret documents.
Just Zip all the Files into Single rar files and Follow the above Steps.

That’s it!!!
Cheers



Create Dynamic Wallpaper

We can easily place fully functioning Website as our Desktop Wallpaper instead of still JPG/GIF/PNG images.
Here is the Trick On how to do it:-
1. Right Click on the Desktop.
2. Go to Properties.
3. Then under Desktop Tab select Customize Desktop.
4. Then under Web Tab select New and type the address of the Website .
5. You will get message With Caption “Add Item to Active Desktop” click Ok, it will synchronize and will take few seconds.
6. Apply the settings and click Ok.
7. Then you will get website you have entered in small window, Now you can maximize that window to set it as wallpaper.
8. If you want to change the wallpaper just minimize it and set any wallpaper or website you want.





Saturday, May 8, 2010

Tuesday, April 6, 2010

Making Folder Private

Open My Computer Double-click the drive where Windows is installed
(usually drive (C:), unless you have more than one drive on your computer).
If the contents of the drive are hidden, under System Tasks, click Show the contents of this drive.
Double-click the Documents and Settings folder.
Double-click your user folder.
Right-click any folder in your user profile, and then click Properties.
On the Sharing tab, select the Make this folder private so that only I have access to it check box.




Friday, March 5, 2010

Deleting System Softwares:






Paste Here Your Source Code
Source Code Formatting Options



1) Convert Tab into Space :




2) Need Line Code Numbering :




3) Remove blank lines :




4) Embeded styles / Stylesheet :




5) Code Block Width :




6) Code Block Height :




7) Alternative Background :







Copy Formatted Source Code



Preview Of Formatted Code