Profile_bird

Hey there! valums is using Twitter.

Twitter is a free service that lets you keep in touch with people through the exchange of quick, frequent answers to one simple question: What's happening? Join today to start receiving valums's tweets.

Already using Twitter
from your phone? Click here.

valums

  1. Fast by Default and Web Performances http://bit.ly/4CCPKr
  2. At last! Firefox 3.6 will support <input type=”file” multiple> http://bit.ly/2TL4bf
  3. RT @LeaVerou Cross-browser 90° text rotation with CSS (without IE filters!) http://bit.ly/6Ia9v
  4. My first attempt to create a startup has failed, but it was a good experience, and I actually expected that things won't go as I planned.
  5. Firefox will implement a new font format http://hacks.mozilla.org/20...
  6. Good topic for a presentation at university needed. The only one I come up with so far is "Why web apps will eventually outgrow desktop ..."
  7. Introduction to building jQuery plugins http://valums.com/jquery-pl...
  8. RT @jerols How to go from 1 to a million users by Kevin Rose (great tips): http://bit.ly/NZPs7
  9. Forwarding Mouse Events Through Layers http://bit.ly/8PLVF
  10. @WebReflection Pff, missed sidebar on the wide screen. My uploader main feature is that you can use any element as an upload button.
  11. @WebReflection I didn't know you were developing basically the same thing. Do you have a demo anywhere?
  12. At last moved my AJAX Upload project to GitHub. I love that they offer a built-in issue tracker. http://github.com/valums/aj...
  13. Cool JavaScript effect for images http://bit.ly/z89rF by Andrea Giammarchi
  14. Here is a game I wrote in JavaScript, not really flashy, but still interesting http://valums.com/game/
  15. rt @jamespadolsey Stop using mammoth CSS resets! http://bit.ly/HklSo
  16. Just got an sms from Latvian University saying that I'm accepted to Computer Science course. I hope I will have a great time there.
  17. New CSS vertical centering solution suitable for fluid layouts http://valums.com/vertical/
  18. Did you know that when margin or padding = some %, it is calculated based on the WIDTH of the containing block, even for top and bottom.
  19. Fixing JSONP Memory leak http://neil.fraser.name/new... via @ajaxian
  20. @RickSeymour You can't upload file and read the response from other domain with 1 request. Maybe you can split it in 2 or use a proxy?