<?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>Saffron Stroke - Your Web Design Resource</title>
	<atom:link href="http://www.saffronstroke.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.saffronstroke.com</link>
	<description>Design Blog</description>
	<lastBuildDate>Wed, 11 Jan 2012 06:36:24 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>CSS: Most Interesting Questions I Was Asked Last Year</title>
		<link>http://www.saffronstroke.com/2012/01/08/css-most-interesting-questions-i-was-asked-last-year/</link>
		<comments>http://www.saffronstroke.com/2012/01/08/css-most-interesting-questions-i-was-asked-last-year/#comments</comments>
		<pubDate>Sun, 08 Jan 2012 12:26:57 +0000</pubDate>
		<dc:creator>Minal</dc:creator>
				<category><![CDATA[CSS Hacks, Tips and Tricks]]></category>

		<guid isPermaLink="false">http://www.saffronstroke.com/?p=2309</guid>
		<description><![CDATA[Wow! It’s 2012 already and a very Happy New Year to all of you! Well you can say I just woke up to the internet world after a long hiatus. Although I was blogging actively in 2010-11, I had to stop most of my online stuff and give way to becoming a parent. I am a [...]]]></description>
				<content:encoded><![CDATA[<p>Wow! It’s 2012 already and a very Happy New Year to all of you!</p>
<p>Well you can say I just woke up to the internet world after a long hiatus. <em>Although I was blogging actively in 2010-11, I had to stop most of my online stuff and give way to becoming a parent. I am a Mom now and want to get back to what I enjoy doing &#8211; <em>Blogging about Web Design!</em></em></p>
<p>I plan to start the first post of this year by thanking every person visiting this site and listing down the most interesting CSS questions that I received from you folks, the last year. I also plan to make this post as interactive as possible. In this post, I will list only the questions and let you answer them. Next week onwards,  I will update this post and start adding answers to these questions, duly acknowledging your answers in it. I will make a separate post for all deserving answers and publish it in your name, with your permission.</p>
<p>Sounds good? Let’s get started!</p>
<p>Q1. Why should I choose CSS/DIV over Table for creating Layouts?</p>
<p>Q2. When should I use Class Selectors instead of ID selectors?</p>
<p>Q3. Please explain !important?</p>
<p>Q4. Cross Browser way to align CheckBoxes and RadioButtons</p>
<p>Q5. When to use Img tag instead of CSS background-image?</p>
<p>Q6. How do I make sure I am using Web Safe Fonts?</p>
<p>Q7. When to use Margin vs Padding in CSS?</p>
<p>Q8. When should I use em, px or % in font sizes?</p>
<p>Q9. Which list-style-type properties are supported by all major browsers?</p>
<p>Q10. How can I create a font of my own?</p>
<p>Q11. How can I break long words and auto wrap them in a DIV?</p>
<p>Q12. I want to add reflection to all the images on my site. Is there a simple way to do this?</p>
<p>Q13. Horizontal Rules are so boring to look at. Do you have some CSS to spruce it up?</p>
<p>Q14. How can I write a style sheet that has two rules; the 1st rule for all media types, and 2nd rule for mobile devices?</p>
<p>Q15. How can I align text between two images?</p>
<p>Q16. How can I print background images</p>
<p>Q17. How to center align a Div and the contents in it?</p>
<p>Q18. Which CSS Frameworks do you recommend?</p>
<p>Q19. Remove dotted outline on Links in FireFox</p>
<p>Q20. How to include one CSS file into another?</p>
<p>Q21. Books for Beginner and Intermediate CSS designers?</p>
<p>Q22. Can I style a &lt;br /&gt;?</p>
<p>Q23. What’s the difference between @import and link?</p>
<p>Q24. Any CSS Troubleshooting Tools?</p>
<p>Q25. What is Quirks mode? Why is it needed?</p>
<p><em>and yes, there were no rounder corner questions I got last year <img src='http://www.saffronstroke.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </em></p>
<p>So go on and take a shot at answering any of these questions!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.saffronstroke.com/2012/01/08/css-most-interesting-questions-i-was-asked-last-year/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Draw 3D Text in HTML 5 Canvas and Expression Web</title>
		<link>http://www.saffronstroke.com/2011/12/18/draw-3d-text-in-html-5-canvas-and-expression-web/</link>
		<comments>http://www.saffronstroke.com/2011/12/18/draw-3d-text-in-html-5-canvas-and-expression-web/#comments</comments>
		<pubDate>Sun, 18 Dec 2011 06:21:59 +0000</pubDate>
		<dc:creator>Minal</dc:creator>
				<category><![CDATA[Expression Web]]></category>
		<category><![CDATA[HTML 5]]></category>

		<guid isPermaLink="false">http://www.saffronstroke.com/?p=2305</guid>
		<description><![CDATA[One of the most exciting additions to web pages by HTML5, is the Canvas element &#60;canvas id=&#8221;3dCanvas&#8221; width=&#8221;400&#8243; height=&#8221;200&#8243;&#62;&#60;/canvas&#62; You can draw graphics such as lines, arcs, curves, circles, shapes and create nice effects etc., directly into the canvas element. In this article, I will demonstrate how to draw 3D text in HTML 5 canvas. [...]]]></description>
				<content:encoded><![CDATA[<p style="text-align: justify;">One of the most exciting additions to web pages by HTML5, is the Canvas element</p>
<p style="text-align: justify;">&lt;canvas id=&#8221;3dCanvas&#8221; width=&#8221;400&#8243; height=&#8221;200&#8243;&gt;&lt;/canvas&gt;</p>
<p style="text-align: justify;">You can draw graphics such as lines, arcs, curves, circles, shapes and create nice effects etc., directly into the canvas element. In this article, I will demonstrate how to draw 3D text in HTML 5 canvas. The source code link is given at the end of this article. We will be using Expression Web (with sp2) as our web editor. Make sure that the doctype is set to HTML 5.</p>
<p style="text-align: justify;"><strong>Step 1: HTML</strong></p>
<p style="text-align: justify;">Here’s the HTML needed to declare a canvas element on our page</p>
<p style="text-align: justify;"><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border-width: 0px;" title="html5-3d-canvas" src="http://www.saffronstroke.com/wp-content/uploads/2011/12/html5-3d-canvas.png" border="0" alt="html5-3d-canvas" width="553" height="202" /></p>
<p style="text-align: justify;">Here we have added the canvas tag to the HTML code and defined the height and the width attributes with the value 200 and 400, meaning that the canvas should be 200 pixels tall and 400 pixels wide</p>
<p style="text-align: justify;"><strong>Step 2: JavaScript Code (onload function)</strong></p>
<p style="text-align: justify;">Write the following JavaScript code. I will explain the code in a bit. We have also defined a drawTextInCanvas function to draw the layers and cast shadow on these layers</p>
<p style="text-align: justify;"><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border-width: 0px;" title="html5-3d-canvas-code" src="http://www.saffronstroke.com/wp-content/uploads/2011/12/html5-3d-canvas-code.png" border="0" alt="html5-3d-canvas-code" width="576" height="464" /></p>
<p style="text-align: justify;">
<p style="text-align: justify;">On the onload function(), we first retrieve the canvas object using its id attribute value (3DCanvas) in the getElementById method. This allow us to get a reference to the 2D drawing context.</p>
<p style="text-align: justify;"><strong>Note:</strong> “3D Context” is WebGL</p>
<p style="text-align: justify;">Next we retrieve the height and width of the canvas object. We get a reference to the 2D drawing context and store it in the ctx variable.  Once we have got a reference to the 2D context, we make a call to an HTML5 Canvas API function font, fillStyle and textAlign.</p>
<p style="text-align: justify;">
<p style="text-align: justify;"><strong>drawTextInCanvas() function</strong></p>
<p style="text-align: justify;">In the drawTextInCanvas function, we have used a loop to draw multiple layers of text one on top of the other, to create a 3D effect. The last parameter ‘4’ that you see in the drawTextinCanvas() function, represents the depth, where four layers are drawn one over the other.</p>
<p style="text-align: justify;">The shadowBlur, shadowColor and shadowOffset is to apply a soft shadow beneath the text. Finally the fillText() call prints the text on the position specified and you should see the following</p>
<p style="text-align: justify;"><img style="background-image: none; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border-width: 0px;" title="image" src="http://www.saffronstroke.com/wp-content/uploads/2011/12/image.png" border="0" alt="image" width="415" height="214" /></p>
<p style="text-align: justify;"><a title="HTML 3D Demo" href="http://www.saffronstroke.com/wp-content/uploads/2011/12/html5-3dtext.html" target="_blank"><strong>Download the 3D Text in HTML 5 and Expression Web source code</strong></a></p>
<p style="text-align: justify;"><a title="HTML 5 3D Text Canvas Demo" href="http://www.saffronstroke.com/wp-content/uploads/2011/12/html5-3dtext.html" target="_blank"><strong>See a Live Demo</strong></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.saffronstroke.com/2011/12/18/draw-3d-text-in-html-5-canvas-and-expression-web/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Expression Web 4 Service Pack 1 available!</title>
		<link>http://www.saffronstroke.com/2011/03/28/expression-web-4-service-pack-1-available/</link>
		<comments>http://www.saffronstroke.com/2011/03/28/expression-web-4-service-pack-1-available/#comments</comments>
		<pubDate>Mon, 28 Mar 2011 10:53:00 +0000</pubDate>
		<dc:creator>Minal</dc:creator>
				<category><![CDATA[Expression Web]]></category>
		<category><![CDATA[EW4 SP1]]></category>
		<category><![CDATA[Expression Web 4]]></category>
		<category><![CDATA[Expression Web 4 Service Pack 1]]></category>

		<guid isPermaLink="false">http://www.saffronstroke.com/?p=2298</guid>
		<description><![CDATA[Expression Web 4 Service Pack 1 has been released. The Service Pack 1 provides support for HTML 5, CSS 3 and PHP 5.3 in Code Editor and significant support in Design View. SP1 also has some major fixes and improvements to SuperPreview online service, IntelliSense for Extended Characters and file management. To know more about [...]]]></description>
				<content:encoded><![CDATA[<p>Expression Web 4 Service Pack 1 has been released. The Service Pack 1 provides support for HTML 5, CSS 3 and PHP 5.3 in Code Editor and significant support in Design View. SP1 also has some major fixes and improvements to SuperPreview online service, IntelliSense for Extended Characters and file management.</p>
<p>To know more about the features in Expression Web 4 SP1 read <strong><a href="http://www.microsoft.com/expression/products/Web4SP1WhatsNew.aspx">What&#8217;s new in Expression Studio Web 4 SP1</a> </strong>and the <strong><a href="http://support.microsoft.com/kb/2519900">Description of Expression Web 4 Service Pack 1</a></strong></p>
<p><strong>How to install the Service Pack?</strong></p>
<p>Download the service pack from Microsoft Download Center by visiting this <strong><a href="http://www.microsoft.com/downloads/en/details.aspx?FamilyID=f6e1bbd9-2b1b-40e8-948b-1276e3b5daa3&amp;displaylang=en">link</a></strong>.</p>
<p><strong>How to determine whether Expression Web 4 SP1 is Installed?<br />
</strong><br />
In Expression Web 4, go to About Microsoft Expression Web.</p>
<p>If Expression Web 4 SP1 is not installed, the following version number appears:<br />
(English language) Microsoft Expression Web 4 Version 4.0.1165.0 and (Non-English languages) Microsoft Expression Web 4 Version 4.0.1170.0</p>
<p>If Expression Web 4 SP1 is installed, the following version number appears:<br />
<strong><em>Microsoft Expression Web 4 Version 4.0.1241.0</em></strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.saffronstroke.com/2011/03/28/expression-web-4-service-pack-1-available/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Brush Tool in Photoshop</title>
		<link>http://www.saffronstroke.com/2011/03/12/brush-tool-in-photoshop/</link>
		<comments>http://www.saffronstroke.com/2011/03/12/brush-tool-in-photoshop/#comments</comments>
		<pubDate>Sat, 12 Mar 2011 07:00:04 +0000</pubDate>
		<dc:creator>Minal</dc:creator>
				<category><![CDATA[Adobe Photoshop]]></category>
		<category><![CDATA[brush tool]]></category>
		<category><![CDATA[Brush tool in Photoshop]]></category>
		<category><![CDATA[Photoshop tutorials]]></category>

		<guid isPermaLink="false">http://www.saffronstroke.com/?p=2294</guid>
		<description><![CDATA[There are several tools in Photoshop for painting and editing colors in an image. The brush tool applies brush strokes with the selected foreground color. Options for the brush tool can be set in the Options bar. And apart from using the default brushes provided by Photoshop you can import brushes and also create your [...]]]></description>
				<content:encoded><![CDATA[<p>There are several tools in Photoshop for painting and editing colors in an image. The brush tool applies brush strokes with the selected foreground color. Options for the brush tool can be set in the Options bar. And apart from using the default brushes provided by Photoshop you can import brushes and also create your own custom sets.</p>
<p>Brush tool and the Pencil tool are traditional painting tools. While brush tool created soft strokes of color the Pencil tool creates hard-edged lines. In this tutorial, we will study the Brush tool in detail.</p>
<p>The brush tool can be found in the toolbar shown by a small brush icon or use the shortcut ‘B’.</p>
<p><img style="display: inline; border: 0px;" title="brush_toolbox" src="http://www.saffronstroke.com/wp-content/uploads/2011/03/brush_toolbox.png" border="0" alt="brush_toolbox" width="202" height="88" /></p>
<p>Once you choose the brush tool, following options will be displayed in the Options bar.</p>
<p><img style="display: inline; border: 0px;" title="brush_optionsbar" src="http://www.saffronstroke.com/wp-content/uploads/2011/03/brush_optionsbar.png" border="0" alt="brush_optionsbar" width="604" height="34" /></p>
<p><strong><em>a</em></strong>. <strong><em>Presets</em></strong>: Choose from the recently used presets or browse for more.</p>
<p><strong><em>b</em></strong>. <strong><em>Brush</em></strong>: Opens up its own menu with two sub-options – Master Diameter which sets the diameter of the brush and Hardness sets the softness (with lower value) and hardness (with higher value) of the brush. Here you can choose a type of brush from the given set of brushes and can also load brush presets by clicking on the small right arrow in the menu.</p>
<p><img style="display: inline; border: 0px;" title="brush_opt" src="http://www.saffronstroke.com/wp-content/uploads/2011/03/brush_opt.png" border="0" alt="brush_opt" width="258" height="283" /></p>
<p><strong><em>c</em></strong>. <strong><em>Toggle the Brush Panel</em></strong>: Opens up the Brush Palette.</p>
<p><img style="display: inline; border: 0px;" title="brush_palette" src="http://www.saffronstroke.com/wp-content/uploads/2011/03/brush_palette.png" border="0" alt="brush_palette" width="351" height="463" /></p>
<p><strong><em>d</em></strong>. <strong><em>Mode</em></strong>: Set the painting mode in which the brush will be used.</p>
<p><strong><em>e</em></strong>. <strong><em>Opacity</em></strong>: Sets the opacity of the brush.</p>
<p><em>f</em>. <strong><em>Tablet Pressure Controls Opacity</em></strong>: Overrides the Brush Panel settings and lets the tablet pressure control the opacity of the brush.</p>
<p><strong><em>g</em></strong>. <strong><em>Flow</em></strong>: Sets the flow rate of the brush.</p>
<p><em><strong>h</strong>.</em> <strong><em>Enable airbrush mode</em></strong>: Enables the airbrush modes.</p>
<p><strong><em>i.</em></strong> <strong><em>Tablet Pressure Controls Size</em></strong>: Overrides the Brush Panel settings and lets the tablet pressure control the size of the brush.</p>
<p>In addition to these options, the Brush Panel (shown in pt. c.) will also give you some more Brush options.</p>
<p>Here is a sample usage of few brushes;</p>
<p><img style="display: inline; border: 0px;" title="sample" src="http://www.saffronstroke.com/wp-content/uploads/2011/03/sample.png" border="0" alt="sample" width="400" height="300" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.saffronstroke.com/2011/03/12/brush-tool-in-photoshop/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Align and Distribute Objects Relative to Key Object using the Align Panel in Illustrator CS5</title>
		<link>http://www.saffronstroke.com/2011/03/04/align-and-distribute-objects-relative-to-key-object-using-the-align-panel/</link>
		<comments>http://www.saffronstroke.com/2011/03/04/align-and-distribute-objects-relative-to-key-object-using-the-align-panel/#comments</comments>
		<pubDate>Fri, 04 Mar 2011 06:33:55 +0000</pubDate>
		<dc:creator>Minal</dc:creator>
				<category><![CDATA[Adobe Illustrator]]></category>
		<category><![CDATA[align and distribute objects illustrator]]></category>
		<category><![CDATA[align objects illustrator]]></category>
		<category><![CDATA[align objects relative to key object]]></category>
		<category><![CDATA[align panel illustrator]]></category>
		<category><![CDATA[distribute objects illustrator]]></category>
		<category><![CDATA[Illustrator tutorials]]></category>

		<guid isPermaLink="false">http://www.saffronstroke.com/?p=2286</guid>
		<description><![CDATA[The Align Panel in Adobe Illustrator can be used to align and distribute objects. The axis or the reference points for the alignment can be specified. So you can either align using the objects anchor points, or edges or align to a selection, artboard or a key object. The key object can be a specific [...]]]></description>
				<content:encoded><![CDATA[<p>The Align Panel in Adobe Illustrator can be used to align and distribute objects. The axis or the reference points for the alignment can be specified. So you can either align using the objects anchor points, or edges or align to a selection, artboard or a key object. The key object can be a specific object selected from multiple objects to be aligned or distributed.</p>
<p>In this tutorial, we will align our objects on the basis of the key object. Let us see how.</p>
<p>1. Select all the objects to be aligned and distributed. I have created this example for this tutorial.</p>
<p><img style="display: inline; border: 0px;" title="bars" src="http://www.saffronstroke.com/wp-content/uploads/2011/03/bars.png" border="0" alt="bars" width="431" height="252" /></p>
<p>2. Open the Align Panel – <strong>Window &gt; Align</strong> or click on the Align link on the Application bar.</p>
<p><img style="display: inline; border: 0px;" title="align_panel" src="http://www.saffronstroke.com/wp-content/uploads/2011/03/align_panel.png" border="0" alt="align_panel" width="219" height="158" /></p>
<p>3. Now select a key object just by clicking on it. It will then be highlighted with a blue line.</p>
<p><strong><img style="display: inline; border: 0px;" title="select_key_obj" src="http://www.saffronstroke.com/wp-content/uploads/2011/03/select_key_obj.png" border="0" alt="select_key_obj" width="426" height="244" /> </strong></p>
<p>4. Now choose the type of alignment and distribution. For our example, we will have to align the objects vertically and distribute them horizontally. So first choose, <strong>Vertical Align Center</strong> from the ‘Align Objects section’ to align the objects vertically as per the center of the key object. You can also try the Vertical Align Top or Vertical Align Bottom options to align the objects as per the top or bottom of the key object. See the result;</p>
<p><img style="display: inline; border: 0px;" title="vert_aligned" src="http://www.saffronstroke.com/wp-content/uploads/2011/03/vert_aligned.png" border="0" alt="vert_aligned" width="422" height="216" /></p>
<p>5. Next we will distribute the spacing in between all the objects equally. Select the key object like we did earlier, and in the ‘Distribute Spacing section’ enter a specific value in pixels and then click on <strong>Horizontal Distribute Space</strong>.</p>
<p><img style="display: inline; border: 0px;" title="final_obj" src="http://www.saffronstroke.com/wp-content/uploads/2011/03/final_obj.png" border="0" alt="final_obj" width="355" height="208" /></p>
<p>Explore all the other alignment and distribution options and use as required.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.saffronstroke.com/2011/03/04/align-and-distribute-objects-relative-to-key-object-using-the-align-panel/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Free Finance Logo</title>
		<link>http://www.saffronstroke.com/2011/03/01/free-finance-logo/</link>
		<comments>http://www.saffronstroke.com/2011/03/01/free-finance-logo/#comments</comments>
		<pubDate>Tue, 01 Mar 2011 11:31:44 +0000</pubDate>
		<dc:creator>Minal</dc:creator>
				<category><![CDATA[Finance Logos]]></category>
		<category><![CDATA[Logo Designs]]></category>
		<category><![CDATA[finance logos]]></category>
		<category><![CDATA[financial services logo]]></category>
		<category><![CDATA[free finance logo]]></category>
		<category><![CDATA[free logos]]></category>

		<guid isPermaLink="false">http://www.saffronstroke.com/?p=2278</guid>
		<description><![CDATA[Saffron Stroke presents a free logo suitable for Financial Services and other Money Solutions. The logo is created using Adobe Illustrator and you can download the Illustrator (.ai) files and modify them to suit your business. Download the Illustrator logo files.]]></description>
				<content:encoded><![CDATA[<p>Saffron Stroke presents a free logo suitable for Financial Services and other Money Solutions. The logo is created using Adobe Illustrator and you can <a href="http://cid-12785883aaa2298f.office.live.com/browse.aspx/Free%20Logos/Financial%20Services%20Logos?uc=2" target="_blank"><strong>download</strong></a> the Illustrator (.ai) files and modify them to suit your business.</p>
<p><img style="display: inline; border: 0px;" title="arch_finance" src="http://www.saffronstroke.com/wp-content/uploads/2011/03/arch_finance.png" border="0" alt="arch_finance" width="400" height="300" /></p>
<p><a href="http://cid-12785883aaa2298f.office.live.com/browse.aspx/Free%20Logos/Financial%20Services%20Logos?uc=2" target="_blank"><strong>Download</strong></a> the Illustrator logo files.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.saffronstroke.com/2011/03/01/free-finance-logo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HTML 5 Add In for Expression Web 4</title>
		<link>http://www.saffronstroke.com/2011/02/26/html-5-add-in-for-expression-web-4/</link>
		<comments>http://www.saffronstroke.com/2011/02/26/html-5-add-in-for-expression-web-4/#comments</comments>
		<pubDate>Sat, 26 Feb 2011 06:30:35 +0000</pubDate>
		<dc:creator>Minal</dc:creator>
				<category><![CDATA[Expression Web]]></category>
		<category><![CDATA[Expression Web 4]]></category>
		<category><![CDATA[Expression Web tips]]></category>
		<category><![CDATA[expression web tutorials]]></category>

		<guid isPermaLink="false">http://www.saffronstroke.com/?p=2268</guid>
		<description><![CDATA[You must be aware of HTML 5 is going to be the all-in-one standard replacing HTML 4.01 and XHTML 1.0 So with HTML 5 becoming a web standard, the Microsoft team has come up with an add-in for EW4 that will enable the new HTML5 schema to check your code markup for errors and give [...]]]></description>
				<content:encoded><![CDATA[<p>You must be aware of HTML 5 is going to be the all-in-one standard replacing HTML 4.01 and XHTML 1.0 So with HTML 5 becoming a web standard, the Microsoft team has come up with an add-in for EW4 that will enable the new HTML5 schema to check your code markup for errors and give IntelliSense for HTML5 tags, attributes and values in the code view.</p>
<p>EW 4 has a doctype for HTML 5. To use the HTML 5 doctype in Expression Web 4, follow these steps:</p>
<p>1. Tools &gt; Page Editor Options… &gt; Authoring tab.</p>
<p>2. Under the Doctype and Secondary Schema section, choose the Doctype and the secondary schema (from the drop down menu) as HTML 5.</p>
<p><img style="display: inline; border-width: 0px;" title="doctype_secschema" src="http://www.saffronstroke.com/wp-content/uploads/2011/02/doctype_secschema.png" border="0" alt="doctype_secschema" width="478" height="125" /></p>
<p>So now all your new documents will have the HTML 5 Doctype and it is written as;</p>
<p><span style="color: #800000;">&lt;!DOCTYPE html&gt;</span></p>
<p>Now you can create HTML 5 pages by hand. The <a href="http://gallery.expression.microsoft.com/Web4HTML5SchemaAddIn/" target="_blank"><strong>HTML5 Schema Configuration Add-In for Expression Web</strong></a> enables the new HTML5 schema to check your code markup for errors and gives IntelliSense for HTML5 tags, attributes and values in the code view.</p>
<p>Download the <a href="http://gallery.expression.microsoft.com/Web4HTML5SchemaAddIn/" target="_blank"><strong>HTML5 Schema Configuration Add-In for Expression Web</strong></a> and follow these steps for installation&#8221;:</p>
<p>1. Launch EW4.</p>
<p>2. Tools &gt; Add-Ins… In the Manage Add-ins dialog box, click on Install.</p>
<p>3. In the Open Expression Web Add-in File dialog box, browse to the directory where the add-in was saved and click Open. The add-in will be installed.</p>
<p><img style="display: inline; border-width: 0px;" title="addin_installed" src="http://www.saffronstroke.com/wp-content/uploads/2011/02/addin_installed.png" border="0" alt="addin_installed" width="540" height="450" /></p>
<p>4. Click ‘Yes’ when Expression Web asks you to enable the add-in. If the add-in has been installed correctly, it will be listed in the Manage Add-ins dialog box as shown here;</p>
<p><img style="display: inline; border-width: 0px;" title="manage_add-ins" src="http://www.saffronstroke.com/wp-content/uploads/2011/02/manage_addins.png" border="0" alt="manage_add-ins" width="540" height="142" /></p>
<p>5. Close the session of EW4 and run it as Administrator (right click on EW4 icon and choose Run as administrator). An HTML 5 button will now appear on the Standard Toolbar, as shown here;</p>
<p><img style="display: inline; border-width: 0px;" title="html5_button" src="http://www.saffronstroke.com/wp-content/uploads/2011/02/html5_button.png" border="0" alt="html5_button" width="152" height="48" /></p>
<p>6. Click the button to configure the HTML 5 schema.</p>
<p><img style="display: inline; border-width: 0px;" title="config_html5sch" src="http://www.saffronstroke.com/wp-content/uploads/2011/02/config_html5sch.png" border="0" alt="config_html5sch" width="530" height="225" /></p>
<p>7. Click on Enable HTML 5 button to update the EW HTML 5 schemas. Close the dialog box and restart EW4.</p>
<p>8. Now set the Doctype and Secondary Schema to HTML 5 under <strong>Tools &gt; Page Editor Options… &gt; Authoring tab</strong>.</p>
<p>Expression Web 4 now provides IntelliSense for HTML 5 elements, attributes and their values.</p>
<p>Read more about the HTML 5 add-in over <a href="http://blogs.msdn.com/b/xweb/archive/2010/10/06/add-html5-support-to-expression-web-4.aspx" target="_blank"><strong>here</strong></a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.saffronstroke.com/2011/02/26/html-5-add-in-for-expression-web-4/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fill Tools in Photoshop CS5</title>
		<link>http://www.saffronstroke.com/2011/02/23/fill-tools-in-photoshop-cs5/</link>
		<comments>http://www.saffronstroke.com/2011/02/23/fill-tools-in-photoshop-cs5/#comments</comments>
		<pubDate>Wed, 23 Feb 2011 06:22:23 +0000</pubDate>
		<dc:creator>Minal</dc:creator>
				<category><![CDATA[Adobe Photoshop]]></category>
		<category><![CDATA[fill tools in Photoshop]]></category>
		<category><![CDATA[Fill Tools in Photoshop CS5]]></category>
		<category><![CDATA[Gradient Tool Photoshop]]></category>
		<category><![CDATA[Paint Bucket Photoshop]]></category>
		<category><![CDATA[Photoshop CS5]]></category>
		<category><![CDATA[Photoshop tutorials]]></category>

		<guid isPermaLink="false">http://www.saffronstroke.com/?p=2273</guid>
		<description><![CDATA[Fill tools are used to fill a selected object, area or layer with color or colors. Photoshop has two Fill tools – Paint Bucket and the Gradient tool. Both the fill tools are listed under the same button on the toolbar. The tool that was last used will also be visible. To view the other [...]]]></description>
				<content:encoded><![CDATA[<p>Fill tools are used to fill a selected object, area or layer with color or colors. Photoshop has two Fill tools – Paint Bucket and the Gradient tool.</p>
<p>Both the fill tools are listed under the same button on the toolbar. The tool that was last used will also be visible. To view the other tool click and hold down the button and the fly out menu will display both the tools.</p>
<p><img style="display: inline; border-width: 0px;" title="toolbar" src="http://www.saffronstroke.com/wp-content/uploads/2011/02/toolbar.png" border="0" alt="toolbar" width="176" height="49" /></p>
<p>Let us look at each tool individually.</p>
<p><strong>NOTE: </strong>Though the tools are almost similar even in the lower versions of Photoshop, I have written this tutorial using Photoshop CS5. The Options may be different.</p>
<h4><strong>A. Paint Bucket Tool</strong></h4>
<p>The Paint Bucket is used to fill color or pattern by clicking in an area. When you select the Paint Bucket tool in the toolbar, the Options bar will display these parameters;</p>
<p><img style="display: inline; border-width: 0px;" title="pb_option_bar" src="http://www.saffronstroke.com/wp-content/uploads/2011/02/pb_option_bar.png" border="0" alt="pb_option_bar" width="540" height="26" /></p>
<p>1. <span style="text-decoration: underline;">Source for Fill area</span> – will let you choose how the paint bucket should fill the area, with the foreground color or a pattern. If the foreground color is chosen, the area will be filled with the foreground color. If a pattern is chosen as the source, then the next icon will be activated and clicking on the down arrow will give you a list of patterns. Further clicking on the triangular button in the palette (shown below) will give you more patterns and options.</p>
<p><img style="display: inline; border-width: 0px;" title="pattern_list" src="http://www.saffronstroke.com/wp-content/uploads/2011/02/pattern_list.png" border="0" alt="pattern_list" width="403" height="530" /></p>
<p>2. <span style="text-decoration: underline;">Mode</span> – sets the fill modes. Choose any from the list.</p>
<p>3. <span style="text-decoration: underline;">Opacity</span> – will determine the opacity of the fill. Lower values will make the fill more opaque.</p>
<p>4. <span style="text-decoration: underline;">Tolerance</span> – will decide the degree to which pixel colors are affected by the fill. The acceptable values range from 0 – 255. The lower values will decrease the range of colors affected by the tool and vice versa.</p>
<p>5. <span style="text-decoration: underline;">Anti-alias</span> – when selected will add a translucent border between the filled and unfilled areas.</p>
<p>6. <span style="text-decoration: underline;">Contiguous</span> – when selected will affect the adjacent areas affected by the tolerance value.</p>
<p>7. <span style="text-decoration: underline;">All Layers</span> – when selected will affect all the visible layers, else only the active layer will be affected.</p>
<p>To use the Paint Bucket tool, follow these steps:</p>
<p>a. Make a selection or if you want to fill the entire area, no need for a selection (choose the layer you want to fill with in the Layers Palette).</p>
<p>b. Choose the tool in the toolbar.</p>
<p>c. Choose the Foreground color.</p>
<p>d. Single click inside the area.</p>
<h4>B. Gradient Tool</h4>
<p>The Gradient Tool is used to fill an area in a gradient. When you select the Gradient tool in the toolbar, the Options bar will display these parameters;</p>
<p><img style="display: inline; border-width: 0px;" title="g_option_bar" src="http://www.saffronstroke.com/wp-content/uploads/2011/02/g_option_bar.png" border="0" alt="g_option_bar" width="540" height="24" /></p>
<p>1. <span style="text-decoration: underline;">Gradient</span> – will display various gradient types to choose from. Click on the triangular button in the palette to display more gradients and options.</p>
<p>2. <span style="text-decoration: underline;">Gradient Style</span> – let you choose Linear, Gradient, Angle, Reflected or Diamond gradients by clicking on respective buttons.</p>
<p>3. <span style="text-decoration: underline;">Mode</span> – sets the fill modes. Choose any from the list.</p>
<p>4. <span style="text-decoration: underline;">Opacity</span> &#8211; will determine the opacity of the fill. Lower values will make the fill more opaque.</p>
<p>5. <span style="text-decoration: underline;">Reverse</span> – will let you reverse the selected gradient fill.</p>
<p>6. <span style="text-decoration: underline;">Dither</span> – will smoothen the transition of multiple colors used in the gradient and would not make them look like bands.</p>
<p>7. <span style="text-decoration: underline;">Transparency</span> – adds transparency to the gradient.</p>
<p>To use the Gradient Tool, follow these steps:</p>
<p>a. Make a selection or if you want to fill the entire area, no need for a selection (choose the layer you want to fill with in the Layers Palette)</p>
<p>b. Choose the tool in the toolbar.</p>
<p>c. Set the Foreground and Background colors.</p>
<p>d. Set the options in the Options bar.</p>
<p>e. Click and hold down the left mouse button, drag in the direction you want the gradient to be filled and leave. The transition of the colors will depend upon how long or short you drag the mouse.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.saffronstroke.com/2011/02/23/fill-tools-in-photoshop-cs5/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Spot Healing Brush in Photoshop CS5</title>
		<link>http://www.saffronstroke.com/2011/02/20/spot-healing-brush-in-photoshop-cs5/</link>
		<comments>http://www.saffronstroke.com/2011/02/20/spot-healing-brush-in-photoshop-cs5/#comments</comments>
		<pubDate>Sun, 20 Feb 2011 06:00:55 +0000</pubDate>
		<dc:creator>Minal</dc:creator>
				<category><![CDATA[Adobe Photoshop]]></category>
		<category><![CDATA[healing brush photoshop]]></category>
		<category><![CDATA[repair small problem areas in images]]></category>
		<category><![CDATA[spot healing]]></category>
		<category><![CDATA[spot healing brush in photoshop]]></category>
		<category><![CDATA[Spot Healing Brush in Photoshop CS5]]></category>

		<guid isPermaLink="false">http://www.saffronstroke.com/?p=2260</guid>
		<description><![CDATA[The Spot Healing Brush tool in Photoshop CS5 (available from CS2 onwards) is an amazing photo retouching tool. There are 4 retouching tools available in Photoshop CS5 (Spot Healing Brush Tool, Healing Brush Tool, Patch Tool and Red Eye Tool). Essentially all the retouching tools replace areas of images with sampled pixels from the image [...]]]></description>
				<content:encoded><![CDATA[<p>The Spot Healing Brush tool in Photoshop CS5 (available from CS2 onwards) is an amazing photo retouching tool. There are 4 retouching tools available in Photoshop CS5 (Spot Healing Brush Tool, Healing Brush Tool, Patch Tool and Red Eye Tool). Essentially all the retouching tools replace areas of images with sampled pixels from the image or pattern and matches the texture, shading and light. While the Healing Brush Tool retouches images by sampling an area of the image just like the Clone Stamp Tool (pixels are sampled by holding ALT button) and Patch tool uses the same technique to replace patches.</p>
<p>The Spot Healing Brush Tool automatically samples from around the retouched area. Hence is very useful is getting rid of imperfections like blemishes from a facial picture. Let us see how to use the Spot Healing Tool.</p>
<p>1. Select the Spot Healing Brush Tool from the Toolbox.</p>
<p><img style="display: inline; border: 0px;" title="spot_heal_icon" src="http://www.saffronstroke.com/wp-content/uploads/2011/02/spot_heal_icon.png" border="0" alt="spot_heal_icon" width="162" height="43" /></p>
<p>If the Spot Healing Brush Tool is not visible, it may be hidden under Healing Brush Tool or Patch Tool or the Red Eye Tool.</p>
<p>NOTE: If you need to retouch a larger area you can use the Healing brush or the Patch tool.</p>
<p>2. Now the Options bar gives you some options to choose from;</p>
<p><img style="display: inline; border: 0px;" title="shb_options_bar" src="http://www.saffronstroke.com/wp-content/uploads/2011/02/shb_options_bar.png" border="0" alt="shb_options_bar" width="540" height="26" /></p>
<p><span style="text-decoration: underline;">Brush Size</span> – Choose a larger brush size to cover a larger area and vice versa.</p>
<p><span style="text-decoration: underline;">Mode</span> – are the blending modes.</p>
<p><span style="text-decoration: underline;">Type</span> – are the different healing techniques determines how the pixels are selected to heal the spot.</p>
<p>Proximity Match uses the pixels around the edge of selection and fills the patch.</p>
<p>Create Texture uses all the pixels in the selection to create a texture and fill the area.</p>
<p>Content-Aware is a new feature introduced in CS5. With content-aware Photoshop analyses the contents of the image and figures how it should look and finds out the best way to remove the unwanted area.</p>
<p><span style="text-decoration: underline;">Sample All Layers</span> – Select the option to let Photoshop sample data from all the visible layers and deselect if you want to sample it using only the active layer.</p>
<p><strong>NOTE:</strong> <strong>You may need multiple clicks and a combination of different types of healing techniques to get a desired effect.</strong></p>
<p>3. Now just click the smaller area or click and drag to repair imperfections in a larger area.</p>
<p>Here is our original image:</p>
<p><img style="display: inline; border: 0px;" title="pic_pole" src="http://www.saffronstroke.com/wp-content/uploads/2011/02/pic_pole.jpg" border="0" alt="pic_pole" width="540" height="361" /></p>
<p>And here&#8217;s the image after we healed the spot of black pole.</p>
<p><img style="display: inline; border: 0px;" title="pic_pole_rem" src="http://www.saffronstroke.com/wp-content/uploads/2011/02/pic_pole_rem.jpg" border="0" alt="pic_pole_rem" width="540" height="361" /></p>
<p>There are lots of other unwanted areas in this picture that I need to heal, the final picture looks like this;</p>
<p><img style="display: inline; border: 0px;" title="final_pic" src="http://www.saffronstroke.com/wp-content/uploads/2011/02/final_pic.jpg" border="0" alt="final_pic" width="540" height="361" /></p>
<p><strong>TIP: Where the area is larger you can also use the Patch Tool.</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.saffronstroke.com/2011/02/20/spot-healing-brush-in-photoshop-cs5/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Designing the Table Layout for Multiple Resolutions in Expression Web 4</title>
		<link>http://www.saffronstroke.com/2011/02/17/designing-the-table-layout-for-multiple-resolutions-in-expression-web-4/</link>
		<comments>http://www.saffronstroke.com/2011/02/17/designing-the-table-layout-for-multiple-resolutions-in-expression-web-4/#comments</comments>
		<pubDate>Thu, 17 Feb 2011 06:00:09 +0000</pubDate>
		<dc:creator>Minal</dc:creator>
				<category><![CDATA[Expression Web]]></category>
		<category><![CDATA[Expression Web tips]]></category>
		<category><![CDATA[HTML Table Layout]]></category>
		<category><![CDATA[HTMl tips]]></category>
		<category><![CDATA[layouts for multiple resolutions]]></category>

		<guid isPermaLink="false">http://www.saffronstroke.com/?p=2250</guid>
		<description><![CDATA[With the advent of CSS layouts I prefer not to use tables for laying out my web sites. But there are many designers/developers who still go in for tables. Expression Web also gives you tools to build a layout using tables. Learn more about Table Layouts in Creating Layout Tables in Microsoft Expression Web How [...]]]></description>
				<content:encoded><![CDATA[<p>With the advent of CSS layouts I prefer not to use tables for laying out my web sites. But there are many designers/developers who still go in for tables. Expression Web also gives you tools to build a layout using tables. Learn more about Table Layouts in <a href="http://www.dotnetcurry.com/ShowArticle.aspx?ID=280"><strong>Creating Layout Tables in Microsoft Expression Web</strong></a></p>
<p>How will you make sure that your page is rendered properly in browsers using minimum screen resolution or using the highest resolution? Here are some tips of how you can achieve that.</p>
<p><strong><u>a. Keep at least one column variable</u></strong></p>
<p>If your layout is made up of 2 columns where in the left column has all navigation links. It is advisable to fix the width of this column and leave the right column to configure the rest available space. This can be applied to a 3 column layout too.</p>
<p><strong><u>b. Use Stretch Layouts</u> </strong></p>
<p>If you are using the 1024 x 768 screen resolution while designing the page and you know there could be readers who may use a lower resolution, then set your main page content table to a width of anywhere between 90-95%. This will leave buffer space around the table helping it look clean in a lower resolution.</p>
<p><strong><u>c. Make the lowest resolution as baseline to build websites</u></strong></p>
<p>If you build your layout using the lowest resolution (800&#215;600) so that the table fits well in it, when viewed in the higher resolution your page will still look nice. To give you a tip, you can set a contrast background color, or add border or a shadow effect to the table to make it stand out from the body. This can be used with the stretch layouts too.</p>
<p>Choose any one of these that suits your requirements. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.saffronstroke.com/2011/02/17/designing-the-table-layout-for-multiple-resolutions-in-expression-web-4/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
