jmayes's public fiddles
-
Percentage heights for header, content, footer example
Using % unit heights for header, content and footer.
-
Twitter Post Fetcher - compiled
Allows you to fetch your twitter posts without using the ridiculous 1.1 API which has been forced upon us. Pure JavaScript baby!
-
String first singularity checker
Returns the first instance of a character that occurs only once in any given string.
-
Geolocation Component - Reverse Geocoding - No Example
Adding reverse geocoding support to our component
-
Geolocation Component - Google Maps API - Without example usage
Integrating our custom Geolocation component with the Google maps API. Here we shall expose a new public function which will allow us to draw a map in to a HTML element centred around a longitude / latitude.
-
Geolocation Component - Google+ API JSONP requests 2
Handling JSONP response from the Google+ API
-
Geolocation Component - Google+ API JSONP requests 1
Adding functions to perform a JSONP request to the Google+ search API
-
Geolocation Component - Reverse Geocoding
Adding reverse geocoding support to our component
-
Geolocation Component - Google Maps API
Integrating our custom Geolocation component with the Google maps API. Here we shall expose a new public function which will allow us to draw a map in to a HTML element centred around a longitude / latitude.
-
Geolocation Step 6 - Complete component
Geolocation Tutorial - Step 6. Adding support for continuous updates from the client for real-time tracking.
-
Geolocation Step 5
Geolocation Tutorial - Step 5. Adding support for high accuracy results and for acceptable staleness of results
-
Geolocation Step 4 - Simple Working
Geolocation Tutorial - Step 4. A simple working Geolocation component in action.
-
Geolocation Step 3
Geolocation Tutorial - Step 3. Defining functions to handle success and errors.
-
Geolocation Step 2
Geolocation Tutorial - Step 2. Calling the W3C API to actually execute a geolocate request.
-
Geolocation Step 1
Geolocation Tutorial - Step 1. Adding a function to check if Geolocation is supported.
-
Module Design Pattern
Minimalist module design pattern implementation.