Showing posts with label Search. Show all posts
Showing posts with label Search. Show all posts

Sunday, 31 July 2011

Download Bunch Of Images From Google Image -- By Digital Crop


Hi guys..!!! Today i will share a nice tool with you that download images from Google Images ,Devian Art , And 4Chan...

Till now Google doesn't provide you to download the Google images directly from the page ..
But this small application provides you to download Google images in the bunch of 1000,2000 or even more ...

So let me explain , how you can download images from this rich application named MediaRachNid

Download this 2 MB Portable application from here ...[Download Size -- 2 MB]

OK this application is an  autodownloader application .
 It is AN OPEN SOURCE SOFTWARE
you don't need to install it just a click and you will get the dialog like this



i will explain you each term how you can download specific images

here is a screenshot for this..


when you click on the search button it will open a prompt that ask you where you want to save images ... specify the location.. and click ok.... when you click OK it will start fetching the images from the Google And You Will Get Screen Like this ...that 's all done and downloaded images are automatically saved to your specified location


Same way you can also use Devian Art and 4Chan for specific Category wise images

Thanks for reading and please comment if query any....

have a great Weekend bye....

Saturday, 25 June 2011

Add Google Search Box To Your WebSite -- By Techno Ramayan

Hi!..Today I am gonna tell you how you can add google Search box to your Site.it is very easy lets see how it is actually done..
 
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. Just check out Google Free

If you wanted to look at your own custom search then just do that.. It would be nice that you edit the source code so that it suits to your site. Let’s do that

Let me tell you first that to google search engine uses a variable for this search is “sitesearch” . Set it to a null value and you're searching the entire World Wide Web, but set it to a specific domain and it's constrained exactly as if you had typed in the Google special notation site:domain”.

Second, 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:

<html>
<head></head>
<body>
<form method="get" action="http://www.google.com/search">
<div style="border:1px solid black;padding:4px;width:20em;">
<table border="0" cellpadding="0" bordercolor="#FF8040" bgcolor="#FFFF80">
<tr><td>
<input type="text"   name="q" size="25"
 maxlength="255" value="" />
<input type="submit" value="Google Search" /></td></tr>
<tr><td align="center" style="font-size:75%">
<input type="checkbox"  name="sitesearch"
value="Technoramayan.blogspot.com" checked />search Techno Ramayan Only<br/>
</td></tr>
</table>
</div>
</form></body></html>
 
Output will look like this as image

If you'd like to use this on your own site, simply change the occurrences of Technoramayan.blogspot.com as appropriate.
If you want that search results open in a new tab/window then just add target=”_blank”
Into FORM tag.
Thanks for reading and keep visiting
If any query then feel free to comment here..