Archive

Posts Tagged ‘JQuery’

Create YouTube-like adaptable view using CSS and jQuery

April 15, 2010 1 comment

Besides Turn off the lights feature I explained earlier, YouTube has more great stuff. I believe that you noticed “change view” feature which allows you to switch between normal and wide mode and thus expand/shrink movie area. I like this feature because in different circumstances, I need a different view. But the thing I like the most is that, although layout changes, it is done seamingly and all the information remains easily accessible.

Download source (29kb) View demo

**************************************************** Read more…

Learning Jquery: The Basics

February 22, 2010 1 comment
First I want to make sure we are all on the same page about Jquery. I am going to assume that since you are reading this you know that Jquery is a javascript library, but you don’t have the faintest clue on how to write code using Jquery. Sure you have jquery installed on your website and have used a couple of plugins, but as far as you know you have to assign this class to an element then the plugin works. Well I am here to change that to make your life easier, like the jquery slogan “Write Less, Do More”.
This guest article was written by Hayes, the 13 year old web developer and designer.
Have some web development, web design or blogging skills? Contribute to CatsWhoCode!

Download jquery here.

**************************************************** Read more…
Categories: Forums, JavaScript Tags: ,

10 JQuery Snippets For Efficient Developers

February 20, 2010 Leave a comment
jQuery is by far my favorite Javascript framework, which allows developers to create stunning visual effects, manipulate data properly, and much more. In this article, I have compiled 10 extremely useful jQuery snippets.

Load jQuery from Google

Google has a fresh version of jQuery, which is made available for developers. Instead of getting a jQuery copy, you should definitely take advantage of Google’s “generosity” and directly load their copy:

1.<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"type="text/javascript"></script>

» Source

**************************************************** Read more…
Follow

Get every new post delivered to your Inbox.

Join 184 other followers