Javascript: JSONP requests through DOJO
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...
NodeJS: Return Elevation from Google Maps API
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 beginners guide
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/...
How to render a single HTML file within ExpressJS on Openshift
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....