Adding search to Blogger or website


I was working on my other Blogger website today.
If you are using Blogger you can add it by using "Add a Gadget".
But I didn't want to use a Gadget, because I wanted to add a search function in a horizontal navigation.

If you want to add it to your website with using HTML, you can find the details in Google custom search.

So I added search function with the following code to my Blogger site.


<form expr:action='data:blog.homePageUrl + "/search"' id='search_form' method='get'>
<input id='searchinput' name='q' size='22' tabindex='2' type='text' value=''/>
<input id='searchbutton' name='submit' tabindex='5' type='submit' value='Search'/>
</form>


Read the rest of this entry »

SelectorGadget: point and click CSS selectors Updated

SelectorGadget: point and click CSS selectors is updated on 10th March 09. If you have a previous version like me, it's a good idea to update it.

This is a great bookmarklet to have on FF.
Created by Andrew Cantino and Kyle Maxwell.
Read the rest of this entry »

Easy Display Switch with CSS and jQuery by By Soh Tanaka


Easy Display Switch with CSS and jQuery is another image display for your portfolio. Simple and effective.
You can see the demo here.
Read the rest of this entry »

Creating a “Filterable” Portfolio with jQuery by Trevor Davis

Trevor Davis wrote a tutorial called "Creating a “Filterable” Portfolio with jQuery" in nettuts.com
You can find a demo here.
You can use it for a customer's portfolio and add a jquery lightbox.


Read the rest of this entry »

Add Disqus comment system to your blogger





I just added Disqus to Blogger . Disqus is a comment management. You can manage all your comments in different websites. Great thing is it's free. It is very easy to implement to any platform and very powerful. If you are tired of Blogger comment system I strongly recommend to use Disqus.
Read the rest of this entry »

jQuery Accessible Tabs - How to make tabs REALLY accessible by Dirk Ginader

Improved version of jquery tab by Dirk Ginader.
Read the rest of this entry »

Xobni Outlook plugin


I found this Xobni Outlook plug-in very useful.

Read the rest of this entry »

Douglas Crockford: "The JavaScript Programming Language"/1 of 4

From Yahoo! Video.


Read the rest of this entry »

jQuery Animation - Sliding In and Out, Up and Down

Video tutorial from Vimeo.

jQuery Animation - Sliding In and Out, Up and Down from Jack Franklin on Vimeo.
Read the rest of this entry »

Creating a Scrolling Gallery Using jQuery

Video tutorial from From-the-couch


Read the rest of this entry »
 
^ Scroll to Top