How to setup Eclipse and Android on Windows 7 - A Step-by-Step guide
#android h2{ font-size:20px; text-shadow: 2px 2px 0px #eee, 2px 2px 2px yellow; color:#000000; text-transform:capitalize; } One of the most detailed step-by-step guide ever to setup Android with...
View ArticleJQuery Bind v/s Live v/s Delegate v/s On comparison matrix
BindLiveDelegateOnMin version required1.0 1.31.4.21.5RecommendedNoAbsolute NoYesOf course Yes!DOM changes considertionNoYesYesYesCustom EventsYesYesYesYesReadabilityGoodGoodV. Good V....
View ArticleHow to try SocialAuth.NET Demo on local machine
This is a simple video about steps to download and run SocialAuth.NET demo application on local machine.
View ArticleCoding Puzzle#1 - Generic Random Status Filler
Level: Intermediate-AdvanceTopic: Plain LoopsWho Wins: One who accomplishes this task with least number of iterationsShort Description: Create a method such that it is capable of populating enum...
View ArticleConditionally render MVC layout section
Error:The following sections have been defined but have not been rendered for the layout page "~/_SiteLayout.cshtml"Reason:Let's say there is a Layout as...
View ArticleHow to write JavaScript functions in different styles
INTENT================================================================= This article is to explore different ways to write JavaScript functions. All example below are in context of plain JavaScript and...
View ArticleHow to write JavaScript in MVC style
Intent==============================================================================This tutorial explains a way to implement MVC (Model View Controller) pattern in client script using pure JavaScript....
View ArticleError while enabling windows feature NetFx3
Recently, I tried to install SQL 2012 express edition on a Windows 8 OS running inside VMware. Installation wizard is very much the same as SQL 2008, so I thought it's going to be pretty smooth. With...
View ArticleExporting events to google calendar Link HtmlHelper
Following is a ASP.NET MVC HtmlHelper to generate an anchor link for exporting an event to Google Calendar. public static MvcHtmlString ExportEventToGoogleLink(this HtmlHelper htmlHelper, string title,...
View ArticleFixing ASP.NET application for IE10 compatibility
We've a stable MVC web application. However, recently there was a sprung in issues (mostly JavaScript) breaking many of the existing features. Recently, QA started to test application in IE10 browser...
View Articlesvn issue cannot display: file marked as binary type
It is possible that you may face following issue while comparing different versions of a file - specially with .css and .js file as following:CAUSE: It happens when SVN is not able to identify the...
View ArticleRefactoring ASP.NET MVC Routes
Routing is vital to MVC. Routing defines mappings between URL and ActionMethod - that would handle request to that URL. For example, following route mapping defines that when a user hits...
View ArticleArchitecting scrum
Thoughts on Engineering Design and Analysis phase, specific to running sprints. Thoughts are based on assumption that PO is ready with sprint items.I. Pre-requisites:- Understanding sprint...
View ArticleJQuery unrecognized expression in parsing MVC Partial
This is a quick tip sharing. Recently, I was stuck in a problem where I was making an AJAX call to get MVC partial as HTML in response.Within this response, I made an attempt to find an element using...
View ArticlePending 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 Article