A picture is worth a thousand words. No doubt about it. You’ve probably noticed that a lot of websites lately have a featured area with content that slides or changes in some way. This is a great technique to show several pieces of content in a limited amount of space and a good way to [...]
A timeline is a way of displaying a list of events in chronological order, sometimes described as a project artifact . It is typically a graphic design showing a long bar labeled with dates alongside itself and (usually) events labeled on points where they would have happened. Here is the collection of 7 cool web [...]
Later today surfing on web , found one website having static ads on sidebar. What happens is after some scroll ads got fixed and remain at same position till end. So wondering how it has been done , I tried it using jQuery. The Trick The trick is simple. Just calculate the distance between element [...]
Breadcrumbs or breadcrumb trail is a navigation aid used in user interfaces. It allows users to keep track of their locations within programs or documents. The term comes from the trail of breadcrumbs left by Hansel and Gretel in the popular fairytale. They are simply hyperlinks that lead sequentially to the current page. Breadcrumbs are [...]
Today, when I was surfing net, I found this very interesting topic – How To Style Dropdown in HTML. Since in HTML the dropdown is the SELECT tag and its rendering depends on both OS and the browser of client. Though you can change its font, font-size, width, height like basic CSS properties but what [...]
Earlier today working on a project , I found one trick which I would like to share. Here is a small code that limit a input box for defined number of characters. Please take a look on following example: HTML 1 <input id="myInput" value=""/> . Jquery snippet Assuming we have to limit characters to 20. [...]
A brief about jQuery jQuery can be defined as a cross-browser library that is made to ease HTML scripting from client-side. Making it easier and faster to build JavaScript web applications and webpages, jQuery allows web programmers to write single line of codes instead of 10-20 JavaScript code lines. With jQuery, writing a JavaScript code [...]
There are a lot of readymade jQuery plugins from helpful developers and designers who put excellent effects and functionality in their code to help your website. Here are 25 jQuery plugins to perk up your site. You can just download the scripts and add them to the jQuery framework, and it will enhance your web [...]
JQuery is enhanced Java Script libraries that run on client’s side in client server based environment over internet, client side means web browsers. JQuery is used to bring interactive ness, robustness and dynamicity to web page. There are whole lots of things that you can do using J-Query. All major website that operate globally have [...]
Jquery is a client based application that runs on user side i.e. at your web browser. One of the best things about jQuery is that it allows users to add interactive functionalities to their websites. Interactiveness allows you to increase the functionality of your website by producing robustness and dynamicity in your website. To understand [...]
Web developers that still believe in creating code manually can really benefit from using jQuery to develop a website. It’s not a web wizard, but it defnitely makes coding much easier. Anyone that has manually coded a webpage may be familiar with HTML and Javascript. Advanced developers may even have some knowledge of ASP and [...]