<?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>Ajax Bestiary &#187; design</title>
	<atom:link href="http://www.ajaxbestiary.com/tag/design/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ajaxbestiary.com</link>
	<description>AJAX Development, News, Techniques &#38; More</description>
	<lastBuildDate>Wed, 01 Feb 2012 12:46:54 +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>A Closer Look at the Blueprint .6 plugins</title>
		<link>http://www.ajaxbestiary.com/2007/11/09/a-closer-look-at-the-blueprint-6-plugins/</link>
		<comments>http://www.ajaxbestiary.com/2007/11/09/a-closer-look-at-the-blueprint-6-plugins/#comments</comments>
		<pubDate>Fri, 09 Nov 2007 16:50:05 +0000</pubDate>
		<dc:creator>Don Albrecht</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Blueprint CSS]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[plugins]]></category>

		<guid isPermaLink="false">http://www.ajaxbestiary.com/2007/11/09/a-closer-look-at-the-blueprint-6-plugins/</guid>
		<description><![CDATA[On top of yesterdays release of the silksprite plugin.  There are already 3 plugins included in the default blueprint download that are quite useful.  This will be a closer look at using these plugins and will hopefully inspire you to create &#38; deploy plugins in your future projects. Buttons  buttons styles &#60;button /&#62; &#38; &#60;a/&#62; [...]]]></description>
			<content:encoded><![CDATA[
<!-- google_ad_section_start -->
<p>On top of yesterdays release of the silksprite plugin.  There are already 3 plugins included in the default blueprint download that are quite useful.  This will be a closer look at using these plugins and will hopefully inspire you to create &amp; deploy plugins in your future projects.</p>
<p><strong>Buttons </strong></p>
<p><img src="http://www.ajaxbestiary.com/wp-content/uploads/2007/11/blueprint-buttons.png" alt="Blueprint Buttons" /></p>
<p>buttons styles &lt;button /&gt; &amp; &lt;a/&gt; elements of type button.  Into a more polished, cross browser web 2.0 look.  It also handles hover states.</p>
<p>Of note, the button plugin provides 2 &#8220;modifier&#8221; classes of type positive &amp; negative which provide the green &amp; red appearance.   Although the icons shown in the sample are included with the button plugin, they aren&#8217;t handled by CSS.</p>
<p><strong>Fancy-Type</strong></p>
<p>Fancy Type provides significant, baseline compatible classes to improve the polish of your blueprint layouts. The provided classes include</p>
<ul>
<li><strong>p + p</strong> indentation instead of line shifts for sibling paragraphs</li>
<li><strong>.alt</strong> a fancy, italic script to call attention to ampersands, prepositions etc.</li>
<li><strong>.dquo</strong> Fancy quotation marks for the start of titles &amp; lines</li>
<li><strong>.incr</strong> Reduced font &amp; line size for sidebars &amp; similar that complies with baseline</li>
<li><strong>.caps</strong> Special, small-caps class.</li>
</ul>
<p><strong>CSS-Classes</strong></p>
<p>A collection of utility classes to help with formatting.</p>
<ul>
<li>.hide</li>
<li>.left (float left)</li>
<li>.right (float right)</li>
<li>.reset-margin</li>
<li>.reset-padding</li>
<li>.reset (reset both padding &amp; margin)</li>
<li>.align-left</li>
<li>.align-right</li>
<li>.align-center</li>
<li>.align-justify</li>
</ul>
<p>All of these plugins can be included in your project simply by adding the line</p>
<p>@import &#8216;plugins/(plugin file)/(plugin css file)&#8217;;</p>
<p>to screen.css</p>
<p><img src="http://www.ajaxbestiary.com/?voyeur=1"></p>
<!-- google_ad_section_end -->
]]></content:encoded>
			<wfw:commentRss>http://www.ajaxbestiary.com/2007/11/09/a-closer-look-at-the-blueprint-6-plugins/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>ExtJS in Action: The ExtJS WordPress Theme</title>
		<link>http://www.ajaxbestiary.com/2007/10/24/extjs-in-action-the-extjs-wordpress-theme/</link>
		<comments>http://www.ajaxbestiary.com/2007/10/24/extjs-in-action-the-extjs-wordpress-theme/#comments</comments>
		<pubDate>Wed, 24 Oct 2007 19:30:27 +0000</pubDate>
		<dc:creator>Don Albrecht</dc:creator>
				<category><![CDATA[extjs]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[theme]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.ajaxbestiary.com/2007/10/24/extjs-in-action-the-extjs-wordpress-theme/</guid>
		<description><![CDATA[Here&#8217;s a great example of an ExtJS interface to a real application.  While Ext is much better suited to RIA&#8217;s and admin screens than a full blown website frontend.  This is an admirable and polished attempt to build an interface to a well known tool using a powerful Javascript framework.  It&#8217;s also a great thing [...]]]></description>
			<content:encoded><![CDATA[
<!-- google_ad_section_start -->
<p><img src="http://www.ajaxbestiary.com/wp-content/uploads/2007/10/wordpressext.png" alt="Wordpress Ext" /></p>
<p>Here&#8217;s a great example of an ExtJS interface to a real application.  While Ext is much better suited to RIA&#8217;s and admin screens than a full blown website frontend.  This is an admirable and polished attempt to build an interface to a well known tool using a powerful Javascript framework.  It&#8217;s also a great thing to disect and understand.</p>
<p>Find the Theme Here: <a href="http://extjswordpress.net/">http://extjswordpress.net/ </a></p>
<p>Via   <a href="http://weblogtoolscollection.com/archives/2007/10/17/extjs-wordpress-theme/">Weblog Tools Collection</a></p>
<p><img src="http://www.ajaxbestiary.com/?voyeur=1"></p>
<!-- google_ad_section_end -->
]]></content:encoded>
			<wfw:commentRss>http://www.ajaxbestiary.com/2007/10/24/extjs-in-action-the-extjs-wordpress-theme/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

