code simple method to add a safari css There are some selector hacks out there, but I don't like them - ie: (@media screen and (-webkit-min-device-pixel-ratio:0) {}). My personal favourite is done with Prototype because I use it a lot and it is pretty simple: <link rel="stylesheet" type="text/css"
code new protosafe released just in time. One of our clients requested it (minified + packed) last week and today I found an updated version and it seems t work fine: http://code.google.com/p/protosafe/
code Thursday My neighbours just had sex - uhh, ahhh, uuhhhh - well for about 4 minutes - not much longer - then they were done. So I'd call it a quickly. I was quite tempted to have a look but I thought that would be
code email regex if you need a very easy regex, to validate emails - here's some I wrote: ^((?P<localpart>([\w\-_]+)([\w\-_]+([\.]{1}[^\.\.]+))([\w\-_]+)) @(?P<domain>([\wäüö]+[\w\-\._äüö]+[\wäüö]+)) \.(?P<tld>([a-z]{2,6})))$