Never been to TextSnippets before?

Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world (or not, you can keep them private!)

About this user

John Tropea http://libraryclips.blogsome.com

« Newer Snippets
Older Snippets »
5 total  XML / RSS feed 

Code for Google Blog search: site searchbox

<form method="get" action="http://blogsearch.google.com/blogsearch">
<input type="text" name="as_q" size="19" maxlength="255" value="" />
<input type="hidden" name="bl_url" value="http://libraryclips.blogsome.com" />
<input type="submit" name="btnG" value="Search Library clips" />
form>

//blogsearch.google.com/">"http://blogsearch.google.com/blogsearch/intl/en_ALL/images/g_bsrch_logo.gif" alt="Google Blog Search logo" title="Click to search the blogosphere" width="90" height="30"/>

Code for Google site search box


<form method=GET action="http://www.google.com/search">
<input type=hidden name=ie value=UTF-8/>
<input type=hidden name=oe value=UTF-8/>
<table bgcolor="#FFFFFF"><tr><td>

td>


/>
<input type=submit name=btnG VALUE="Google Search"/>
<font size=1>
<input type=hidden name=domains value="http://libraryclips.blogsome.com"/><br /><input type=radio name=sitesearch value=""/> WWW <input type=radio name=sitesearch value="http://libraryclips.blogsome.com" checked/> Library clips <br />
font>
</td>tr></table>
form>


//www.google.com/">
"http://www.google.com/logos/Logo_40wht.gif" 
border="0" width="90" height="30" ALT="Google"/>


Rollyo

When will Rollyo allow to export a searchbox, looks like Eureksters new service beat them to it

Publishing raw code

Here is how to add code to a blog post in a way that you can see the code...so you can show the actual raw code without it actually working.

&lt;strong&gt;hello&lt;/strong>


Just incase the head and tail in the code tags.

This is handy, I can keep this code here, as I was always searching for where I kept this handy info...now I have a place where I can quickly find all my code, and better still I'm sharing it by default.

Yahoo blog search box

Here is some code that you can whack on your blog to make a Yahoo search box.

<form action="http://blog.news.search.yahoo.com/blog/search" method="get">
<input type="text" name="p"/>
<input type="submit" value="Search Blogs"/>
form>


I haven't tried this yet but I'm sure it works...maybe I could spice it up with the Yahoo! icon...anyone listening!

PS: I like the idea of trading codes, get some help on enhancements, a one stop help desk from the Web2.0 community.
« Newer Snippets
Older Snippets »
5 total  XML / RSS feed