<?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>espresso graphics blog</title>
	<atom:link href="http://www.espressographics.ca/blog/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://www.espressographics.ca/blog</link>
	<description>espresso graphics, our news and information.</description>
	<lastBuildDate>Tue, 29 Sep 2009 22:34:19 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>E-commerce &#8211; Shopping cart</title>
		<link>http://www.espressographics.ca/blog/?p=72</link>
		<comments>http://www.espressographics.ca/blog/?p=72#comments</comments>
		<pubDate>Tue, 29 Sep 2009 22:33:06 +0000</pubDate>
		<dc:creator>espresso graphics</dc:creator>
				<category><![CDATA[shopping cart]]></category>
		<category><![CDATA[card]]></category>
		<category><![CDATA[cart]]></category>
		<category><![CDATA[commerce]]></category>
		<category><![CDATA[credit]]></category>
		<category><![CDATA[ecommerce]]></category>
		<category><![CDATA[espresso graphics]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[gateway]]></category>
		<category><![CDATA[ie]]></category>
		<category><![CDATA[internet explorer]]></category>
		<category><![CDATA[payment]]></category>
		<category><![CDATA[paypal]]></category>
		<category><![CDATA[shopping]]></category>

		<guid isPermaLink="false">http://www.espressographics.ca/blog/?p=72</guid>
		<description><![CDATA[If you want a website with a shopping cart, to do some E-commerce, what do you need?
Depending on what you want, it could be either easy and cheap or complicated and expensive. So here some information to understand a bit better.
To be able to sell a product on internet, you will need a few things.
-A [...]]]></description>
			<content:encoded><![CDATA[<p>If you want a website with a shopping cart, to do some E-commerce, what do you need?<br/><br/></p>
<p>Depending on what you want, it could be either easy and cheap or complicated and expensive. So here some information to understand a bit better.<br/><br />
To be able to sell a product on internet, you will need a few things.<br/><br />
-A hosting service<br />
-A website<br />
-A shopping cart<br />
-A payment gateway.</p>
<p>We will focus on the 2 last ones. </p>
<h3>the shopping cart</h3>
<p>It is the part that will be used to pick the article the client want to buy. You can have a simple &#8220;buy now&#8221; button or something more sophisticated with quantity and color. The cost of such cart varies from <b>0$ to 100$/months</b>. For the cheaper ones, you will have to install them yourself or hire someone to do it for you, and again depending on the cart you picked the price will vary.<br />
A really easy one to install and use is <a href="http://www.mals-e.com/"><b>http://www.mals-e.com/</b></a> but some of the features are limited.</p>
<h3>A payment gateway</h3>
<p>The payment gateway is the connection you will have to use to accept payments like credit card. One of the most known today is Paypal but there are others like authorize.net.<br />
What is the cost of a payment gateway?<br />
Depending on the one you want to use different fees will apply. Usually you will have a monthly fee and a transaction fee. For Paypal payments Pro, which is one of the cheapest, it&#8217;s 30$/month and 1.9 to 2.9% on each transaction.</p>
<h3>What is the best solution?</h3>
<p>If you use Paypal standard, you don&#8217;t have to pay the 30$/month and you don&#8217;t need a shopping cart. But the shopping cart will be very simple. You will have the &#8220;BUY NOW&#8221; button and in paypal they can change the quantity. It&#8217;s a easy setup if your clients usually buy only one article by visit.</p>
<p>We are going to add some detail in this article in the future.<br />
Hope it make sens for you.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.espressographics.ca/blog/?feed=rss2&amp;p=72</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Html &amp; Css horizontal menu &#8211; simple and nice</title>
		<link>http://www.espressographics.ca/blog/?p=48</link>
		<comments>http://www.espressographics.ca/blog/?p=48#comments</comments>
		<pubDate>Tue, 08 Sep 2009 02:46:10 +0000</pubDate>
		<dc:creator>espresso graphics</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.espressographics.ca/blog/?p=48</guid>
		<description><![CDATA[ 


Here is a simple menu done with html and css. You don&#8217;t need to be on the text to be able to click on the link, you just need to be on the block. Also you can have some text on two lines and it will be center and last but not least, it looks [...]]]></description>
			<content:encoded><![CDATA[<p> <br/></p>
<div style="text-align:center;">
<iframe src="http://www.espressographics.ca/reference_blog/menu.html" width="370px" height="100px" frameborder="no"></iframe></div>
<p>Here is a simple menu done with html and css. You don&#8217;t need to be on the text to be able to click on the link, you just need to be on the block. Also you can have some text on two lines and it will be center and last but not least, it looks really similar on Internet Explorer and Firefox.</p>
<p>here is the code.<br />
Enjoy.</p>
<p>(we added a background just for the look)<br />
CSS:<br />
&lt;style type=&#8221;text/css&#8221; media=&#8221;screen&#8221;&gt;<br />
html, body {<br />
margin:0px;<br />
background:#ffffff;<br />
}</p>
<p>#button{<br />
font:normal 12px/12px arial;<br />
margin:0px 0px 0px 0px;<br />
width:357px;<br />
background:url(images/button_back.jpg);<br />
height:36px;<br />
}</p>
<p>#button ul{<br />
font:bold 12px/12px arial;<br />
text-align:center;<br />
list-style: none;<br />
margin: 0;<br />
padding: 0;<br />
border: none;<br />
}</p>
<p>#button li a{<br />
display: block;<br />
background-color: #fff;<br />
color: #d11e01;<br />
text-decoration: none;<br />
margin: 0px 0px 0px 0px;<br />
padding:5px 15px 5px 15px;<br />
}</p>
<p>li#single{<br />
line-height: 24px;<br />
}</p>
<p>li#double{<br />
line-height: 12px;<br />
}</p>
<p>#button li a:hover{<br />
color:white;<br />
background:#d11e01;<br />
}<br />
&lt;/style&gt;</p>
<p>Html:</p>
<p>   &lt;div id=&#8221;button&#8221;&gt;<br />
    &lt;table cellspacing=&#8221;0&#8243; cellpadding=&#8221;0&#8243; border=&#8221;0&#8243;&gt;<br />
     &lt;tr height=&#8221;33px;&#8221;&gt;<br />
     &lt;td width=&#8221;30px&#8221;&gt;&lt;/td&gt;<br />
      &lt;td&gt;&lt;ul&gt;&lt;li id=&#8221;single&#8221;&gt;&lt;a href=&#8221;#&#8221;&gt;BUTTON 01&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/td&gt;<br />
      &lt;td&gt;&lt;ul&gt;&lt;li id=&#8221;double&#8221;&gt;&lt;a href=&#8221;#&#8221;&gt;BUTTON 02<br/>ON TWO LINES;br/&gt;DE L&#8217;INFECTATION&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/td&gt;<br />
      &lt;td&gt;&lt;ul&gt;&lt;li id=&#8221;single&#8221;&gt;&lt;a href=&#8221;#&#8221;&gt;BUTTON 03&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/td&gt;<br />
     &lt;/tr&gt;<br />
    &lt;/table&gt;<br />
   &lt;/div&gt;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.espressographics.ca/blog/?feed=rss2&amp;p=48</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Domain name transfer</title>
		<link>http://www.espressographics.ca/blog/?p=46</link>
		<comments>http://www.espressographics.ca/blog/?p=46#comments</comments>
		<pubDate>Fri, 28 Aug 2009 06:08:33 +0000</pubDate>
		<dc:creator>espresso graphics</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.espressographics.ca/blog/?p=46</guid>
		<description><![CDATA[Domain name transfer is not the easiest thing to do and it takes usually a few days&#8230; 2 to 5 days, so don&#8217;t wait for the last minute to do it. Also be careful if the account is confidential for the whois, you will have to disable this security it if you want to receive [...]]]></description>
			<content:encoded><![CDATA[<p>Domain name transfer is not the easiest thing to do and it takes usually a few days&#8230; 2 to 5 days, so don&#8217;t wait for the last minute to do it. Also be careful if the account is confidential for the whois, you will have to disable this security it if you want to receive the email with the codes to start the transfer.</p>
<p>When you have to accept the transfer on the loser account, if you can&#8217;t find the option, send them an email as soon as possible, they will be able to accept it for you.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.espressographics.ca/blog/?feed=rss2&amp;p=46</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Php headers information &#8211; headers already sent</title>
		<link>http://www.espressographics.ca/blog/?p=35</link>
		<comments>http://www.espressographics.ca/blog/?p=35#comments</comments>
		<pubDate>Fri, 14 Aug 2009 22:12:48 +0000</pubDate>
		<dc:creator>espresso graphics</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.espressographics.ca/blog/?p=35</guid>
		<description><![CDATA[We got this error with php when we are using cookies or location.
Warning: Cannot modify header information &#8211; headers already sent by (output started at /home/espresso/public_html/site/product.php:1) in /home/espresso/public_html/site/product.php on line 4
After spending more than an hour, we found where the problem came from. It was the format in which our php file was saved in! [...]]]></description>
			<content:encoded><![CDATA[<p>We got this error with php when we are using cookies or location.</p>
<p><strong>Warning</strong>: Cannot modify header information &#8211; headers already sent by (output started at /home/espresso/public_html/site/product.php:1) in <strong>/home/espresso/public_html/site/product.php</strong> on line <strong>4</strong></p>
<p>After spending more than an hour, we found where the problem came from. It was the format in which our php file was saved in! In Notepad++, a little free software we are using, click on Format and select <strong>Encode in UTF-8 Wihtout BOM</strong></p>
<p>and then it worked.</p>
<p>There could be other problem like space around the tags <?php ... ?> (like removing any line after the last tag) but we didn&#8217;t face this problem.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.espressographics.ca/blog/?feed=rss2&amp;p=35</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Save some time when you design a website</title>
		<link>http://www.espressographics.ca/blog/?p=33</link>
		<comments>http://www.espressographics.ca/blog/?p=33#comments</comments>
		<pubDate>Fri, 14 Aug 2009 17:15:15 +0000</pubDate>
		<dc:creator>espresso graphics</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.espressographics.ca/blog/?p=33</guid>
		<description><![CDATA[here are some website and little software that help up to gain some time designing our websites.
A little engine that generate the code to create html button.
http://www.pagetutor.com/button_designer/index.html
A generator of stripes for your background
http://www.stripegenerator.com/
Dot generator for background also
http://www.pixelknete.de/dotter/
Print folder &#8211; you might wonder how does that help us&#8230; to create a good xml list, if you [...]]]></description>
			<content:encoded><![CDATA[<p>here are some website and little software that help up to gain some time designing our websites.<a title="button designer" href="http://www.pagetutor.com/button_designer/index.html" target="_blank"></a></p>
<p>A little engine that generate the code to create html button.<a title="button designer" href="http://www.pagetutor.com/button_designer/index.html" target="_blank"><br />
http://www.pagetutor.com/button_designer/index.html</a></p>
<p>A generator of stripes for your background<br />
<a title="stripe generator" href="http://www.stripegenerator.com/" target="_blank">http://www.stripegenerator.com/</a></p>
<p>Dot generator for background also<br />
<a title="dot generator" href="http://www.pixelknete.de/dotter/" target="_blank">http://www.pixelknete.de/dotter/</a></p>
<p>Print folder &#8211; you might wonder how does that help us&#8230; to create a good xml list, if you have tons of pictures to put in a xml file, you print the name of the whole folder in a pdf, and copy-past the text in the xml! This way you are sure not to have any spelling mistakes.<br />
<a title="print folder" href="http://no-nonsense-software.com/freeware/" target="_blank">http://no-nonsense-software.com/freeware/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.espressographics.ca/blog/?feed=rss2&amp;p=33</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to use a list that display the same in different browser.</title>
		<link>http://www.espressographics.ca/blog/?p=26</link>
		<comments>http://www.espressographics.ca/blog/?p=26#comments</comments>
		<pubDate>Thu, 13 Aug 2009 17:29:36 +0000</pubDate>
		<dc:creator>espresso graphics</dc:creator>
				<category><![CDATA[html - css]]></category>
		<category><![CDATA[espresso graphics]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[ie]]></category>
		<category><![CDATA[internet explorer]]></category>
		<category><![CDATA[line-height]]></category>
		<category><![CDATA[list]]></category>
		<category><![CDATA[margin]]></category>

		<guid isPermaLink="false">http://www.espressographics.ca/blog/?p=26</guid>
		<description><![CDATA[I find that IE and firefox are displaying in very different ways the list tag and it could be frustrating to try to make it looks the same!
So here are some tips. In fact, the problem often  come from the font in the list more than the list itself, that&#8217;s why you need to define [...]]]></description>
			<content:encoded><![CDATA[<p>I find that IE and firefox are displaying in very different ways the list tag and it could be frustrating to try to make it looks the same!<br />
So here are some tips. In fact, the problem often  come from the font in the list more than the list itself, that&#8217;s why you need to define the font AND the line-height.</p>
<p>It could be also difficult to get the same margin on the left, so here is a way that works.</p>
<p><strong>here is the html code:</strong></p>
<p><code><strong><br />
</strong></code></p>
<p>&lt;!DOCTYPE HTML PUBLIC &#8220;-//W3C//DTD HTML 4.01 Transitional//EN&#8221;&gt;<br />
&lt;html&gt;<br />
&lt;head&gt;&lt;STYLE&gt;</p>
<p>&lt;/STYLE&gt;<br />
&lt;title&gt;List&lt;/title&gt;<br />
&lt;meta http-equiv=&#8221;Content-Type&#8221; content=&#8221;text/html; charset=iso-8859-1&#8243;&gt;</p>
<p>&lt;style type=&#8221;text/css&#8221; media=&#8221;screen&#8221;&gt;<br />
#box{<br />
background:#ccc;<br />
width:350px;<br />
}</p>
<p>#list_css{<br />
padding-left:100px;</p>
<p>}</p>
<p>#list_css p{</p>
<p>margin:0px;<br />
padding:0px;<br />
}</p>
<p>#list_css li{<br />
<strong>font: bold 18px/12px arial;<br />
line-height:20px;</strong><br />
list-style-type:square;<br />
padding:0px;<br />
margin:0px;<br />
}</p>
<p>#list_css ul{<br />
padding:0px;<br />
margin:0px;<br />
}<br />
&lt;/style&gt;</p>
<p>&lt;/head&gt;</p>
<p>&lt;body&gt;<br />
&lt;div id=&#8221;box&#8221;&gt;<br />
&lt;div id=&#8221;list_css&#8221;&gt;<br />
&lt;ul&gt;<br />
&lt;li&gt;TEST 01&lt;/li&gt;<br />
&lt;li&gt;TEST 02&lt;/li&gt;<br />
&lt;li&gt;TEST 03&lt;/li&gt;<br />
&lt;/ul&gt;<br />
&lt;/div&gt;<br />
&lt;/div&gt;<br />
&lt;/body&gt;<br />
&lt;/html&gt;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.espressographics.ca/blog/?feed=rss2&amp;p=26</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Problem with the size of a textarea?</title>
		<link>http://www.espressographics.ca/blog/?p=21</link>
		<comments>http://www.espressographics.ca/blog/?p=21#comments</comments>
		<pubDate>Wed, 12 Aug 2009 20:54:03 +0000</pubDate>
		<dc:creator>espresso graphics</dc:creator>
				<category><![CDATA[html - css]]></category>
		<category><![CDATA[cols]]></category>
		<category><![CDATA[espresso graphics]]></category>
		<category><![CDATA[field]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[textarea]]></category>

		<guid isPermaLink="false">http://www.espressographics.ca/blog/?p=21</guid>
		<description><![CDATA[We came across a little problem with one of our form for a website. The form looked good on most of the browser but on certain computer using firefox, the width of the textarea was much bigger then what it was suppose to be, pushing the border of the table and creating a weird look!
the [...]]]></description>
			<content:encoded><![CDATA[<p>We came across a little problem with one of our form for a website. The form looked good on most of the browser but on certain computer using firefox, the width of the textarea was much bigger then what it was suppose to be, pushing the border of the table and creating a weird look!</p>
<p><strong>the size was setup with the command cols=&#8221;xx&#8221; like this example and that was the problem.</strong></p>
<p>&lt;textarea id=&#8221;field&#8221; style=&#8221;FONT-SIZE: 10pt&#8221; cols=&#8221;65&#8243; rows=&#8221;7&#8243; name=&#8221;themessage&#8221;&gt;&lt;/textarea&gt;</p>
<p><strong>to solve the problem, we had to take off the cols=&#8221;65&#8243; and put the width directly in the css, we also did the same for the height and the row attribute.</strong></p>
<p>&lt;textarea id=&#8221;field&#8221; style=&#8221;FONT-SIZE: 10pt&#8221; name=&#8221;themessage&#8221;&gt;&lt;/textarea&gt;</p>
<p>Css:<br />
#field{<br />
width:300px;<br />
height:200px;<br />
}</p>
<p>Again, it might not be a big problem but it&#8217;s nice to know where to look at!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.espressographics.ca/blog/?feed=rss2&amp;p=21</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Remove the space under an &lt;img&gt; or under a &lt;form&gt; in internet Explorer</title>
		<link>http://www.espressographics.ca/blog/?p=13</link>
		<comments>http://www.espressographics.ca/blog/?p=13#comments</comments>
		<pubDate>Thu, 06 Aug 2009 21:02:44 +0000</pubDate>
		<dc:creator>espresso graphics</dc:creator>
				<category><![CDATA[html - css]]></category>
		<category><![CDATA[div]]></category>
		<category><![CDATA[espresso graphics]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[ie]]></category>
		<category><![CDATA[internet explorer]]></category>
		<category><![CDATA[valign]]></category>

		<guid isPermaLink="false">http://www.espressographics.ca/blog/?p=13</guid>
		<description><![CDATA[when you want to create a website with the exact same look in firefox and internet explorer, that even one pixel is a problem. And sometimes we might spend hours to find where is this pixel coming from.
here is a place where to look for this pixel.
space under a &#60;img&#62;
When you put an image in [...]]]></description>
			<content:encoded><![CDATA[<p>when you want to create a website with the exact same look in firefox and internet explorer, that even one pixel is a problem. And sometimes we might spend hours to find where is this pixel coming from.</p>
<p><strong>here is a place where to look for this pixel.</strong></p>
<p><strong>space under a &lt;img&gt;</strong></p>
<p>When you put an image in a table, firefox will have the table as big as the image, it will fix exactly, however Internet will add a space under the image and changing the padding of the image won&#8217;t fix it.</p>
<p>here is the solution, add style=&#8221;display: block&#8221;. It&#8217;s better to add it only on specific image like this way:</p>
<p><strong>&lt;img src=&#8221;add.jpg&#8221; style=&#8221;display: block&#8221;/&gt;</strong></p>
<p>A block will always start at the beginning of the next line in your html so if you apply this to all you images, you might have some surprises with your design.</p>
<p><strong>space under a &lt;form&gt;</strong></p>
<p>About the form, it&#8217;s not that internet explorer is doing something wrong with the form, it&#8217;s just that without the proper information it handles it in a different way than firefox and add some bottom margin to it. So with your form, just add a specific margin to the form in css should solve the problem. like this:</p>
<p><strong>form{<br />
margin:0px;<br />
}</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.espressographics.ca/blog/?feed=rss2&amp;p=13</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>min-height, difference between firefox and internet explorer</title>
		<link>http://www.espressographics.ca/blog/?p=9</link>
		<comments>http://www.espressographics.ca/blog/?p=9#comments</comments>
		<pubDate>Wed, 05 Aug 2009 20:45:51 +0000</pubDate>
		<dc:creator>espresso graphics</dc:creator>
				<category><![CDATA[html - css]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[ie]]></category>
		<category><![CDATA[internet explorer]]></category>
		<category><![CDATA[min-height]]></category>

		<guid isPermaLink="false">http://www.espressographics.ca/blog/?p=9</guid>
		<description><![CDATA[I think this post is the beginning of a long serie! Sometimes it&#8217;s difficult to keep track of all the difference between internet explorer (ie) and firefox, that why it will be nice to post them hoping that we won&#8217;t have to spend as much time next time we face them.
So here is the problem,
in [...]]]></description>
			<content:encoded><![CDATA[<p>I think this post is the beginning of a long serie! Sometimes it&#8217;s difficult to keep track of all the difference between internet explorer (ie) and firefox, that why it will be nice to post them hoping that we won&#8217;t have to spend as much time next time we face them.</p>
<p>So here is the problem,</p>
<p>in the css file for a division, this won&#8217;t work in ie but works in firefox.<br />
#div_id{<br />
<strong>min-height:400px;</strong><br />
}</p>
<p>In Internet Explorer, if you do that it will work, not in firefox.<br />
#div_id{<br />
<strong>height:auto !important;<br />
height:400px;</strong><br />
}</p>
<p>solution for internet explorer and firefox:</p>
<p>#div_id{<br />
<strong>min-height:400px;<br />
</strong> <strong>height:auto !important;<br />
height:400px;</strong><br />
}</p>
<p>Hope it could help!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.espressographics.ca/blog/?feed=rss2&amp;p=9</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Welcome to the blog of expresso graphics.</title>
		<link>http://www.espressographics.ca/blog/?p=1</link>
		<comments>http://www.espressographics.ca/blog/?p=1#comments</comments>
		<pubDate>Wed, 15 Jul 2009 20:10:00 +0000</pubDate>
		<dc:creator>espresso graphics</dc:creator>
				<category><![CDATA[espresso graphics]]></category>

		<guid isPermaLink="false">http://www.espressographics.ca/blog/?p=1</guid>
		<description><![CDATA[This is a new feature that we are adding to our website.
This way we will be able to post some news, some tips and some notes about our work. It will be a great tool for us to keep track of some problems we faced and especially how we resolved them and for visitors, you [...]]]></description>
			<content:encoded><![CDATA[<p>This is a new feature that we are adding to our website.</p>
<p>This way we will be able to post some news, some tips and some notes about our work. It will be a great tool for us to keep track of some problems we faced and especially how we resolved them and for visitors, you might be able to find the solution of a problem you have.</p>
<p>We hope you will enjoy our blog.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.espressographics.ca/blog/?feed=rss2&amp;p=1</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

