Well while checking the simplicity of jQuery , tried making snake game which is quite popular on mobiles or cellphones. Since I made it quickly and might miss some shorthand or small syntax. Please make me correct if I have made any mistake in the code. So lets start will simple thing , the html. [...]
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 [...]
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 [...]
jQuery is a user friendly add-on library for Java Script. They are basically Java Script codes that are written for users i.e. they are designed and implemented on client side (Users Browser) in client server based application. What dose jQuery actually do? Well jQuery is the governing factor for bringing about change in appearance or [...]
Write Less, Do More once again did more. Here is the list of four jquery plugins which are fresh and just arrived. Check them out and have fun. Mobily Map MobilyMap is a jQuery plugin (7KB) that can create a Google Maps-like, draggable interface from any image. Demo . Mobily Slider MobilySlider is advanced slideshow [...]
HTML5 is the next major revision of the HTML standard, currently under development. Like its immediate predecessors, HTML 4.01 and XHTML 1.1, HTML5 is a standard for structuring and presenting content on the World Wide Web. Today we are going to tell you about cool and great games using html5. 1. Agent 008 ball View [...]