<?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>webdevils.com</title>
	<atom:link href="http://www.webdevils.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.webdevils.com</link>
	<description>Web New Media notes and ramblings</description>
	<lastBuildDate>Sat, 31 Jul 2010 17:14:48 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>WordPress Categories</title>
		<link>http://www.webdevils.com/2010/07/31/wordpress-categories/</link>
		<comments>http://www.webdevils.com/2010/07/31/wordpress-categories/#comments</comments>
		<pubDate>Sat, 31 Jul 2010 17:14:48 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.webdevils.com/?p=393</guid>
		<description><![CDATA[Here's a good article on using Categories effectively. http://www.pearsonified.com/2008/02/what_every_blogger_needs_to_know_about_categories.php]]></description>
			<content:encoded><![CDATA[<p>Here's a good article on using Categories effectively.</p>
<p><a href="http://www.pearsonified.com/2008/02/what_every_blogger_needs_to_know_about_categories.php">http://www.pearsonified.com/2008/02/what_every_blogger_needs_to_know_about_categories.php</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.webdevils.com/2010/07/31/wordpress-categories/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flash on iDevices?</title>
		<link>http://www.webdevils.com/2010/06/02/flash-on-idevices/</link>
		<comments>http://www.webdevils.com/2010/06/02/flash-on-idevices/#comments</comments>
		<pubDate>Wed, 02 Jun 2010 20:17:02 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[iPad]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[SVG]]></category>

		<guid isPermaLink="false">http://www.webdevils.com/2010/06/02/flash-on-idevices/</guid>
		<description><![CDATA[This looks like a pretty interesting alternative method to get Flash on the iPhone and iPad. From what I have read it sounds like it's slower that regular Flash especially when it comes to interactive stuff like games. At this point it's probably good for ads. Smokescreen seems to take an SWF and convert into [...]]]></description>
			<content:encoded><![CDATA[<p>This looks like a pretty interesting alternative method to get Flash on the iPhone and iPad. From what I have read it sounds like it's slower that regular Flash especially when it comes to interactive stuff like games. At this point it's probably good for ads.</p>
<p>Smokescreen seems to take an SWF and convert into an SVG file and ad some javascript, so the end results are compatible with iPhone and and iPad.</p>
<p><a href="http://smokescreen.us/">http://smokescreen.us/</a></p>
<p>Thanks to Karaminder for pointing me to this.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.webdevils.com/2010/06/02/flash-on-idevices/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wordrpess as CMS</title>
		<link>http://www.webdevils.com/2010/05/22/wordrpess-as-cms/</link>
		<comments>http://www.webdevils.com/2010/05/22/wordrpess-as-cms/#comments</comments>
		<pubDate>Sat, 22 May 2010 21:38:46 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.webdevils.com/?p=361</guid>
		<description><![CDATA[It seems that WordPress must be one of the most popular CMS tools available at this time. Obviously this has a lot to do with how easy it is to work with. Installation is a snap, they boast a 5 minute install, and I have to say it's pretty accurate. Though, it might take a [...]]]></description>
			<content:encoded><![CDATA[<p>It seems that WordPress must be one of the most popular CMS tools available at this time. Obviously this has a lot to do with how easy it is to work with. Installation is a snap, they boast a 5 minute install, and I have to say it's pretty accurate. Though, it might take a few minutes longer if you're new to the process. That said I've never heard anyone claim the "5 minute" install was very inaccurate.</p>
<p>From here you start to wonder what kind of sites can make with WordPress? This question is tainted by the blog label. Since it started as a blog, WordPress.com us a blog hosting site, and it's primary use is as a blog. Everyone's first thought is that WordPress is a blog.</p>
<p>Really, WordPress is a Content Management System, or CMS. Originally conceived as a blog, it's really just a site manager that stores site content as either posts or pages. Posts are elements that are added often, think of these as blog posts. Pages on the other hand represent content that is more or less fixed, think of this as a static web pages.</p>
<p>Working with these two types of elements there is a broad range of web sites that can be created. Not just blogs.</p>
<p>WordPress provides several methods of organizing site content. Categories, which are, well, categories. Categories allow you to sort content into groups that can be searched, filtered and displayed together. Categories also allow you style types of content differently.</p>
<p>Tags are another organizing tool that provide a free form method of, well, tagging content. Think of tags as keywords attached to content to provide a more detailed description. Use tags to build on the broad areas of content created by categories.</p>
<p>WordPress also provides a system of taxonomies. Think of taxonomies as a specialized tagging. Or, categories of tags. The taxonomy system is not activated by default. To use this you'll need to activate this feature using the functions.php file. See this tutorial here: <a href="http://justintadlock.com/archives/2009/05/06/custom-taxonomies-in-wordpress-28">http://justintadlock.com/archives/2009/05/06/custom-taxonomies-in-wordpress-28</a></p>
<p>What types of sites can you make with WordPress? It's hard to say how much you can do with WordPress. If you're new to WordPress, I would that you probably do a lot more than you think you can. The tool is very flexible. The Admin panel is also incredibly easy to pick. So it's pretty is to create a site and pass it to a client to manage with minimal instruction.</p>
<p>Here's an article on sites using WordPress as a CMS: <a href="http://www.webhelpermagazine.com/2008/04/wordpress-wow-seven-top-sites-using-wordpress-as-a-cms/">http://www.webhelpermagazine.com/2008/04/wordpress-wow-seven-top-sites-using-wordpress-as-a-cms/</a></p>
<p>Looks like I'm not the only one that thinks WordPress is a great CMS tool. Looks like Pakt Publishing awarded WordPress first place <strong>Overall Best Open Source CMS.</strong> WordPress beat Drupal and Joomla. Which are dedicated CMS tools. Here's a link if you'd like to read more about this: <a href="http://www.packtpub.com/award">http://www.packtpub.com/award</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.webdevils.com/2010/05/22/wordrpess-as-cms/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Webdevils Class Documentation</title>
		<link>http://www.webdevils.com/2010/05/11/webdevils-class-documentation/</link>
		<comments>http://www.webdevils.com/2010/05/11/webdevils-class-documentation/#comments</comments>
		<pubDate>Wed, 12 May 2010 04:53:56 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[class files]]></category>
		<category><![CDATA[class library]]></category>
		<category><![CDATA[documentation]]></category>

		<guid isPermaLink="false">http://www.webdevils.com/?p=358</guid>
		<description><![CDATA[I just started trying to document all of the classes I have created in my library. This is not complete yet. But many classes have been documented. I used VisDoc to create the HTML class files. This is a great tool and very convenient to use. Here's a link: http://www.webdevils.com/docs/html/]]></description>
			<content:encoded><![CDATA[<p>I just started trying to document all of the classes I have created in my library. This is not complete yet. But many classes have been documented.</p>
<p>I used VisDoc to create the HTML class files. This is a great tool and very convenient to use.</p>
<p>Here's a link: <a href="http://www.webdevils.com/docs/html/">http://www.webdevils.com/docs/html/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.webdevils.com/2010/05/11/webdevils-class-documentation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ScrollBox</title>
		<link>http://www.webdevils.com/2010/05/06/scrollbox/</link>
		<comments>http://www.webdevils.com/2010/05/06/scrollbox/#comments</comments>
		<pubDate>Thu, 06 May 2010 06:28:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Example Files]]></category>
		<category><![CDATA[Actionscript 3.0]]></category>
		<category><![CDATA[AS3]]></category>
		<category><![CDATA[ScrollBox]]></category>

		<guid isPermaLink="false">http://www.webdevils.com/?p=349</guid>
		<description><![CDATA[The ScrollBox class creates a container with horizontal and vertical scrollbars. The ScrollBox can contain any DisplayObject and creates it's own mask. Create an instance of ScrollBox by passing a DisplayObject to scroll and the width and height of the visible area. var scroll_box = new ScrollBox( displayObject, 300, 400 ); http://webdevils.googlecode.com/files/ScrollBox.zip http://webdevils.googlecode.com/files/com.zip]]></description>
			<content:encoded><![CDATA[<p>The ScrollBox class creates a container with horizontal and vertical scrollbars. The ScrollBox can contain any DisplayObject and creates it's own mask. Create an instance of ScrollBox by passing a DisplayObject to scroll and the width and height of the visible area.</p>
<p>var scroll_box = new ScrollBox( displayObject, 300, 400 );</p>
<p><a href="http://webdevils.googlecode.com/files/ScrollBox.zip">http://webdevils.googlecode.com/files/ScrollBox.zip</a></p>
<p><a href="http://webdevils.googlecode.com/files/com.zip">http://webdevils.googlecode.com/files/com.zip</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.webdevils.com/2010/05/06/scrollbox/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ProgressBar Examples</title>
		<link>http://www.webdevils.com/2010/05/01/progressbar-examples/</link>
		<comments>http://www.webdevils.com/2010/05/01/progressbar-examples/#comments</comments>
		<pubDate>Sat, 01 May 2010 06:07:58 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Example Files]]></category>
		<category><![CDATA[Actionscript 3.0]]></category>
		<category><![CDATA[ProgressBar]]></category>

		<guid isPermaLink="false">http://www.webdevils.com/?p=343</guid>
		<description><![CDATA[Just posted a set of classes that create various different types of progress bars. These classes will work with any class that dispatches the following events: Event.OPEN Event.COMPLETE ProgressEvent.PROGRESS This includes the Load_Content class. Download the Example files here. You'll need to download the latest version of the class library. All of the progress bars [...]]]></description>
			<content:encoded><![CDATA[<p>Just posted a set of classes that create various different types of progress bars. These classes will work with any class that dispatches the following events:</p>
<ul>
<li>Event.OPEN</li>
<li>Event.COMPLETE</li>
<li>ProgressEvent.PROGRESS</li>
</ul>
<p>This includes the Load_Content class. Download the Example files <a href="http://webdevils.googlecode.com/files/ProgressBarExamples.zip">here</a>.</p>
<p>You'll need to download the latest version of the class library. All of the progress bars are packaged in com.webdevils.display.progressbars. Get the class library <a href="http://webdevils.googlecode.com/files/com.zip">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.webdevils.com/2010/05/01/progressbar-examples/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Not on the iDevice</title>
		<link>http://www.webdevils.com/2010/04/29/not-on-the-idevice/</link>
		<comments>http://www.webdevils.com/2010/04/29/not-on-the-idevice/#comments</comments>
		<pubDate>Fri, 30 Apr 2010 03:26:57 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.webdevils.com/?p=338</guid>
		<description><![CDATA[Can't believe that Steve Jobs would let the iDevices miss out on this: http://www.swfme.com/view/1046212]]></description>
			<content:encoded><![CDATA[<p>Can't believe that Steve Jobs would let the iDevices miss out on this:</p>
<p><a href="http://www.swfme.com/view/1046212">http://www.swfme.com/view/1046212</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.webdevils.com/2010/04/29/not-on-the-idevice/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What does Adobe have to say about Flash and the iDevice?</title>
		<link>http://www.webdevils.com/2010/04/29/what-dos-adobe-have-to-say-about-flash-and-the-idevice/</link>
		<comments>http://www.webdevils.com/2010/04/29/what-dos-adobe-have-to-say-about-flash-and-the-idevice/#comments</comments>
		<pubDate>Thu, 29 Apr 2010 23:42:49 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.webdevils.com/?p=335</guid>
		<description><![CDATA[Here's what the head of Adobe has to say about Steve Job's positions on Flash being excluded from the iPad, iPhone and iPod touch. http://blogs.wsj.com/digits/2010/04/29/live-blogging-the-journals-interview-with-adobe-ceo/?mod=e2tw]]></description>
			<content:encoded><![CDATA[<p>Here's what the head of Adobe has to say about Steve Job's positions on Flash being excluded from the iPad, iPhone and iPod touch.</p>
<p><a href="http://blogs.wsj.com/digits/2010/04/29/live-blogging-the-journals-interview-with-adobe-ceo/?mod=e2tw">http://blogs.wsj.com/digits/2010/04/29/live-blogging-the-journals-interview-with-adobe-ceo/?mod=e2tw</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.webdevils.com/2010/04/29/what-dos-adobe-have-to-say-about-flash-and-the-idevice/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress Classes</title>
		<link>http://www.webdevils.com/2010/04/28/wordpress-classes/</link>
		<comments>http://www.webdevils.com/2010/04/28/wordpress-classes/#comments</comments>
		<pubDate>Thu, 29 Apr 2010 04:41:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.webdevils.com/?p=330</guid>
		<description><![CDATA[When creating a WordPress theme it's natural to start adding classes and id names to HTML elements as you write them. There is nothing wrong with this. You can use familiar names and be assured that an element has the class that you assigned. There is a downside, in that it doesn't leverage the plethora [...]]]></description>
			<content:encoded><![CDATA[<p>When creating a WordPress theme it's natural to start adding classes and id names to HTML elements as you write them. There is nothing wrong with this. You can use familiar names and be assured that an element has the class that you assigned. There is a downside, in that it doesn't leverage the plethora of classes already output by WordPress. WordPress produces a long list of classes and ids and can generate dynamic classes and ids that you can't do by yourself.</p>
<p>The problem, is these classes aren't visible. At least not until you've rendered the page in a browser and looked at the source code. Which is not the way that accustomed to building web pages normally.</p>
<p>post_class() is a function that can generates the following classes:</p>
<ul>
<li> .post-id</li>
<li> .post (or .page or .attachment, depending on the post type)</li>
<li> .sticky</li>
<li> .hentry</li>
<li> .category-misc</li>
<li> .category-example</li>
<li> .tag-news</li>
<li> .tag-wordpress</li>
<li> .tag-markup</li>
</ul>
<p>In a typical post_class will generate the following classes:</p>
<ul>
<li>post-# (where # is the id number of this post)</li>
<li>post</li>
<li>hentry</li>
<li>category-name</li>
</ul>
<p>If the post has tags it may generate even more class names. Remember an element may have any number of class names assigned to it.</p>
<p>You could look at the class names as two types: General and Specific. General class names are names that would be the same for every post on the same page. Like post and hentry. Specific classes would be names that might be unique for each post. Things like: post-# (remember the # would be the id number of the post). Some class names will be general and specific. Things like category-name (where name is the name of the category. The category-name might be the same for several posts, while not matching everything on the same page.</p>
<p>Tags, not shown above also generate class names. post_class will generate class names for each tag assigned to a post in the form of tag-name.</p>
<p>What's important with all of this? Having WordPress generate your class names make your job of creating a template easier and give you more options when creating a template.</p>
<p>Rather than adding your classes to everything, let Wordrpess do it for you. To make use of these classes what's important is to understand the general classes. These are applied to everything. These might have been the classes you assigned yourself. Instead use the WordPress names and save your self some trouble and standardize your templates and style sheets.</p>
<p>Use post_class by adding to a likely tag within "The Loop". Remember that post_class generates class names that are specific to posts. That is some of the names will change from post to post. This means that post_class is best used on a unique element that surrounds each individual post.</p>
<p>The post_class method outputs class="" along with the class names. Use it in this way:</p>
<pre>&lt;div &lt;?php post_class() ?&gt;&gt;
... post content ...
&lt;/div&gt;</pre>
<p>Imagine the div above was contained in The Loop. The rest of the post content would be contained within the div above.</p>
<p><a href="http://codex.wordpress.org/Template_Tags/post_class">http://codex.wordpress.org/Template_Tags/post_class</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.webdevils.com/2010/04/28/wordpress-classes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flash vs HTML 5</title>
		<link>http://www.webdevils.com/2010/04/27/328/</link>
		<comments>http://www.webdevils.com/2010/04/27/328/#comments</comments>
		<pubDate>Wed, 28 Apr 2010 04:56:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.webdevils.com/?p=328</guid>
		<description><![CDATA[http://cnettv.cnet.com/html-5-vs-flash/9742-1_53-50083273.html?tag=contentMain;contentBody Here's a great discussion of the Flash vs. HTML5. The funny thing about this, is, in some respects these guys really don't get what Flash does. Great discussion on the future of the web and what to expect with the future of web development.]]></description>
			<content:encoded><![CDATA[<p><a href="http://cnettv.cnet.com/html-5-vs-flash/9742-1_53-50083273.html?tag=contentMain;contentBody">http://cnettv.cnet.com/html-5-vs-flash/9742-1_53-50083273.html?tag=contentMain;contentBody</a></p>
<p>Here's a great discussion of the Flash vs. HTML5. The funny thing about this, is, in some respects these guys really don't get what Flash does. Great discussion on the future of the web and what to expect with the future of web development.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.webdevils.com/2010/04/27/328/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
