1

2

3

Recently, from the Blog...

0

Google Translate has added support for Georgian!

Now, this has probably happened a while ago (actually on May 13 Five more languages on translate.google.com), but for me it was real surprise – Google Translate has added support for Georgian Language, among others (Azerbaijani, Armenian, Basque, Urdu and Georgian). Here are some nice screenshots :)

Continue reading...

0

Absolute Positioning relative to parent container in IE6

I know IE6 dies out (actually it already died, long time ago and just hobbles around like zombie), but it still manages to give me a headache. I really should charge my clients for IE6 optimization from now on. An “interesting” finding today was that absolutely positioned element, which you might want to position relative [...]

Continue reading...

0

Why would you need to use prepared MySQL statements?..

“If prepared statements are not used server needs to convert millions of values from int to the string and client has to do reverse conversion. This takes time. Furthemore string data takes more space which also slow down things a bit.” MySQL Performance Blog

Continue reading...