Ionic – CORS with Live Reload Part 2

Hello again, reader. I wanted to follow up (better late than never, right?!) on my previous post regarding CORS issues encountered while working with the Ionic Framework’s –livereload feature. If you’re reading this, then you likely already know that some interesting things can happen when using the Live Reload (–livereload / -l) features of Ionic…… Continue reading Ionic – CORS with Live Reload Part 2

Ionic – CORS with Live Reload

File this one under ‘lessons learned from hours spent chasing my tail’. Recently, I’ve been working quite a bit with the Ionic Framework… While I can’t say that I was initially on board for the whole ‘hybrid app’ approach for mobile development, I’ve really grown to love the stack and find it fun to work… Continue reading Ionic – CORS with Live Reload

NTFS File System Tunneling (…is stupid …and wrong)

I will keep this short… I’ve already spent far too much time on this easy to work around peculiarity of NTFS and how it associates file meta information under the hood… Consider this console app: http://pastebin.com/66QABWS3 If you were to actually read this (don’t feel too bad if you didn’t – the last link will explain… Continue reading NTFS File System Tunneling (…is stupid …and wrong)

ASP DropDownList DataBind Woes – Invalid SelectedValue Error

Yesterday, as I was plugging away on an ASP WebForms application to add some new features, I encountered an error I had not yet seen. “SelectedValue which is invalid because it does not exist in the list of items” Although Googling turned up a lot of results, I could not really find anything that fit… Continue reading ASP DropDownList DataBind Woes – Invalid SelectedValue Error

Critical error on Couchapp push with Ubuntu

I am hoping that in posting this, someone is able to save a little time and frustration. On my Ubuntu 10.10 machine with CouchDB 1.0.1 installed, I began experiencing the following error every time I attempted to ‘couchapp push’ my couchapp changes: [CRITICAL] Expecting object: line 2 column 3 (char 4) After a bit of… Continue reading Critical error on Couchapp push with Ubuntu

Wow. I never use this thing. [Inception]

So, I came to post a quick quip about how much I liked Inception today and realized how little I use my blog anymore.  Not that I have ever been a competitive blogger or anything of the sort, but it would seem that I have withered and dried up – at least so far as these posts… Continue reading Wow. I never use this thing. [Inception]

Practical Django Projects 2nd Ed. (Apress) – CH3 TinyMCE Problem

Updated: April 6, 2010 9:50pm CST – Correction (Below) When reading/working through the 2nd edition of Apress’ ‘Practical Django Projects’, I hit a hang.  A big hang.  And like most big hangs, it was actually a very small (technically speaking) bump in the road.   The problem is that when looking to “how to” books such… Continue reading Practical Django Projects 2nd Ed. (Apress) – CH3 TinyMCE Problem