CDeutsch's Blog
Ramblings of a Computer Programmer & Amateur Motorsports Enthusiast
Showing posts with label
javascript
.
Show all posts
Showing posts with label
javascript
.
Show all posts
Sunday, September 29, 2013
How to Add Barcode Scanning to your Web App using Xamarin
›
Recently I had a client who wanted to add barcode scanning capabilities to their web app. Their web app was already responsive thanks to Boo...
Sunday, May 13, 2012
Add support for LESS to Node.js connect-assetmanager package
›
The connect-assetmanager Node.js package allows you to combine multiple javascript and CSS files into one and also do other manipulations ...
Tuesday, May 1, 2012
MonoTouch JsBridge - Communicate with the UIWebView
›
Today I'm open sourcing JsBridge for MonoTouch which allows for bidirectional communication between the javascript in your UIWebViews a...
Wednesday, March 28, 2012
Solved: Video.Js Playback Error in IE9
›
TL;DR: Make sure your server (including Amazon CloudFront) is setting the correct mime type when returning the video file. For .mp4 files...
Thursday, February 9, 2012
setTimeout Setting Mysterious Callback Parameters
›
I got burned by this twice in the last month. Say you want to call the following function after 5 seconds. function doSomething(optionalP...
Wednesday, September 28, 2011
jQuery Mobile Displaying A Dialog
›
While working on a mobile web app that is using jQuery Mobile I wanted to display a dialog without making an Ajax call to the server to loa...
Tuesday, April 19, 2011
Using RazorJS with MVC3
›
I've been working on a project where I've managed to accumulate 1200+ lines of javascript in my View file. There are two reasons for...
›
Home
View web version