<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Talk Binary &#187; development</title>
	<atom:link href="http://talkbinary.com/tag/development/feed/" rel="self" type="application/rss+xml" />
	<link>http://talkbinary.com</link>
	<description>Programming Resources, Technology, Computers</description>
	<lastBuildDate>Wed, 15 Feb 2012 16:01:31 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Google Maps API</title>
		<link>http://talkbinary.com/programming/google-maps-api/google-maps-api/</link>
		<comments>http://talkbinary.com/programming/google-maps-api/google-maps-api/#comments</comments>
		<pubDate>Fri, 30 Jul 2010 05:26:55 +0000</pubDate>
		<dc:creator>Diego</dc:creator>
				<category><![CDATA[Google Maps API]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Sign up for Google Maps API]]></category>
		<category><![CDATA[Yelp]]></category>

		<guid isPermaLink="false">http://talkbinary.com/?p=2898</guid>
		<description><![CDATA[With the Google Maps API anyone could easily integrate Google Maps into their own websites and applications (even mobile). Getting started and developing is fairly easy since there are handy developer guides, tutorials, references, and tons of examples on the API&#8217;s respective site. Google Maps API Family Currently, there are six different flavors of the<a class="moretag" href="http://talkbinary.com/programming/google-maps-api/google-maps-api/">&#160;&#160;Full Article&#8230;</a>
]]></description>
			<content:encoded><![CDATA[<p><img src="http://talkbinary.com/wp-content/uploads/2010/07/googlecode_logo.png" alt="" title="googlecode_logo" width="161" height="40" class="alignleft size-full wp-image-2899" />With the <a href="http://code.google.com/apis/maps/index.html">Google Maps API</a> anyone could easily integrate <a href="http://maps.google.com/">Google Maps</a> into their own websites and applications (even mobile). Getting started and developing is fairly easy since there are handy developer guides, tutorials, references, and tons of examples on the API&#8217;s respective site.</p>
<h3 id="section-1">Google Maps API Family</h3>
<p> Currently, there are six different flavors of the Google Maps API. I&#8217;ll briefly describe the ones that need more explanation.</p>
<ul>
<li><a href="http://code.google.com/apis/maps/documentation/javascript/">Google Maps Javascript API</a></li>
<li><a href="http://code.google.com/apis/maps/documentation/flash/">Google Maps API for Flash</a></li>
<li><a href="http://code.google.com/apis/earth/">Google Earth API</a></li>
<li><a href="http://code.google.com/apis/maps/documentation/staticmaps/">Google Static Maps API</a> &#8211; For embedding a simple image of a map</li>
<li><a href="http://code.google.com/apis/maps/documentation/webservices/index.html">Google Maps Web Services</a> &#8211; Useful for directions, information about places&#8230;</li>
<li><a href="http://code.google.com/apis/maps/documentation/mapsdata/">Google Maps Data API</a> &#8211; For viewing, updating, and storing map data</li>
</ul>
<p><span id="more-2898"></span></p>
<h3 id="section-2">Getting Started with Google Maps API</h3>
<p>First of all, signing up is easy. You simply need to apply for a single Maps API key at the <a href="http://code.google.com/apis/maps/signup.html">Google Maps API Sign Up</a> page. All you need is a Google account and provide a website URL in which you will use the API.</p>
<p><center><div id="attachment_2906" class="wp-caption aligncenter" style="width: 415px"><a href="http://talkbinary.com/wp-content/uploads/2010/07/googlemaps.jpg"><img src="http://talkbinary.com/wp-content/uploads/2010/07/googlemaps.jpg" alt="" title="googlemaps" width="405" height="233" class="size-full wp-image-2906" /></a><p class="wp-caption-text">My project using Google Maps API</p></div></center></p>
<p>Then after that, simply follow the developer&#8217;s guide to the respective API of your choice to get started. I&#8217;ve used the Google Maps Javascript API quite a bit and it was fairly easy to get it up and running. I started by reading <a href="http://code.google.com/apis/maps/documentation/javascript/tutorial.html#HelloWorld">The &#8220;Hello World&#8221; of Google Maps</a> to get started and then after that followed the rest of the tutorials and tried out lots of the examples. The neat thing about examples is that you can view the code to see how developers implement different features onto their Google Maps. </p>
<p>So if you ever had any ideas for an application that could make use of a map, you should definitely give <a href="http://code.google.com/apis/maps/index.html">Google Maps API</a> a try. Below is a video of <a href="http://www.youtube.com/watch?v=jWmLCpE_nwg&#038;feature=player_embedded#!">Google Maps API and Yelp</a>.</p>
<p><center><object width="500" height="405"><param name="movie" value="http://www.youtube.com/v/jWmLCpE_nwg&amp;hl=en_US&amp;fs=1?border=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/jWmLCpE_nwg&amp;hl=en_US&amp;fs=1?border=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="500" height="405"></embed></object></center></p>
]]></content:encoded>
			<wfw:commentRss>http://talkbinary.com/programming/google-maps-api/google-maps-api/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Choosing a template for your website</title>
		<link>http://talkbinary.com/web-development/choosing-a-template-for-your-website/</link>
		<comments>http://talkbinary.com/web-development/choosing-a-template-for-your-website/#comments</comments>
		<pubDate>Tue, 09 Jun 2009 06:46:19 +0000</pubDate>
		<dc:creator>Diego</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[Download]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[template]]></category>
		<category><![CDATA[website]]></category>
		<category><![CDATA[xhtml]]></category>

		<guid isPermaLink="false">http://talkbinary.com/?p=1789</guid>
		<description><![CDATA[Finding the right template Finding the correct template for your needs can be quite tricky. For example, I needed something clean and fresh while maintaining a level of professionalism so I decided to go with the layout found on my personal website. If you noticed, you can get a nice looking website once you find<a class="moretag" href="http://talkbinary.com/web-development/choosing-a-template-for-your-website/">&#160;&#160;Full Article&#8230;</a>
]]></description>
			<content:encoded><![CDATA[<div class='series_toc'><h4>Table of contents for Learn how to create a website series</h4>
Below is the complete list of entries to this series. 
<ol><li><a href='http://talkbinary.com/web-development/learn-how-to-create-a-website/' title='Learn how to create a website using a Template'>Learn how to create a website using a Template</a></li><li><a href='http://talkbinary.com/web-development/understanding-the-basic-structure-of-a-website/' title='Understanding the Basic Structure of a Website'>Understanding the Basic Structure of a Website</a></li><li><strong>Choosing a template for your website</strong></li><li><a href='http://talkbinary.com/web-development/editing-the-css-template-to-make-a-website/' title='Editing the CSS Template to Make a Website'>Editing the CSS Template to Make a Website</a></li></ol> </div> <h3 id="section-1">Finding the right template</h3>
<p>Finding the correct template for your needs can be quite tricky. For example, I needed something clean and fresh while maintaining a level of professionalism so I decided to go with the layout found on my <a href="http://www.cs.ucr.edu/~dvillase">personal website</a>. If you noticed, you can get a nice looking website once you find the right template. </p>
<p>But how did I find it first of all? I simply dug around the internet. <a href="http://google.com">Google</a> for me was a great place to start but for those that need help, I&#8217;ll show you a couple of sites that will give you a head start.</p>
<p><center><img src="http://talkbinary.com/wp-content/uploads/2009/06/picture-1.png" alt="picture-1" title="picture-1" width="450" height="168" class="alignnone size-full wp-image-1797" /></center></p>
<blockquote><h4 id="section-2">Note for tutorial</h4>
<p>For purposes of the tutorial I encourage everyone to use BigSpaceLove found on the front page of <a href="http://www.free-css-templates.com/">Free-CSS-Templates</a> so you can follow me step by step. This template is fairly easy to edit.</p></blockquote>
<h4 id="section-3">Where to find free CSS templates</h4>
<ul>
<li><a href="http://www.smashingmagazine.com/2008/12/01/100-free-high-quality-xhtmlcss-templates/">Smashing Magazine &#8211; 100 Free High Quality XHTML/CSS Templates</a> &#8211; Great list showing off a large variety of templates</li>
<li><a href="http://www.1stwebdesigner.com/resources/101-high-quality-css-and-xhtml-free-templates-and-layouts-part-1-2/">1st Web Designer- 101 High Quality CSS and XHTML Free Templates and Layouts</a> &#8211; Another great list you shouldn&#8217;t miss out on</li>
<li><a href="http://www.intensivstation.ch/en/templates/">Itensivstation &#8211; Basic CSS Templates</a> &#8211; For those who want to start from scratch check out these templates</li>
<li><a href="http://mitchbryson.com/free-css-templates">Mitch Bryson &#8211; Free CSS Templates</a> &#8211; More basic CSS templates</li>
<li><a href="http://www.freecsstemplates.org/">FreeCSSTemplates.org</a></li>
<li><a href="http://www.free-css-templates.com/">Free-CSS-Templates</a></li>
</ul>
<p><span id="more-1789"></span></p>
<hr />
<h3 id="section-4">So once I have a template what now?</h3>
<p>You are almost there. Once you have a template all we have to do is set up our environment, and start editing! (Remember, to use BigSpaceLove found on the front page of <a href="http://www.free-css-templates.com/">Free-CSS-Templates</a> so you can follow my tutorial step by step.)</p>
 <div class='series_links'>Previous: <a href='http://talkbinary.com/web-development/understanding-the-basic-structure-of-a-website/' title='Understanding the Basic Structure of a Website'>Understanding the Basic Structure of a Website</a><br/><br/>
 Next: <a href='http://talkbinary.com/web-development/editing-the-css-template-to-make-a-website/' title='Editing the CSS Template to Make a Website'>Editing the CSS Template to Make a Website</a><br/><br/>
</div>]]></content:encoded>
			<wfw:commentRss>http://talkbinary.com/web-development/choosing-a-template-for-your-website/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: enhanced

Served from: talkbinary.com @ 2012-05-23 10:15:29 -->
