<?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>Matt Watier &#187; WordPress-PHP</title>
	<atom:link href="http://watier.org/matt_watier/category/web-design-and-coding/wordpress-php/feed/" rel="self" type="application/rss+xml" />
	<link>http://watier.org/matt_watier</link>
	<description>Watier Blog</description>
	<lastBuildDate>Tue, 25 May 2010 17:26:35 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>PHP – NONCODERS – Reasons for the code.</title>
		<link>http://watier.org/matt_watier/web-design-and-coding/wordpress-php/reasons-for-the-code/</link>
		<comments>http://watier.org/matt_watier/web-design-and-coding/wordpress-php/reasons-for-the-code/#comments</comments>
		<pubDate>Tue, 10 Mar 2009 20:49:54 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[WordPress-PHP]]></category>
		<category><![CDATA[for loops]]></category>
		<category><![CDATA[functions]]></category>
		<category><![CDATA[if statements]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[PHP Code Help]]></category>
		<category><![CDATA[Web Design and Coding]]></category>
		<guid isPermaLink="false">http://watier.org/matt_watier/?p=468</guid>
		<description><![CDATA[As coders we are lazy
I find now that meet more and more coders we are all driven by a very similar goal.  The main goal that fuels most coders is to be as lazy as possible. This doesn’t mean we don’t try or put effort in but if it came down to it coders in [...]]]></description>
			<content:encoded><![CDATA[<h2>As coders we are lazy</h2>
<p>I find now that meet more and more coders we are all driven by a very similar goal.  The main goal that fuels most coders is to be as lazy as possible. This doesn’t mean we don’t try or put effort in but if it came down to it coders in my experience will work smarter and not longer every day. I don’t know if it is just we want to get back to our video games, or beds but if there is a way we can do something cool without needing to continually update or type in every different element the better.</p>
<p><span id="more-468"></span></p>
<h2>Make it so I don’t have to type so much</h2>
<p>There are many types of ways to remove redundancy in PHP.  One of the great tools is the looping logic I will get into this with my post for the basics of code. But for now it is a way to loop through items that are similar so you can execute a task on a list of things.</p>
<p>One of the other things that make less typing is the concept of functions.  Functions are a set of actions that can be retriggered every time you need to use them.  Functions are great from calculations, or validation of forms and really your imagination is the limit.</p>
<h2>Make it flexible so I don’t have to write another page</h2>
<p>Making a thing think is really where I get excited about code. I don’t know if it is because I love logic or it is great to see something interact with somewhat complicated reactions with a set of very basic rules.  Later I will talk about conditionals but right now it is broken into the simple thoughts of “If this then do that” or  “do something else.”</p>
<h2>Make it easier to update</h2>
<p>Anyone who has written a website can tell you that the concept of includes are the greatest thing since sliced bread.  The wonder of writing an element that shows up in multiple places but only has to be altered once is just fantastic.  Many web designers are already familiar with this concept because this is used in CSS.  You write a single document to decorate your pages site wide.   Be careful with this one though. It is dangerous to “include” too many parts of a single page because it is complicated to keep it all-straight.  I shoot for 4 included elements in a page more then that I start loosing where a div ends and starts.  But “including ” is used right it is a great tool to centralize elements that are reused and would be complicated to correct over many pages.</p>
]]></content:encoded>
			<wfw:commentRss>http://watier.org/matt_watier/web-design-and-coding/wordpress-php/reasons-for-the-code/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP – NONCODERS – Introduction</title>
		<link>http://watier.org/matt_watier/web-design-and-coding/wordpress-php/php-noncoders-introduction/</link>
		<comments>http://watier.org/matt_watier/web-design-and-coding/wordpress-php/php-noncoders-introduction/#comments</comments>
		<pubDate>Fri, 27 Feb 2009 15:39:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[WordPress-PHP]]></category>
		<category><![CDATA[Coding]]></category>
		<category><![CDATA[Matt Watier]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[PHP Code Help]]></category>
		<guid isPermaLink="false">http://watier.org/matt_watier/?p=461</guid>
		<description><![CDATA[In my process of learning how to skin Wordpress I have started to learn PHP. This is a series of post that will explain what I stumbled over as a non-coder so you don&#8217;t have to.
A bit about me.
When I look at my experience with code I can say I went about it all-wrong.  My [...]]]></description>
			<content:encoded><![CDATA[<p>In my process of learning how to skin Wordpress I have started to learn PHP. This is a series of post that will explain what I stumbled over as a non-coder so you don&#8217;t have to.</p>
<p><span id="more-461"></span></p>
<h2>A bit about me.</h2>
<p>When I look at my experience with code I can say I went about it all-wrong.  My first mistake is that I never took a class in code, code theory, or computer technology. In truth I am illustrator who loves to interact with my audience.  Where I did go right was I have always interacted with computers, my parents taught me how to think, and learned to love math problems. I have always had computers in my life because first coding book was “Weird Computer Games” for the Commodore 64, I was 7. I have learned to think because one of my moms favorite pass times was challenging me with logic puzzles, they were MENSA level. And my love of math came to be true when I was doing my sisters Algebra and Geometry home work, she was three years older then I was and I had never taken an algebra class yet.</p>
<p>So now I am an Art Director and the Technical Director  for Merrick Towle Communications and I have been doing my best to master things I have never touched and then teach others how to deal with these languages that now live breath and influence everything you see in the web.</p>
<p>I have gotten good at speaking laymen because of clients, and co-workers who need answers, or quick knowledge about how to use language.</p>
<h2>My learning style:</h2>
<p>I have three ways of learning. I buy books which gloss over the basics or that key to making it clear why we do things one way vs another.  The tubes are a great reference, youTube, blogs, help documents, and forums have lots of info. And some of the info you find there, if you understand it, can get you very far. The last is trial and error, we all do it I have been getting less error the longer I do it, but I still do the trial every time I do something new. So I hope I can take a little bit of all of my experience and help you understand in simple terms what you don’t know already.</p>
<h2>The code that is called PHP (first known as Personal Home Page)</h2>
<p>PHP is the language you might use the most because it is open source, simple(for code) and it is free. If you ever thought about doing content management on your personal site you will be using something like wordpress, jumla, or drupal and they all use php.  Thank god you really don’t need to know how they work, and that they have some great documentation.  So I am here just to explain to you how you can edit templates and pull off some cool tricks with some easy basic knowledge of the language and structure. It is like to you are going to Spain for two days it would be better if you were fluent but it is not needed.</p>
]]></content:encoded>
			<wfw:commentRss>http://watier.org/matt_watier/web-design-and-coding/wordpress-php/php-noncoders-introduction/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sometimes it is best to start over.</title>
		<link>http://watier.org/matt_watier/web-design-and-coding/wordpress-php/sometimes-it-is-best-to-start-over/</link>
		<comments>http://watier.org/matt_watier/web-design-and-coding/wordpress-php/sometimes-it-is-best-to-start-over/#comments</comments>
		<pubDate>Mon, 06 Oct 2008 13:46:58 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[WordPress-PHP]]></category>
		<category><![CDATA[Css themes]]></category>
		<category><![CDATA[Matt Watier]]></category>
		<category><![CDATA[Php Coding]]></category>
		<category><![CDATA[Theme Design]]></category>
		<category><![CDATA[Wordpress Theme]]></category>
		<guid isPermaLink="false">http://watier.org/matt_watier/?p=136</guid>
		<description><![CDATA[
So for all of you who have been here since the beginning I have been working on my own theme for word press.  Like most I started with a little help and cannibalize another theme to start.  So most of you might have seen my Notepad 1.0
But ever since I started with the theme I [...]]]></description>
			<content:encoded><![CDATA[<p><img class="ZenphotoPress_thumb alignleft" style="margin: 10px;" title="wordpress design old" src="http://watier.org/matt_watier/illustrations/zp-core/i.php?a=Web&amp;i=wordpressDesignArt.jpg&amp;w=400&amp;s=thumb" alt="The old design of my wordpress blog" /></p>
<p>So for all of you who have been here since the beginning I have been working on my own theme for word press.  Like most I started with a little help and cannibalize another theme to start.  So most of you might have seen my Notepad 1.0</p>
<p><span id="more-136"></span></p>
<p style="text-align: center;"><a href="http://watier.org/matt/zenphoto/design/wordpressDesignArtold.jpg"><a href="http://watier.org/matt_watier/illustrations/index.php?album=Web&amp;image=wordpressDesignArt.jpg"><img class="ZenphotoPress_thumb" title="wordpressDesignArt" src="http://watier.org/matt_watier/illustrations/zp-core/i.php?a=Web&amp;i=wordpressDesignArt.jpg&amp;w=400&amp;h=" alt="wordpressDesignArt" /></a></a></p>
<p style="text-align: center;"><a href="http://watier.org/matt/zenphoto/design/wordpressDesignArt.jpg"><br />
</a></p>
<p>But ever since I started with the theme I have found short comings.  Css code that caused more problems then it solved.  Errors in the php code and other such limitations. I have now been learning more about wordpress for a couple of months and I have learned what I should have been doing from the beginning.  I have tried to alter the theme I started with for the last couple of weeks but now I have decided to give up on the old crappy antiquated Php code from the old theme and decided to start all over. Here it is the new version of the theme NotePad 2.0 and with it I have added some really nice new looks including:</p>
<ol>
<li>A New  Footer</li>
<li>Simplifying the Section Navigation</li>
<li>Killing the Top Navigation and only having a right Nav</li>
<li>Redesigning the Look and Feel of the Side Nav</li>
<li>Adding much more Texture and Depth to the design</li>
<li>Utilizing new Rollover Css Tricks I have been learning at work.</li>
</ol>
<p>I hope you all enjoy the new Matt Watier Children Book Section.</p>
<p style="text-align: center;"><a href="http://watier.org/matt/zenphoto/design/wordpressDesignArt.jpg"><img class="ZenphotoPress_thumb aligncenter" title="wordpressDesignArt" src="http://watier.org/matt/zenphoto/zp-core/i.php?a=design&amp;i=wordpressDesignArt.jpg&amp;w=400&amp;h=" alt="wordpressDesignArt" /></a></p>
<p style="text-align: center;">
<p style="text-align: left;">Soon to  Come are:</p>
<ul>
<li> The Code Section</li>
<li>Art Section,</li>
<li>The Main Page Section</li>
<li>Landing Page of the Book Section</li>
<li>And Art Galleries</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://watier.org/matt_watier/web-design-and-coding/wordpress-php/sometimes-it-is-best-to-start-over/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Taking Full Advantage of Web 2.0</title>
		<link>http://watier.org/matt_watier/web-design-and-coding/wordpress-php/taking-full-advantage-of-web-20/</link>
		<comments>http://watier.org/matt_watier/web-design-and-coding/wordpress-php/taking-full-advantage-of-web-20/#comments</comments>
		<pubDate>Wed, 23 Jul 2008 10:17:50 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[WordPress-PHP]]></category>
		<category><![CDATA[Art]]></category>
		<category><![CDATA[Begining]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Digital Art]]></category>
		<category><![CDATA[Digital Design]]></category>
		<category><![CDATA[Illustration]]></category>
		<category><![CDATA[Matt]]></category>
		<category><![CDATA[Matt Watier]]></category>
		<category><![CDATA[Watier]]></category>
		<category><![CDATA[Web Design]]></category>
		<guid isPermaLink="false">http://watier.org/matt/wordpress/?p=3</guid>
		<description><![CDATA[Watier Publication Blog is now taking its first steps.
This is my first post for the new site for Matt Watier / Watier Publications which is under the umbrella of Watier Creative.  Watier Creative is a family colaboration with my mom being the brains in the money department, my sister being a brillant marketer &#38; SEO [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Watier Publication Blog is now taking its first steps.</strong><br />
This is my first post for the new site for Matt Watier / Watier Publications which is under the umbrella of Watier Creative.  Watier Creative is a family colaboration with my mom being the brains in the money department, my sister being a brillant marketer &amp; SEO expert, my father being a fantastic Storyteller, and me being pretty damn good at bringing things to life on a page. I hope you agree and you like what you will see.</p>
<p><strong>What you can expect out of this blog.</strong></p>
<ul>
<li>Post of Past &amp; Current Illustrations from my night job</li>
<li>Books and Publication Updates from my night job</li>
<li>Design Challenges I have overcome in my day job</li>
<li>New Web Designs from my day job</li>
<li>Cool Links and information that is useful</li>
<li>Shout outs to things that are cool and people who are great.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://watier.org/matt_watier/web-design-and-coding/wordpress-php/taking-full-advantage-of-web-20/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
