[caption id="attachment_879" align="alignnone" width="372"] HTML5 Data Storage[/caption]
[sourcecode language="javascript"]
function supports_html5_storage() {
try {
return 'sessionStorage' in window && window['sessionStorage'] !== null;
} catch (e) {
return false;
}
}
alert(supports_html5_storage());
[/sourcecode]
Subscribe to:
Post Comments (Atom)
How to enable CORS in Laravel 5
https://www.youtube.com/watch?v=PozYTvmgcVE 1. Add middleware php artisan make:middleware Cors return $next($request) ->header('Acces...
-
< Requirements Java Development Kit (JDK) NetBeans IDE Apache Axis 2 Apache Tomcat Server Main Topics Setup Development Environ...
-
Download Sourcecode [sourcecode language="csharp"] using System; using System.Collections.Generic; using System.Linq; using System...
Hi, I think your blog might be having browser compatibility issues.
ReplyDeleteWhen I look at your blog site in Safari, it looks fine but when opening in Internet Explorer, it has
some overlapping. I just wanted to give you a quick
heads up! Other then that, fantastic blog!
Hi, thanks for your feedback.
ReplyDeleteIE is a shit browser, As a developer, I do not worry about that though it would really matters in browser compatibility point of view.