An updated system

Posted on under Life & Thoughts Leave a comment

I have been away from developments in the larger Linux world since quite some time. I’m not a distrohopper any more. I’ve kinda settled down on my (childhood) favorite openSUSE. I’d installed version 13.1 about two years ago on my brand new laptop. A few days ago I decided to update my KDE 4 to Plasma […]

Moved to a new webhost

Posted on under Life & Thoughts Leave a comment

Here I am. With Arvixe. After 8 years with DreamHost, I made the move to save money. Shit loads of money. Hosting with DreamHost was a smooth and wonderful but expensive journey. Their support and technical expertise are unmatched, things that came in pretty handy while hosting a Linux distro (Granular, remember?). In its heydays, […]

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’ […]