JavaScripts → 15 Awesome Free JavaScript Charts

  • +4
  • 6 January 2010, 07:17
  • admin
  • Add a comment


Plotting your data can serve as a replacement to tabular data, and is also a great way to add practical graphics to your web page or application. There are many ways you can plot data, but here I have included 15 Awesome Free JavaScript Charts In Your Sites/Blog Pages which serves as a easy Charting solution. Hope you like it.

( Read more )

jQuery → jQuery AutoComplete

  • +4
  • 11 November 2009, 07:09
  • Timmay
  • Read comments: 2


I'd like to present another jQuery plugin, this time it's autocomplete with some handy features.

( Read more )

jQuery → Fixing animation in jQuery

  • +7
  • 8 November 2009, 05:36
  • homm
  • Add a comment
Hi! Initially I was going to write in this article that the jQuery animation engine is rather inefficient and creates a lot of timers, each of them running on its own, which results in the page content being redrawn too often and therefore is very bad for the Web browser's performance. I was also going to describe some techniques for creating "true" animation. However, while preparing my examples I realized that I was wrong.

( Read more )

jQuery → IxEdit Digest (Narrated by Alex)

  • +6
  • 7 November 2009, 08:44
  • admin
  • Add a comment


IxEdit is a JavaScript-based interaction design tool for the web.

( Read more )

jQuery → 8 jQuery plugins you will probably want to use

  • +1
  • 10 October 2009, 02:36
  • admin
  • Add a comment


This post presents 8 useful jQuery plugins which you can use in your future projects.

( Read more )

jQuery → Image croping with Ruby on Rails

  • +10
  • 28 June 2009, 13:30
  • RaideR
  • Read comments: 2


In this article I will tell you how to crop photo to desired size and upload it on server using Ruby on Rails.

( Read more )