<?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>AllyKatDesign &#187; how to</title>
	<atom:link href="http://www.allykatdesign.com/tag/how-to/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.allykatdesign.com</link>
	<description></description>
	<lastBuildDate>Tue, 03 Jan 2012 03:04:19 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>What&#8217;s this gibberish in my wordpress theme?</title>
		<link>http://www.allykatdesign.com/2010/05/17/whats-this-gibberish-in-my-wordpress-theme/</link>
		<comments>http://www.allykatdesign.com/2010/05/17/whats-this-gibberish-in-my-wordpress-theme/#comments</comments>
		<pubDate>Mon, 17 May 2010 06:06:08 +0000</pubDate>
		<dc:creator>Sasha</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Themes]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[base 64]]></category>
		<category><![CDATA[coding]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[web design]]></category>
		<category><![CDATA[website design]]></category>

		<guid isPermaLink="false">http://www.allykatdesign.com/?p=1059</guid>
		<description><![CDATA[One thing I love to do is to investigate different wordpress themes. I love it! I love the ideas that people share with each other and the different layouts, colours etc. Its always an inspiration to view all the different aspects and ideas.

Recently, I downloaded this one theme, that I was considering adapting for a friends blog and lo and behold it had something evil in the footer or should I say eval.]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p>One thing I love to do is to investigate different wordpress themes. I love it! I love the ideas that people share with each other and the different layouts, colours etc. Its always an inspiration to view all the different aspects and ideas.</p>
<p>Recently, I downloaded this one theme, that I was considering adapting for a friends blog and lo and behold it had something evil in the footer or should I say eval.</p>
<p>This is the code in the footer:</p>
<p><code>&lt;?php $_F=__FILE__;$_X='Pz4JPGQ0diA0Z...rubbish<br />...=';eval(base64_decode('JF9YPWJhc2U2NF9kZWNvZGUoJ etc rubbish</code></p>
<p>It worried me a little, then I laughed, because I thought of how you can&#8217;t really stop people from decoding or stealing your work (not that I advocate this!) if they really, really want to. You can however make it harder or as most people see it more challenging.</p>
<p>I began my quest on the internet. I found some sites that warned against using themes with base 64 code as they may contain malicious attacks, scripts etc. Then I thought, why not find out what it actually says before freaking out.</p>
<p>This site helped: <a href="http://danilo.ariadoss.com/decoding-_f__file___x-eval-base64_decode/">http://danilo.ariadoss.com/decoding-_f__file___x-eval-base64_decode/</a></p>
<p>As did this: <a href="http://www.tareeinternet.com/scripts/byterun.php">http://www.tareeinternet.com/scripts/byterun.php</a></p>
<p>So after running the evil script through the decoder (which took a second) I found that it basically was running a script and that script was to stop people from removing credits from the bottom. Which is fine. I don&#8217;t have a problem with that as nothing annoys me more than people STEALING &#8211; bad!</p>
<p>This is just a post to help you investigate what codes a theme is using and making sure that there is nothing malicious in an encrypted footer.php page. This in no way advocates removing of authors credits.</p>
<div class="shr-publisher-1059"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->
<p class="FacebookLikeButton"><iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.allykatdesign.com%2F2010%2F05%2F17%2Fwhats-this-gibberish-in-my-wordpress-theme%2F&amp;layout=standard&amp;show_faces=true&amp;width=450&amp;action=like&amp;colorscheme=light&amp;locale=en_US" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:450px; height: 60px"></iframe></p>
]]></content:encoded>
			<wfw:commentRss>http://www.allykatdesign.com/2010/05/17/whats-this-gibberish-in-my-wordpress-theme/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Taking awesome photos: Part 1-White balance</title>
		<link>http://www.allykatdesign.com/2010/05/14/taking-awesome-photos-part-1-white-balance/</link>
		<comments>http://www.allykatdesign.com/2010/05/14/taking-awesome-photos-part-1-white-balance/#comments</comments>
		<pubDate>Fri, 14 May 2010 00:07:04 +0000</pubDate>
		<dc:creator>Sasha</dc:creator>
				<category><![CDATA[Basic Tutorials]]></category>
		<category><![CDATA[Headline]]></category>
		<category><![CDATA[Photography]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[white balance]]></category>

		<guid isPermaLink="false">http://www.allykatdesign.com/?p=1027</guid>
		<description><![CDATA[Welcome to the first part of many articles about how to take an awesome photo. The best place to start is getting the colours right. And to get the colours right we need to know about white balance. A lot digital camera owners don&#8217;t understand/ don&#8217;t care/ don&#8217;t use a very important aspect of photography [...]]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p>Welcome to the first part of many articles about how to take an awesome photo.</p>
<p>The best place to start is getting the colours right. And to get the colours right we need to know about white balance.</p>
<p>A lot digital camera owners don&#8217;t understand/ don&#8217;t care/ don&#8217;t use a very important aspect of photography which is white balance. This is something that is worth learning as it has a big impact on the photos that you take with your camera.</p>
<p>The crux of white balance is this: <strong>when white balance is adjusted properly it will show the colours as accurately as possible.</strong></p>
<p>So now the million dollar question &#8211; what is white balance? It all comes down to colour temperature. This is a way of measuring the quality of the light source. It is based on the ratio of amount of blue light to the amount of red light, while the green light is ignored. The unit for measuring this ratio is Kelvin (K). The higher the colour temperature  value, the cooler the light as it has more blue light in ratio to red. The lower the colour temperature value, the warmer the light as it has more red in ratio to blue.</p>
<p>A Kelvin huh? What&#8217;s that? Good question <img src='http://www.allykatdesign.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  It started when a British physicist William Kelvin heated a block of carbon. As it heated up the carbon glowed, producing a range of different colours at different temperatures. It first produced a dim red light, then increased to a brighter yellow as the temperature rose, to eventually producing a bright blue white glow at its highest temperature. The unit Kelvin is a variation Centigrade degrees. The Kelvin scale starts at absolute zero which is -273 centigrade. So basically you subtract 273 from  a Kelvin temperature to get the centigrade. Although the colour temperature is referenced to the different types of lights that correspond to the visible colour matching a standard black body not the temperature that the filament burns.</p>
<p style="text-align: center;"><a href="http://www.allykatdesign.com/wp-content/uploads/2010/05/Kelvin-temp.jpg"><img class="aligncenter size-full wp-image-1039" title="Kelvin-temp" src="http://www.allykatdesign.com/wp-content/uploads/2010/05/Kelvin-temp.jpg" alt="" width="540" height="360" /></a></p>
<p>The following table shows the correlated colour temperature of common light sources:</p>
<table border="0">
<tbody></tbody>
<tbody>
<tr>
<td><strong>Color Temperature</strong></td>
<td><strong>Light Source</strong></td>
</tr>
<tr>
<td>1000-2000 K</td>
<td>Candlelight</td>
</tr>
<tr>
<td>2500-3500 K</td>
<td>Tungsten Bulb (household variety)</td>
</tr>
<tr>
<td>3000-4000 K</td>
<td>Sunrise/Sunset (clear sky)</td>
</tr>
<tr>
<td>4000-5000 K</td>
<td>Fluorescent Lamps</td>
</tr>
<tr>
<td>5000-5500 K</td>
<td>Electronic Flash</td>
</tr>
<tr>
<td>5000-6500 K</td>
<td>Daylight with Clear Sky (sun overhead)</td>
</tr>
<tr>
<td>6500-8000 K</td>
<td>Moderately Overcast Sky</td>
</tr>
<tr>
<td>9000-10000 K</td>
<td>Shade or Heavily Overcast Sky</td>
</tr>
</tbody>
</table>
<p>Note that Kelvin values listed in the table are approximate rather than exact. You need to keep in mind that a new light bulb and new flash have higher color temperature than their old and used equivalents, and an electronic flash is designed to have a color temperature comparable to that of average sunlight.</p>
<p><strong>Preset White Balance Settings</strong></p>
<p>Here are some of the basic White Balance settings you’ll find on cameras:</p>
<ul>
<li>
<p><strong>Auto </strong>– This is when the camera decides what is best for the photo. It was a bit hit and miss in the earlier digital models, but the newer ones are a great deal more accurate. Don&#8217;t limit yourself to this setting though, especially when you can create wonderful images by tweaking the white balance.</p>
</li>
<li>
<p><strong>Tungsten </strong>– this mode counteracts the warmth of tungsten lighting and brings the white balance up to cool the image. It is symbolised by a little bulb.</p>
</li>
<li>
<p><strong>Fluorescent </strong>– this compensates for the ‘cool’ light of fluorescent light and will warm up your shots.</p>
</li>
<li>
<p><strong>Daylight/Sunny</strong> – this is the average white balance.</p>
</li>
<li>
<p><strong>Cloudy </strong>– this setting warms the photo a touch to compensate for clouds.</p>
</li>
<li>
<p><strong>Flash </strong>– camera flash can be quite blue, so this setting warms up the image.</p>
</li>
<li>
<p><strong>Shade </strong>– the light in shade is generally cooler (bluer) than shooting in direct sunlight so this mode will warm things up a little.</p>
</li>
</ul>
<p><strong>TIP:</strong> use the shade setting when taking photos in the forest. It will give you warm accurate colours!</p>
<p><strong>Setting your own white balance</strong></p>
<p><strong><span style="font-weight: normal;">To set the white balance manually all you need is a gray card. Why a gray card? Because 18% gray reflects all the colours of the spectrum equally.</span></strong></p>
<p><strong><span style="font-weight: normal;">Once you have taken the image, most cameras have a menu option that will allow you to bring up the image and set it as the custom white balance, then instruct you to change the preset to the proper white balance setting. This can also be used when taking a series of shots then adjusting the white balance in photoshop or camera raw or lightroom using the gray point eye dropper.</span></strong></p>
<p><strong><span style="font-weight: normal;">You must have the gray card in the frame with the subject, as there is not point in having the card in your hand as the white balance setting will be different from where the subject is.</span></strong></p>
<p>The added bonus to doing a custom white balance, resulting in more neutral and natural colors is the total decrease in post production work you’ll have adjusting for improper white balance settings.</p>
<p>So there you have it people &#8211; An explanation on white balance. Stay tuned for the next article in this series!</p>
<div class="shr-publisher-1027"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->
<p class="FacebookLikeButton"><iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.allykatdesign.com%2F2010%2F05%2F14%2Ftaking-awesome-photos-part-1-white-balance%2F&amp;layout=standard&amp;show_faces=true&amp;width=450&amp;action=like&amp;colorscheme=light&amp;locale=en_US" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:450px; height: 60px"></iframe></p>
]]></content:encoded>
			<wfw:commentRss>http://www.allykatdesign.com/2010/05/14/taking-awesome-photos-part-1-white-balance/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
	</channel>
</rss>

