This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | <select name="Country"> | |
| <option value="" selected="selected">Select Country</option> | |
| <option value="United States">United States</option> | |
| <option value="United Kingdom">United Kingdom</option> | |
| <option value="Afghanistan">Afghanistan</option> | |
| <option value="Albania">Albania</option> | |
| <option value="Algeria">Algeria</option> | |
| <option value="American Samoa">American Samoa</option> | |
| <option value="Andorra">Andorra</option> | |
| <option value="Angola">Angola</option> | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | // Use Gists to store code you would like to remember later on | |
| console.log(window); // log the "window" object to the console | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | ''''''''''''''''''''''''''''' | |
| ' Updater Snippet ' | |
| ' ' | |
| ' Creator : TehProject26 ' | |
| ' Date : 17/12/2011 ' | |
| ' ' | |
| ' ' | |
| ' ' | |
| ' Enjoy :D ' | |
| ''''''''''''''''''''''''''''' | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | Imports Microsoft.VisualBasic | |
| Imports System.Data | |
| Imports System.Data.SqlClient | |
| Imports Google.GData.Client | |
| Imports Google.GData.Contacts | |
| Public Class GoogleAppsAuth | |
| Private GoogleContactsService As New Google.GData.Contacts.ContactsService("mail") | |
| Private GoogleService As Service | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | <form class="form-horizontal"> | |
| <fieldset> | |
| <!-- Address form --> | |
| <h2>Address</h2> | |
| <!-- full-name input--> | |
| <div class="control-group"> | |
| <label class="control-label">Full Name</label> | |
| <div class="controls"> |