Profile_bird

Hey there! pornelski 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 pornelski's tweets.

Already using Twitter
from your phone? Click here.

pornelski

  1. “What the Bold Print Giveth, the Fine Print Taketh Away” :)
  2. I love SQLite syntax presented as railroad diagrams: http://www.sqlite.org/syntaxdiagrams.html
  3. @Malarkey Fire Vox.
  4. Matching URLs with paired non-nested parens isn't hard: (?:[url-char-except-(]+|\([url-char-except-()]*\))* /cc @codinghorror
  5. @cssquirrel However, inline scripts wait for CSS. You should get desired effect if you don't use jQuery ready() trick, or use onload event.
  6. @cssquirrel No, ready() is based on DOMContentLoaded event, which is supposed to fire as soon as HTML finishes loading, nothing else.
  7. Found workaround to lastfmize spotify: http://lutt.se/lastfm+spotify+new/
  8. RT @timbray: The odds of airborne terror: http://www.fivethirtyeight.com/2009/12/odds-of-airborne-terror.html
  9. @riddle I'm pretty happy with Tweetie 2 for iPhone (drag-to-refresh rocks!) Desktop version is outdated, unfortunately. /cc @mathias
  10. AppleScript is the only programming language that has been designed to be impossible to use by programmers.
  11. @riddle Firefox 3.6 gradients are the future. WebKit, Fx 3.5 are obsolete rubbish: https://bugzilla.mozilla.org/show_bug.cgi?id=513395
  12. RT @macjitouch: jitouch 2 has been released! Check out the new features at http://www.jitouch.com/index.php?page=newfeatures Thanks for ...
  13. RT @brucel: the lion king's message of apartheid for hyenas and leadership hinges on genes not merit is fascist. was like mein kampf wit ...
  14. RT @otrops: It’s a Myth That All Capital Letters Are Inherently Harder to Read http://ur1.ca/ifxa by @thebrainlady /via @laura_carlsonQ
  15. Testing BetterTouchTool. It's like a mana power-up for Magic Mouse.
  16. @cssquirrel Webkit and Gecko apply shadows in opposite order than Opera and CSS spec. Look suspiciously at opaque shadows if you have any.
  17. @mathias yes, your conclusion is correct. This is why I prefer change of text cursor to normal one. Gives a hint, but doesn't abuse link UI.
  18. @mathias and labels are doomed :( Users don't know they can click them even in OS. However, hand pointer looks so wrong on them...
  19. @mathias If button doesn't look like a button, making it behave like a link is wrong direction :)
  20. @mathias I use label {pointer:normal /* or was it default? */} and dislike linkification of buttons. Imagine if these styles were OS-wide.