<?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>Vinces.net</title>
	<atom:link href="http://vinces.net/feed/" rel="self" type="application/rss+xml" />
	<link>http://vinces.net</link>
	<description>Portfolio and blog for Vince Heilman, Vincent Heilman, vheilman, vinceheilman</description>
	<lastBuildDate>Mon, 28 Nov 2011 16:54:25 +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>10 Keyboard shortcuts that I use</title>
		<link>http://vinces.net/2011/11/10-keyboard-shortcuts/</link>
		<comments>http://vinces.net/2011/11/10-keyboard-shortcuts/#comments</comments>
		<pubDate>Sun, 27 Nov 2011 15:51:55 +0000</pubDate>
		<dc:creator>Vince</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://vinces.net/?p=375</guid>
		<description><![CDATA[I love keyboard shortcuts. People often ask me how I do certain shortcuts, so I thought I might as well post up a few of my favorites. Most of us  know the basic keyboard shortcuts, like pressing Control (Ctrl) + C on a PC to Copy a selected item, but here I&#8217;m laying out a [...]]]></description>
			<content:encoded><![CDATA[<p>I love keyboard shortcuts. People often ask me how I do certain shortcuts, so I thought I might as well post up a few of my favorites. Most of us  know the basic keyboard shortcuts, like pressing Control (Ctrl) + C on a PC to Copy a selected item, but here I&#8217;m laying out a few extras to speed up your day. Hope you enjoy, and please let me know if you have some others you want to share. Cheers.</p>
<p><strong>1. Show Desktop</strong><br />
If you have lots of windows open on your computer and you want quick access to your desktop—or a super-quick way to hide your work—hit the following keys.</p>
<p>PC: Window key (see right) + D<br />
Mac: F11</p>
<p>&nbsp;</p>
<p><strong>2. Add a Bookmark<br />
</strong>Revisit your favorite websites with easy access by bookmarking the page with the following quick trick.</p>
<p>PC: Ctrl + D<br />
Mac: Apple key (see right) + D</p>
<p>&nbsp;</p>
<p><strong>3. Find Files or Folders</strong><br />
A quick local system search window helps find your files fast. Also, remember the wildcard *to help find specific files Ex: project*.jpg will find any Jpeg files that that begin with project and end with .jpg extension. (project_this.jpg, projectthat.jpg, project1.jpg, etc.)</p>
<p>PC: Window key + F<br />
Mac: Apple key (see right) + F</p>
<p>&nbsp;</p>
<p><strong>4. Change Zoom Level</strong><br />
Whether you&#8217;re working on the Web or in a word processing program, zoom in or out with this command. Works in a lot of programs. Try it out.</p>
<p>PC: Ctrl + scroll mouse wheel</p>
<p>Mac: Apple key + plus sign; Apple key + minus sign</p>
<p>&nbsp;</p>
<p><strong>5. Take a Screen Shot</strong><br />
Capture an image of your whole screen.</p>
<p>PC: Print Screen (then paste [Ctrl + V] into a Word document)<br />
Mac: Apple key + Shift + 3</p>
<p>&nbsp;</p>
<p><strong>6. Take a Screen Shot of selected Window/Application</strong><br />
Capture an image of the selected application window. Nice and clean. No background clutter.</p>
<p>PC: Ctrl + Alt +Print Screen (prt sc)<br />
Mac: Apple key + Shift + 4</p>
<p>&nbsp;</p>
<p><strong>7. Select the Address Bar</strong><br />
When you want to quickly type a new URL into your browser, the shortcut below will easily select the address bar for you, so you can start typing without moving your mouse.</p>
<p>PC: Ctrl + L, or F6<br />
Mac: Apple key + L</p>
<p>&nbsp;</p>
<p><strong>8. Add &#8220;http://www&#8221; to Your Browser&#8217;s Address Bar</strong><br />
The quickest route to your online destination? Just type in the name of the webpage you&#8217;d like to go to (for example, type &#8220;Google&#8221;), then press the following keys to add the &#8220;http://www.&#8221; to the beginning and &#8220;.com&#8221; to the end.</p>
<p>PC: Ctrl + Enter<br />
Mac: Apple key + Enter</p>
<p>&nbsp;</p>
<p><strong>9. Go to a Previous Location in Browser</strong><br />
Quickly go back to the webpage you were looking at before your current one. Or, continue to go back through browser window history.</p>
<p>PC: Alt + ?<br />
Mac: Apple key + [</p>
<p>&nbsp;</p>
<p><strong>10. Refresh a Webpage </strong><br />
Whether you&#8217;re waiting for a new email to arrive or the latest news story to pop up, easily refresh your screen using the keys below.</p>
<p>PC: F5, or Ctrl + R<br />
Mac: Apple key + R</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://vinces.net/2011/11/10-keyboard-shortcuts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Redirecting visitors for multi-language sites</title>
		<link>http://vinces.net/2011/09/redirecting-visitors-multi-language-sites/</link>
		<comments>http://vinces.net/2011/09/redirecting-visitors-multi-language-sites/#comments</comments>
		<pubDate>Wed, 21 Sep 2011 13:32:02 +0000</pubDate>
		<dc:creator>Vince</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Multi-Language]]></category>

		<guid isPermaLink="false">http://vinces.net/?p=346</guid>
		<description><![CDATA[Here&#8217;s a script you can use on your home page to redirect visitors to the right language version of your site, based on their browser language settings. This assumes you have the English version of your site in the root level, and other languages in sub-folders; /fr, /de, /dk, etc. ASP Redirect:]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s a script you can use on your home page to redirect visitors to the right language version of your site, based on their browser language settings.</p>
<p>This assumes you have the English version of your site in the root level, and other languages in sub-folders; /fr, /de, /dk, etc.</p>
<p><strong>ASP Redirect:</strong><br />
<code style="color:#186412;"><%</p>
<p>lang = Request.ServerVariables("HTTP_ACCEPT_LANGUAGE")<br />
real_lang = Left(lang,2)<br />
'Response.Write real_lang<br />
Select case real_lang<br />
    case "en"<br />
        Response.Redirect "/default.htm"<br />
    case "fr"<br />
        Response.Redirect "/fr"<br />
    case "de"<br />
        Response.Redirect "/de"<br />
    case else<br />
        Response.Redirect "/default.htm"</p>
<p>End Select</p>
<p>%></code></p>
<p>PHP Redirect:</p>
<p><code style="color:#186412;"><?</p>
<p>$lang = $_SERVER['HTTP_ACCEPT_LANGUAGE'];<br />
if (substr($lang, 0, 2) == 'de')<br />
{<br />
header("Location: /de");<br />
}<br />
elseif (substr($lang, 0, 2) == 'fr')<br />
{<br />
header("Location: /fr");<br />
} else {<br />
// echo $_SERVER['HTTP_ACCEPT_LANGUAGE'];<br />
// stay on this page </p>
<p>}<br />
?><br />
</code></p>
<p><strong>Tip:</strong> when setting up language sub-folders, it&#8217;s good practice to use their 2-letter language code. This should make it easier for search engines to understand.<br />
Here&#8217;s a good list for the language codes:<br />
 <a href="http://msdn.microsoft.com/en-us/library/ms533052%28v=vs.85%29.aspx" title="http://msdn.microsoft.com/en-us/library/ms533052%28v=vs.85%29.aspx" target="_blank">http://msdn.microsoft.com/en-us/library/ms533052%28v=vs.85%29.aspx</a></p>
]]></content:encoded>
			<wfw:commentRss>http://vinces.net/2011/09/redirecting-visitors-multi-language-sites/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Best Webmaster in the Universe?</title>
		<link>http://vinces.net/2011/05/best-webmaster-in-the-universe/</link>
		<comments>http://vinces.net/2011/05/best-webmaster-in-the-universe/#comments</comments>
		<pubDate>Thu, 12 May 2011 20:46:48 +0000</pubDate>
		<dc:creator>Vince</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Search Engine Optimization (SEO)]]></category>
		<category><![CDATA[Best Webmaster In The Universe]]></category>
		<category><![CDATA[Webmaster]]></category>

		<guid isPermaLink="false">http://vinces.net/?p=323</guid>
		<description><![CDATA[This is my experiment for a #1 position for &#8220;Best Webmaster in the Universe&#8221; If anybody cares to link back to this page, please do so. I&#8217;ll do a write up after this test concludes. &#8211; See Edit Use this code: http://vinces.net/2011/05/best-webmaster-in-the-universe/ Best Webmaster in the Universe Thanks, and let&#8217;s see how long it takes. [...]]]></description>
			<content:encoded><![CDATA[<p>This is my experiment for a #1 position for &#8220;<strong>Best Webmaster in the Universe</strong>&#8221;</p>
<p>If anybody cares to link back to this page, please do so.<br />
<s>I&#8217;ll do a write up after this test concludes.</s> &#8211; See <a href="#edit">Edit</a></p>
<p>Use this code:</p>
<p><a href="http://vinces.net/2011/05/best-webmaster-in-the-universe/"><a href="http://vinces.net/2011/05/best-webmaster-in-the-universe/">http://vinces.net/2011/05/best-webmaster-in-the-universe/</a></a></p>
<p><code><br />
<a title="Best Webmaster in the Universe" href="http://vinces.net/2011/05/best-webmaster-in-the-universe/">Best Webmaster in the Universe</a><br />
</code></p>
<p>Thanks, and let&#8217;s see how long it takes.</p>
<p><a name="edit"></a>Edit &#8211; I was barely finished posting this before it took the #1 spot. I think I owe this credit to Google. Thanks Google.</p>
<div id="attachment_331" class="wp-caption alignnone" style="width: 310px"><img class="size-medium wp-image-331" title="best-webmaster-in-the-universe" src="http://vinces.net/wp-content/uploads/2011/05/best-webmaster-in-the-universe-300x189.png" alt="best-webmaster-in-the-universe" width="300" height="189" /><p class="wp-caption-text">#1 position in about 10 minutes.. Maybe less?</p></div>
]]></content:encoded>
			<wfw:commentRss>http://vinces.net/2011/05/best-webmaster-in-the-universe/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Inbound Marketing Certificate</title>
		<link>http://vinces.net/2011/05/inbound-marketing-certificate/</link>
		<comments>http://vinces.net/2011/05/inbound-marketing-certificate/#comments</comments>
		<pubDate>Tue, 03 May 2011 22:01:57 +0000</pubDate>
		<dc:creator>Vince</dc:creator>
				<category><![CDATA[Search Engine Marketing (SEM)]]></category>
		<category><![CDATA[Search Engine Optimization (SEO)]]></category>
		<category><![CDATA[Hubpages]]></category>
		<category><![CDATA[Inbound marketing]]></category>

		<guid isPermaLink="false">http://vinces.net/?p=315</guid>
		<description><![CDATA[I&#8217;ll on this more post on this exam soon. I don&#8217;t agree with some of the questions/answers, so maybe some discussion is needed. more to come&#8230;]]></description>
			<content:encoded><![CDATA[<div id="attachment_320" class="wp-caption alignnone" style="width: 135px"><a href='http://vinces.net/wp-content/uploads/2011/05/Inbound-Marketing-Certificate.pdf'><img src="http://vinces.net/wp-content/uploads/2011/05/27952-inbound-marketing-certificate.gif" alt="Inbound Marketing Certificate" title="Inbound Marketing Certificate" width="125" height="60" class="size-full wp-image-320" /></a><p class="wp-caption-text">Inbound Marketing Certificate</p></div>
<p>I&#8217;ll on this more post on this exam soon. I don&#8217;t agree with some of the questions/answers, so maybe some discussion is needed. </p>
<p>more to come&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://vinces.net/2011/05/inbound-marketing-certificate/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dreamweaver Wildcard</title>
		<link>http://vinces.net/2011/04/dreamweaver-wildcard/</link>
		<comments>http://vinces.net/2011/04/dreamweaver-wildcard/#comments</comments>
		<pubDate>Thu, 21 Apr 2011 18:43:43 +0000</pubDate>
		<dc:creator>Vince</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[cheat]]></category>
		<category><![CDATA[dreamweaver]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[shortcut]]></category>
		<category><![CDATA[wildcard]]></category>

		<guid isPermaLink="false">http://vinces.net/?p=303</guid>
		<description><![CDATA[As part of my own personal cheat sheet, I&#8217;ll be adding a selection of code snippets and shortcuts. Here&#8217;s a bit of regex I use quite a bit in Dreamweaver for Find/Replace. The Dreamweaver wildcard: ([^&#60;]*) Used in this example below to rename links in a page with a .php extension. &#160; Using regular expressions, [...]]]></description>
			<content:encoded><![CDATA[<p>As part of my own personal cheat sheet, I&#8217;ll be adding a selection of code snippets and shortcuts.</p>
<p style="text-align: left;">Here&#8217;s a bit of regex I use quite a bit in Dreamweaver for Find/Replace.</p>
<p>The Dreamweaver wildcard: <strong><br />
([^&lt;]*)</strong></p>
<p><strong>Used in this example below to rename links in a page with a .php extension.<br />
</strong></p>
<div id="attachment_304" class="wp-caption alignnone" style="width: 610px"><a href="http://vinces.net/wp-content/uploads/2011/04/dreamweaver-wildcard-search-replace.jpg" rel="lightbox[303]"><img class="size-full wp-image-304" title="Dreamweaver Wildcard Search Replace" src="http://vinces.net/wp-content/uploads/2011/04/dreamweaver-wildcard-search-replace.jpg" alt="Dreamweaver Wildcard Search Replace" width="600" /></a><p class="wp-caption-text">Dreamweaver Wildcard Search &amp; Replace</p></div>
<p>&nbsp;</p>
<p>Using regular expressions, use &#8220;([^&lt;]*)&#8221;  in place of the content you want to find/replace.</p>
<p>Add $1 in the in the Replace box where you want to add your substitution.</p>
<p>([^<]*) is stored (use $1 to retreive in replace)<br />
[^"]* is unstored</p>
<p>You can also do Find/Replace to recall multiple variables at once, like this:</p>
<p>If you want to use multiple wildcards:<br />
([^<]*) ([^<]*) ([^<]*)<br />
Use:<br />
$1 $2 $3 </p>
]]></content:encoded>
			<wfw:commentRss>http://vinces.net/2011/04/dreamweaver-wildcard/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using 301 Redirects to point to new files</title>
		<link>http://vinces.net/2010/09/301-redirects-point-files/</link>
		<comments>http://vinces.net/2010/09/301-redirects-point-files/#comments</comments>
		<pubDate>Fri, 17 Sep 2010 23:26:13 +0000</pubDate>
		<dc:creator>Vince</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Search Engine Optimization (SEO)]]></category>
		<category><![CDATA[301 redirect]]></category>
		<category><![CDATA[header response]]></category>
		<category><![CDATA[hreflang]]></category>
		<category><![CDATA[languages]]></category>
		<category><![CDATA[multi-language]]></category>

		<guid isPermaLink="false">http://vinces.net/?p=278</guid>
		<description><![CDATA[I recently rebuilt a site&#8217;s directory structure to hopefully help with German and French language indexing. The site was not getting good results for German and French users. Several things were done in this project; Rebuild Directories &#38; files Add Meta data for languages redirect existing/indexed pages to new address Check server headers for proper [...]]]></description>
			<content:encoded><![CDATA[<p>I recently rebuilt a site&#8217;s directory structure to hopefully help with German and French language indexing. The site was not getting good results for German and French users. Several things were done in this project;</p>
<ol>
<li>Rebuild Directories &amp; files</li>
<li>Add Meta data for languages</li>
<li>redirect existing/indexed pages to new address</li>
<li>Check server headers for proper response</li>
</ol>
<p><strong>1. Rebuild Directories</strong></p>
<p>The pages were in a folder /German or /French. I wasn&#8217;t Google was picking these up as separate language versions of the main site, so I wanted to see if a rename to /de and /fr would help.</p>
<p><strong>2. Meta data for languages</strong></p>
<p>When I took over the site a month or so ago, there was no tagging to tell the spiders or bots that this was a German or French language site.</p>
<p>I added <strong>lang=&#8221;de&#8221;</strong> to the German html tag like so:</p>
<pre id="line1">&lt;html xmlns="http://www.w3.org/1999/xhtml" lang="de" dir="ltr"&gt;</pre>
<p>I also added HREFLANG tags to point to alternate versions of the site.</p>
<pre id="line11">&lt;LINK REL=Alternate HREF="<a href="view-source:http://www.mindmapping.com/fr/index.htm">/fr/index.htm</a>" HREFLANG="fr" TITLE="Française" /&gt;
&lt;LINK REL=Alternate HREF="<a href="view-source:http://www.mindmapping.com/de/index.htm">/de/index.htm</a>" HREFLANG="de" TITLE="Deutsch" /&gt;</pre>
<p><strong>3.  Redirect existing/indexed pages to new address</strong></p>
<p>You can do a proper 301 redirect using a .htaccess file.</p>
<p>I added the following:</p>
<blockquote>
<pre>Redirect 301 /German/index.htm http://www.domainxyz.com/de/index.htm
Redirect 301 /German/thispage.htm http://www.domainxyz.com/ockquote&gt;de/thispage.htm
Redirect 301 /German/thatpage.htm http://www.domainxyz.com/de/thatpage.htm
etc...</pre>
</blockquote>
<p><strong>4. Check your Header response</strong></p>
<p><strong>Use the <a title="Check Server Headers Tool" href="http://www.seoconsultants.com/tools/headers" target="_blank">Check Server Headers Tool</a>:</strong><a title="Check Server Headers Tool" href="http://www.seoconsultants.com/tools/headers" target="_blank"> http://www.seoconsultants.com/tools/headers</a></p>
<p><strong>Results:</strong></p>
<pre>#1 Server Response: http://www.domainxyz.com/French/index.htm
<a title="Definitions" href="http://www.seoconsultants.com/tools/headers#status-codes">HTTP Status Code</a>: HTTP/1.1 301 Moved Permanently
Date: Fri, 17 Sep 2010 19:08:32 GMT
Server: Apache/1.3.41
Location: http://www.domainxyz.com/fr/index.htm
Connection: close
Transfer-Encoding: chunked
Content-Type: text/html; charset=iso-8859-1
Redirect Target: http://www.domainxyz.com/fr/index.htm</pre>
<pre>#2 Server Response: http://www.domainxyz.com/fr/index.htm
<a title="Definitions" href="http://www.seoconsultants.com/tools/headers#status-codes">HTTP Status Code</a>: HTTP/1.1 200 OK
Date: Fri, 17 Sep 2010 19:08:32 GMT
Server: Apache/1.3.41
Last-Modified: Fri, 17 Sep 2010 18:54:38 GMT
ETag: "9809a32d-1cff-4c93b96e"
Accept-Ranges: bytes
Content-Length: 7423
Connection: close
Content-Type: text/html</pre>
<p>Hopefully I&#8217;ll come back in a few weeks with some good news on better traffic for these pages.</p>
]]></content:encoded>
			<wfw:commentRss>http://vinces.net/2010/09/301-redirects-point-files/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Watch the parade of WorPress 3.0 downloads</title>
		<link>http://vinces.net/2010/06/watch-parade-worpress-downloads/</link>
		<comments>http://vinces.net/2010/06/watch-parade-worpress-downloads/#comments</comments>
		<pubDate>Sun, 20 Jun 2010 19:15:40 +0000</pubDate>
		<dc:creator>Vince</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[CMS]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://vinces.net/?p=228</guid>
		<description><![CDATA[Check out this counter. Screenshot: (Click to view LIVE counter) http://wordpress.org/download/counter/ Stay tuned for plenty of WordPress 3 articles and tutorials around the web. There&#8217;s a lot of power in this latest release. Users familiar with WPMU will be more familiar with it&#8217;s abilities. I&#8217;m about to date to WP3 right after this post. See [...]]]></description>
			<content:encoded><![CDATA[<p>Check out this counter. </p>
<p>Screenshot: (<a href="http://wordpress.org/download/counter/">Click to view LIVE counter</a>)<br />
<a href="http://wordpress.org/download/counter/"><img src="http://vinces.net/wp-content/uploads/2010/06/wp3-counter.jpg" alt="" title="wp3-counter" width="562" height="551" class="alignnone size-full wp-image-227" /></a></p>
<p><a href="http://wordpress.org/download/counter/">http://wordpress.org/download/counter/</a></p>
<p>Stay tuned for plenty of WordPress 3 articles and tutorials around the web. There&#8217;s a lot of power in this latest release. Users familiar with WPMU will be more familiar with it&#8217;s abilities. </p>
<p>I&#8217;m about to date to WP3 right after this post.</p>
<p>See you on the other side.</p>
]]></content:encoded>
			<wfw:commentRss>http://vinces.net/2010/06/watch-parade-worpress-downloads/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fontastic! A creative look at the letter &#8220;G&#8221;</title>
		<link>http://vinces.net/2010/05/fontastic-creative-letter-g/</link>
		<comments>http://vinces.net/2010/05/fontastic-creative-letter-g/#comments</comments>
		<pubDate>Fri, 28 May 2010 16:38:29 +0000</pubDate>
		<dc:creator>Vince</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[creative]]></category>
		<category><![CDATA[fonts]]></category>
		<category><![CDATA[lettercult]]></category>

		<guid isPermaLink="false">http://vinces.net/?p=202</guid>
		<description><![CDATA[ALPHABATTLE is an open contest to designers. There are no actual battles, no talkin’ trash, etc&#8230; just an opportunity to express yourself with Custom Letters among some like-minded peers. Make letters. Have fun.]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.lettercult.com/archives/1905">ALPHABATTLE</a> is an open contest to designers. There are no actual battles, no talkin’ trash, etc&#8230; just an opportunity to express yourself with Custom Letters among some like-minded peers.</p>
<p><a href="http://www.lettercult.com/archives/1905">Make letters. Have fun.</a></p>

<a href='http://vinces.net/2010/05/fontastic-creative-letter-g/adamrgarcia_g/' title='adamrgarcia_G'><img width="150" height="150" src="http://vinces.net/wp-content/uploads/2010/05/adamrgarcia_G-150x150.jpg" class="attachment-thumbnail" alt="adamrgarcia_G" title="adamrgarcia_G" /></a>
<a href='http://vinces.net/2010/05/fontastic-creative-letter-g/alex-g-chevy/' title='alex.g.chevy'><img width="150" height="150" src="http://vinces.net/wp-content/uploads/2010/05/alex.g.chevy_-150x150.jpg" class="attachment-thumbnail" alt="alex.g.chevy" title="alex.g.chevy" /></a>
<a href='http://vinces.net/2010/05/fontastic-creative-letter-g/beej-g/' title='beej.g'><img width="150" height="150" src="http://vinces.net/wp-content/uploads/2010/05/beej.g-150x150.jpg" class="attachment-thumbnail" alt="beej.g" title="beej.g" /></a>
<a href='http://vinces.net/2010/05/fontastic-creative-letter-g/bruno-g/' title='bruno.g'><img width="150" height="150" src="http://vinces.net/wp-content/uploads/2010/05/bruno.g-150x150.jpg" class="attachment-thumbnail" alt="bruno.g" title="bruno.g" /></a>
<a href='http://vinces.net/2010/05/fontastic-creative-letter-g/florin-g/' title='florin.g'><img width="150" height="150" src="http://vinces.net/wp-content/uploads/2010/05/florin.g-150x150.jpg" class="attachment-thumbnail" alt="florin.g" title="florin.g" /></a>
<a href='http://vinces.net/2010/05/fontastic-creative-letter-g/g_jennileder/' title='G_jennileder'><img width="150" height="150" src="http://vinces.net/wp-content/uploads/2010/05/G_jennileder-150x150.jpg" class="attachment-thumbnail" alt="G_jennileder" title="G_jennileder" /></a>
<a href='http://vinces.net/2010/05/fontastic-creative-letter-g/irafcummings-g/' title='irafcummings-G'><img width="150" height="150" src="http://vinces.net/wp-content/uploads/2010/05/irafcummings-G-150x150.jpg" class="attachment-thumbnail" alt="irafcummings-G" title="irafcummings-G" /></a>
<a href='http://vinces.net/2010/05/fontastic-creative-letter-g/print/' title='Print'><img width="150" height="150" src="http://vinces.net/wp-content/uploads/2010/05/jules.g-150x150.jpg" class="attachment-thumbnail" alt="Print" title="Print" /></a>
<a href='http://vinces.net/2010/05/fontastic-creative-letter-g/misael-g/' title='misael.g'><img width="150" height="150" src="http://vinces.net/wp-content/uploads/2010/05/misael.g-150x150.jpg" class="attachment-thumbnail" alt="misael.g" title="misael.g" /></a>
<a href='http://vinces.net/2010/05/fontastic-creative-letter-g/moyer-g/' title='moyer.g'><img width="150" height="150" src="http://vinces.net/wp-content/uploads/2010/05/moyer.g-150x150.jpg" class="attachment-thumbnail" alt="moyer.g" title="moyer.g" /></a>
<a href='http://vinces.net/2010/05/fontastic-creative-letter-g/sewell-g/' title='sewell.g'><img width="150" height="150" src="http://vinces.net/wp-content/uploads/2010/05/sewell.g-150x150.jpg" class="attachment-thumbnail" alt="sewell.g" title="sewell.g" /></a>
<a href='http://vinces.net/2010/05/fontastic-creative-letter-g/liliam_g/' title='liliam_g'><img width="150" height="150" src="http://vinces.net/wp-content/uploads/2010/05/type_G_cort9_-150x150.jpg" class="attachment-thumbnail" alt="liliam_g" title="liliam_g" /></a>

]]></content:encoded>
			<wfw:commentRss>http://vinces.net/2010/05/fontastic-creative-letter-g/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Free Google Rank Checker Tool for Firefox</title>
		<link>http://vinces.net/2010/05/free-google-rank-checker-tool-firefox/</link>
		<comments>http://vinces.net/2010/05/free-google-rank-checker-tool-firefox/#comments</comments>
		<pubDate>Thu, 27 May 2010 18:51:31 +0000</pubDate>
		<dc:creator>Vince</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Search Engine Optimization (SEO)]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[SEOBOOK]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Tools]]></category>

		<guid isPermaLink="false">http://vinces.net/?p=198</guid>
		<description><![CDATA[If you haven&#8217;t been to SEOBook.com before, go there now. Seriously. This is one of the best sites out there to learn about SEO, and they have great SEO tools to help you improve your website. Many of the tools are FREE like the Rank Checker Tool plugin for Firefox. It helps you know where [...]]]></description>
			<content:encoded><![CDATA[<p>If you haven&#8217;t been to <a href="http://seobook.com" target="_blank">SEOBook.com</a> before, go there now. Seriously. This is one of the best sites out there to learn about SEO, and they have great <a href="http://tools.seobook.com" target="_blank">SEO tools</a> to help you improve your website. Many of the tools are FREE like the <a href="http://tools.seobook.com/firefox/rank-checker/" target="_blank">Rank Checker Tool plugin for Firefox</a>. It helps you know where your website ranks in the search results on Google (US and international), Yahoo, and Microsoft Live search.</p>
<p><a href="http://tools.seobook.com/firefox/rank-checker/" target="_blank">http://tools.seobook.com/firefox/rank-checker/</a></p>
<p>Here a video:</p>
<p><object width="600" height="365"><param name="movie" value="http://www.youtube.com/v/X__ngJcrOYU&#038;color1=0xb1b1b1&#038;color2=0xd0d0d0&#038;hl=en_US&#038;feature=player_embedded&#038;fs=1"></param><param name="allowFullScreen" value="true"></param><param name="allowScriptAccess" value="always"></param><embed src="http://www.youtube.com/v/X__ngJcrOYU&#038;color1=0xb1b1b1&#038;color2=0xd0d0d0&#038;hl=en_US&#038;feature=player_embedded&#038;fs=1" type="application/x-shockwave-flash" allowfullscreen="true" allowScriptAccess="always" width="600" height="365"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://vinces.net/2010/05/free-google-rank-checker-tool-firefox/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HTML5 Security Tips and Resources for Developers</title>
		<link>http://vinces.net/2010/05/html5-security-tips-resources-developers/</link>
		<comments>http://vinces.net/2010/05/html5-security-tips-resources-developers/#comments</comments>
		<pubDate>Wed, 19 May 2010 14:33:02 +0000</pubDate>
		<dc:creator>Vince</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[HTML5]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://vinces.net/?p=190</guid>
		<description><![CDATA[We&#8217;re all excited about the pending arrival of HTML5 and I, for one, am eager to start testing out the new capabilities. But, before we all go diving in, there are some new features and potential security issues we need to be aware of. Here are some good resources: HTML5 Security Cheatsheet HTML5 Security Facts [...]]]></description>
			<content:encoded><![CDATA[<p>We&#8217;re all excited about the pending arrival of <a title="html5" href="http://whatwg.org/html5" target="_blank">HTML5</a> and I, for one, am eager to start testing out the new capabilities. But, before we all go diving in, there are some new features and potential security issues we need to be aware of.</p>
<p>Here are some good resources:</p>
<ul>
<li><a title="http://heideri.ch/jso/" href="http://heideri.ch/jso/" target="_blank">HTML5 Security Cheatsheet</a></li>
<li><a href="http://www.eweek.com/c/a/Security/HTML5-Security-Facts-Developers-Should-Keep-in-Mind-551353" target="_blank">HTML5  Security Facts Developers Should Keep in Mind</a></li>
<li><a title="What’s next in HTML, episode 2: who’s been peeing in my sandbox?" href="http://blog.whatwg.org/whats-next-in-html-episode-2-sandbox" target="_blank">HTML5 Sandbox: What’s next in HTML, episode 2: who’s been peeing in my sandbox?</a></li>
<li><a title="http://whatwg.org/html5" href="http://whatwg.org/html5" target="_blank">The HTML5 Spec: http://whatwg.org/html5</a></li>
</ul>
<p><strong>Want some other background on HTML5?</strong></p>
<p>Here&#8217;s a video from Google (a bit old, but still worth the watch)</p>
<ul>
<li>Web vector graphics with the Canvas tag and Scalable Vector  Graphics (SVG)</li>
<li>The Geolocation API</li>
<li>HTML 5 Video</li>
<li>The  HTML 5 Database and Application Cache</li>
<li>Web workers</li>
</ul>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="600" height="360" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowScriptAccess" value="always" /><param name="src" value="http://www.youtube.com/v/siOHh0uzcuY&amp;color1=0xb1b1b1&amp;color2=0xd0d0d0&amp;hl=en_US&amp;feature=player_embedded&amp;fs=1" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="600"  height="360"  src="http://www.youtube.com/v/siOHh0uzcuY&amp;color1=0xb1b1b1&amp;color2=0xd0d0d0&amp;hl=en_US&amp;feature=player_embedded&amp;fs=1" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://vinces.net/2010/05/html5-security-tips-resources-developers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

