Those Who Try Never Fail

Posted on under Life & Thoughts Leave a comment

Amitabh Bachchan recited this beautiful, inspiring poem in the closing moments of the historic KBC episode that saw, for the first time ever, a prize money of Rs. 7 crore (approx. USD 1.2 million) being won. The poem was written by Harivansh Rai Bachchan, Amitabh’s father, and it goes like this: लहरों से डर कर […]

Sencha Touch: Accessing a remote API that is under Basic Authentication

Posted on under Coding & Tech, Tutorials 2 Comments

ST makes it pretty straightforward to access webservices or APIs through its various data proxies and Ext.Ajax. But consuming an API protected under basic authentication can be tricky. Both data proxies and Ext.Ajax provide setUsername() and setPassword() methods, and they work fine on most browsers. But in my experience using these methods, I had big […]

MonoDevelop 4: CSS files not loading for an ASP.NET MVC4 site

Posted on under Coding & Tech, Tutorials 3 Comments

If you are like me — always living in Linux, but sometimes being required to develop ASP.NET sites — you have no doubt used MonoDevelop. While its latest iteration brings in many good things, it’s still not the ready-to-use Visual Studio. Once you are past the System.UnauthorizedAccessException and Could not load file or assembly ‘System.Web.WebPages’ […]