Pending AJAX terminating on window.location.href issue
Consider following 2 lines executed together: $.ajax('url',options)window.location.href= 'some url';Many browsers (Chrome for example) terminate Ajax request when they encounter redirect call. Q. Why...
View ArticleBoggle Find word Game using HTML5 Canvas
canvas { border: 1px red solid; cursor: pointer; -moz-user-select: none; -khtml-user-select: none; -webkit-user-select: none; user-select: none; position: relative; } This is my very first attempt to...
View ArticleSVC handlers missing in IIS on Windows8
A quick tip. I recently upgraded OS to windows 8 and installed both VS2010 and VS2012. Post that, my svc files stopped working in IIS and threw a 404 not found error. After a little struggle I found...
View ArticleCode For Me Dude - Breaking People's Dependencies in Agile Projects
If I consider product sprints as an evil, every agile team has Marvel superheroes (developers) who with their expertise, kill the evil and bring joy to the city (Stakeholders). But what if Batman goes...
View ArticleFree tool to copy password protected PDF without password
Recently, I had a password protected PDF (for which I had the password) but had to upload the same at some place which didn't accept password protected PDF. To my surprise, I couldn't find any option...
View ArticleC# New Keyword Summarized
In C#, the new keyword can be used as an operator or modifieror a constraint.OPERATOR: Hashtable h = newHashtable() MODIFIER: publicnew void SayHello()CONSTRAINT: classMyClasswhereT :...
View ArticleError 1061: The Service cannot accept control messages at this time
Recently, while debugging a windows service (written in C#), I left the code in debug mode for long in a catch block. Likely it caused some thread issue and my service got stuck in a suspended state. I...
View ArticleSetting Deployd and Nodejs for Apress professional angularjs
If you're reading Professional Angular Apress book (One of the best books I've read), for practical exercises you'd need to make some installations. Unfortunately, the book text is a little outdated as...
View ArticleIs Front-end eating up back-end?
I published my first ever LinkedIn article today.https://www.linkedin.com/today/post/article/20140929124022-33228243-is-front-end-eating-up-back-end-jobs?trk=prof-postAn insight on whether as a...
View ArticleCryptographicException - Key not valid for use in specified state
Recently, I was caught with frustrating exception"CryptographicException “Key not valid for use in specified state.” while attempting to generate pass using passbook generator using C#. The fix for me...
View ArticleDownloading PDF from Box.com
I tried to download PDF from Box.com but the download button did nothing. I signed up and logged in, but still nothing happened on pressing Download.Finally I find a hack ;)1. Instead of pressing...
View ArticleThe 'ffi' native gem requires installed build tools
For Windows people who've never had experience with Ruby, Gems etc.Recently on a windows box, I had a need to install compass fresh. Not because I wanted to create a gem but just to use features like...
View ArticleLocalStorage v/s SessionStorage v/s Cookie
Comparison of different options to save data locally on browserLocal Storage (WebStorage)SqlLite DBdeprecatedFileSystemNot checked yetSession StorageCookie (No expiration set)SCOPEDomain (no...
View ArticleVisual Studio 2015 Community direct iso link
You may download Visual Studio 2015 Community Version directly fromhttp://download.microsoft.com/download/0/B/C/0BC321A4-013F-479C-84E6-4A2F90B11269/vs2015.com_enu.iso
View ArticleHamburger Menu using Weld.io Tutorial
Tutorial on how to create a Hamburger Menu using Weld.io online tool
View ArticleIonic Modal Not opening on Device
Recently I was trying to build a simple app that would list the tasks and allow adding one task via an ionic modal. While every thing work fine on emulator and browser, upon deploying the app on...
View ArticleBulk Unfollow on Twitter for Spam Accounts
Likely, you would have been shocked like me when you logged into your Twitter account only to see that you've been following hundreds of account. Following is step-by-step to get rid of this in 5...
View ArticleHow to apply for Schengen VISA in VFS Delhi
With my daughter started going to school this year, eventually I got into the league of parents who can afford long family vacation only during the summer holidays. Since, I wanted to beat the heat,...
View ArticleFixing npm run android issues
fix NPM RUN ANDROIDThis command could either delight you with your first react native app launching nicely on an emulator OR frustrate you. This article provides a fix for most common issues...
View ArticleHow to upgrade React Native to 0.60.5
http://deepakaggarwal.net/blog/migrating-react-native-from-0-59-1-to-0-60-5/
View ArticleHow to use OpenCV with React Native
https://www.deepakaggarwal.net/2020/07/26/how-to-use-opencv-with-reactnative/
View ArticleStep by step tutorial for installing ReactNative
This tutorial covers step by step instructions to installNodeReact NativeCocoapodsXCodeAndroidStudioOpenJDKHomebrew
View Article