Update – Please visit skpaul.me for latest posts and updates

skpaul.me

Hi, Greetings!! Thanks for visiting my blog, I have open a blog (http://skpaul.me). So from now, you will get all latest posts and updates on http://skpaul.me.   Please take a look on my personal blog (http://skpaul.me), and let me know your comments and review.   Thanks in Advance sk paul http://skpaul.me

window.open in IE (invalid argument)

A quick IE issue. Calling window.open() with spaces in the window name as a second parameter will generate an error in IE but works fine in Firefox, Chrome.. Example: window.open(‘myPage.html’, ‘My New Page’); will generate error window.open(‘myPage.html’, ‘MyNewPage’); will not generate any error 🙂

JavaScript/ jQuery Error ‘expected identifier, string or number’ in IE

IE sucks... and nothing to do coz. it's windows default browser. Hi this is my first post on JavaScript in my blog.. 🙂 I get a new error (JavaScript Error ‘expected identifier, string or number’ in IE) in JavaScript on IE when developing an application and got a solution on googling and post this here.... … Continue reading JavaScript/ jQuery Error ‘expected identifier, string or number’ in IE