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.

Google nu indexeaza linkuri din Javascript

marţi, 21 aprilie, 2009   JavaScript   Google   3

Bullshit. Se pare ca googlebot poate parsa parti din Javascript si daca gaseste stringuri gen '/mydata/', '/nu/pot/sa/cred/asta/' incearca sa le indexeze. Pentru cei ce folosesc jQuery si Ajax si apeleaza metode $.ajax({url: '/getmember/' sau si mai simplu daca au var str = '/what/the/hell'; or sa ramane surprinsi ca googlebot a ajuns pe acele URL-uri.

Problema intampinata de mine este ca nu stiam de acest lucru, nu am protejat anumite stringuri si se generau linkuri cu 404, cam 200 pe zi. Acum stau sa ma intreb, de ce nu a anuntat Google treaba asta si sa ofere posibilitatea de a exclude fisiere Javascript de la indexare? Acum trebuie sa testez si scriptul de protectie a adreselor de E-mail.

Pentru mai multe informatii cititi: aici, aici si aici .

Pagini:1234»