Skip to content Skip to sidebar Skip to footer
Showing posts with the label Cross Browser

Are Cookies Fit For Just Client Side Usage?

I want to store some non confidential data on the user's browser (or any device/mobile browser)… Read more Are Cookies Fit For Just Client Side Usage?

Jquery Load Works On Dreamweaver But Not In Browsers

I used the .load() function. It works in Dreamweaver's Live View, but not in Firefox, Chrome, o… Read more Jquery Load Works On Dreamweaver But Not In Browsers

Documentfragment Browser Support

Today I stumbled on createDocumentFragment. I was wondering if the DocumementFragment is supported,… Read more Documentfragment Browser Support

Force Ie 11 "user Agent String" Using Tags

My website is broken in IE11. We all know that HTML tags allow developer to force IE compatibility… Read more Force Ie 11 "user Agent String" Using Tags

How To Use Json Proxy To Access Remote Services During Development

This is my doubt after going through How to send headers while using jsonp proxy? and How Ajax cal… Read more How To Use Json Proxy To Access Remote Services During Development

Downsides Of Using The Navigator Object / User-agent Sniffing For Detecting Ie Versions

With the release of jQuery 2.0, there has been a lot of talk about how to identify if the user is u… Read more Downsides Of Using The Navigator Object / User-agent Sniffing For Detecting Ie Versions