<?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>Internet in France and Website Design</title>
	<atom:link href="http://internetfrance.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://internetfrance.wordpress.com</link>
	<description>Just another WordPress.com weblog</description>
	<lastBuildDate>Fri, 19 Nov 2010 14:50:23 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='internetfrance.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Internet in France and Website Design</title>
		<link>http://internetfrance.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://internetfrance.wordpress.com/osd.xml" title="Internet in France and Website Design" />
	<atom:link rel='hub' href='http://internetfrance.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Image buttons not working on Will Strohl lightbox Gallery for DNN DotNetNuke</title>
		<link>http://internetfrance.wordpress.com/2010/11/19/image-buttons-not-working-on-will-strohl-lightbox-gallery-for-dnn-dotnetnuke/</link>
		<comments>http://internetfrance.wordpress.com/2010/11/19/image-buttons-not-working-on-will-strohl-lightbox-gallery-for-dnn-dotnetnuke/#comments</comments>
		<pubDate>Fri, 19 Nov 2010 14:34:55 +0000</pubDate>
		<dc:creator>mindnet</dc:creator>
				<category><![CDATA[DNN]]></category>
		<category><![CDATA[DotNetNuke]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Website Design]]></category>

		<guid isPermaLink="false">http://internetfrance.wordpress.com/?p=39</guid>
		<description><![CDATA[WillStrohl LightboxGallery version 01.04.01 IE Problem I recently came accross the JQuery lightbox by Will Strohl which is a plugin for DotNetNuke (DNN) and thought it looked great. Especially as it was open source!!! However I had trouble getting it to work, even after ensuring  my DotNetNuke install was up to date and everything; the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=internetfrance.wordpress.com&amp;blog=3778024&amp;post=39&amp;subd=internetfrance&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><strong>WillStrohl LightboxGallery version 01.04.01 IE Problem</strong></p>
<p>I recently came accross the JQuery lightbox by Will Strohl which is a plugin for DotNetNuke (DNN) and thought it looked great. Especially as it was open source!!!</p>
<p>However I had trouble getting it to work, even after ensuring  my DotNetNuke install was up to date and everything; the buttons for next, previous and close were not visible in IE, they worked fine in Firefox <img src='http://s0.wp.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
<p>After mutch digging around I figured out that the problem was in fact due to the paths to the images that were specified in the /* IE */ section of the <strong>jquery.fancybox-1.3.1.css</strong> CSS file. I read somewhere that you should use a full url with http://yourdomains.com  and eveything but, that would be a problem with DNN running multiple portals! So here is what you do:</p>
<p>Open jquery.fancybox-1.3.1.css and replace the src references in the bit at the bottom of the CSS file in the section /* IE */ changing the instances of for example:</p>
<p>src=&#8217;fancybox/fancy_close.png&#8217;</br><br />
to</br><br />
src=&#8217;./DesktopModules/WillStrohl.LightboxGallery/js/fancybox/fancy_close.png&#8217; </p>
<p>Below is the CSS for the entire section /* IE */ copy and paste it over the existing.</p>
<p><pre class="brush: plain;">
/* IE */

#fancybox-loading.fancybox-ie div { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./DesktopModules/WillStrohl.LightboxGallery/js/fancybox/fancy_loading.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-close  { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./DesktopModules/WillStrohl.LightboxGallery/js/fancybox/fancy_close.png', sizingMethod='scale'); }

.fancybox-ie #fancybox-title-over { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./DesktopModules/WillStrohl.LightboxGallery/js/fancybox/fancy_title_over.png', sizingMethod='scale'); zoom: 1; }
.fancybox-ie #fancybox-title-left { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./DesktopModules/WillStrohl.LightboxGallery/js/fancybox/fancy_title_left.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-title-main { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./DesktopModules/WillStrohl.LightboxGallery/js/fancybox/fancy_title_main.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-title-right { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./DesktopModules/WillStrohl.LightboxGallery/js/fancybox/fancy_title_right.png', sizingMethod='scale'); }

.fancybox-ie #fancybox-left-ico  { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./DesktopModules/WillStrohl.LightboxGallery/js/fancybox/fancy_nav_left.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-right-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./DesktopModules/WillStrohl.LightboxGallery/js/fancybox/fancy_nav_right.png', sizingMethod='scale'); }

.fancybox-ie .fancy-bg { background: transparent !important; }

.fancybox-ie #fancy-bg-n { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./DesktopModules/WillStrohl.LightboxGallery/js/fancybox/fancy_shadow_n.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-ne { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./DesktopModules/WillStrohl.LightboxGallery/js/fancybox/fancy_shadow_ne.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-e { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./DesktopModules/WillStrohl.LightboxGallery/js/fancybox/fancy_shadow_e.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-se { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./DesktopModules/WillStrohl.LightboxGallery/js/fancybox/fancy_shadow_se.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-s { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./DesktopModules/WillStrohl.LightboxGallery/js/fancybox/fancy_shadow_s.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-sw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./DesktopModules/WillStrohl.LightboxGallery/js/fancybox/fancy_shadow_sw.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-w { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./DesktopModules/WillStrohl.LightboxGallery/js/fancybox/fancy_shadow_w.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-nw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./DesktopModules/WillStrohl.LightboxGallery/js/fancybox/fancy_shadow_nw.png', sizingMethod='scale'); }
</pre></p>
<p>The only other issue was changing the page doctype encoding to XHTML which is done by adding an XML file into your portals skin folder called something like: <strong>default.doctype.xml</strong></p>
<p>The code I put into mine was the following:</p>
<p><pre class="brush: plain;">
&lt;SkinDocType&gt;

            &lt;![CDATA[&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Transitional//EN&quot; &quot;&lt;a href=&quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd&quot;&gt;http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd&lt;/a&gt;&quot;&gt;]]&gt;

&lt;/SkinDocType&gt;
</pre></p>
<p>I love this module, now that it works.  If you haven&#8217;t got it you can download it from <a href="http://wnslightbox.codeplex.com/">http://wnslightbox.codeplex.com/</a></p>
<p>Enjoy!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/internetfrance.wordpress.com/39/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/internetfrance.wordpress.com/39/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/internetfrance.wordpress.com/39/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/internetfrance.wordpress.com/39/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/internetfrance.wordpress.com/39/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/internetfrance.wordpress.com/39/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/internetfrance.wordpress.com/39/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/internetfrance.wordpress.com/39/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/internetfrance.wordpress.com/39/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/internetfrance.wordpress.com/39/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/internetfrance.wordpress.com/39/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/internetfrance.wordpress.com/39/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/internetfrance.wordpress.com/39/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/internetfrance.wordpress.com/39/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=internetfrance.wordpress.com&amp;blog=3778024&amp;post=39&amp;subd=internetfrance&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://internetfrance.wordpress.com/2010/11/19/image-buttons-not-working-on-will-strohl-lightbox-gallery-for-dnn-dotnetnuke/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d95fa5c039e93ac927097dce9e420f70?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mindnet</media:title>
		</media:content>
	</item>
		<item>
		<title>Microsoft Office 2010</title>
		<link>http://internetfrance.wordpress.com/2010/06/09/microsoft-office-2010/</link>
		<comments>http://internetfrance.wordpress.com/2010/06/09/microsoft-office-2010/#comments</comments>
		<pubDate>Wed, 09 Jun 2010 08:46:24 +0000</pubDate>
		<dc:creator>mindnet</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[2010]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[office]]></category>
		<category><![CDATA[office 2010]]></category>

		<guid isPermaLink="false">http://internetfrance.wordpress.com/?p=36</guid>
		<description><![CDATA[Have been running Microsoft Office 2010 Enterprise edition for a wek now and love it. It loads so much quicker than office 2007. Haven&#8217;t had time to explore the collaborative features of Office 2010 yet, but so far so good.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=internetfrance.wordpress.com&amp;blog=3778024&amp;post=36&amp;subd=internetfrance&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Have been running Microsoft Office 2010 Enterprise edition for a wek now and love it. It loads so much quicker than office 2007. Haven&#8217;t had time to explore the collaborative features of Office 2010 yet, but so far so good. </p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/internetfrance.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/internetfrance.wordpress.com/36/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/internetfrance.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/internetfrance.wordpress.com/36/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/internetfrance.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/internetfrance.wordpress.com/36/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/internetfrance.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/internetfrance.wordpress.com/36/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/internetfrance.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/internetfrance.wordpress.com/36/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/internetfrance.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/internetfrance.wordpress.com/36/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/internetfrance.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/internetfrance.wordpress.com/36/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=internetfrance.wordpress.com&amp;blog=3778024&amp;post=36&amp;subd=internetfrance&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://internetfrance.wordpress.com/2010/06/09/microsoft-office-2010/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d95fa5c039e93ac927097dce9e420f70?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mindnet</media:title>
		</media:content>
	</item>
		<item>
		<title>301 Redirect &amp; Google Ranking moving Domain Name Change and Web Site Speed</title>
		<link>http://internetfrance.wordpress.com/2010/04/16/301-redirect-google-ranking-moving-domain-name-change-and-web-site-speed/</link>
		<comments>http://internetfrance.wordpress.com/2010/04/16/301-redirect-google-ranking-moving-domain-name-change-and-web-site-speed/#comments</comments>
		<pubDate>Fri, 16 Apr 2010 07:23:48 +0000</pubDate>
		<dc:creator>mindnet</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://internetfrance.wordpress.com/?p=33</guid>
		<description><![CDATA[Recently watched a website move it&#8217;s domain name from breton-homes.com to www.brittany-property-direct.com the domain name move was accomplished with the use of 301 Redirects.  The new website kept the same structure as the old website so that all of the 301 redirects mapped from old pages to the corresponding pages on the new website. Initially [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=internetfrance.wordpress.com&amp;blog=3778024&amp;post=33&amp;subd=internetfrance&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Recently watched a website move it&#8217;s domain name from breton-homes.com to <a href="http://www.brittany-property-direct.com">www.brittany-property-direct.com</a> the domain name move was accomplished with the use of 301 Redirects.  The new website kept the same structure as the old website so that all of the 301 redirects mapped from old pages to the corresponding pages on the new website.</p>
<p>Initially the website lost no ranking at all with Google as google still delivered results for the old website. Then Google started displaying some results for the new site after a few days, then after a week the new site &#8216;Slipped&#8217; in the rankings by a page on some of the most competitive keyword search terms. After a few more days Google seemed to get to grips with the new site and it moved back up to the first page again, this time 1 position down from the old site. This may not be due so much to the 301 redirects and move as to Google introducing new site speed factors into their website ranking calculations.</p>
<p>With the advent of site speed in Google website ranking calculations we have started to trim the code behind all of our sites, one notable area is the inclusion of Google Adsense. Google Adsense is very slow to load and often doubles (or worse) the download time for a website. I and others have asked Google if they take into account their own Google Adsense scripts when they calculate a web sites speed &#8211; they could be shooting themselves in the foot financially with this new website ranking factor.</p>
<p>In summary the domain name move using 301 redirects caused a small dip in traffic for a couple of weeks on <a href="http://www.brittany-property-direct.com">www.brittany-property-direct.com</a> but is now back where it was before the domain name change/move took place. Adsense has been taken off the home page in an attempt to improve page load speed while we look at other areas to improve performance.</p>
<p>Will post as soon as we get a response from Google about Adsense and site speed calculations. I have not included all of the things we did in the domain name move, Google itself offers some advice on this, if you want help please post a message below.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/internetfrance.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/internetfrance.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/internetfrance.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/internetfrance.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/internetfrance.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/internetfrance.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/internetfrance.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/internetfrance.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/internetfrance.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/internetfrance.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/internetfrance.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/internetfrance.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/internetfrance.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/internetfrance.wordpress.com/33/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=internetfrance.wordpress.com&amp;blog=3778024&amp;post=33&amp;subd=internetfrance&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://internetfrance.wordpress.com/2010/04/16/301-redirect-google-ranking-moving-domain-name-change-and-web-site-speed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d95fa5c039e93ac927097dce9e420f70?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mindnet</media:title>
		</media:content>
	</item>
		<item>
		<title>New Brittany Property Websites</title>
		<link>http://internetfrance.wordpress.com/2010/03/29/new-brittany-property-websites/</link>
		<comments>http://internetfrance.wordpress.com/2010/03/29/new-brittany-property-websites/#comments</comments>
		<pubDate>Mon, 29 Mar 2010 22:59:40 +0000</pubDate>
		<dc:creator>mindnet</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://internetfrance.wordpress.com/?p=30</guid>
		<description><![CDATA[Just completed two sites for Brittany property for sale: www.brittany-property-expert.com and www.mayer-immobilier.fr the first is in English and the second in French. Both sites share a common backend property admin facility which allows the estate agents to add and edit properties that then appear on both sites. Where the client used to spend many hours [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=internetfrance.wordpress.com&amp;blog=3778024&amp;post=30&amp;subd=internetfrance&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Just completed two sites for Brittany property for sale: <a href="http://www.brittany-property-expert.com">www.brittany-property-expert.com</a> and <a href="http://www.mayer-immobilier.fr">www.mayer-immobilier.fr</a> the first is in English and the second in French.</p>
<p>Both sites share a common backend property admin facility which allows the estate agents to add and edit properties that then appear on both sites. Where the client used to spend many hours adding properties to their websites using Yahoo sitebuilder they can now update simultaneously both English and French property websites in minutes.</p>
<p>Sites written in ASP using a MySQL database, dynamic thumbnail generation and JQuery gallery effects for property images.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/internetfrance.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/internetfrance.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/internetfrance.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/internetfrance.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/internetfrance.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/internetfrance.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/internetfrance.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/internetfrance.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/internetfrance.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/internetfrance.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/internetfrance.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/internetfrance.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/internetfrance.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/internetfrance.wordpress.com/30/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=internetfrance.wordpress.com&amp;blog=3778024&amp;post=30&amp;subd=internetfrance&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://internetfrance.wordpress.com/2010/03/29/new-brittany-property-websites/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d95fa5c039e93ac927097dce9e420f70?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mindnet</media:title>
		</media:content>
	</item>
		<item>
		<title>Windows 7 RC1 Ultimate will shutdown every 2 hours from March 2010</title>
		<link>http://internetfrance.wordpress.com/2010/02/18/windows-7-rc1-ultimate-will-shutdown-every-2-hours-from-march-2010/</link>
		<comments>http://internetfrance.wordpress.com/2010/02/18/windows-7-rc1-ultimate-will-shutdown-every-2-hours-from-march-2010/#comments</comments>
		<pubDate>Thu, 18 Feb 2010 20:41:42 +0000</pubDate>
		<dc:creator>mindnet</dc:creator>
				<category><![CDATA[Website Design]]></category>
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://internetfrance.wordpress.com/?p=28</guid>
		<description><![CDATA[Like many MSDN members I&#8217;ve been running windows 7 for a long time now but in RC version. I&#8217;ve had the new full version of Windows 7 for a while but have not bothered installing it. (Now is the time RC versions will start to stop functioning correctly from March!) Last night I took the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=internetfrance.wordpress.com&amp;blog=3778024&amp;post=28&amp;subd=internetfrance&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Like many MSDN members I&#8217;ve been running windows 7 for a long time now but in RC version. I&#8217;ve had the new full version of Windows 7 for a while but have not bothered installing it. (Now is the time RC versions will start to stop functioning correctly from March!)</p>
<p>Last night I took the plunge and installed The latest Windows 7 Ultimate onto a new partition and used the excellent &#8216;Windows Easy Transfer&#8217; program to move all my mail accounts, personal folders, files, network shares and settings over to the newly installed OS. It was great though I still had to install all the usual apps like Office 2007, Visual Studio 2008, FTP clients etc. etc. etc.</p>
<p>I had been using Windows XP Professional for years and avoided Vista like the plague &#8211; The good news is that Windows 7 rocks! There are so many useful and intuitive features that save time and improve the pleasure of working in Windows 7 &#8211; the only thing that I miss from XP (though I&#8217;m sure I&#8217;ll find some shortcut some time soon) is the ability to right click and open Explorer instead of File Manger &#8211; no big deal.</p>
<p>To date I have experienced a couple of crashes in Windows 7 RC1 in Internet Explorer &#8211; though this was down to plug-ins &#8211; so far touch wood, with the Full version installed, plenty of IE plug-ins and a fully loaded development environment with services like MSSQL Server 2008 running, my PC is very fast and rock solid.</p>
<p>Still got to install PUTTY and a few other apps for managing remote servers but I LOVE WINDOWS 7. Sad!</p>
<p>Anybody still running Windows 7 RC1 should switch to a full operating system as the RC1 will start shutting down every 2 hours from March 2010 &#8211; and it will not save your open files before doing so!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/internetfrance.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/internetfrance.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/internetfrance.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/internetfrance.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/internetfrance.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/internetfrance.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/internetfrance.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/internetfrance.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/internetfrance.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/internetfrance.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/internetfrance.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/internetfrance.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/internetfrance.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/internetfrance.wordpress.com/28/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=internetfrance.wordpress.com&amp;blog=3778024&amp;post=28&amp;subd=internetfrance&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://internetfrance.wordpress.com/2010/02/18/windows-7-rc1-ultimate-will-shutdown-every-2-hours-from-march-2010/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d95fa5c039e93ac927097dce9e420f70?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mindnet</media:title>
		</media:content>
	</item>
		<item>
		<title>In the recent economic down turn Brittany Internet is investing. New servers &#8211; Windows &amp; Linux</title>
		<link>http://internetfrance.wordpress.com/2009/08/10/in-the-recent-economic-down-turn-brittany-internet-is-investing-new-servers-windows-linux/</link>
		<comments>http://internetfrance.wordpress.com/2009/08/10/in-the-recent-economic-down-turn-brittany-internet-is-investing-new-servers-windows-linux/#comments</comments>
		<pubDate>Mon, 10 Aug 2009 10:06:05 +0000</pubDate>
		<dc:creator>mindnet</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://internetfrance.wordpress.com/?p=26</guid>
		<description><![CDATA[In the recent economic down turn Brittany Internet is investing. Brittany Internet has recently expanded it&#8217;s server range from Windows 2008 servers to include Linux servers. Never content to rest on it&#8217;s laurels Brittany Internet took the step to add Linux servers to it&#8217;s data center to broaden the range of hosting  packages available to [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=internetfrance.wordpress.com&amp;blog=3778024&amp;post=26&amp;subd=internetfrance&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>In the recent economic down turn Brittany Internet is investing.</p>
<p>Brittany Internet has recently expanded it&#8217;s server range from Windows 2008 servers to include Linux servers. Never content to rest on it&#8217;s laurels Brittany Internet took the step to add Linux servers to it&#8217;s data center to broaden the range of hosting  packages available to fulfil the requirements of it&#8217;s ever growing client base.</p>
<p>Brittany Internet now offers <a title="hosting france" href="http://www.brittany-internet.com/Hosting/tabid/102/Default.aspx" target="_blank">reseller hosting in France </a>and the UK on both Windows 2008 and Linux platforms.</p>
<p>Visit their website for more information: <a title="website design france" href="http://www.brittany-internet.com" target="_blank">www.brittany-internet.com</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/internetfrance.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/internetfrance.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/internetfrance.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/internetfrance.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/internetfrance.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/internetfrance.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/internetfrance.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/internetfrance.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/internetfrance.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/internetfrance.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/internetfrance.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/internetfrance.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/internetfrance.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/internetfrance.wordpress.com/26/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=internetfrance.wordpress.com&amp;blog=3778024&amp;post=26&amp;subd=internetfrance&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://internetfrance.wordpress.com/2009/08/10/in-the-recent-economic-down-turn-brittany-internet-is-investing-new-servers-windows-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d95fa5c039e93ac927097dce9e420f70?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mindnet</media:title>
		</media:content>
	</item>
		<item>
		<title>Linux website Hosting in France</title>
		<link>http://internetfrance.wordpress.com/2009/07/06/linux-website-hosting-in-france/</link>
		<comments>http://internetfrance.wordpress.com/2009/07/06/linux-website-hosting-in-france/#comments</comments>
		<pubDate>Mon, 06 Jul 2009 10:00:34 +0000</pubDate>
		<dc:creator>mindnet</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[brittany]]></category>
		<category><![CDATA[brittany internet]]></category>
		<category><![CDATA[france]]></category>
		<category><![CDATA[hosting]]></category>
		<category><![CDATA[joomla]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[linux hosting]]></category>
		<category><![CDATA[linux hosting france]]></category>
		<category><![CDATA[prestashop]]></category>
		<category><![CDATA[web hosting]]></category>
		<category><![CDATA[website hosting]]></category>

		<guid isPermaLink="false">http://internetfrance.wordpress.com/?p=22</guid>
		<description><![CDATA[A company based in Brittany France is now offering Linux hosting services including resller packages and virtual or dedicated linux servers. Brittany Internet has over 20 years experience with servers and has been providing webhosting for over 15 years. This should be ideal for English speaking residents in France that want a bilingual hosting partner [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=internetfrance.wordpress.com&amp;blog=3778024&amp;post=22&amp;subd=internetfrance&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>A company based in Brittany France is now offering Linux hosting services including resller packages and virtual or dedicated linux servers. Brittany Internet has over 20 years experience with servers and has been providing webhosting for over 15 years.</p>
<p>This should be ideal for English speaking residents in France that want a bilingual hosting partner to provide Linux website hosting services.</p>
<p>For more information on their <a href="http://www.brittany-internet.com/Hosting/LinuxHosting/tabid/2152/Default.aspx" target="_blank">Linux web hosting in France Click Here</a> or for detail on the PHP scripts they have available like Joomla, PrestaShop etc. <a href="http://www.brittany-internet.com/Hosting/LinuxHosting/PHPApplicationsFullList/tabid/2153/Default.aspx" target="_blank">Click Here</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/internetfrance.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/internetfrance.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/internetfrance.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/internetfrance.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/internetfrance.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/internetfrance.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/internetfrance.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/internetfrance.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/internetfrance.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/internetfrance.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/internetfrance.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/internetfrance.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/internetfrance.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/internetfrance.wordpress.com/22/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=internetfrance.wordpress.com&amp;blog=3778024&amp;post=22&amp;subd=internetfrance&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://internetfrance.wordpress.com/2009/07/06/linux-website-hosting-in-france/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d95fa5c039e93ac927097dce9e420f70?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mindnet</media:title>
		</media:content>
	</item>
		<item>
		<title>Windows 7 RC is available</title>
		<link>http://internetfrance.wordpress.com/2009/05/19/windows-7-rc-is-available/</link>
		<comments>http://internetfrance.wordpress.com/2009/05/19/windows-7-rc-is-available/#comments</comments>
		<pubDate>Tue, 19 May 2009 15:33:10 +0000</pubDate>
		<dc:creator>mindnet</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[Windows 7 RC1]]></category>

		<guid isPermaLink="false">http://internetfrance.wordpress.com/?p=19</guid>
		<description><![CDATA[Just downloading the Release Candidate version of Windows 7 &#8211; This is available to Microsoft Partners, Tech Net subscribers MSDN etc. This is a full version which is unlimited until June 2010 wherby it will then shut down every 2 hours. Going to try out Windows 7 RC as I&#8217;ve resisted the move to Vista due to [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=internetfrance.wordpress.com&amp;blog=3778024&amp;post=19&amp;subd=internetfrance&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Just downloading the Release Candidate version of Windows 7 &#8211; This is available to Microsoft Partners, Tech Net subscribers MSDN etc.</p>
<p>This is a full version which is unlimited until June 2010 wherby it will then shut down every 2 hours.</p>
<p>Going to try out Windows 7 RC as I&#8217;ve resisted the move to Vista due to it&#8217;s crappyness and have been using a mix of XP and Linux.</p>
<p>Don&#8217;t know if this will be available generally or just to Microsoft Partners etc.</p>
<p>Will let you know how it goes!</p>
<p>Have fun</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/internetfrance.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/internetfrance.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/internetfrance.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/internetfrance.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/internetfrance.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/internetfrance.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/internetfrance.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/internetfrance.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/internetfrance.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/internetfrance.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/internetfrance.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/internetfrance.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/internetfrance.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/internetfrance.wordpress.com/19/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=internetfrance.wordpress.com&amp;blog=3778024&amp;post=19&amp;subd=internetfrance&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://internetfrance.wordpress.com/2009/05/19/windows-7-rc-is-available/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d95fa5c039e93ac927097dce9e420f70?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mindnet</media:title>
		</media:content>
	</item>
		<item>
		<title>HP Laptop</title>
		<link>http://internetfrance.wordpress.com/2009/02/05/hp-laptop/</link>
		<comments>http://internetfrance.wordpress.com/2009/02/05/hp-laptop/#comments</comments>
		<pubDate>Thu, 05 Feb 2009 22:11:33 +0000</pubDate>
		<dc:creator>mindnet</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[hp]]></category>
		<category><![CDATA[laptop]]></category>

		<guid isPermaLink="false">http://internetfrance.wordpress.com/?p=17</guid>
		<description><![CDATA[Just finished the software build on a new HP Laptop. What a pleasure to be using a nice quality machine again. The machine is now setup for hosting .NET and PHP websites for development work. It&#8217;s taken 2 days just to install and configure the machine with all the develppment software, tools and database systems. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=internetfrance.wordpress.com&amp;blog=3778024&amp;post=17&amp;subd=internetfrance&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Just finished the software build on a new HP Laptop. What a pleasure to be using a nice quality machine again.</p>
<p>The machine is now setup for hosting .NET and PHP websites for development work.</p>
<p>It&#8217;s taken 2 days just to install and configure the machine with all the develppment software, tools and database systems.</p>
<p>What Joy</p>
<p> <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/internetfrance.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/internetfrance.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/internetfrance.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/internetfrance.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/internetfrance.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/internetfrance.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/internetfrance.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/internetfrance.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/internetfrance.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/internetfrance.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/internetfrance.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/internetfrance.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/internetfrance.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/internetfrance.wordpress.com/17/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=internetfrance.wordpress.com&amp;blog=3778024&amp;post=17&amp;subd=internetfrance&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://internetfrance.wordpress.com/2009/02/05/hp-laptop/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d95fa5c039e93ac927097dce9e420f70?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mindnet</media:title>
		</media:content>
	</item>
		<item>
		<title>Dedicated Server SpamBot Attack</title>
		<link>http://internetfrance.wordpress.com/2009/01/28/dedicated-server-spambot-attack/</link>
		<comments>http://internetfrance.wordpress.com/2009/01/28/dedicated-server-spambot-attack/#comments</comments>
		<pubDate>Wed, 28 Jan 2009 14:37:42 +0000</pubDate>
		<dc:creator>mindnet</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[dedicated]]></category>
		<category><![CDATA[dedicated server]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[email server]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[spam]]></category>
		<category><![CDATA[spambots]]></category>

		<guid isPermaLink="false">http://internetfrance.wordpress.com/?p=14</guid>
		<description><![CDATA[Just had a period of time where SpamBots were trying to send large amounts of spam to my dedicated webserver. I would often have well over 100 SMTP connections to my server, but checking the spool and the log files can see that they didn&#8217;t get very far and my Spam filtering systems blocked them [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=internetfrance.wordpress.com&amp;blog=3778024&amp;post=14&amp;subd=internetfrance&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Just had a period of time where SpamBots were trying to send large amounts of spam to my dedicated webserver. I would often have well over 100 SMTP connections to my server, but checking the spool and the log files can see that they didn&#8217;t get very far and my Spam filtering systems blocked them from even sending the messages.</p>
<p>As of today they&#8217;ve given up on my email servers IP address and we&#8217;re back down to normal traffic.</p>
<p>It did give me the opportunity to refresh some of my SPAM filtering configuration and have tightened things even further.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/internetfrance.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/internetfrance.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/internetfrance.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/internetfrance.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/internetfrance.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/internetfrance.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/internetfrance.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/internetfrance.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/internetfrance.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/internetfrance.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/internetfrance.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/internetfrance.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/internetfrance.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/internetfrance.wordpress.com/14/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=internetfrance.wordpress.com&amp;blog=3778024&amp;post=14&amp;subd=internetfrance&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://internetfrance.wordpress.com/2009/01/28/dedicated-server-spambot-attack/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d95fa5c039e93ac927097dce9e420f70?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mindnet</media:title>
		</media:content>
	</item>
	</channel>
</rss>
