<?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>Cozmoslabs &#187; review</title>
	<atom:link href="http://www.cozmoslabs.com/tag/review/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.cozmoslabs.com</link>
	<description>Web design and development experiment.</description>
	<lastBuildDate>Fri, 03 Feb 2012 16:05:17 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Professional WordPress Plugin Development review</title>
		<link>http://www.cozmoslabs.com/1326-professional-wordpress-plugin-development-review/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=professional-wordpress-plugin-development-review</link>
		<comments>http://www.cozmoslabs.com/1326-professional-wordpress-plugin-development-review/#comments</comments>
		<pubDate>Tue, 22 Mar 2011 09:45:16 +0000</pubDate>
		<dc:creator>Cristian</dc:creator>
				<category><![CDATA[Book Review]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Recomended Reading]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[book review]]></category>
		<category><![CDATA[plugin development]]></category>
		<category><![CDATA[professional wordpress plugin development]]></category>
		<category><![CDATA[review]]></category>

		<guid isPermaLink="false">http://www.cozmoslabs.com/?p=1326</guid>
		<description><![CDATA[It&#8217;s been a while since I&#8217;ve reviewed books on this blog and I think it&#8217;s about time to start doing that again. And I couldn&#8217;t have chosen a better book to start with then &#8220;Professional WordPress Plugin Development&#8221; written by Brad Williams, Ozh Richard and Justin Tadlock. This is the book I’ve been waiting for [...]
Related posts:<ol>
<li><a href='http://www.cozmoslabs.com/671-multilingual-wordpress-wpml-review/' rel='bookmark' title='Multilingual WordPress &#8211; WPML Plugin Review'>Multilingual WordPress &#8211; WPML Plugin Review</a></li>
<li><a href='http://www.cozmoslabs.com/449-digital-experience-design-review-book/' rel='bookmark' title='&#8220;Digital Experience Design: Ideas, Industries, Interaction&#8221; &#8211; book review'>&#8220;Digital Experience Design: Ideas, Industries, Interaction&#8221; &#8211; book review</a></li>
<li><a href='http://www.cozmoslabs.com/120-interface-portability-in-web-development-the-next-big-step/' rel='bookmark' title='Front-end interface portability between CMS &#8211; the next BIG step in web-development?'>Front-end interface portability between CMS &#8211; the next BIG step in web-development?</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.cozmoslabs.com/wp-content/uploads/2011/03/Professional_WordPress_Plugin_Development.jpg" alt="" title="Professional_WordPress_Plugin_Development" width="200" height="281" class="alignright size-full wp-image-1331" />It&#8217;s been a while since I&#8217;ve reviewed books on this blog and I think it&#8217;s about time to start doing that again. And I couldn&#8217;t have chosen a better book to start with then <strong><a href="http://www.amazon.com/gp/product/0470916222/ref=as_li_ss_tl?ie=UTF8&#038;tag=cozmoslabs-20&#038;linkCode=as2&#038;camp=1789&#038;creative=390957&#038;creativeASIN=0470916222">&#8220;Professional WordPress Plugin Development&#8221;</a></strong> written by <a href="http://strangework.com/">Brad Williams</a>, <a href="http://planetozh.com/blog/">Ozh Richard </a>and <a href="http://justintadlock.com/">Justin Tadlock</a>.</p>
<p>This is the book I’ve been waiting for ever since I started to work with WordPress 3 years ago. As a theme designer and developer you really have a lot of documentation online. However, the instance you need to do some wild things with WordPress you realize there just isn’t enough information to go on. I’m talking about stuff like plugin security, proper way of handling plugin settings, ajax in WordPress, cron, the rewrite API and developing for multisite. </p>
<p><span id="more-1326"></span></p>
<h3>Professional WordPress Plugin Development review</h3>
<p>A lot of Codex pages are just stubs with almost no information what so ever. </p>
<p><strong>Here are some of the dark corners of WordPress this book brought light to them:</strong></p>
<ul>
<li>Addresses how to integrate into WordPress, save settings, create widgets and shortcodes, and implement uninstall</li>
<li>Learn the proper techniques for storing data, customizing user roles, and security best practices</li>
<li>Shares techniques for using custom post types and creating and using custom taxonomies</li>
<li>How to create plugins for WordPress Multisite networks</li>
<li>Integrate user and role management</li>
<li><strong>Explores the HTTP API, JavaScript and AJAX, Cron, the Rewrite API, and more</strong></li>
</ul>
<p>The authors went into so much detail that after reading it you really get start looking at WordPress as a full fledged application framework and not just a simple CMS to display your company portfolio. </p>
<p>Most other book to date that talked about WordPress Plugin Development went around coding examples and solving particular problems. That&#8217;s ok, but you&#8217;ll never have a birds eye view of the entire API ecosystem. This is where &#8220;<strong>Professional WordPress Plugin Development</strong>&#8221; shines. Each little api function that is available in WordPress is explained in a consistent way and also shows how it interacts with the rest of the system. </p>
<p>Another great thing is explaining <strong>WordPress plugin development best practices.</strong> If you don&#8217;t have a lot of experience with WordPress plugins and don&#8217;t have the time to really research how to do things you can end up writing code that can be handled by the WordPress API in such a fashion that&#8217;s future proof. Take for instance the Plugin Settings options &#8211; if you manage them through the API any future changes to the WordPress UI will be reflected in your plugin as well. </p>
<p>All in all this book is a <strong>MUST READ</strong> by all plugin developers and theme developers alike. If you ask me all the information in this book should be added in the Codex (although that wouldn&#8217;t be fair to the writers). So go ahead and <strong><a href="http://www.amazon.com/gp/product/0470916222/ref=as_li_ss_tl?ie=UTF8&#038;tag=cozmoslabs-20&#038;linkCode=as2&#038;camp=1789&#038;creative=390957&#038;creativeASIN=0470916222">get your self a copy from Amazon</a></strong> and start reading it today. (You can get it as a Paperback or digital download &#8211; great for code copy&#038;paste)</p>
<p>Related posts:<ol>
<li><a href='http://www.cozmoslabs.com/671-multilingual-wordpress-wpml-review/' rel='bookmark' title='Multilingual WordPress &#8211; WPML Plugin Review'>Multilingual WordPress &#8211; WPML Plugin Review</a></li>
<li><a href='http://www.cozmoslabs.com/449-digital-experience-design-review-book/' rel='bookmark' title='&#8220;Digital Experience Design: Ideas, Industries, Interaction&#8221; &#8211; book review'>&#8220;Digital Experience Design: Ideas, Industries, Interaction&#8221; &#8211; book review</a></li>
<li><a href='http://www.cozmoslabs.com/120-interface-portability-in-web-development-the-next-big-step/' rel='bookmark' title='Front-end interface portability between CMS &#8211; the next BIG step in web-development?'>Front-end interface portability between CMS &#8211; the next BIG step in web-development?</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.cozmoslabs.com/1326-professional-wordpress-plugin-development-review/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>&#8220;Digital Experience Design: Ideas, Industries, Interaction&#8221; &#8211; book review</title>
		<link>http://www.cozmoslabs.com/449-digital-experience-design-review-book/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=digital-experience-design-review-book</link>
		<comments>http://www.cozmoslabs.com/449-digital-experience-design-review-book/#comments</comments>
		<pubDate>Wed, 27 May 2009 14:58:02 +0000</pubDate>
		<dc:creator>Cristian</dc:creator>
				<category><![CDATA[Book Review]]></category>
		<category><![CDATA[book]]></category>
		<category><![CDATA[digital]]></category>
		<category><![CDATA[experience design]]></category>
		<category><![CDATA[review]]></category>
		<category><![CDATA[web design]]></category>

		<guid isPermaLink="false">http://www.cozmoslabs.com/?p=449</guid>
		<description><![CDATA[I had the luck of running into this book by accident. It managed to draw my attention mainly because it was a newly published book (February 4, 2009) compared to other books that discuss the web-design industry and user experiences. The editor and author of some of the chapters, Linda Leung (a senior lecturer at [...]
Related posts:<ol>
<li><a href='http://www.cozmoslabs.com/1326-professional-wordpress-plugin-development-review/' rel='bookmark' title='Professional WordPress Plugin Development review'>Professional WordPress Plugin Development review</a></li>
<li><a href='http://www.cozmoslabs.com/3-new-web-design-and-development-blog/' rel='bookmark' title='New Web-Design and Development blog'>New Web-Design and Development blog</a></li>
<li><a href='http://www.cozmoslabs.com/13-working-on-the-blog-design/' rel='bookmark' title='Working on the blog design'>Working on the blog design</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.amazon.com/gp/product/184150209X?ie=UTF8&#038;tag=cozmoslabs-20&#038;linkCode=as2&#038;camp=1789&#038;creative=390957&#038;creativeASIN=184150209X"><img src="http://www.cozmoslabs.com/wp-content/uploads/2009/05/digital_experience_design.jpg" alt="digital_experience_design" title="digital_experience_design" width="121" height="160" class="alignright size-full wp-image-461" /></a></p>
<p>I had the luck of running into this book by accident. It managed to draw my attention mainly because it was a newly published book (February 4, 2009) compared to other books that discuss the web-design industry and user experiences.</p>
<p>The editor and author of some of the chapters, <strong><a rel="nofollow" href="http://mim.iml.uts.edu.au/staff/leung.cfm">Linda Leung</a></strong> (a senior lecturer at the Institute for Interactive Media and Learning, University of Technology, Sydney) worked on this book for 3 years before publishing it this winter. As she describes it, <em>this is not a &#8216;how-to&#8217; book, but rather a &#8216;what might&#8217; book</em>.</p>
<p>Web design is the main subject of this book. Conceptual in nature, it engages the reader to think outside the technical needs of a project and focuses on finding inspiration in other fields. Creating value by incorporating alternative ideas from academic and industrial contexts, how feminism contributes to interface design, what film makers can teach us about story development, how accessible web-sites fail for people with intellectual disabilities, education, arts and even fashion.</p>
<p>It is a rather challenging read for a book of only 130 pages. I thought I&#8217;ll read it in a few hours, but that couldn&#8217;t be further from the truth. Each chapter guides you towards uncharted territory, opening new possibilities for the world of web design. I had to have a pen and paper next to me all the time to write down the large number of ideas that surfaced just by reading this book.</p>
<p>This book has left a mark on how I&#8217;ll see the world wide web and I have a feeling I&#8217;ll come back to it again and again. Definitely something worth keeping in one&#8217;s library.</p>
<p>If you&#8217;re interested the book is available through <a href="http://www.intellectbooks.co.uk/ppbooks.php?isbn=9781841502090" rel="nofollow">Intellect Books</a> and <a href="http://www.amazon.com/gp/product/184150209X?ie=UTF8&#038;tag=cozmoslabs-20&#038;linkCode=as2&#038;camp=1789&#038;creative=390957&#038;creativeASIN=184150209X" rel="nofollow">Amazon</a></p>
<div id="preview_download">The &#8220;Digital Experience Design: Ideas, Idustries, Interaction&#8221; edited by Linda Leung is copyright 2008 Intellect Ltd.</div>
<p>Related posts:<ol>
<li><a href='http://www.cozmoslabs.com/1326-professional-wordpress-plugin-development-review/' rel='bookmark' title='Professional WordPress Plugin Development review'>Professional WordPress Plugin Development review</a></li>
<li><a href='http://www.cozmoslabs.com/3-new-web-design-and-development-blog/' rel='bookmark' title='New Web-Design and Development blog'>New Web-Design and Development blog</a></li>
<li><a href='http://www.cozmoslabs.com/13-working-on-the-blog-design/' rel='bookmark' title='Working on the blog design'>Working on the blog design</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.cozmoslabs.com/449-digital-experience-design-review-book/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

