Skip to content

Instantly share code, notes, and snippets.

View intltechventures's full-sized avatar

Kelvin D Meeks intltechventures

View GitHub Profile
@intltechventures
intltechventures / HTML_Select_Alpha2_CountryCodes.html
Created December 9, 2012 01:36
HTML Select statement implementation of the Alpha-2 COdes for the ISO-3166-1 Country Code specification
<!DOCTYPE HTML>
<html>
<head><title>Sample HTML Select for Alpha-2 Country Codes</title></head>
<body>
<p>
This is a sample of the generated output of a Country Code utility class that I created - as part of a larger utility library that I use for client projects.
</p>
<p>
@intltechventures
intltechventures / HTML_Select_Alpha3_CountryCodes.html
Created December 9, 2012 01:39
HTML Select statemnt implementation of the Alpha-3 COdes for the ISO-3166-1 Country Code specification
<!DOCTYPE HTML>
<html>
<head><title>Sample HTML Select for Alpha-3 Country Codes</title></head>
<body>
<p>
This is a sample of the generated output of a Country Code utility class that I created - as part of a larger utility library that I use for client projects.
</p>
<p>
@intltechventures
intltechventures / gist:4464788
Created January 6, 2013 02:14
<noscript>enable-javascript-com
<noscript>
<div id="errorbar">
<p>It seems you have javascript disabled or your browser does not support it. Javascript is a requirement for this website to work; it is virtually useless without it. I suggest you visit: <a href="http://enable-javascript.com/">http://enable-javascript.com/</a>.</p>
</div>
</noscript>
@intltechventures
intltechventures / HTML_Select_Numeric3_CountryCodes.html
Created June 30, 2013 19:19
HTML Select statement implementation of the Numeric-3 Codes for the ISO-3166-1 Country Code specification
<!DOCTYPE HTML>
<html>
<head><title>Demo HTML Select for Numeric-3 Country Codes</title></head>
<body>
<p>
This is a demo of the generated output of a Country Code utility class that I created - as part of a larger utility library that I use for client projects.
</p>
<p>
<?xml version="1.0" encoding="UTF-8"?>
<CountryCodes>
<CountryCode>
<englishShortName>Afghanistan</englishShortName>
<alpha2Code>AF</alpha2Code>
<alpha3Code>AFG</alpha3Code>
<numeric3Code>004</numeric3Code>
<TLD>.af</TLD>
</CountryCode>
<CountryCode>