Creating a web app using Enyo
Palm Inc's [https://en.wikipedia.org/wiki/Palm,_Inc.] vision of the future was a mobile web where users could experience an "app" without...
Ideas, findings, thoughts and discussion focused on the technology and how to make things work.
Palm Inc's [https://en.wikipedia.org/wiki/Palm,_Inc.] vision of the future was a mobile web where users could experience an "app" without...
This single-page web app shows you how to publish a map using ArcGIS for mapping, ESRI for publishable data, and a JSON file for custom data. I took...
Step 1 Install Serial lib sudo apt-get install python serial Step 2 Find the RFID reader within Raspberry Pi ls /dev/tty* import time import serial delay = 0...
How to get Arduino and Raspberry Pi working together.
Usually, I use jQuery framework for Javascript development, but I recently worked on a project that required to make a website using ArcGIS for map visualization. ArcGIS requires...
Here's how to use Google Maps API to get the elevation of a specific location. /** Use Google maps API to return the elevation of a given...
CouchDB starting guide [http://www.andyjarrett.co.uk/blog/index.cfm/2010/3/29/CouchDB-quick-refstarting-guide] GUI (Futon). From the browser go to http://127.0.0.1:5984/...
Deprecated Openshift v2.0 has now reached End of Life [https://blog.openshift.com/migrate-to-v3-v2-eol/] and will be replaced by v3.0. -------------------------------------------------------------------------------- Step 1 index.js exports....
Rails is terrific, but if you're new to web development, I suggest you give Sinatra a try first. Not only is it excellent for building small...
Pull cached Twitter data from http://socialproxy.classicalkusc.org [http://socialproxy.classicalkusc.org/] and present it as HTML. /** * ------------------------------------------------------- * KUSC.org Twitter Feed * ------------------------------------------------------- * * Modified: 6/12/2012...
Deprecated Openshift v2.0 has now reached End of Life [https://blog.openshift.com/migrate-to-v3-v2-eol/] and will be replaced by v3.0. -------------------------------------------------------------------------------- Here's how to...
Adobe Flash may be dead, but Adobe Media Server carries a lot of compelling features. This entry aims to identify a few of those essential features so that...
Sometimes Spotify starts acting weird. The easiest way to fix this is to clear your Spotify preferences and delete the application's cache. Here's how...
I've been stumbling upon all of these great, (sometimes) free, online resources, and rather than a bookmark to forget, I'm hoping these list will...
There are times when I need to create a clock that will run a script at a certain time or interval. Here's how to do it...
What do Skype, Spotify, and Joost have in common? They're companies using P2P technology for good. Yup, that's right. Contrary to popular belief, P2P...
For the past couple of days, I've been doing a lot of research on HTTP Dynamic Streaming over Amazon Web Services, and I found these links...
This Internet Timestamp tool makes it possible for me to pull out data from within a specific range. It follows RF3339 Google Calendar Specifications: /* Internet Timestamp Generator Copyright...
Every Android app will consist of components, a manifest file, and resources. Components consist of four pieces: Activities * A single screen with a user interface (aka view) * Most...
This tool pulls, parses, and presents data from a Google Spreadsheet. This index.html file simply loads a public Google Spreadsheet [https://spreadsheets.google.com/feeds/list/0AuI2UhLz5jk7dERELVBDcUZQU3UzMnVNSVgzSUZCakE/...
This is a tool that pulls, parses, and presents "now playing" data from Classical KUSC. <!-- #whats_playing_now starts --> <div id=...
This simple example will access your GeoLocation on mobile Safari and place a marker using Google Maps. <!DOCTYPE html> <html lang="en">...
If you're ever working with real-time javascript, try Socket.io. <!DOCTYPE html> <html> <head> <title>My App<...