<?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>CodeTricky</title>
	<atom:link href="http://www.codetricky.com/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://www.codetricky.com</link>
	<description>Trick your Code, Don&#039;t Let Your Code Trick You!</description>
	<lastBuildDate>Mon, 28 Jun 2010 18:14:21 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0-RC3</generator>
		<item>
		<title>Excel to HTML With a Quickness!</title>
		<link>http://www.codetricky.com/?p=65</link>
		<comments>http://www.codetricky.com/?p=65#comments</comments>
		<pubDate>Mon, 28 Jun 2010 18:12:48 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[HTML]]></category>

		<guid isPermaLink="false">http://www.codetricky.com/?p=65</guid>
		<description><![CDATA[This goes strait into the &#8220;why the hell didn&#8217;t I think of that category!&#8221; Tableizer creates stunning HTML tables from pasted in spreadsheet rows. It&#8217;s fast clean and really good at what it does. Just copy your fields (including title) and paste them in. Click &#8220;Tableize it&#8221; and copy the HTML. DONE!!! Later!]]></description>
			<content:encoded><![CDATA[<p>This goes strait into the &#8220;why the hell didn&#8217;t I think of that category!&#8221; <a href="http://tableizer.journalistopia.com/" target="_blank">Tableizer</a> creates stunning HTML tables from pasted in spreadsheet rows. It&#8217;s fast clean and really good at what it does.</p>
<p>Just copy your fields (including title) and paste them in. Click &#8220;Tableize it&#8221; and copy the HTML. DONE!!!</p>
<p>Later!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.codetricky.com/?feed=rss2&amp;p=65</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>5 Tips for Rapidly slicing your PSD</title>
		<link>http://www.codetricky.com/?p=59</link>
		<comments>http://www.codetricky.com/?p=59#comments</comments>
		<pubDate>Fri, 18 Jun 2010 17:34:07 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[HTML]]></category>
		<category><![CDATA[Photoshop]]></category>

		<guid isPermaLink="false">http://www.codetricky.com/?p=59</guid>
		<description><![CDATA[So you&#8217;ve got your brand spanking new site polished and ready to unleash on the world? Now it&#8217;s time to make that puppy sing!! Here are 5 tips that will speed that process up! Over the past year I have sliced and coded over 60 sites. I can promise you these steps will have you [...]]]></description>
			<content:encoded><![CDATA[<p>So you&#8217;ve got your brand spanking new site polished and ready to unleash on the world? Now it&#8217;s time to make that puppy sing!! Here are 5 tips that will speed that process up!</p>
<p>Over the past year I have sliced and coded over 60 sites. I can promise you these steps will have you done and at the bar in no time!</p>
<h2>1. Set a Layer Comp</h2>
<p>This is ALWAYS my first step. By setting a layer comp before you start you can always turn on the completed view. So when you start hiding layers and slicing away you can go back at anytime with ease.</p>
<h2>2. Record Fonts</h2>
<p>Open up a doc and document the fonts that will be used so when you get knee deep in CSS you don&#8217;t have to go back to the PSD.</p>
<h2>3. Record Colors</h2>
<p>In that same doc you started. Document all the colors in the different section of your site. Again this will speed up CSS.</p>
<h2>4. Record Dimensions</h2>
<p>Same thing here document all the different dimensions. Trust me this will shave BIG time off your coding.</p>
<h2>5. Start from the top and take your time</h2>
<p>Start slicing out your images from the top down and take your time making sure to get everything you need to code your masterpiece.</p>
<h2>6. BONUS! GET IT ALL</h2>
<p>Document everything and make sure you get all the elements you need. The idea that when you start coding not to have to go back to photoshop. Have all your info ready will give you more time to focus on bringing your web stunner to Life.</p>
<p>Happy Slicing! Cheers!!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.codetricky.com/?feed=rss2&amp;p=59</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Display images from directory with PHP</title>
		<link>http://www.codetricky.com/?p=18</link>
		<comments>http://www.codetricky.com/?p=18#comments</comments>
		<pubDate>Thu, 14 Jan 2010 14:04:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.codetricky.com/?p=18</guid>
		<description><![CDATA[Just a little more magic thanks to PHP.  Here is simple code to display all the images in a given directory using php. This script will loop through a given directory and show all the images in a folder. This could very easily be modified to display a list of images or out put an [...]]]></description>
			<content:encoded><![CDATA[<p>Just a little more magic thanks to PHP.  Here is simple code to display all the images in a given directory using php. This script will loop through a given directory and show all the images in a folder.</p>
<p>This could very easily be modified to display a list of images or out put an entire gallery. The sky&#8217;s the limit once you can grab them!</p>
<p><code><br />
&lt;?php<br />
$imgdir = 'path-to-images'; // the directory, where your images are stored<br />
$allowed_types = array('png','jpg','jpeg','gif'); // list of filetypes you want to show<br />
$dimg = opendir($imgdir);<br />
$i = 1;<br />
while($imgfile = readdir($dimg))<br />
{<br />
if(in_array(strtolower(substr($imgfile,-3)),$allowed_types))<br />
{<br />
$a_img[] = $imgfile;<br />
sort($a_img);<br />
reset ($a_img);<br />
}<br />
}<br />
$totimg = count($a_img); // total image number<br />
for($x=0; $x &lt; $totimg; $x++)<br />
{<br />
$size = getimagesize($imgdir.'/'.$a_img[$x]);<br />
// do whatever<br />
$halfwidth = ceil($size[0]/2);<br />
echo '&lt;img src="Path'.$a_img[$x].'" alt="" /&gt; ';<br />
$i++;<br />
}<br />
?&gt;<br />
</code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.codetricky.com/?feed=rss2&amp;p=18</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MySql Management on a mac made easy with Sequel Pro</title>
		<link>http://www.codetricky.com/?p=9</link>
		<comments>http://www.codetricky.com/?p=9#comments</comments>
		<pubDate>Fri, 18 Dec 2009 13:53:49 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[MySql]]></category>

		<guid isPermaLink="false">http://www.codetricky.com/?p=9</guid>
		<description><![CDATA[I have been after a app for the mac that can manage MySql Databases very well and for FREE! I recently came across Sequel Pro. I have been using Navicat lite up to this point but Sequel Pro has a few features that I think set it apart from the rest. I not going to [...]]]></description>
			<content:encoded><![CDATA[<p>I have been after a app for the mac that can manage MySql Databases very well and for FREE! I recently came across <a href="http://www.sequelpro.com/">Sequel Pro</a>. I have been using Navicat lite up to this point but Sequel Pro has a few features that I think set it apart from the rest.</p>
<p>I not going to go over all the features here. You can pop over to <a href="http://www.sequelpro.com/">Sequel Pro</a> and check them out. I will tell you that one thing I really dig is the interface very fast and super user friendly.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.codetricky.com/?feed=rss2&amp;p=9</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Image Rollovers the easy way with jQuery!</title>
		<link>http://www.codetricky.com/?p=3</link>
		<comments>http://www.codetricky.com/?p=3#comments</comments>
		<pubDate>Thu, 17 Dec 2009 14:13:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://www.codetricky.com/?p=3</guid>
		<description><![CDATA[Image rollovers and image replacement can be made really easy with jQuery and with no plug ins necessary. They can be done with CSS and other techniques but by welding the power of jQuery you can assign a hover state to any image you need on the page. Step 1 the jQuery $('.rollover').hover(function() { var [...]]]></description>
			<content:encoded><![CDATA[<p>Image rollovers and image replacement can be made really easy with jQuery and with no plug ins necessary. They can be done with CSS and other techniques but by welding the power of jQuery you can assign a hover state to any image you need on the page.</p>
<h5>Step 1 the jQuery</h5>
<p><code>$('.rollover').hover(function() {<br />
var currentImg = $(this).attr('src');<br />
$(this).attr('src', $(this).attr('hover'));<br />
$(this).attr('hover', currentImg);<br />
}, function() {<br />
var currentImg = $(this).attr('src');<br />
$(this).attr('src', $(this).attr('hover'));<br />
$(this).attr('hover', currentImg);<br />
});</code></p>
<h5>Step 2 the HTML</h5>
<p><code>&lt;a href="#"&gt;&lt;img src="image1.jpg" hover="image1_over.jpg" width="62" height="28" border="0" class="rollover" /&gt;&lt;/a&gt;</code></p>
<p>By assigning the class &#8220;rollover&#8221; we are calling the javascript and it will find the &#8220;hover&#8221; tag and replace the image in mouse over. It&#8217;s as easy as that!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.codetricky.com/?feed=rss2&amp;p=3</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- www.000webhost.com Analytics Code -->
<script type="text/javascript" src="http://analytics.hosting24.com/count.php"></script>
<noscript><a href="http://www.hosting24.com/"><img src="http://analytics.hosting24.com/count.php" alt="web hosting" /></a></noscript>
<!-- End Of Analytics Code -->
