EMI Calculation Explained – Excel
EMI Calculation is a rather complex math with the denominator being the integration of a series (or something of that sort). It is fairly complex to take a pen and paper and calculate. Well, that is if...
View ArticleFirst and Last day of a Month in C# and VB .NET
In date manipulation, one common task is to arrive at first and last day of a month. Here are two methods to achieve the same in VB and C#. DateSerial This is my favorite method for creating date out...
View ArticleCOUNTIFS and SUMIFS in Excel 2003
COUNTIFS is a new function available in Excel 2007. This has proved to be very helpful and it is always a problem if you switch back and forth between the two versions. Well, here is an equivalent for...
View ArticleMINIF and MAXIF in Excel 2003 or 2007
Like COUNTIF and SUMIF, it is helpful to have a conditional MAX or MIN. Excel doesn’t have it for now (yeah, “for now”, ‘coz MS has steadily been adding such useful functions with every new release)....
View ArticlePowerShell Script to Search Files Recursively
We had a requirement to find all images within our solution folder and check which all of them are being referenced. This was mainly to identify the unused images and cleanup the deployment. Looked...
View ArticleCall Twitter APIs from C# .Net
Twitter has an API implementation that is very simple to understand and use. Here is how it works, if you want to get the friends timeline of a user. http://twitter.com/statuses/friends_timeline.rss...
View ArticleInstall SharePoint 2010 Beta on Win7 – How To
Everyone says SP2010 can be installed on Win7 and when you actually try to do it – BAM! It says setup is unable to proceed as the product requires Windows Server 2008 (x64). Here is what came to my...
View ArticleAnchor Click Not Working in FireFox / Opera / Chrome
One issue that web developers trying to port a “designed for IE” application (to support more browsers) is the use of certain IE-specific method calls. One such is the use of .click on anchor tags....
View ArticleAdding TweetBacks to Thesis
Was trying to add the tweetback plugin to my thesis themed blog recently and found out that the tweets doesn’t appear automatically as comments if you just enable the plugin. Some searching around...
View ArticleHow to Create a PFX Certificate
If you are working with Azure cloud or any other services that require a PFX certificate, here is an easy way to create a certificate. Step 01 Create vs.bat as below [crayon-55b1fc2b33847787905663/] Be...
View Article