EYECON

Colorpicker and Datepicker updates

sâmbătă, 23 mai, 2009   JavaScript   jQuery   9

I manage to free some time to work on this two widgets, take every E-mail by hand and fixed all the issues out there.

Colorpicker:

  • Added: close on color selection example
  • Added: restore original color option
  • Changed: color update on key up event
  • Fixed: colorpicker hide and show methods
  • Fixed: reference to options. Multiple fields with colorpickers is possible now.
  • Fixed: RGB to HSB convertion

Datepicker:

  • Added: close on selection example
  • Added: onChange has new parameter: reference to related element
  • Added: start view days, months, years
  • Added: clear selection in multiple and range mode
  • Fixed: datepicker hide and show methods
  • Fixed: january selection (tahns to Konstantin Zavialov)
  • Fixed: working with jQuery 1.3
  • Fixed: deselecting a date in multiple mode (thanks to Geelen Sebastien)

Roller - jQuery based game

duminică, 10 mai, 2009   JavaScript   jQuery, Open source   3

From time to time I feel the need to break out the everyday routine. Last night I was surfing the web with no direction and I found this tutorial and I said: "This can be done in JavaScript too.". I start to plan this a little bit and after 4 hours with a little jQuery, OOP and Photoshop it end up to be a working game.

The goal in the game is to roll a ball following a path till the end. Each tile you roll on has different properties affecting the way you can control the ball or the way the ball moves.

  • regular - you have enough control to keep the ball on it
  • ice - has a slippery surface and you have very little power to steer the ball
  • glass - once you roll on it it breaks away
  • reverse - the controls are reversed
  • sand - high friction tile
  • windy - the wind blows your ball in a certain direction and you have to compensate
  • checkpoint - once you roll on this tile you do not have to go to the level's start if you roll out

Now all I have to do is to design some more levels. Now go and enjoy it Roller or download it.

Date picker

miercuri, 30 iulie, 2008   JavaScript   jQuery   0

A new jQuery plugin: Date Picker component with a lot of options and easy to fit in your web application.

Features

  • Flat mode - as element in page
  • Multiple calendars in the component
  • Allows single, multiple or range selection
  • Mark dates as special, weekends, special days
  • Easy to customize the look by changing CSS
  • Localiation for months' and days' names
  • Custom day to start the week
  • Fits into the viewport

DatePicker - jQuery plugin

Pagini:123»