First official project

Last night (very late night), I decided to start my first official project. Check it out here FB.Auth

Ajax IE caching problems

Yesterday, half of my day instead of doing productive work, I spent it searching to find a solutions so that IE (Internet Explorer), stops caching ajax get results. Found several suggestions, but the one that worked for me was this <meta http-equiv=’expires’ content=’0′> <meta http-equiv=’pragma’ content=’no-cache’> Hope it helps anyone as it did me.