<?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>Rachel Bellefountaine // Valkyrie Design</title>
	<atom:link href="http://www.valkyriedesign.com/feed" rel="self" type="application/rss+xml" />
	<link>http://www.valkyriedesign.com</link>
	<description>Under Construction</description>
	<lastBuildDate>Thu, 24 Feb 2011 17:28:23 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Lights! Camera! Photoshop Actions!</title>
		<link>http://www.valkyriedesign.com/lights-camera-photoshop-actions</link>
		<comments>http://www.valkyriedesign.com/lights-camera-photoshop-actions#comments</comments>
		<pubDate>Thu, 24 Feb 2011 17:26:06 +0000</pubDate>
		<dc:creator>Rachel</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Design]]></category>

		<guid isPermaLink="false">http://www.valkyriedesign.com/?p=651</guid>
		<description><![CDATA[ I&#8217;m going to talk about a little photoshop feature that was left oblivious to me for the longest time. I discovered it early on at my internship with EMI, while looking for a way to speed up a tedious bulk photoshopping job. I was presented with over 300 hundred images that needed to be [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-397" style="margin-right: 10px;" title="rachel avatar" src="http://www.valkyriedesign.com/wp-content/uploads/2011/02/valkyrie.png" alt="" width="120" height="150" /> I&#8217;m going to talk about a little photoshop feature that was left oblivious to me for the longest time. I discovered it early on at my internship with EMI, while looking for a way to speed up a tedious bulk photoshopping job. I was presented with over 300 hundred images that needed to be cropped, resized and watermarked and I really eagerly wanted to do my next design job, but still wanted to do a good job at the task at hand. How could I speed up this process but still give individual attention to each image?</p>
<p>The answer was Actions, my friends! They are useful in a variety of situations, including batch edits, speeding up certain processes and even making custom filters! And they&#8217;re simple to make too! You need not know how to program or script or anything like that. Just hit record, make the changes that you want in real time, just as you would normally do, and then hit stop! It&#8217;s that easy! You can even assign hot keys to actions to make them even more efficient and useful!</p>
<p>Lets say you want to create an action that resizes an image and then applies a watermark with your name. Simply open up the actions panel via Window > Actions and create a new action. In the panel that pops up enter the name of the action. You can also assign a hotkey to it here if you want. Next the record button in the actions panel. From this point, until you hit stop, everything you do will be recorded to the action. So, select Edit > Image Size, to change your image size to whatever you desire, and then play around with the text tool or place your logo onto the image to create a watermark. Move it to where you desire and adjust the opacity of the layer if you want. It&#8217;s all up to you. Anything you do is recorded so go crazy with creativity! Once you are done hit stop.</p>
<p>To use an action you can either hit play while it is selected in the Actions panel, or access it by it&#8217;s hotkey (which is what saved me loads of time on my project.) You can also use actions on multiple images by using the batch edit function (File > Automate > Batch), though you should be careful when doing this. One action might work well on one image but not so well on another so make sure your image is the way you want it before sending it off. Other than that have fun, get creative and happy photoshopping! <img src='http://www.valkyriedesign.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.valkyriedesign.com/lights-camera-photoshop-actions/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tips and Tricks for making Internet Explorer Obey!</title>
		<link>http://www.valkyriedesign.com/tips-and-tricks-for-making-internet-explorer-obey</link>
		<comments>http://www.valkyriedesign.com/tips-and-tricks-for-making-internet-explorer-obey#comments</comments>
		<pubDate>Mon, 19 Jul 2010 22:06:21 +0000</pubDate>
		<dc:creator>Rachel</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[Design]]></category>

		<guid isPermaLink="false">http://www.valkyriedesign.com/?p=266</guid>
		<description><![CDATA[Internet Explorer can sometimes be a big obstacle for a web designer. I&#8217;ll be the first to admit it. I&#8217;m sure we have all had moments like this before. You have a perfectly validated website that looks great on Firefox, Chrome or Safari, but once you pull it up on IE it blows up and [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-397" style="margin-right: 10px;" title="rachel avatar" src="http://www.valkyriedesign.com/wp-content/uploads/2011/02/valkyrie.png" alt="" width="120" height="150" />Internet Explorer can sometimes be a big obstacle for a web designer. I&#8217;ll be the first to admit it. I&#8217;m sure we have all had moments like this before. You have a perfectly validated website that looks great on Firefox, Chrome or Safari, but once you pull it up on IE it blows up and badly. You start trying to fix your CSS or HTML in order to balance everything out and end up ruining your layout in the other browsers! While this may be a great learning experience if you have a lot of free time, it is a big waste of time when you are working on a deadline.</p>
<p>Relax! The frustration ends here! I have a few tricks to make Internet Explorer do what you want without hurting your layout in Firefox and other superior browsers.</p>
<p>First of all you need to keep in mind that each browser has different default values for css parameters. For example, your margins and padding may behave a certain way in Internet Explorer, and a completely different way in Firefox.  To combat this, developers sometimes use a block of code to reset all the default values to 0. An example of a a simple CSS reset rule is:</p>
<pre>html, body, div, span {margin:0px; padding 0px;}</pre>
<p>Please keep in mind that this is just one example of a CSS reset. Depending on what you need for your layout you can add more selectors and declarations to the rule.</p>
<p>But what about when a particular CSS rule works in Firefox and Chrome, but refuses to function properly in IE? That&#8217;s easy to fix as well!  All you have to do is override the rule. Internet Explorer, and Internet Explorer alone, has a neat feature that lets you put If statement like comments into your HTML. If a person viewing your website is using IE, you can give special instructions that would be bypassed by any other browser.  This comes in handy if you want to give special CSS instructions to the browser. All you have to do is use this code in your head, below your default CSS file:</p>
<pre>&lt;!--[if IE 6]&gt;</pre>
<pre>&lt;link href="css/ieoverride.css" rel="stylesheet" type="text/css" /&gt;</pre>
<pre>&lt;![endif]--&gt;</pre>
<p>Now all you need to do is add your override rules to the ieoverride.css file and your good to go. If you use this trick effectively you should be able to get around most of IE&#8217;s heartaches.  Please note that you can also target specific versions of the browser by using this code. For example, you can target IE 6 with:</p>
<pre>&lt;!--[if IE 6]&gt;

&lt;![endif]--&gt;
</pre>
<p>I hope these tricks prove useful for you the next time you want to make that disobedient browser, Internet Explorer, behave itself. You can find other hacks online that will help too, but I find that these two are the most easiest and most useful, most of the time. So give them try, and put that fickle browser in it&#8217;s place!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.valkyriedesign.com/tips-and-tricks-for-making-internet-explorer-obey/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The &#8220;CRAP Model&#8221; and why you should use it!</title>
		<link>http://www.valkyriedesign.com/hello-world</link>
		<comments>http://www.valkyriedesign.com/hello-world#comments</comments>
		<pubDate>Sat, 05 Jun 2010 19:57:17 +0000</pubDate>
		<dc:creator>Rachel</dc:creator>
				<category><![CDATA[Design]]></category>

		<guid isPermaLink="false">http://www.valkyriedesign.com/?p=72</guid>
		<description><![CDATA[Today I am going to talk all about CRAP.  No, I don’t mean that naughty word that we sometimes thrown around by people to describe&#8230; well.. I won&#8217;t go there. I’m talking about a fundamental and important design concept. It is one that many new designers will often overlook but one that makes a [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-397" style="margin-right: 10px;" title="rachel avatar" src="http://www.valkyriedesign.com/wp-content/uploads/2011/02/valkyrie.png" alt="" width="120" height="150" />Today I am going to talk all about CRAP.  No, I don’t mean that naughty word that we sometimes thrown around by people to describe&#8230; well.. I won&#8217;t go there. I’m talking about a fundamental and important design concept. It is one that many new designers will often overlook but one that makes a big difference between a good web or print design and a bad one.</p>
<p>So what is this CRAP thing anyways? Well, CRAP stands for contrast, repetition, alignment, proximity. Each of these elements is essential for a good web design, so pay close attention to all of them in all stages of development.</p>
<p>Let’s begin with Contrast. Now, when thinking about contrast most of us will immediately think about contrasting colors. It is definitely important to have colours that contrast with each other, and that are harmonious with each other. Colours that are too close together on the color wheel will result in an immediate eyesore, which send anyone running away from an otherwise good website. If you have trouble picking out a good colour scheme for your layout a good program is <a href="http://kuler.adobe.com" target="_blank">Adobe Kuler</a> . Now, colours are certainly not the only thing you should be contrasting. Varying up the size and font styles of your typography will work wonders in spicing up a drab looking layout.</p>
<p>Any good web layout will use repetition religiously. If your pages are not uniform your website will instantly lose its professional look. But repetition is not just about making all your pages match up to each other. It’s about repeating elements throughout your layout as well. For example, if you have one button on your website that is shiny and pink, all of the buttons on your buttons should be shiny and pink. If you’ve been primarily using pink and blue in your layout, don’t stick a yellow border around one of your images. Elements that can be repeated in a layout include but are not limited to colours, sizes, typography and background images.</p>
<p>In web design, alignment isn’t as simple as left, right and centered. You need to make sure all of your elements are positioned correctly in relation to each other. This can take quite a bit of effort and tweaking to get right, but in the end it is always worth it. Sometimes that extra pixel or two to the left will make a world of difference.</p>
<p>Proximity is the final important principle in the CRAP model. This involves grouping together elements that are similar to each other and separating them from elements that are different. For example, you want to keep all your major navigational elements together in a navigation bar, rather than scattered across the page. It is also a good idea to group your main content together snugly (but not too snugly. Always leave a little bit of padding in around images).</p>
<p>These basic elements are used in practically any professional website. If you don’t believe me take a look at the website of your favourite brand, musician or film. You will see the CRAP model used again and again, sometimes in very creative ways. So do yourself a favour and give these four basic principles a try! You’ll be glad you did!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.valkyriedesign.com/hello-world/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

