<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Pierre&#039;s Blog</title>
	<atom:link href="http://pierrefc69.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://pierrefc69.wordpress.com</link>
	<description>A blog from developer to developers</description>
	<lastBuildDate>Thu, 18 Mar 2010 10:41:40 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='pierrefc69.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Pierre&#039;s Blog</title>
		<link>http://pierrefc69.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://pierrefc69.wordpress.com/osd.xml" title="Pierre&#039;s Blog" />
	<atom:link rel='hub' href='http://pierrefc69.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Installing Sqlite3 on Windows for Rails</title>
		<link>http://pierrefc69.wordpress.com/2010/03/18/installing-sqlite3-on-windows-for-rails/</link>
		<comments>http://pierrefc69.wordpress.com/2010/03/18/installing-sqlite3-on-windows-for-rails/#comments</comments>
		<pubDate>Thu, 18 Mar 2010 10:41:40 +0000</pubDate>
		<dc:creator>pierrefc69</dc:creator>
				<category><![CDATA[Ruby on Rails]]></category>
		<category><![CDATA[SQLite]]></category>

		<guid isPermaLink="false">http://pierrefc69.wordpress.com/?p=30</guid>
		<description><![CDATA[The Windows version of Ruby on Rails does not ship with the Sqlite3 database, even though the database.yaml configuration file is preconfigured to use Sqlite. This is a how to guide on how to install Sqlite3 on your Windows PC. This article assumes that you already have Ruby and Ruby on Rails installed on your [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pierrefc69.wordpress.com&amp;blog=8258414&amp;post=30&amp;subd=pierrefc69&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>The Windows version of Ruby on Rails does not ship with the Sqlite3 database, even though the database.yaml configuration file is preconfigured to use Sqlite.</p>
<p>This is a how to guide on how to install Sqlite3 on your Windows PC. This article assumes that you already have Ruby and Ruby on Rails installed on your PC.</p>
<p>First you will need to download two files from the Sqlite web site <a href="http://www.sqlite.org/download.html">http://www.sqlite.org/download.html</a>:<br />
sqlite-3_5_9.zip<br />
sqlitedll-3_5_9.zip</p>
<p>The first file is the Sqlite command line program used for modifing the Sqlite database. You may or may not use this.</p>
<p>The second file is the Windows DLL library file and Ruby uses this when Rails makes Sqlite database calls.</p>
<p>When both these ZIP files have been extracted you should have the following files:</p>
<p>* sqlite3.exe<br />
* sqlite3.def<br />
* sqlite3.dll</p>
<p>Copy these file to the bin directory of your Ruby installation, if you followed the default Ruby installation it will be located here:</p>
<p>C:\ruby\bin</p>
<p>Now that you have the Sqlite3 files installed you need to tell Ruby how to use them. To do this you need to download the Ruby bindings for Sqlite3.<br />
Fortunately this is easy to do, using Ruby gems. Simply at the command prompt type the following command:</p>
<p>gem install sqlite3-ruby</p>
<p>You will now need to tell Gems which version you need as you will be presented with the following output:</p>
<p>Bulk updating Gem source index for: <a href="http://gems.rubyforge.org">http://gems.rubyforge.org</a><br />
Select which gem to install for your platform (i386-mswin32)<br />
1. sqlite3-ruby 1.2.2 (mswin32)<br />
2. sqlite3-ruby 1.2.2 (ruby)<br />
3. sqlite3-ruby 1.2.1 (mswin32)<br />
4. sqlite3-ruby 1.2.1 (ruby)<br />
5. Skip this gem<br />
6. Cancel installation<br />
&gt;_</p>
<p>Please select option 1, sqlite3-ruby 1.2.2 (mswin32). All being successful you will get some output like this:</p>
<p>Successfully installed sqlite3-ruby-1.2.2-mswin32<br />
Installing ri documentation for sqlite3-ruby-1.2.2-mswin32&#8230;<br />
Installing RDoc documentation for sqlite3-ruby-1.2.2-mswin32&#8230;</p>
<p>If you are using Rails 2+ you should be able to run the following rake tasks from your Rails application directory. For example say you created a Rails application located here: C:\MyApp you should be able to execute:</p>
<p>C:\MyApp&gt;rake db:create<br />
or<br />
C:\MyApp&gt;rake db:migrate</p>
<p><a href="http://blog.emson.co.uk/2008/06/installing-sqlite3-on-windows-for-rails/">ref</a></p>
<br />Filed under: <a href='http://pierrefc69.wordpress.com/category/ruby-on-rails/'>Ruby on Rails</a>, <a href='http://pierrefc69.wordpress.com/category/sqlite/'>SQLite</a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/pierrefc69.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/pierrefc69.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/pierrefc69.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/pierrefc69.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/pierrefc69.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/pierrefc69.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/pierrefc69.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/pierrefc69.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/pierrefc69.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/pierrefc69.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/pierrefc69.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/pierrefc69.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/pierrefc69.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/pierrefc69.wordpress.com/30/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pierrefc69.wordpress.com&amp;blog=8258414&amp;post=30&amp;subd=pierrefc69&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://pierrefc69.wordpress.com/2010/03/18/installing-sqlite3-on-windows-for-rails/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">pierrefc69</media:title>
		</media:content>
	</item>
		<item>
		<title>Upload file with C#</title>
		<link>http://pierrefc69.wordpress.com/2010/02/20/upload-file-with-c/</link>
		<comments>http://pierrefc69.wordpress.com/2010/02/20/upload-file-with-c/#comments</comments>
		<pubDate>Sat, 20 Feb 2010 03:52:36 +0000</pubDate>
		<dc:creator>pierrefc69</dc:creator>
				<category><![CDATA[ASP.Net]]></category>
		<category><![CDATA[C#]]></category>

		<guid isPermaLink="false">http://pierrefc69.wordpress.com/?p=28</guid>
		<description><![CDATA[public static void Upload(System.Web.UI.HtmlControls.HtmlInputFile input, string caminho) { HttpPostedFile f = input.PostedFile; string path; byte[] bts = new byte[f.ContentLength]; f.InputStream.Read(bts, 0, bts.Length); path = caminho; FileStream fs = new FileStream(path, FileMode.Create); fs.Write(bts, 0, bts.Length); fs.Close(); } Filed under: ASP.Net, C#<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pierrefc69.wordpress.com&amp;blog=8258414&amp;post=28&amp;subd=pierrefc69&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>public static void Upload(System.Web.UI.HtmlControls.HtmlInputFile input, string caminho)<br />
        {<br />
            HttpPostedFile f = input.PostedFile;<br />
            string path;<br />
            byte[] bts = new byte[f.ContentLength];<br />
            f.InputStream.Read(bts, 0, bts.Length);<br />
            path = caminho;<br />
            FileStream fs = new FileStream(path, FileMode.Create);<br />
            fs.Write(bts, 0, bts.Length);<br />
            fs.Close();<br />
        }</p>
<br />Filed under: <a href='http://pierrefc69.wordpress.com/category/asp-net/'>ASP.Net</a>, <a href='http://pierrefc69.wordpress.com/category/c/'>C#</a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/pierrefc69.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/pierrefc69.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/pierrefc69.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/pierrefc69.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/pierrefc69.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/pierrefc69.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/pierrefc69.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/pierrefc69.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/pierrefc69.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/pierrefc69.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/pierrefc69.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/pierrefc69.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/pierrefc69.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/pierrefc69.wordpress.com/28/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pierrefc69.wordpress.com&amp;blog=8258414&amp;post=28&amp;subd=pierrefc69&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://pierrefc69.wordpress.com/2010/02/20/upload-file-with-c/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">pierrefc69</media:title>
		</media:content>
	</item>
		<item>
		<title>Image resize with C#</title>
		<link>http://pierrefc69.wordpress.com/2010/02/20/image-rezise-with-c/</link>
		<comments>http://pierrefc69.wordpress.com/2010/02/20/image-rezise-with-c/#comments</comments>
		<pubDate>Sat, 20 Feb 2010 03:50:31 +0000</pubDate>
		<dc:creator>pierrefc69</dc:creator>
				<category><![CDATA[Bitmap]]></category>
		<category><![CDATA[Drawing]]></category>
		<category><![CDATA[Image]]></category>

		<guid isPermaLink="false">http://pierrefc69.wordpress.com/?p=25</guid>
		<description><![CDATA[using System.Drawing; using System.Drawing.Imaging; public static void ResizeFromStream(string ImageSavePath, int MaxSideSize, Stream Buffer) { int intNewWidth; int intNewHeight; Image imgInput = Image.FromStream(Buffer); //Determine image format ImageFormat fmtImageFormat = imgInput.RawFormat; //get image original width and height int intOldWidth = imgInput.Width; int intOldHeight = imgInput.Height; //determine if landscape or portrait int intMaxSide; if (intOldWidth &#62;= intOldHeight) { [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pierrefc69.wordpress.com&amp;blog=8258414&amp;post=25&amp;subd=pierrefc69&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>using System.Drawing;<br />
using System.Drawing.Imaging;</p>
<p>public static void ResizeFromStream(string ImageSavePath, int MaxSideSize, Stream Buffer)<br />
        {<br />
            int intNewWidth;<br />
            int intNewHeight;<br />
            Image imgInput = Image.FromStream(Buffer);</p>
<p>            //Determine image format<br />
            ImageFormat fmtImageFormat = imgInput.RawFormat;</p>
<p>            //get image original width and height<br />
            int intOldWidth = imgInput.Width;<br />
            int intOldHeight = imgInput.Height;</p>
<p>            //determine if landscape or portrait<br />
            int intMaxSide;</p>
<p>            if (intOldWidth &gt;= intOldHeight)<br />
            {<br />
                intMaxSide = intOldWidth;<br />
            }<br />
            else<br />
            {<br />
                intMaxSide = intOldHeight;<br />
            }</p>
<p>            if (intMaxSide &gt; MaxSideSize)<br />
            {<br />
                //set new width and height<br />
                double dblCoef = MaxSideSize / (double)intMaxSide;<br />
                intNewWidth = Convert.ToInt32(dblCoef * intOldWidth);<br />
                intNewHeight = Convert.ToInt32(dblCoef * intOldHeight);<br />
            }<br />
            else<br />
            {<br />
                intNewWidth = intOldWidth;<br />
                intNewHeight = intOldHeight;<br />
            }<br />
            //create new bitmap<br />
            Bitmap bmpResized = new Bitmap(imgInput, intNewWidth, intNewHeight);</p>
<p>            //save bitmap to disk<br />
            bmpResized.Save(ImageSavePath, fmtImageFormat);</p>
<p>            //release used resources<br />
            imgInput.Dispose();<br />
            bmpResized.Dispose();<br />
            Buffer.Close();<br />
        }</p>
<br />Filed under: <a href='http://pierrefc69.wordpress.com/category/bitmap/'>Bitmap</a>, <a href='http://pierrefc69.wordpress.com/category/drawing/'>Drawing</a>, <a href='http://pierrefc69.wordpress.com/category/image/'>Image</a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/pierrefc69.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/pierrefc69.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/pierrefc69.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/pierrefc69.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/pierrefc69.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/pierrefc69.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/pierrefc69.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/pierrefc69.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/pierrefc69.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/pierrefc69.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/pierrefc69.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/pierrefc69.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/pierrefc69.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/pierrefc69.wordpress.com/25/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pierrefc69.wordpress.com&amp;blog=8258414&amp;post=25&amp;subd=pierrefc69&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://pierrefc69.wordpress.com/2010/02/20/image-rezise-with-c/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">pierrefc69</media:title>
		</media:content>
	</item>
		<item>
		<title>SEO with Twitter</title>
		<link>http://pierrefc69.wordpress.com/2009/07/20/seo-with-twitter/</link>
		<comments>http://pierrefc69.wordpress.com/2009/07/20/seo-with-twitter/#comments</comments>
		<pubDate>Mon, 20 Jul 2009 13:02:39 +0000</pubDate>
		<dc:creator>pierrefc69</dc:creator>
				<category><![CDATA[SEO]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://pierrefc69.wordpress.com/?p=20</guid>
		<description><![CDATA[Google loves Twitter&#8230;and other micro blogs. My aim is to build a Twitter SEO community to trade twitter posts. Using different techniques &#8211; URLs in the posts, keywords in the URLs, URLs in the URLs&#8230;we can test which methods work best. No black or gray SEO, but trading actual Twitters amongst friends to promote a [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pierrefc69.wordpress.com&amp;blog=8258414&amp;post=20&amp;subd=pierrefc69&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Google loves Twitter&#8230;and other micro blogs.</p>
<p>My aim is to build a Twitter SEO community to trade twitter posts. Using different techniques &#8211; URLs in the posts, keywords in the URLs, URLs in the URLs&#8230;we can test which methods work best.</p>
<p>No black or gray SEO, but trading actual Twitters amongst friends to promote a project or client. Twitter should be as natural as possible without keyword stuffing. We can share results and build a process that will work on many social media sites and micro blogs.</p>
<p>SEO and Twitter: This is some cool stuff that really works. You can beat you head to register on a bunch of crappy directories (I&#8217;ll help you do that on the cheap, email me.) or you can get creative and establish a some easy to come by natural links. My experience with Twitter shows it is possible.</p>
<p>If you are SEO savvy, you need to try out different techniques with RSS, anchor text and URL placement to see what works best.</p>
<br />Posted in SEO Tagged: twitter <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/pierrefc69.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/pierrefc69.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/pierrefc69.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/pierrefc69.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/pierrefc69.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/pierrefc69.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/pierrefc69.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/pierrefc69.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/pierrefc69.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/pierrefc69.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/pierrefc69.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/pierrefc69.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/pierrefc69.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/pierrefc69.wordpress.com/20/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pierrefc69.wordpress.com&amp;blog=8258414&amp;post=20&amp;subd=pierrefc69&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://pierrefc69.wordpress.com/2009/07/20/seo-with-twitter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">pierrefc69</media:title>
		</media:content>
	</item>
		<item>
		<title>12 SEO</title>
		<link>http://pierrefc69.wordpress.com/2009/07/14/12-seo/</link>
		<comments>http://pierrefc69.wordpress.com/2009/07/14/12-seo/#comments</comments>
		<pubDate>Tue, 14 Jul 2009 19:27:46 +0000</pubDate>
		<dc:creator>pierrefc69</dc:creator>
				<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">http://pierrefc69.wordpress.com/?p=17</guid>
		<description><![CDATA[Tactics of SEO : 1. The Meta Keywords, Description and Robots tag — Google used description copy to market your site in its results, treat this as optimized sales copy. Make sure your sitemap.xml page is CONSTANTLY called up to the search engines 2. The Title Tag &#8211; The MOST important aspect of on-page SEO, [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pierrefc69.wordpress.com&amp;blog=8258414&amp;post=17&amp;subd=pierrefc69&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Tactics of SEO :</p>
<p>   1. The Meta Keywords, Description and Robots tag — Google used description copy to market your site in its results, treat this as optimized sales copy. Make sure your sitemap.xml page is CONSTANTLY called up to the search engines<br />
   2. The Title Tag &#8211; The MOST important aspect of on-page SEO, just take our word for it.<br />
   3. The Body Text (focus on the body text in bold, for this denotes strong emphasis to the search engines)<br />
   4. The first sentence in the body text and the first words used per sentence are the most important ones for advanced on-page SEO necessities (Make it humanly readable and SE readable — The words used in the first sentence are most important due to the implementation of Google’s LSI algorithm)<br />
   5. The URL — The subdirectory folder and page of content should be SEO’d (i.e. http://domain.com/real-estate/real-estate-marketing-ideas.com would fetch a high ranking for a page dedicated to real estate marketing ideas &#8211; especially with many highly authoritative, relevant, deep in-bound links)<br />
   6. The H1 and H2 Texts are highly important &#8211; Why? They show the search engine the main subjects and Table of Contents for the content to be indexed. Make these keyword friendly and reflective of your page’s title tag.</p>
<p>   7. Same Site Link Texts — The links connecting the pages of your site together must have your targeted keyword terms in them as well as all links throughout the site — even though it seems excessive, having variations to your targetted keywords would also help when linking out to other pages within your site.<br />
   8. Same-Site Link URLs — Not only should you be using your keywords to describe pages within your site, those URLs you link to must have SEO URLs ( eg: http://domain.com/your-keyword.html)<br />
   9. Outbound Link Text — Resources you link to must be SEO’d &#8211; If you are an internet marketing site and are linking to an email marketing company (email marketing software in this instance), you would use “Put your internet marketing on auto-pilot and use the best tool for internet marketers today &#8211; internet marketing email software. Then just use other variants to internet marketing.<br />
  10. IMG Alt Tags — Your images should be described via ALT Tags with the keywords you are optimizing for &#8211; If your image is hosted on your web-host, the file name of the images should also be SEO’d — If you have an image about polar bears have it be polar-bear.jpg in your images folder.<br />
  11. Keyword Density — 8% is excellent and doesn’t seem spammy, if you have a 500 word article, then 40 of those words should have variances of the search term you are targeting, if this seems excessive, lower the keyword density down to 5% and you will only need to add 25 variances/instances of your keyword. And that’s just a start… (Keyword prominence is big, but not worth a discussion).<br />
  12. Lastly and surprisingly, Your HTML comments should have your SEO terms in them (!!) — As a question to the relevancy this has to your ranking, I am unsure, but most of the large sites have html comments connected to their search terms. If you end up doing an analysis of your on-page content, you can find out if the high ranked sites for your keyword use HTML comments tagged to the keyword(s) being targeted.</p>
<br />Posted in SEO Tagged: SEO <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/pierrefc69.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/pierrefc69.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/pierrefc69.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/pierrefc69.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/pierrefc69.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/pierrefc69.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/pierrefc69.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/pierrefc69.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/pierrefc69.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/pierrefc69.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/pierrefc69.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/pierrefc69.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/pierrefc69.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/pierrefc69.wordpress.com/17/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pierrefc69.wordpress.com&amp;blog=8258414&amp;post=17&amp;subd=pierrefc69&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://pierrefc69.wordpress.com/2009/07/14/12-seo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">pierrefc69</media:title>
		</media:content>
	</item>
		<item>
		<title>Connection Strings SQL Server 2008</title>
		<link>http://pierrefc69.wordpress.com/2009/07/13/connection-strings-sql-server-2008/</link>
		<comments>http://pierrefc69.wordpress.com/2009/07/13/connection-strings-sql-server-2008/#comments</comments>
		<pubDate>Mon, 13 Jul 2009 19:06:51 +0000</pubDate>
		<dc:creator>pierrefc69</dc:creator>
				<category><![CDATA[ADO.Net]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[Connection Strings]]></category>
		<category><![CDATA[SQL Server 2008]]></category>

		<guid isPermaLink="false">http://pierrefc69.wordpress.com/?p=14</guid>
		<description><![CDATA[Standard Security Data Source=myServerAddress;Initial Catalog=myDataBase;User Id=myUsername;Password=myPassword; Use serverName\instanceName as Data Source to connect to a specific SQL Server instance. Are you using SQL Server 2008 Express? Don&#8217;t miss the server name syntax Servername\SQLEXPRESS where you substitute Servername with the name of the computer where the SQL Server Express installation resides. Standard Security alternative syntax This [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pierrefc69.wordpress.com&amp;blog=8258414&amp;post=14&amp;subd=pierrefc69&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><strong>Standard Security</strong><br />
Data Source=myServerAddress;Initial Catalog=myDataBase;User Id=myUsername;Password=myPassword;<br />
Use serverName\instanceName as Data Source to connect to a specific SQL Server instance.</p>
<p>Are you using SQL Server 2008 Express? Don&#8217;t miss the server name syntax Servername\SQLEXPRESS where you substitute Servername with the name of the computer where the SQL Server Express installation resides.</p>
<p>Standard Security alternative syntax<br />
This connection string produce the same result as the previous one. The reason to include it is to point out that some connection string keywords have many equivalents.<br />
Server=myServerAddress;Database=myDataBase;User ID=myUsername;Password=myPassword;Trusted_Connection=False;</p>
<p>Trusted Connection<br />
Data Source=myServerAddress;Initial Catalog=myDataBase;Integrated Security=SSPI;</p>
<p>Trusted Connection alternative syntax<br />
This connection string produce the same result as the previous one. The reason to include it is to point out that some connection string keywords have many equivalents.<br />
Server=myServerAddress;Database=myDataBase;Trusted_Connection=True;</p>
<p>Connecting to an SQL Server instance<br />
The syntax of specifying the server instance in the value of the server key is the same for all connection strings for SQL Server.<br />
Server=myServerName\theInstanceName;Database=myDataBase;Trusted_Connection=True;</p>
<p>Trusted Connection from a CE device<br />
Often a Windows CE device is not authenticated and logged in to a domain. To use SSPI or trusted connection / authentication from a CE device, use this connection string.<br />
Data Source=myServerAddress;Initial Catalog=myDataBase;Integrated Security=SSPI;User ID=myDomain\myUsername;Password=myPassword;</p>
<br />Posted in ADO.Net, SQL Tagged: Connection Strings, SQL Server 2008 <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/pierrefc69.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/pierrefc69.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/pierrefc69.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/pierrefc69.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/pierrefc69.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/pierrefc69.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/pierrefc69.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/pierrefc69.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/pierrefc69.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/pierrefc69.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/pierrefc69.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/pierrefc69.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/pierrefc69.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/pierrefc69.wordpress.com/14/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pierrefc69.wordpress.com&amp;blog=8258414&amp;post=14&amp;subd=pierrefc69&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://pierrefc69.wordpress.com/2009/07/13/connection-strings-sql-server-2008/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">pierrefc69</media:title>
		</media:content>
	</item>
		<item>
		<title>SQL Command</title>
		<link>http://pierrefc69.wordpress.com/2009/06/30/sql-command/</link>
		<comments>http://pierrefc69.wordpress.com/2009/06/30/sql-command/#comments</comments>
		<pubDate>Tue, 30 Jun 2009 16:42:17 +0000</pubDate>
		<dc:creator>pierrefc69</dc:creator>
				<category><![CDATA[ADO.Net]]></category>
		<category><![CDATA[SQL Command]]></category>

		<guid isPermaLink="false">http://pierrefc69.wordpress.com/?p=12</guid>
		<description><![CDATA[Example of SqlCommand&#8230; Is necessary to inform the connection and the command that you want to execute. ::[Visual Basic] Public Function ReadFromDB(ByVal connectionString As String) as SqlDataReader Dim commandText As String = &#8220;SELECT * FROM dbo.Table&#8221; Dim connection As New SqlConnection(connectionString) Dim command As New SqlCommand(commandText, connection) connection.Open() Dim reader As SqlDataReader = command.ExecuteReader() connection.Close() [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pierrefc69.wordpress.com&amp;blog=8258414&amp;post=12&amp;subd=pierrefc69&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Example of SqlCommand&#8230;<br />
Is necessary to inform the connection and the command that you want to execute.</p>
<p>::[Visual Basic]<br />
Public Function ReadFromDB(ByVal connectionString As String) as SqlDataReader<br />
Dim commandText As String = &#8220;SELECT * FROM dbo.Table&#8221;<br />
Dim connection As New SqlConnection(connectionString)<br />
Dim command As New SqlCommand(commandText, connection)<br />
connection.Open()<br />
Dim reader As SqlDataReader = command.ExecuteReader()<br />
connection.Close()<br />
return reader<br />
End Function</p>
<p>::[C#]<br />
private static SqlDataReader ReadFromDB(string connectionString)<br />
{<br />
string commandText = &#8220;SELECT * FROM dbo.Table&#8221;;<br />
SqlConnection connection = new SqlConnection(connectionString);<br />
SqlCommand command = new SqlCommand(commandText, connection);<br />
connection.Open();<br />
SqlDataReader reader = command.ExecuteReader();<br />
connection.Close();<br />
return reader;<br />
}</p>
<br />Posted in ADO.Net Tagged: SQL Command <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/pierrefc69.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/pierrefc69.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/pierrefc69.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/pierrefc69.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/pierrefc69.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/pierrefc69.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/pierrefc69.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/pierrefc69.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/pierrefc69.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/pierrefc69.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/pierrefc69.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/pierrefc69.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/pierrefc69.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/pierrefc69.wordpress.com/12/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pierrefc69.wordpress.com&amp;blog=8258414&amp;post=12&amp;subd=pierrefc69&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://pierrefc69.wordpress.com/2009/06/30/sql-command/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">pierrefc69</media:title>
		</media:content>
	</item>
		<item>
		<title>SQL Connection</title>
		<link>http://pierrefc69.wordpress.com/2009/06/24/sql-connection/</link>
		<comments>http://pierrefc69.wordpress.com/2009/06/24/sql-connection/#comments</comments>
		<pubDate>Wed, 24 Jun 2009 19:09:24 +0000</pubDate>
		<dc:creator>pierrefc69</dc:creator>
				<category><![CDATA[ADO.Net]]></category>

		<guid isPermaLink="false">http://pierrefc69.wordpress.com/?p=9</guid>
		<description><![CDATA[SQL Connection The SqlConnection (.NET Framework) object provides connectivity to Microsoft SQL Server version 7.0 or later and supports a connection string format that is similar, but is not identical, to the OLE DB (ADO) connection string format. The following code example demonstrates how to create and open a connection to a SQL Server (version [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pierrefc69.wordpress.com&amp;blog=8258414&amp;post=9&amp;subd=pierrefc69&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><strong>SQL Connection</strong></p>
<p>The SqlConnection (.NET Framework) object provides connectivity to Microsoft SQL Server version 7.0 or later and supports a connection string format that is similar, but is not identical, to the OLE DB (ADO) connection string format.</p>
<p>The following code example demonstrates how to create and open a connection to a SQL Server (version 7.0 or later) database.</p>
<p>::[Visual Basic]</p>
<p><span style="color:#0000ff;">Dim</span> Conn <span style="color:#0000ff;">As</span> SqlConnection = <span style="color:#0000ff;">New</span> SqlConnection(<span style="color:#993300;">&#8220;Data Source=localhost;Integrated Security=SSPI;Initial Catalog=northwind&#8221;</span>)<br />
Conn.Open()</p>
<p>::[C#]<br />
SqlConnection Conn = <span style="color:#0000ff;">new</span> SqlConnection(<span style="color:#993300;">&#8220;Data Source=localhost; Integrated Security=SSPI;Initial Catalog=northwind&#8221;</span>);<br />
Conn.Open();</p>
<p>It is nice that you always close the Connection after using it. This can be done with the Close or Dispose methods of the Connection object.</p>
<br />Posted in ADO.Net  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/pierrefc69.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/pierrefc69.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/pierrefc69.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/pierrefc69.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/pierrefc69.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/pierrefc69.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/pierrefc69.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/pierrefc69.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/pierrefc69.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/pierrefc69.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/pierrefc69.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/pierrefc69.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/pierrefc69.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/pierrefc69.wordpress.com/9/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pierrefc69.wordpress.com&amp;blog=8258414&amp;post=9&amp;subd=pierrefc69&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://pierrefc69.wordpress.com/2009/06/24/sql-connection/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">pierrefc69</media:title>
		</media:content>
	</item>
		<item>
		<title>Everything has a beginning &#8230;</title>
		<link>http://pierrefc69.wordpress.com/2009/06/22/everything-has-a-beginning/</link>
		<comments>http://pierrefc69.wordpress.com/2009/06/22/everything-has-a-beginning/#comments</comments>
		<pubDate>Mon, 22 Jun 2009 16:44:24 +0000</pubDate>
		<dc:creator>pierrefc69</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://pierrefc69.wordpress.com/?p=3</guid>
		<description><![CDATA[What&#8217;s up! Starting my blog &#8230; I&#8217;ll include some .Net tips, basically the victories of the bizarre problems that we developers spend &#8230; Posted in General<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pierrefc69.wordpress.com&amp;blog=8258414&amp;post=3&amp;subd=pierrefc69&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>What&#8217;s up!</p>
<p>Starting my blog &#8230;</p>
<p>I&#8217;ll include some .Net tips, basically the victories of the bizarre problems that we developers spend &#8230;</p>
<br />Posted in General  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/pierrefc69.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/pierrefc69.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/pierrefc69.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/pierrefc69.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/pierrefc69.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/pierrefc69.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/pierrefc69.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/pierrefc69.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/pierrefc69.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/pierrefc69.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/pierrefc69.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/pierrefc69.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/pierrefc69.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/pierrefc69.wordpress.com/3/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pierrefc69.wordpress.com&amp;blog=8258414&amp;post=3&amp;subd=pierrefc69&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://pierrefc69.wordpress.com/2009/06/22/everything-has-a-beginning/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">pierrefc69</media:title>
		</media:content>
	</item>
	</channel>
</rss>
