<?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>Simon Whatley &#187; Publications</title>
	<atom:link href="http://www.simonwhatley.co.uk/tag/publications/feed" rel="self" type="application/rss+xml" />
	<link>http://www.simonwhatley.co.uk</link>
	<description>The opposite of every great idea is another great idea</description>
	<lastBuildDate>Wed, 02 Nov 2011 09:28:34 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Learning the Yahoo! User Interface Library &#8211; Book Review</title>
		<link>http://www.simonwhatley.co.uk/learning-the-yahoo-user-interface-library</link>
		<comments>http://www.simonwhatley.co.uk/learning-the-yahoo-user-interface-library#comments</comments>
		<pubDate>Tue, 10 Jun 2008 22:51:57 +0000</pubDate>
		<dc:creator>Simon</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[animation]]></category>
		<category><![CDATA[api]]></category>
		<category><![CDATA[Berkeley Software Distribution]]></category>
		<category><![CDATA[Books]]></category>
		<category><![CDATA[BSD license]]></category>
		<category><![CDATA[cascading style sheets]]></category>
		<category><![CDATA[cross browser]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Dan Wellman]]></category>
		<category><![CDATA[DHTML]]></category>
		<category><![CDATA[document object model]]></category>
		<category><![CDATA[DOM]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[HTML & XHTML]]></category>
		<category><![CDATA[interactive]]></category>
		<category><![CDATA[interactive web applications]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[king]]></category>
		<category><![CDATA[library]]></category>
		<category><![CDATA[mootools]]></category>
		<category><![CDATA[pains]]></category>
		<category><![CDATA[Publications]]></category>
		<category><![CDATA[rich]]></category>
		<category><![CDATA[The Yahoo! User Interface Library]]></category>
		<category><![CDATA[UI]]></category>
		<category><![CDATA[User Interface Library]]></category>
		<category><![CDATA[web applications]]></category>
		<category><![CDATA[Yahoo]]></category>
		<category><![CDATA[Yahoo user interface]]></category>
		<category><![CDATA[YUI Library]]></category>

		<guid isPermaLink="false">http://www.simonwhatley.co.uk/?p=580</guid>
		<description><![CDATA[The Yahoo! User Interface (YUI) Library is a set of utilities and controls, written in JavaScript, for building richly interactive web applications using techniques such as DOM scripting, DHTML, and AJAX. The library sits comfortably amongst its peers, which, amongst many others, include Prototype, jQuery and Mootools. Arguably it can be said that the YUI library is the king among the JavaScript and CSS-libraries. With a vast number of well documented examples and near 100% compatibility amongst modern browsers, it would be difficult to find a comparable library.]]></description>
			<content:encoded><![CDATA[<p>by Dan Wellman</p>
<h3>Synopsis</h3>
<p><img src='http://www.simonwhatley.co.uk/blog/wp-content/uploads/2008/05/learning-yahoo-user-interface-library.thumbnail.jpg' alt='Learning the Yahoo! User Interface Library book cover' style="margin-right:5px; float:left;" />The Yahoo! User Interface (<abbr title="Yahoo! User Interface">YUI</abbr>) Library is a set of utilities and controls, written in JavaScript, for building richly interactive web applications using techniques such as <abbr title="Document Object Model">DOM</abbr> scripting, <abbr title="Dynamic HyperText Markup Language">DHTML</abbr>, and <abbr title="Asynchronous JavaScript and XML">AJAX</abbr>. The <abbr title="Yahoo! User Interface">YUI</abbr> Library also includes several core <abbr title="Cascading Stylesheet">CSS</abbr> resources. All components in the <abbr title="Yahoo! User Interface">YUI</abbr> Library have been released as open source under a <a href="http://developer.yahoo.com/yui/license.html" title="BSD License" target="_blank" rel="nofollow">BSD License</a> and are free for all uses.</p>
<p>This book covers all released components whether utility, control, core file, or <abbr title="Cascading Stylesheet">CSS</abbr> tool. Methods of the YAHOO Global Object are used and discussed throughout the book. The basics of each control are presented, along with a detailed example showing its use to create complex, fully featured, cross-browser, <a href="http://en.wikipedia.org/Web_2" title="Web 2.0" target="_blank" rel="nofollow">Web 2.0</a> user interfaces.</p>
<p>Besides giving you a deep understand of the <abbr title="Yahoo! User Interface">YUI</abbr> library, this book aims to expand your knowledge of object-oriented JavaScript programming, as well as strengthen your understanding of the <abbr title="Document Object Model">DOM</abbr> and <abbr title="Cascading Stylesheet">CSS</abbr>.</p>
<p>The core aim is to teach you how to create a number of powerful JavaScript controls that can be used straight away in your own applications.</p>
<p><script type="text/javascript"><!--
google_ad_client = "pub-6475233631580417";
/* 468x60 Basic */
google_ad_slot = "7117418273";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></p>
<h3>Download</h3>
<p><a href="http://developer.yahoo.com/yui/download/" title="Download the YUI Library" target="_blank" rel="nofollow">Download the latest YUI version</a>, including <a href="http://developer.yahoo.com/yui/docs/" title="YUI API Documentation" target="_blank" rel="nofollow">full API documentation</a> and more than <a href="http://developer.yahoo.com/yui/examples/" title="YUI Examples" target="_blank" rel="nofollow">250 functional examples</a> from Sourceforge.</p>
<p>The library&#8217;s developers blog frequently at the <a href="http://yuiblog.com/" title="YUI Blog" target="_blank" rel="nofollow">YUI Blog</a> and the <abbr title="Yahoo User Interface">YUI</abbr> Library community exchanges ideas at <a href="http://groups.yahoo.com/group/ydn-javascript" title="YDN-JavaScript on Yahoo! Groups" target="_blank" rel="nofollow">YDN-JavaScript on Yahoo! Groups</a>.</p>
<p><script type="text/javascript"><!--
google_ad_client = "pub-6475233631580417";
/* 468x60 Basic */
google_ad_slot = "7117418273";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></p>
<h3>Book Review</h3>
<p>The Yahoo! User Interface Library sits comfortably amongst its peers, which, along with many others, include Prototype, jQuery and Mootools. Arguably it can be said that the <abbr title="Yahoo! User Interface">YUI</abbr> library is the king among the JavaScript and <abbr title="Cascading Stylesheet">CSS</abbr>-libraries. With a vast number of well documented examples and near 100% compatibility amongst modern browsers, it would be difficult to find a comparable library.</p>
<p>It is one thing to be a well documented library, but it is another to know how to use the libraries to construct a user interface. This is the niche Dan Wellman fills with his book. Although not necessarily for the beginner, since you need a knowledge of <abbr title="Cascading Stylesheet">CSS</abbr>, JavaScript and a little <abbr title="Asynchronous JavaScript and XML">AJAX</abbr>, Wellman does a good job of explaining the concepts, especially <abbr title="Asynchronous JavaScript and XML">AJAX</abbr>, from scratch.</p>
<p>Wellman provides an A-to-Z of the library and assumes, rightly, that the reader has little or no knowledge of the library. To that effect, he does a long introduction of the <abbr title="Yahoo! User Interface">YUI</abbr>, following an overall review of its components, listing them in the first chapter. He then picks up a selection of some of the most established utilities, for example navigation, animation and <abbr title="Asynchronous JavaScript and XML">AJAX</abbr> utilities and in the following chapters he covers one or two examples for each of them.</p>
<p>Importantly, the book teaches the reader how to not only use the DOM manipulation and event handling aspects of the library, but also the <abbr title="Cascading Stylesheet">CSS</abbr> tools of the library.</p>
<p>Wellman does a good job of introducing the technical aspects at the beginning of each chapter, but not dwelling too long before moving on to real usage and methods.</p>
<p>What I would have liked to have seen is more interaction between different components written about in the book. Clearly building a fully-featured application that incorporates most or all of the key components would be unweildy, but individual and isolated examples doesn&#8217;t equate real-world scenarios either. For example, it is quite conceivable that autocomplete and drag-and-drop components would be utilised on the same page; it would have been good if Wellman had explained the pains or pitfalls that may be encountered with such combinations. The negativity aside, the examples are of a good quality.</p>
<p>The book does contain a number of errors, but since this is the first edition you can probably forgive the editors from missing them.</p>
<p>A major gripe I have with this book, indeed all technical books is the lack of colour throughout. It is far easier to read and understand the example code when code colouring is employed, allowing for easier understanding of the key elements in the code. Surely modern publishing techniques can mitigate against the extra cost of colour. Indeed, I would pay more for a well-written coloured technical book.</p>
<p>A great summary chapter on graceful degredation versus progressive enhancement would also have been welcomed, since many developers may not consider the usability and accessibility issues of using JavaScript.</p>
<p>This book is certainly a good read for anyone who has basic knowledge of JavaScript, <abbr title="HyperText Markup Language">HTML</abbr> and <abbr title="Cascading Stylesheet">CSS</abbr> and who wants to learn how to apply the YUI library in their projects, making them more interactive for the user.</p>
<p><script type="text/javascript"><!--
google_ad_client = "pub-6475233631580417";
/* 468x60 Basic */
google_ad_slot = "7117418273";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></p>
]]></content:encoded>
			<wfw:commentRss>http://www.simonwhatley.co.uk/learning-the-yahoo-user-interface-library/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Email Marketing Websites &amp; Publications</title>
		<link>http://www.simonwhatley.co.uk/email-marketing-websites-publications</link>
		<comments>http://www.simonwhatley.co.uk/email-marketing-websites-publications#comments</comments>
		<pubDate>Sun, 05 Nov 2006 16:24:09 +0000</pubDate>
		<dc:creator>Simon</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[CRM]]></category>
		<category><![CDATA[E-mail Marketing]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[Larry Chase]]></category>
		<category><![CDATA[Marketing]]></category>
		<category><![CDATA[Publications]]></category>
		<category><![CDATA[search engine]]></category>
		<category><![CDATA[search marketing]]></category>
		<category><![CDATA[Web Marketing Today]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://www.simonwhatley.co.uk/?p=152</guid>
		<description><![CDATA[The web has a wealth of information on email, CRM, database and search marketing. In this post I list just a few. Feel free to offer more suggestions.]]></description>
			<content:encoded><![CDATA[<p>The web has a wealth of information on email, <acronym title="Customer Relationship Management">CRM</acronym>, database and search marketing. Below is a list of just a few:</p>
<ul>
<li><a rel="nofollow" title="B to B" href="http://www.btobonline.com/">B to B</a></li>
<li><a rel="nofollow" title="ClickZ" href="http://www.clickz.com/em_mkt/em_mkt/">ClickZ</a></li>
<li><a rel="nofollow" title="CRMGuru" href="http://www.crmguru.com/">CRMGuru</a></li>
<li><a rel="nofollow" title="CRMIQ" href="http://www.crmiq.com/">CRMIQ</a></li>
<li><a rel="nofollow" title="DM News" href="http://www.dmnews.com/">DM News</a></li>
<li><a rel="nofollow" title="Drilling Down" href="http://www.jimnovo.com/">Drilling Down</a></li>
<li><a rel="nofollow" title="EmailSherpa" href="http://www.emailsherpa.com/">EmailSherpa</a></li>
<li><a rel="nofollow" title="Ezine-Tips" href="http://emailuniverse.com/ezine-tips/">Ezine-Tips</a></li>
<li><a rel="nofollow" title="iMarketing News" href="http://www.dmnews.com/cgi-bin/artcategory.cgi?category_id=14">iMarketing News</a></li>
<li><a rel="nofollow" title="Larry Chase's Search Engine for Marketers" href="http://www.wdfm.com/">Larry Chase&#8217;s Search Engine for Marketers</a></li>
<li><a rel="nofollow" title="MarketingProfs" href="http://www.marketingprofs.com/">MarketingProfs</a></li>
<li><a rel="nofollow" title="Marketing Sherpa" href="http://www.marketingsherpa.com/">Marketing Sherpa</a></li>
<li><a rel="nofollow" title="The Newsletter on Newsletters" href="http://www.newsletterbiz.com/">The Newsletter on Newsletters</a></li>
<li><a rel="nofollow" title="SearchCRM.com" href="http://searchcrm.techtarget.com/">SearchCRM.com</a></li>
<li><a rel="nofollow" title="Spam Laws" href="http://www.spamlaws.com/">Spam Laws</a></li>
<li><a rel="nofollow" title="Web Marketing Today - WilsonWeb" href="http://www.wilsonweb.com/webmarket/email.htm">Web Marketing Today &#8211; WilsonWeb</a></li>
<li><a rel="nofollow" title="WordBiz" href="http://www.wordbiz.com/">WordBiz</a></li>
<li><a rel="nofollow" title="Email Marketing Reports" href="http://www.email-marketing-reports.com/">Email Marketing Reports</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.simonwhatley.co.uk/email-marketing-websites-publications/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

