<?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>A+ Web Design Tutorials</title>
	<atom:link href="http://www.a-plus-webdesign.com/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.a-plus-webdesign.com/blog</link>
	<description>Free tutorials on all things Web Design&#039;ish</description>
	<lastBuildDate>Fri, 07 May 2010 00:24:58 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Tutorial: Using the Event Calender Plugin for Wordpress</title>
		<link>http://www.a-plus-webdesign.com/blog/2010/05/03/tutorial-using-the-event-calender-plugin-for-wordpress/</link>
		<comments>http://www.a-plus-webdesign.com/blog/2010/05/03/tutorial-using-the-event-calender-plugin-for-wordpress/#comments</comments>
		<pubDate>Mon, 03 May 2010 12:11:48 +0000</pubDate>
		<dc:creator>A+ Web Design</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[Events]]></category>

		<guid isPermaLink="false">http://www.a-plus-webdesign.com/blog/?p=543</guid>
		<description><![CDATA[<img src="http://www.a-plus-webdesign.com/blog/wp-content/uploads/wordpress.jpg" width="50" height="50" alt="" title="Wordpress" /><br/>Manage future events as an online calendar. Display upcoming events in a dynamic calendar, on a listings page, or as a list in the sidebar. Choose one WordPress category as the &#8216;event&#8217; category, and then add posts for dates in the future. Add the calendar or event list functions to your template, or just use [...]]]></description>
			<content:encoded><![CDATA[<img src="http://www.a-plus-webdesign.com/blog/wp-content/uploads/wordpress.jpg" width="50" height="50" alt="" title="Wordpress" /><br/><p>Manage future events as an online calendar. Display upcoming events in a dynamic calendar, on a listings page, or as a list in the sidebar. Choose one WordPress category as the &#8216;event&#8217; category, and then add posts for dates in the future. Add the calendar or event list functions to your template, or just use the &#8216;Event Category&#8217; page to list your forthcoming events.</p>
<p>Download the plugin <a href="http://wordpress.org/extend/plugins/event-calendar/" target="_blank">Event calender 3</a>.</p>
<p> </p>
<p><strong>1. Change settings</strong></p>
<p>Change settings on the <strong><em>‘Plugins &gt; Event Calendar’</em></strong> options screen.</p>
<p>You must choose which WordPress category to use for events. (Viewing the options screen for the first time also sets up the database, and upgrades events from older versions of EventCalendar.)</p>
<p> </p>
<p><strong>2. Add the Event Calendar or Upcoming Events list to your sidebar</strong></p>
<p>If you use the WordPress Widgets, then the Event Calendar is available as an easy to install widget. In order to use it you must first activate the “Event Calendar Widget” plugin.</p>
<p>Otherwise, you need to make a small adition to your template. Add the following code to your sidebar.php:</p>
<p>Event Calendar:</p>
<p>     &lt;li&gt;<br />
          &lt;?php ec3_get_calendar(); ?&gt;<br />
     &lt;/li&gt;</p>
<p>Upcoming Events:</p>
<p>     &lt;li&gt;Events<br />
          &lt;?php ec3_get_events(5); ?&gt;<br />
     &lt;/li&gt;</p>
<p>If you are using an older template, then you should check that your HTML header contains the following tag: &lt;?php wp_head(); ?&gt;</p>
<p> </p>
<p><strong>3. How to add an event</strong></p>
<div>
<p>An event post is a normal blog post, with one or more attached events. On the <strong>Write Post</strong> page, scroll down and you will see the <strong>Event Editor</strong>. You might need to click the little ‘<strong>+</strong>‘ in its blue bar, to see the controls.</p>
<p><img id="image6" src="http://wpcal.firetree.net/wp-content/uploads/2006/10/event_editor_1.jpg" alt="event_editor_1.jpg" /></p>
<p>To start with, you will only see the column headings (<strong>Start</strong>, <strong>End</strong> and <strong>All Day</strong>) and the ‘+’ &#8211; <em>add event</em> button. Click ‘+’ to add a new event.</p>
<p><img id="image10" src="http://wpcal.firetree.net/wp-content/uploads/2006/10/event_editor_2.jpg" alt="event_editor_2.jpg" /></p>
<p>The event will start and end on the next full hour. To set the start date, click on the ‘…’ button, next to the start time. A popup calendar will appear.</p>
<p><img id="image9" src="http://wpcal.firetree.net/wp-content/uploads/2006/10/event_editor_3.jpg" alt="event_editor_3.jpg" /></p>
<p>Select the new start date by clicking on the calendar. Optionally you can change the time by clicking on the popup’s time and dragging. Click on the ‘X’ to dismiss the popup.</p>
<p>You can also edit the date and time in the normal way, by clicking on the numbers and changing them with the keyboard. If you edit the date manually like this, make sure that you keep to the correct format: YEAR-MONTH-DATE 24-HOURS:MINUTES</p>
<p>When you change the <strong>Start</strong> field, the <strong>End</strong> field updates automatically, so that the event’s duration remains the same. If you want to change the duration, then edit the <strong>End</strong> field, just as you did for the <strong>Start</strong>.</p>
<p>If you tick the <strong>All Day</strong> checkbox, then the times are ignored &#8211; the event goes on through the whole day. You can make the event span over more than one day if you wish. You can also add more scheduled times for the same post. Just click the ‘+’ button to add more lines.</p>
<p>To remove an event, click on the ‘—’ button.</p>
<p><strong>Now select the &#8220;events&#8221; category</strong> and just <strong>Save</strong> the post in the normal way.</p>
<p> </p></div>
]]></content:encoded>
			<wfw:commentRss>http://www.a-plus-webdesign.com/blog/2010/05/03/tutorial-using-the-event-calender-plugin-for-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Paris House Boutique</title>
		<link>http://www.a-plus-webdesign.com/blog/2010/04/22/the-paris-house-boutique/</link>
		<comments>http://www.a-plus-webdesign.com/blog/2010/04/22/the-paris-house-boutique/#comments</comments>
		<pubDate>Thu, 22 Apr 2010 16:59:43 +0000</pubDate>
		<dc:creator>A+ Web Design</dc:creator>
				<category><![CDATA[Portfolio]]></category>
		<category><![CDATA[e-commerce]]></category>

		<guid isPermaLink="false">http://www.a-plus-webdesign.com/blog/?p=510</guid>
		<description><![CDATA[<br/>The Paris House Boutique offers a collection of antiques, furnishings, fabrics, clothes, jewelry, dishes and a vast selection of accessories from around the World.]]></description>
			<content:encoded><![CDATA[<br/><p><a href="http://theparishouse.com/shop/" target="_blank"><img class="alignnone size-full wp-image-515" title="tphboutique" src="http://www.a-plus-webdesign.com/blog/wp-content/uploads/2010/04/tphboutique.jpg" alt="tphboutique" width="790" height="481" /></a><br />
<img class="alignnone size-full wp-image-513" title="tphboutique-tmb1" src="http://www.a-plus-webdesign.com/blog/wp-content/uploads/2010/04/tphboutique-tmb1.jpg" alt="tphboutique-tmb1" width="258" height="150" /> <img class="alignnone size-full wp-image-512" title="tphboutique-tmb2" src="http://www.a-plus-webdesign.com/blog/wp-content/uploads/2010/04/tphboutique-tmb2.jpg" alt="tphboutique-tmb2" width="258" height="150" /> <img class="alignnone size-full wp-image-511" title="tphboutique-tmb3" src="http://www.a-plus-webdesign.com/blog/wp-content/uploads/2010/04/tphboutique-tmb3.jpg" alt="tphboutique-tmb3" width="258" height="150" /></p>
<p><strong>Client&#8217;s Voice from Michele Rosenthal, owner of The Paris House</strong></p>
<h6>&#8220;Annick is the creative genius who owns A+ Web Design.  Her company usually knows what I want and am looking for before I even do and she makes it happen quickly and at very competitive affordable rates.  Annick&#8217;s patience and creativity have been crucial in taking the past 44 years of my life&#8217;s work and putting it into the most gorgeous website, blog and boutique I could have ever hoped for.  Even when she is out of the country and I have a business &#8216;crisis&#8217; she is there for me, helping me immediately.  I have learned so much by working along side her over the past couple years, I value A+ Web Design&#8217;s input very much. I really don&#8217;t know how she &#8217;sees&#8217; into my head to know exactly what I am thinking, but she does and then makes my thoughts and dreams into a reality on my website. Thanks to Annick The Paris House Designs is a magical place where I run my creative lifestyle business.&#8221;</h6>
<p><strong>About</strong> – <span style="COLOR: #333300"><span style="color: #333333;">The Paris House Boutique offers a collection of antiques, furnishings, fabrics, clothes, jewelry, dishes and a vast selection of accessories from around the World</span></span>.</p>
<p><strong>Type</strong> – E-commerce website</p>
<p><strong>Project </strong>– A+ Web Design had already created a website/blog combo for The Paris House, but this client also requested a boutique where she could sell her prodcuts online. The boutique is created with Zencart.  All payments can be made with PayPal.</p>
<p><strong>Visit this website at <a href="http://theparishouse.com/shop/" target="_blank">www.theparishouse.com/shop/</a></strong><strong>.</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.a-plus-webdesign.com/blog/2010/04/22/the-paris-house-boutique/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cultural Preservation and Restoration</title>
		<link>http://www.a-plus-webdesign.com/blog/2010/04/22/cultural-preservation-and-restoration/</link>
		<comments>http://www.a-plus-webdesign.com/blog/2010/04/22/cultural-preservation-and-restoration/#comments</comments>
		<pubDate>Thu, 22 Apr 2010 16:04:37 +0000</pubDate>
		<dc:creator>A+ Web Design</dc:creator>
				<category><![CDATA[Portfolio]]></category>
		<category><![CDATA[slideshows]]></category>
		<category><![CDATA[small business website]]></category>

		<guid isPermaLink="false">http://www.a-plus-webdesign.com/blog/?p=482</guid>
		<description><![CDATA[<br/>Cultural Preservation &#038; Restoration, Inc. (CPR) specializes in a wide range of conservation and museum services.
]]></description>
			<content:encoded><![CDATA[<br/><p><a href="http://www.cprconservation.com/index.shtml" target="_blank"><img class="alignnone size-full wp-image-483" title="cpr" src="http://www.a-plus-webdesign.com/blog/wp-content/uploads/2010/04/cpr.jpg" alt="cpr" width="790" /></a><br />
<img class="alignnone size-full wp-image-485" title="cpr-tmb2" src="http://www.a-plus-webdesign.com/blog/wp-content/uploads/2010/04/cpr-tmb2.jpg" alt="cpr-tmb2" width="258" height="150" /> <img class="alignnone size-full wp-image-486" title="cpr-tmb1" src="http://www.a-plus-webdesign.com/blog/wp-content/uploads/2010/04/cpr-tmb1.jpg" alt="cpr-tmb1" width="258" height="150" /> <img class="alignnone size-full wp-image-484" title="cpr-tmb3" src="http://www.a-plus-webdesign.com/blog/wp-content/uploads/2010/04/cpr-tmb3.jpg" alt="cpr-tmb3" width="258" height="150" /></p>
<p><strong>About</strong> – Cultural Preservation &amp; Restoration, Inc. (CPR) specializes in a wide range of conservation and museum services including conservation surveys and assessments, conservation treatment, stabilization, reconstruction, object analysis, restoration, mount making, and exhibit design..</p>
<p><strong>Type</strong> – Small business website</p>
<p><strong>Project</strong> – This client requested a new design for their existing website. They wanted the new website to be elegant, easy to update and they wanted to be able to showcase their projects.</p>
<p><strong>Visit this website at </strong><a href="http://www.cprconservation.com" target="_blank"><strong>www.cprconservation.com</strong></a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.a-plus-webdesign.com/blog/2010/04/22/cultural-preservation-and-restoration/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MoPromotion</title>
		<link>http://www.a-plus-webdesign.com/blog/2010/03/18/mopromotion/</link>
		<comments>http://www.a-plus-webdesign.com/blog/2010/03/18/mopromotion/#comments</comments>
		<pubDate>Thu, 18 Mar 2010 16:19:57 +0000</pubDate>
		<dc:creator>A+ Web Design</dc:creator>
				<category><![CDATA[Portfolio]]></category>
		<category><![CDATA[contact form]]></category>
		<category><![CDATA[small business website]]></category>

		<guid isPermaLink="false">http://www.a-plus-webdesign.com/blog/?p=464</guid>
		<description><![CDATA[<br/>MoPromotion offers a wide variety of premiums, gifts and promotion articles. The company is based in Boom, Belgium. ]]></description>
			<content:encoded><![CDATA[<br/><p><strong><a href="http://www.mopromotion.be/" target="_blank"><img class="alignnone size-full wp-image-465" title="mopromotion" src="http://www.a-plus-webdesign.com/blog/wp-content/uploads/2010/03/mopromotion.jpg" alt="mopromotion" width="790" height="447" /></a><br />
<img class="alignnone size-full wp-image-467" title="mopromotion-tmb1" src="http://www.a-plus-webdesign.com/blog/wp-content/uploads/2010/03/mopromotion-tmb1.jpg" alt="mopromotion-tmb1" width="258" height="150" /> <img class="alignnone size-full wp-image-468" title="mopromotion-tmb2" src="http://www.a-plus-webdesign.com/blog/wp-content/uploads/2010/03/mopromotion-tmb2.jpg" alt="mopromotion-tmb2" width="258" height="150" /> <img class="alignnone size-full wp-image-469" title="mopromotion-tmb3" src="http://www.a-plus-webdesign.com/blog/wp-content/uploads/2010/03/mopromotion-tmb3.jpg" alt="mopromotion-tmb3" width="258" height="150" /></strong></p>
<p><strong>Client&#8217;s voice from Ken Christiaens</strong></p>
<h6>We were lucky to encounter Annick in our search for a budgetfriendly, but original website solution. We couldn’t afford to spend 2000+ dollars and we wanted to make up for it by keeping it as simple, effective and nice as possible. After checking her portfolio, we were surprised by the low price she offered us for the requested 6-page design. In comparison to the website suppliers we contacted in Europe, it wasn’t hard to choose which was the better option for us. Annick is unbeatable on that account.</p>
<p>And so we engaged on an overseas email-communication, of which we weren’t sure it would work out well since there was no direct face-to-face contact. I confess that I’m quite demanding in a creative process, but Annick was perceptive and flexible, suggesting a lot of ideas herself next to the one’s we proposed. At the end we came up with this final retro-design which met our expectations. Through creativity and patience, Annick manages to go along with an idea and give it a personal touch. We’re a fan of her work and we would recommend her to anyone looking for a small personal or business website.</p>
<p>Thanks, Annick.<span id="_marker"> </span></h6>
<p><strong>About</strong>- MoPromotion offers a wide variety of premiums, gifts and promotion articles. The company is based in Boom, Belgium. </p>
<p><strong>Type </strong>- Small business website</p>
<p><strong>Project </strong>- The company was looking for an elegant and simple website, where they could showcase their different catalogues to their clients.</p>
<p><strong>Visit this website at </strong><a href="http://www.mopromotion.be" target="_blank"><strong>www.mopromotion.be</strong></a><strong>.</strong></p>
<p><strong> </strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.a-plus-webdesign.com/blog/2010/03/18/mopromotion/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Paris House</title>
		<link>http://www.a-plus-webdesign.com/blog/2010/03/17/the-paris-house/</link>
		<comments>http://www.a-plus-webdesign.com/blog/2010/03/17/the-paris-house/#comments</comments>
		<pubDate>Wed, 17 Mar 2010 14:40:39 +0000</pubDate>
		<dc:creator>A+ Web Design</dc:creator>
				<category><![CDATA[Portfolio]]></category>
		<category><![CDATA[small business website]]></category>
		<category><![CDATA[wordpress blog]]></category>

		<guid isPermaLink="false">http://www.a-plus-webdesign.com/blog/?p=407</guid>
		<description><![CDATA[<br/>The Paris House offers unique parties, entertaining and design ideas, interior design services, fabulous recipes from around the world, tips and ideas for gardening and floral arranging ...]]></description>
			<content:encoded><![CDATA[<br/><p><a href="http://www.a-plus-webdesign.com/blog/wp-content/uploads/2010/03/theparishouse1.jpg"></a></p>
<p><a href="http://www.theparishouse.com" target="_blank"><img class="alignnone size-full wp-image-420" title="theparishouse" src="http://www.a-plus-webdesign.com/blog/wp-content/uploads/2010/03/theparishouse.jpg" alt="theparishouse" width="790" height="357" /></a><br />
<img class="alignnone size-full wp-image-452" title="theparishouse-tmb1" src="http://www.a-plus-webdesign.com/blog/wp-content/uploads/2010/03/theparishouse-tmb1.jpg" alt="theparishouse-tmb1" width="259" height="150" /> <img class="alignnone size-full wp-image-453" title="theparishouse-tmb2" src="http://www.a-plus-webdesign.com/blog/wp-content/uploads/2010/03/theparishouse-tmb2.jpg" alt="theparishouse-tmb2" width="259" height="150" /> <img class="alignnone size-full wp-image-451" title="theparishouse-tmb3" src="http://www.a-plus-webdesign.com/blog/wp-content/uploads/2010/03/theparishouse-tmb3.jpg" alt="theparishouse-tmb3" width="257" height="150" /></p>
<p><strong>Client’s Voice from Michele Rosenthal, owner of The Paris House</strong></p>
<h6>&#8220;Annick is the creative genius who owns A+ Web Design.  Her company usually knows what I want and am looking for before I even do and she makes it happen quickly and at very competitive affordable rates.  Annick’s patience and creativity have been crucial in taking the past 44 years of my life’s work and putting it into the most gorgeous website, blog and boutique I could have ever hoped for.  Even when she is out of the country and I have a business ‘crisis’ she is there for me, helping me immediately.  I have learned so much by working along side her over the past couple years, I value A+ Web Design’s input very much. I really don’t know how she ’sees’ into my head to know exactly what I am thinking, but she does and then makes my thoughts and dreams into a reality on my website. Thanks to Annick The Paris House Designs is a magical place where I run my creative lifestyle business.&#8221;</h6>
<p><strong>About</strong> &#8211; The Paris House offers unique parties, entertaining and design ideas, interior design services, fabulous recipes from around the world, tips and ideas for gardening and floral arranging, beautiful antiques for your home, fashion, beauty and fitness tips and gorgeous jewelry design, such as The Earth Mother birthstone ring for moms.</p>
<p><strong>Type</strong> &#8211; Wordpress blog &amp; website combo</p>
<p><strong>Project </strong>- This client requested a website that was beautiful, eye catching, with big pictures. But it also needed to be easy to navigate and easy to update. That&#8217;s why we chose for the wordpress platform. We created a unique wordpress template that fit all the needs of the client. The client has experienced a steady grow of visitors and customers and we are constantly updating the website to keep it fresh and surprising, so the visitors and customers are always coming back for more.</p>
<p><strong>Visit this website at </strong><a href="http://www.theparishouse.com" target="_blank"><strong>www.theparishouse.com</strong></a><strong>.</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.a-plus-webdesign.com/blog/2010/03/17/the-paris-house/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Newcomers &amp; Friends Club of Washington Township</title>
		<link>http://www.a-plus-webdesign.com/blog/2010/03/15/newcomers-friends-of-washington-township/</link>
		<comments>http://www.a-plus-webdesign.com/blog/2010/03/15/newcomers-friends-of-washington-township/#comments</comments>
		<pubDate>Tue, 16 Mar 2010 01:55:41 +0000</pubDate>
		<dc:creator>A+ Web Design</dc:creator>
				<category><![CDATA[Portfolio]]></category>
		<category><![CDATA[custom icons]]></category>
		<category><![CDATA[custom logo]]></category>
		<category><![CDATA[restricted area]]></category>
		<category><![CDATA[wordpress blog]]></category>

		<guid isPermaLink="false">http://www.a-plus-webdesign.com/blog/?p=388</guid>
		<description><![CDATA[<br/>The Newcomers &#038; Friends Club of Washington Township is a non-profit organization based in Washington Township, NJ.]]></description>
			<content:encoded><![CDATA[<br/><p><strong><a href="http://newcomers-washington-twp.com/" target="_blank"><img class="alignnone size-full wp-image-457" title="newcomers" src="http://www.a-plus-webdesign.com/blog/wp-content/uploads/2010/03/newcomers.jpg" alt="newcomers" width="970" height="563" /></a><br />
<img class="alignnone size-full wp-image-458" title="newcomers-tmb1" src="http://www.a-plus-webdesign.com/blog/wp-content/uploads/2010/03/newcomers-tmb1.jpg" alt="newcomers-tmb1" width="258" height="150" /> <img class="alignnone size-full wp-image-459" title="newcomers-tmb2" src="http://www.a-plus-webdesign.com/blog/wp-content/uploads/2010/03/newcomers-tmb2.jpg" alt="newcomers-tmb2" width="258" height="150" /> <img class="alignnone size-full wp-image-460" title="newcomers-tmb3" src="http://www.a-plus-webdesign.com/blog/wp-content/uploads/2010/03/newcomers-tmb3.jpg" alt="newcomers-tmb3" width="258" height="150" /></strong></p>
<p><strong>About</strong> &#8211; The Newcomers &amp; Friends Club of Washington Township is a non-profit organization based in Washington Township, NJ.</p>
<p><strong>Type</strong>- Non-profit organisation, Wordpress blog</p>
<p><strong>Project </strong>- The club needed a website that was informative, eye catching, easy to update and with a members only section. That&#8217;s we we decided to make in into a blog, so anyone will be able to update it and post new events on the wesbite.  The members only section makes it possible to put a membership list and a newsletter online where the members can download.</p>
<p><strong>Visit this website at </strong><a href="http://www.newcomers-washington-twp.com" target="_blank"><strong>www.newcomers-washington-twp.com</strong></a><strong>.</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.a-plus-webdesign.com/blog/2010/03/15/newcomers-friends-of-washington-township/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Simplement Chic</title>
		<link>http://www.a-plus-webdesign.com/blog/2010/03/15/simplement-chic/</link>
		<comments>http://www.a-plus-webdesign.com/blog/2010/03/15/simplement-chic/#comments</comments>
		<pubDate>Tue, 16 Mar 2010 01:35:26 +0000</pubDate>
		<dc:creator>A+ Web Design</dc:creator>
				<category><![CDATA[Portfolio]]></category>
		<category><![CDATA[custom logo]]></category>
		<category><![CDATA[custom photographs]]></category>
		<category><![CDATA[small business website]]></category>

		<guid isPermaLink="false">http://www.a-plus-webdesign.com/blog/?p=384</guid>
		<description><![CDATA[<br/>"Simplement Chic" is an image and wardrobe consultancy, based in NJ. SC provides personal style analysis, wardrobe organization, closet audit and personal shopping.
]]></description>
			<content:encoded><![CDATA[<br/><p><strong><a href="http://www.simplementchic.com/" target="_blank"><img class="alignnone size-full wp-image-441" title="simplementchic" src="http://www.a-plus-webdesign.com/blog/wp-content/uploads/2010/03/simplementchic.jpg" alt="simplementchic" width="790" height="481" /></a><br />
<img class="alignnone size-full wp-image-443" title="simplementchic-tmb1" src="http://www.a-plus-webdesign.com/blog/wp-content/uploads/2010/03/simplementchic-tmb1.jpg" alt="simplementchic-tmb1" width="260" height="150" /> <img class="alignnone size-full wp-image-445" title="simplementchic-tmb3" src="http://www.a-plus-webdesign.com/blog/wp-content/uploads/2010/03/simplementchic-tmb3.jpg" alt="simplementchic-tmb3" width="257" height="150" /> <img class="alignnone size-full wp-image-444" title="simplementchic-tmb2" src="http://www.a-plus-webdesign.com/blog/wp-content/uploads/2010/03/simplementchic-tmb2.jpg" alt="simplementchic-tmb2" width="257" height="150" /></strong></p>
<p><strong>Client’s Voice from Marie Boudes, owner of Simplement Chic</strong></p>
<h6>&#8220;I had a very nice experience with Annick doing my web site. She understood right away what I wanted and was very helpful and efficient. I recommended her to friends and I will do it again without any doubt. Merci Annick!&#8221;</h6>
<p><strong>About</strong>- Marie-Christine Boudes is an image and wardrobe consultant. Her company &#8220;Simplement Chic&#8221; ( simply chic) is based in NJ. She provides personal style analysis, wardrobe organization, closet audit and personal shopping.</p>
<p><strong>Type</strong> &#8211; Small business website</p>
<p><strong>Project </strong>- The client requested a simple, yet clean and professional website.  A+ Web Design created the custom logo and also took most of the photographs used on the website.</p>
<p><strong>Visit this website at </strong><a href="http://www.simplementchic.com" target="_blank"><strong>www.simplementchic.com</strong></a><strong>.</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.a-plus-webdesign.com/blog/2010/03/15/simplement-chic/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tutorial: How to upload and download files with Filezilla</title>
		<link>http://www.a-plus-webdesign.com/blog/2010/02/24/tutorial-how-to-upload-and-download-files-with-filezilla/</link>
		<comments>http://www.a-plus-webdesign.com/blog/2010/02/24/tutorial-how-to-upload-and-download-files-with-filezilla/#comments</comments>
		<pubDate>Wed, 24 Feb 2010 15:36:29 +0000</pubDate>
		<dc:creator>A+ Web Design</dc:creator>
				<category><![CDATA[FTP]]></category>
		<category><![CDATA[filezilla]]></category>
		<category><![CDATA[upload with ftp]]></category>

		<guid isPermaLink="false">http://www.a-plus-webdesign.com/blog/?p=343</guid>
		<description><![CDATA[<img src="http://www.a-plus-webdesign.com/blog/wp-content/uploads/goFTP.gif" width="50" height="50" alt="" title="FTP" /><br/>In this tutorial how you can upload and download files with Filezilla.

You can download files TO your computer or upload files FROM your computer using a File Transfer Protocol (FTP) program. FTP refers both to an Internet protocol as well as to the name used for software applications that perform this function.
]]></description>
			<content:encoded><![CDATA[<img src="http://www.a-plus-webdesign.com/blog/wp-content/uploads/goFTP.gif" width="50" height="50" alt="" title="FTP" /><br/><p><a href="http://www.a-plus-webdesign.com/blog/wp-content/uploads/filezilla.jpg"></a>In this tutorial how you can upload and download files with <em>Filezilla</em>.</p>
<p>You can <strong>download</strong> files <strong>TO</strong> your computer or <strong>upload</strong> files <strong>FROM</strong> your computer using a File Transfer Protocol (FTP) program. FTP refers both to an Internet protocol as well as to the name used for software applications that perform this function.</p>
<p>There are several free FTP programs available online.  In this tutorial I will be using the free program <em><strong>Filezilla</strong></em>. Once you have downloaded this program, you can follow the instructions below.</p>
<p>1.  Open <strong><em>Filezilla</em></strong></p>
<p>2. In the icon bar, click the first button <a href="http://www.a-plus-webdesign.com/blog/wp-content/uploads/filezilla02.gif"><img class="alignnone size-full wp-image-345" title="filezilla02" src="http://www.a-plus-webdesign.com/blog/wp-content/uploads/filezilla02.gif" alt="filezilla02" width="26" height="25" /></a> to open the <em><strong>Site Manager</strong></em></p>
<p>    <a href="http://www.a-plus-webdesign.com/blog/wp-content/uploads/filezilla01.gif"><img class="alignnone size-full wp-image-344" title="filezilla01" src="http://www.a-plus-webdesign.com/blog/wp-content/uploads/filezilla01.gif" alt="filezilla01" width="331" height="134" /></a></p>
<p>3. First time users first need to setup their account details, second time users can skip this step and proceed to step4<br />
     In  the <em><strong>Site Manager</strong></em>, click the button &#8220;<em><strong>New Site</strong></em>&#8221;</p>
<p> -  in the newly created folder (in left panel), enter <span style="text-decoration: underline;">the name of your site</span> (ex. mysite)<br />
 -  in the right panel enter your <span style="text-decoration: underline;">host</span> (provided by your hosting service)<br />
-   choose logintype &#8220;normal&#8221;<br />
-   enter <span style="text-decoration: underline;">username</span> and <span style="text-decoration: underline;">password</span> (provided by your hosting service)<br />
-   click <strong><em>OK</em></strong></p>
<p>    <a href="http://www.a-plus-webdesign.com/blog/wp-content/uploads/filezilla3.gif"><img class="alignnone size-full wp-image-346" title="filezilla3" src="http://www.a-plus-webdesign.com/blog/wp-content/uploads/filezilla3.gif" alt="filezilla3" width="341" height="287" /></a> </p>
<p> </p>
<p>4. Now you can connect to your host by clicking the <em><strong>down arrow</strong></em> next to the <em><strong>Open Site Manager button</strong></em> <img title="filezilla02" src="http://www.a-plus-webdesign.com/blog/wp-content/uploads/filezilla02.gif" alt="filezilla02" width="26" height="25" /><br />
     and selecting your site</p>
<p>    <a href="http://www.a-plus-webdesign.com/blog/wp-content/uploads/filezilla04.gif"><img class="alignnone size-full wp-image-348" title="filezilla04" src="http://www.a-plus-webdesign.com/blog/wp-content/uploads/filezilla04.gif" alt="filezilla04" width="384" height="125" /></a></p>
<p>    You are now connected to the host and you will see a window divided in 2 panels:<br />
    the<span style="text-decoration: underline;"> left panel shows the files of your computer</span>, the <span style="text-decoration: underline;">right panel shows the files of the remote site</span></p>
<p> </p>
<p><strong>TO DOWNLOAD</strong></p>
<p>4.1. Find the file(s) that you want to download in the right panel (remote site)  by browsing through the folder icons (just like in Explorer)</p>
<p>4.2.  Navigate in the left window to the folder where you want to save the downloaded file(s).</p>
<p>4.3  Drag the files form the right to the left like in the video</p>
[See post to watch Flash video]
<p> </p>
<p><strong>TO UPLOAD</strong></p>
<p>4.1. Find the file(s) that you want to upload in the left panel (your computer) by browsing through the folder icons (just like in Explorer)</p>
<p>4.2.  Navigate in the right window to the folder where you want to upload the file(s).</p>
<p>4.3  Drag the files form the left to the right</p>
]]></content:encoded>
			<wfw:commentRss>http://www.a-plus-webdesign.com/blog/2010/02/24/tutorial-how-to-upload-and-download-files-with-filezilla/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://www.a-plus-webdesign.com/blog/wp-content/uploads/2010/02/filezilla.flv" length="6057744" type="video/x-flv" />
		</item>
		<item>
		<title>Tutorial: File Upload / FTP in Dreamweaver</title>
		<link>http://www.a-plus-webdesign.com/blog/2010/02/22/tutorial-file-upload-ftp-in-dreamweaver/</link>
		<comments>http://www.a-plus-webdesign.com/blog/2010/02/22/tutorial-file-upload-ftp-in-dreamweaver/#comments</comments>
		<pubDate>Mon, 22 Feb 2010 18:27:34 +0000</pubDate>
		<dc:creator>A+ Web Design</dc:creator>
				<category><![CDATA[Dreamweaver]]></category>
		<category><![CDATA[FTP]]></category>
		<category><![CDATA[upload with ftp]]></category>

		<guid isPermaLink="false">http://www.a-plus-webdesign.com/blog/?p=320</guid>
		<description><![CDATA[<img src="http://www.a-plus-webdesign.com/blog/wp-content/uploads/dreamweaver.jpg" width="50" height="50" alt="" title="Dreamweaver" /><img src="http://www.a-plus-webdesign.com/blog/wp-content/uploads/goFTP.gif" width="50" height="50" alt="" title="FTP" /><br/>Step 7: Dreamweaver CS3 Tutorial – File Upload / FTP]]></description>
			<content:encoded><![CDATA[<img src="http://www.a-plus-webdesign.com/blog/wp-content/uploads/dreamweaver.jpg" width="50" height="50" alt="" title="Dreamweaver" /><img src="http://www.a-plus-webdesign.com/blog/wp-content/uploads/goFTP.gif" width="50" height="50" alt="" title="FTP" /><br/><h2>Step 7: Dreamweaver CS3 Tutorial – File Upload / FTP</h2>
<p><span>[This is Step 7 of the <a href="http://www.a-plus-webdesign.com/blog/2010/02/22/tutorial-dreamweaver-cs3/">Dreamweaver CS3 Tutorial</a>] </span></p>
<div><span><br />
</span></div>
<div><span>After you have developed and tested your site,  it is ready to go live.  In Step 1 we already entered all the settings for the remote site.</span></div>
<p><span>To upload your files into the remote hosting Server:</p>
<p> </p>
<p></span></p>
<ol>
<li>Click the &#8220;Expand to show local and remote sites&#8221; icon <a href="http://www.a-plus-webdesign.com/blog/wp-content/uploads/dreamweaver071.jpg"><img class="alignnone size-full wp-image-328" title="dreamweaver071" src="http://www.a-plus-webdesign.com/blog/wp-content/uploads/dreamweaver071.jpg" alt="dreamweaver071" width="14" height="14" /></a> in the Files Panel<a href="http://www.a-plus-webdesign.com/blog/wp-content/uploads/dreamweaver072.jpg"><img class="alignnone size-full wp-image-329" title="dreamweaver072" src="http://www.a-plus-webdesign.com/blog/wp-content/uploads/dreamweaver072.jpg" alt="dreamweaver072" width="232" height="122" /></a></li>
<li>In the expanded files panel click the &#8216;connects to remote host&#8217; icon.</li>
<li>Once you connect you should see the remote folder and files on the left window.</li>
<li>To upload your files click the &#8216;Put Files&#8217; Arrow icon in the site manager.</li>
<li>After uploading all the files test the site online using your site url e.g. www.yoursitename.com.</li>
</ol>
<p><a href="http://www.a-plus-webdesign.com/blog/wp-content/uploads/dreamweaver073.jpg"><img class="alignnone size-full wp-image-330" title="dreamweaver073" src="http://www.a-plus-webdesign.com/blog/wp-content/uploads/dreamweaver073.jpg" alt="dreamweaver073" width="555" height="85" /></a></p>
<p><strong>Your site is live now! Congratulations!</strong></p>
<p> </p>
<p> </p>
<p> </p>
<p style="text-align: left;"><span style="text-decoration: underline;"><strong><a href="http://www.a-plus-webdesign.com/blog/2010/02/22/tutorial-linking-pages-in-dreamweaver/"><span style="color: #0000cc;">&lt;&lt; Go back to step 6: Linking</span> pages</a></strong></span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.a-plus-webdesign.com/blog/2010/02/22/tutorial-file-upload-ftp-in-dreamweaver/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tutorial: Linking pages in Dreamweaver</title>
		<link>http://www.a-plus-webdesign.com/blog/2010/02/22/tutorial-linking-pages-in-dreamweaver/</link>
		<comments>http://www.a-plus-webdesign.com/blog/2010/02/22/tutorial-linking-pages-in-dreamweaver/#comments</comments>
		<pubDate>Mon, 22 Feb 2010 18:25:00 +0000</pubDate>
		<dc:creator>A+ Web Design</dc:creator>
				<category><![CDATA[Dreamweaver]]></category>

		<guid isPermaLink="false">http://www.a-plus-webdesign.com/blog/?p=317</guid>
		<description><![CDATA[<img src="http://www.a-plus-webdesign.com/blog/wp-content/uploads/dreamweaver.jpg" width="50" height="50" alt="" title="Dreamweaver" /><br/>Step 6: Dreamweaver CS3 Tutorial – Linking pages]]></description>
			<content:encoded><![CDATA[<img src="http://www.a-plus-webdesign.com/blog/wp-content/uploads/dreamweaver.jpg" width="50" height="50" alt="" title="Dreamweaver" /><br/><h2>Step 6: Dreamweaver CS3 Tutorial – Linking pages</h2>
<p><span>[This is Step 6 of the <a href="http://www.a-plus-webdesign.com/blog/2010/02/22/tutorial-dreamweaver-cs3/">Dreamweaver CS3 Tutorial</a>] </span></p>
<p>Once you have created all the pages of your site it is time to link them up using Dreamweaver. You may link them from the menus and from appropriate textual or image content on other pages.</p>
<p>To create a link:</p>
<ol>
<li>Select the text/ image you want to link from</li>
<li>Click on the yellow folder icon next to the &#8216;Link&#8217; field on the &#8216;Properties&#8217; panel.</li>
<li>In the dialog box that opens, browse for the web page you want to link to and select it.</li>
<li>If you are linking to a page from a Server Side Include, ensure that the link is relative to site.</li>
<li>Click OK and your link is ready.</li>
</ol>
<p> </p>
<p style="text-align: left;"><span style="text-decoration: underline;"><strong><a href="http://www.a-plus-webdesign.com/blog/2010/02/22/tutorial-using-server-side-includes-in-dreamweaver/"><span style="color: #0000cc;">&lt;&lt; Go back to step 5: Using</span> Server Side Includes</a></strong></span></p>
<p style="text-align: right;"><span style="text-decoration: underline;"><strong><a href="http://www.a-plus-webdesign.com/blog/2010/02/22/tutorial-file-upload-ftp-in-dreamweaver/"><span style="color: #0000cc;">Go to step 7: File upload / FTP &gt;&gt;</span></a></strong></span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.a-plus-webdesign.com/blog/2010/02/22/tutorial-linking-pages-in-dreamweaver/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
