Creating a Static Google Map
This mini experiment simply shows how to create a static Google Map with a Marker based on a user's Geo Location. This was designed specifically for...
Ideas, findings, thoughts and discussion focused on the technology and how to make things work.
This mini experiment simply shows how to create a static Google Map with a Marker based on a user's Geo Location. This was designed specifically for...
I use Geohash all the time to store latitude and longitude inside a MySQL or SQLite database. If I'm using Postgres, Couch, or MongoDB, latitude, and...
This is the simplest NodeJS app you can make that uses TCP. var net = require('net'); var server = net.createServer( onServerHandler ); server.listen(8080, 'http:...
I've written about 8 or 9 streaming music players in the past six years, and considering how quickly client-side technology changes, I figure I'll...
Deprecated I'm not sure if Gen Y'ers in the UK are responsible for shaping my opinion of Blackberry [http://bit.ly/gen-y-uk-bb] or if...
DEPRECATED This article is here for archival purposes. The Yahoo YQL [https://developer.yahoo.com/yql/] website is incredible for data scraping and crawling. The examples below were...
Here's why I use em: 1. Pixels are precise, but they're not very flexible. If you increase your browser's font-size, things may...
DHCP stands for Dynamic Host Configuration Protocol. Its most popular function is dynamically assigning IP addresses to devices within a network....
There are many functions available for Time, Month, Day, and Year. Below are a few examples. # Find out the Current Time t = Time.now # Find out the Month,...
Before you save a password to a database, it may make sense to encrypt it. That way, when you do some user authentication, you can compare the users...
Download the Credit Card Library from Lucas Carlson. sudo gem install creditcard # Checksum Digit, there is an algorithm that checksum must match # A. Import the libraries require '...
Here's a short example of how to parse an RSS feed using Ruby. require 'rss' require 'open-uri' open('https://www.chrisjmendez....
Hi, my name is Chris, and I'm a native Angelino with a passion for the music industry, social impact, and technology. I am currently the Director...
You need the Form Plug-in [http://jquery.malsup.com/form/] to make this work. <script type="text/javascript" charset="utf-8" src="/js/...