<?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>PAWDD  E-Training</title>
	<atom:link href="http://pawdd.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://pawdd.com</link>
	<description>Programming and Web Digital Design [paw-dee] [trey-ning]</description>
	<lastBuildDate>Sat, 14 Apr 2012 13:36:51 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>How to get people to read your articles on a website</title>
		<link>http://pawdd.com/2012/04/14/how-to-get-people-to-read-your-articles-on-a-website/</link>
		<comments>http://pawdd.com/2012/04/14/how-to-get-people-to-read-your-articles-on-a-website/#comments</comments>
		<pubDate>Sat, 14 Apr 2012 13:36:51 +0000</pubDate>
		<dc:creator>Jason Oney</dc:creator>
				<category><![CDATA[Website How To]]></category>
		<category><![CDATA[article]]></category>
		<category><![CDATA[read]]></category>
		<category><![CDATA[site]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[Website]]></category>

		<guid isPermaLink="false">http://pawdd.com/2012/04/14/how-to-get-people-to-read-your-articles-on-a-website/</guid>
		<description><![CDATA[How to get people to read your articles on a website It has been my experience that website Internet based articles do not get much attention when the article does not contain a compelling image. Search the Internet for your favorite topic, I would be willing to bet the majority of sites you like use [...]]]></description>
		<wfw:commentRss>http://pawdd.com/2012/04/14/how-to-get-people-to-read-your-articles-on-a-website/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Web Development Unites Design and Programming</title>
		<link>http://pawdd.com/2010/06/02/web-development-unites-design-and-programming/</link>
		<comments>http://pawdd.com/2010/06/02/web-development-unites-design-and-programming/#comments</comments>
		<pubDate>Wed, 02 Jun 2010 19:07:51 +0000</pubDate>
		<dc:creator>Jason Oney</dc:creator>
				<category><![CDATA[Web Design Training]]></category>
		<category><![CDATA[linkedin]]></category>

		<guid isPermaLink="false">http://pawdd.com/?p=443</guid>
		<description><![CDATA[Web design and Web Programming are united to create Web Development. Many beginning web designers never develop skills that include programming. However, it is imperative to gain knowledge of programming to introduce dynamic elements to your designs. More to come...]]></description>
		<wfw:commentRss>http://pawdd.com/2010/06/02/web-development-unites-design-and-programming/feed/</wfw:commentRss>
		<slash:comments>43</slash:comments>
		</item>
		<item>
		<title>Evaluating Variable Status</title>
		<link>http://pawdd.com/2010/05/26/evaluating-variable-status/</link>
		<comments>http://pawdd.com/2010/05/26/evaluating-variable-status/#comments</comments>
		<pubDate>Wed, 26 May 2010 16:31:47 +0000</pubDate>
		<dc:creator>Jason Oney</dc:creator>
				<category><![CDATA[Web Design Training]]></category>
		<category><![CDATA[linkedin]]></category>

		<guid isPermaLink="false">http://pawdd.com/?p=424</guid>
		<description><![CDATA[While using php you will need to evaluate or test your variables using conditional statements or functions. Or by using functions in your conditional statements. there are a few functions that can assist us to determine whether our variables have a value assigned to them, or to check if they are empty or not. They [...]]]></description>
		<wfw:commentRss>http://pawdd.com/2010/05/26/evaluating-variable-status/feed/</wfw:commentRss>
		<slash:comments>43</slash:comments>
		</item>
		<item>
		<title>Functions for Variables</title>
		<link>http://pawdd.com/2010/05/26/functions-for-variables/</link>
		<comments>http://pawdd.com/2010/05/26/functions-for-variables/#comments</comments>
		<pubDate>Wed, 26 May 2010 16:16:58 +0000</pubDate>
		<dc:creator>Jason Oney</dc:creator>
				<category><![CDATA[Web Design Training]]></category>
		<category><![CDATA[linkedin]]></category>

		<guid isPermaLink="false">http://pawdd.com/?p=421</guid>
		<description><![CDATA[Variables need special attention. Especially when you are using the ===(identical too) comparison operator, which will ensure you have a stricter set of conditional statements. They are as follows: gettype() will return the a string containing the type name or "unknown" if it is not one of the following types (integer, double, string, array, or [...]]]></description>
		<wfw:commentRss>http://pawdd.com/2010/05/26/functions-for-variables/feed/</wfw:commentRss>
		<slash:comments>41</slash:comments>
		</item>
		<item>
		<title>Employing PHP operators</title>
		<link>http://pawdd.com/2010/05/26/php-operators/</link>
		<comments>http://pawdd.com/2010/05/26/php-operators/#comments</comments>
		<pubDate>Wed, 26 May 2010 15:50:46 +0000</pubDate>
		<dc:creator>Jason Oney</dc:creator>
				<category><![CDATA[PHP Programming]]></category>
		<category><![CDATA[PHP Training]]></category>
		<category><![CDATA[linkedin]]></category>

		<guid isPermaLink="false">http://pawdd.com/?p=411</guid>
		<description><![CDATA[function make_thumb($img_name,$filename,$new_w,$new_h) { //get image extension. $ext=getExtension($img_name); //creates the new image using the appropriate function from gd library if (!strcmp("jpg",$ext) &#124;&#124; !strcmp("jpeg",$ext)) { $src_img = imagecreatefromjpeg($img_name); } if (!strcmp("png",$ext)) { $src_img = imagecreatefrompng($img_name); } if (!strcmp("gif",$ext)) { $src_img = imagecreatefromgif($img_name); } PHP operators are symbols and sometimes text that we can use to manipulate variables [...]]]></description>
		<wfw:commentRss>http://pawdd.com/2010/05/26/php-operators/feed/</wfw:commentRss>
		<slash:comments>40</slash:comments>
		</item>
		<item>
		<title>PHP Variable Type Strength</title>
		<link>http://pawdd.com/2010/05/26/php-variable-type-strength/</link>
		<comments>http://pawdd.com/2010/05/26/php-variable-type-strength/#comments</comments>
		<pubDate>Wed, 26 May 2010 14:01:14 +0000</pubDate>
		<dc:creator>Jason Oney</dc:creator>
				<category><![CDATA[PHP Programming]]></category>
		<category><![CDATA[PHP Training]]></category>
		<category><![CDATA[linkedin]]></category>

		<guid isPermaLink="false">http://pawdd.com/?p=401</guid>
		<description><![CDATA[Setting Explicit Variable Type in PHP In PHP the variable types are not explicitly set the majority of the time since PHP is not a strongly typed programming language. "Strongly typed" means that you explicitly define the variable type when defining a variables values. With PHP you can however specify a specific type for your [...]]]></description>
		<wfw:commentRss>http://pawdd.com/2010/05/26/php-variable-type-strength/feed/</wfw:commentRss>
		<slash:comments>34</slash:comments>
		</item>
		<item>
		<title>Adobe Creative Suites (CS5, CS4, CS3)</title>
		<link>http://pawdd.com/2010/05/25/adobe-creative-suites-cs5-cs4-cs3/</link>
		<comments>http://pawdd.com/2010/05/25/adobe-creative-suites-cs5-cs4-cs3/#comments</comments>
		<pubDate>Tue, 25 May 2010 21:20:33 +0000</pubDate>
		<dc:creator>Jason Oney</dc:creator>
				<category><![CDATA[Adobe CS5, CS4, CS3 Lessons]]></category>

		<guid isPermaLink="false">http://pawdd.com/?p=395</guid>
		<description><![CDATA[Here you will find all things concerning Adobe Creative Suite 5, Creative Suite 4, and Creative Suite 3. These topics will cover less and less of creative suite 3, and when the time comes, I will also cover topics concerning Adobe Creative Suite 6. When Adobe Creative Suite 6 is issued I will stop support [...]]]></description>
		<wfw:commentRss>http://pawdd.com/2010/05/25/adobe-creative-suites-cs5-cs4-cs3/feed/</wfw:commentRss>
		<slash:comments>37</slash:comments>
		</item>
		<item>
		<title>Books I have Read&#8230;</title>
		<link>http://pawdd.com/2010/05/25/books-i-have-read/</link>
		<comments>http://pawdd.com/2010/05/25/books-i-have-read/#comments</comments>
		<pubDate>Tue, 25 May 2010 19:17:09 +0000</pubDate>
		<dc:creator>Jason Oney</dc:creator>
				<category><![CDATA[Rambling]]></category>
		<category><![CDATA[books]]></category>
		<category><![CDATA[good books]]></category>
		<category><![CDATA[good reads]]></category>
		<category><![CDATA[read]]></category>

		<guid isPermaLink="false">http://pawdd.com/?p=387</guid>
		<description><![CDATA[This is an incomplete list of the books I have read. However, it is a work in progress. Below you will find a list of books on specific topics that over the years I have either read in their entirety, or for the most part have read all of. This is NOT a list of [...]]]></description>
		<wfw:commentRss>http://pawdd.com/2010/05/25/books-i-have-read/feed/</wfw:commentRss>
		<slash:comments>45</slash:comments>
		</item>
		<item>
		<title>Increment and Decrement Operator</title>
		<link>http://pawdd.com/2010/05/17/increase-and-decrease-with-increment-and-decrement/</link>
		<comments>http://pawdd.com/2010/05/17/increase-and-decrease-with-increment-and-decrement/#comments</comments>
		<pubDate>Mon, 17 May 2010 21:06:23 +0000</pubDate>
		<dc:creator>Jason Oney</dc:creator>
				<category><![CDATA[JavaScript Programming]]></category>
		<category><![CDATA[PHP Programming]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[JavaScript Training]]></category>
		<category><![CDATA[linkedin]]></category>
		<category><![CDATA[PHP Training]]></category>
		<category><![CDATA[web code]]></category>

		<guid isPermaLink="false">http://pawdd.com/?p=339</guid>
		<description><![CDATA[As you have probably thought prior to coming here, "I wish there was a way to increase or decrease a number without the need to use plus and minus operators over and over." Well if that was what your were thinking, then your idea has been realized with PHP "++"Increment and "--"Decrement. This works the [...]]]></description>
		<wfw:commentRss>http://pawdd.com/2010/05/17/increase-and-decrease-with-increment-and-decrement/feed/</wfw:commentRss>
		<slash:comments>36</slash:comments>
		</item>
		<item>
		<title>Avoid Replication with the PHP Reference Operator</title>
		<link>http://pawdd.com/2010/05/17/avoid-replication-with-the-php-reference-operator/</link>
		<comments>http://pawdd.com/2010/05/17/avoid-replication-with-the-php-reference-operator/#comments</comments>
		<pubDate>Mon, 17 May 2010 19:46:16 +0000</pubDate>
		<dc:creator>Jason Oney</dc:creator>
				<category><![CDATA[PHP Programming]]></category>
		<category><![CDATA[constant]]></category>
		<category><![CDATA[linkedin]]></category>
		<category><![CDATA[operator]]></category>
		<category><![CDATA[PHP Training]]></category>
		<category><![CDATA[reference]]></category>

		<guid isPermaLink="false">http://pawdd.com/?p=322</guid>
		<description><![CDATA[Since PHP version 4+ PHP has offered us a way to reduce memory usage in our programs when assigning a variable to another variable. Normally when you assign the value of one variable to another separate variable, the variable that is getting assigned to another is then duplicated by PHP in memory to be used [...]]]></description>
		<wfw:commentRss>http://pawdd.com/2010/05/17/avoid-replication-with-the-php-reference-operator/feed/</wfw:commentRss>
		<slash:comments>40</slash:comments>
		</item>
	</channel>
</rss>

