Carousels with jQuery

jCarousel is a simple jQuery plugin to create continuous sliding effect.  I like the way they created the plugin. http://sorgalla.com/jcarousel/ jCarousel uses both javascript array and structured html  for inputing data. The data can be modified with html using post callback functions. For example, you can show flicker images using jCarousel by importing the images [...]

1 Comments , , , , , , ,

Sliding menu using jQuery and ScrollTo

Recently I created a sliding menu for a project using jQuery and ScrollTo functions. See demo: Slider  Menu We can use the jQuery function $(“.menubar”).scrollTo(id_of_element) to scroll any scrollable area to a particular location. The idea behind every smooth sliding is using scroll function with overflow:hidden mode. You can download the source code from : [...]

1 Comments , , , , , , ,

Onchange, form submit – Error

If you are facing onchange and form submit of select-box (combo box) in html, you are not alone. In sometimes onchange = “document.formname.submit()” won’t submit the form, while it works on other html pages. There is hidden truth of this problem is , there may be some other input having the name “submit”. This cause [...]

0 Comments , , , ,

Yahoo Media Player

It may be an unwanted post, but I recently got this information while sufing through.. It is nothing but a javascript file from Yahoo. It is duty is to convery every mp3 link inside an html page into mp3 player and it also creates a playlist according the the mp3 links available. What you have [...]

5 Comments , , , , ,

JQuery – Play with html

Start jquery for manipulating html file and execute javascript just like sql queries. Simply pointer the dom object with a $  and manipulate with different built in function. For example  $(“p.neat”).addClass(“ohmy”).show(“slow”); Don’t need to write javascript inside each node. It is like prototyping. Insted of adding an onClick=”function()” inside the node, jquery define the onclick [...]

2 Comments , , , , ,

Fun Time

Hello Techies , Lets watch a fun video with your browser interactive effect. Kill me if you dont like this flash + javascript effect. Dont maximise (enlarge ) your browser window  after clicking the below link. Wait a moment  after the click. REMEMBER, DONT MAXIMIZE the window http://www.fly-a-balloon.be/ Regards Sythoos Share

5 Comments , , , , , ,

Stylish Blockquote

The tag blockquote in html has a special beauty than any other tags by default. And when you use blockquote in your post, it gets more meaning than merely a text. Then what will happen if you make your blockquote more stylish. See my blockquote below: There are 10 kinds of people in this world….Those [...]

6 Comments , , , ,