Chiang Mai Tours Home  
Chiang Mai Tours  
Chiang Mai Budget Tours  
Chiang Mai Tailored Tours  
Chiang Mai Packaged Tours  
Chiang Mai Home Stays  
Chiang Mai Trekking  
Adventure Activities  
Chiang Mai Exclusive Treks  
Chiang Mai Hotels  
Chiang Mai Travel Services  
Budget Package to Laos  
Chiang Mai Travel Info  
Destination Guides  
Chiang Mai Attractions  
Chiang Mai Pictures  
Resources  
   
 
TAT Logo
   
 
   
 


tours


 
   
   
   
   
   
     
     
 
 
     
     
     
     
 

Chiang Mai Cooking Course

 

With over 15 and counting Thai cooking schools in Chiang Mai where do you start to look? Here at The Travel Hub we have partnered with the best Thai cooking courses that are available in Chiang Mai; Chiang Mai Thai cookery school and Pad Thai cooking school


CS1001 Pad Thai Cooking School - Full day or evening course - 9:30am-4:00pm

::Pad Thai Cooking School

Learn Thai cooking at the best Cooking school in Chiang Mai. Have you ever eaten Thai food and thought you would love to be able to create ...

Price :800/600 Baht

  

 

CS1002 Chiang Mai Thai cookery School - Full day - 9:30am-4:00pm

::Chiang Mai Thai cookery School

Chiang Mai Thai was one of the first cooking schools in Chiang Mai and has been running cooking courses since 1993. Now it is.....

Price :990 Baht

  

 

 

/** * The Tooltip class is an addon designed for the Google Maps GMarker class. * @constructor * @param {GMarker} marker * @param {String} text * @param {Number} padding */ function Tooltip(marker, text, padding){ this.marker_ = marker; this.text_ = text; this.padding_ = padding; } Tooltip.prototype = new GOverlay(); Tooltip.prototype.initialize = function(map){ var div = document.createElement("div"); div.appendChild(document.createTextNode(this.text_)); div.className = 'tooltip'; div.style.position = 'absolute'; div.style.visibility = 'hidden'; map.getPane(G_MAP_FLOAT_PANE).appendChild(div); this.map_ = map; this.div_ = div; } Tooltip.prototype.remove = function(){ this.div_.parentNode.removeChild(this.div_); } Tooltip.prototype.copy = function(){ return new Tooltip(this.marker_,this.text_,this.padding_); } Tooltip.prototype.redraw = function(force){ if (!force) return; var markerPos = this.map_.fromLatLngToDivPixel(this.marker_.getPoint()); var iconAnchor = this.marker_.getIcon().iconAnchor; var xPos = Math.round(markerPos.x - this.div_.clientWidth / 2); var yPos = markerPos.y - iconAnchor.y - this.div_.clientHeight - this.padding_; this.div_.style.top = yPos + 'px'; this.div_.style.left = xPos + 'px'; } Tooltip.prototype.show = function(){ this.div_.style.visibility = 'visible'; } Tooltip.prototype.hide = function(){ this.div_.style.visibility = 'hidden'; } 
 
 
 
 
 
 
 
 

 

 
 
© Copyright 2008-20010, Travel Hub Chiangmai  |  Webdesign by 777designz.com