<?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>Ubi panis ibi patria &#187; Slideshare</title>
	<atom:link href="http://blog.ericmalloy.net/tag/slideshare/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.ericmalloy.net</link>
	<description>notes from the road by Eric Malloy</description>
	<lastBuildDate>Thu, 09 Feb 2012 05:17:00 +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>Application Design for People with Disabilites</title>
		<link>http://blog.ericmalloy.net/2010/04/application-design-for-people-with-disabilites/</link>
		<comments>http://blog.ericmalloy.net/2010/04/application-design-for-people-with-disabilites/#comments</comments>
		<pubDate>Thu, 15 Apr 2010 04:47:58 +0000</pubDate>
		<dc:creator>eric</dc:creator>
				<category><![CDATA[Django]]></category>
		<category><![CDATA[Internetworking]]></category>
		<category><![CDATA[Application Design]]></category>
		<category><![CDATA[Divs]]></category>
		<category><![CDATA[Greenfeld]]></category>
		<category><![CDATA[Interface]]></category>
		<category><![CDATA[Linkedin]]></category>
		<category><![CDATA[People With Disabilites]]></category>
		<category><![CDATA[People With Disabilities]]></category>
		<category><![CDATA[Section 508 Compliant]]></category>
		<category><![CDATA[Slideshare]]></category>
		<category><![CDATA[User Experience]]></category>

		<guid isPermaLink="false">http://blog.ericmalloy.net/?p=292</guid>
		<description><![CDATA[experimenting with django-uni-form brings a valid point. In order to bid on any IT projects with the U.S. Government the interface must be Section 508 Compliant
django&#8217;s native form render method is to put out forms as tables. uni-form allows you to use template tags to have a real control of the divs and layout of [...]]]></description>
			<content:encoded><![CDATA[<p>experimenting with <a href="http://github.com/pydanny/django-uni-form">django-uni-form</a> brings a valid point. In order to bid on any IT projects with the U.S. Government the interface must be <a href="http://www.section508.gov/">Section 508 Compliant</a></p>
<p>django&#8217;s native form render method is to put out forms as tables. uni-form allows you to use template tags to have a real control of the divs and layout of your forms which is great for designing for people with disabilities and enhancing the overall user experience.</p>
<p>here&#8217;s a great slideshare i ran into on the topic</p>
<div style="width:425px" id="__ss_2531395"><strong style="display:block;margin:12px 0 4px"><a href="http://www.slideshare.net/pydanny/django-uniform" title="Django Uni-Form">Django Uni-Form</a></strong><object width="425" height="355"><param name="movie" value="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=djangouniform-091118154322-phpapp01&#038;stripped_title=django-uniform" /><param name="allowFullScreen" value="true"/><param name="allowScriptAccess" value="always"/><embed src="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=djangouniform-091118154322-phpapp01&#038;stripped_title=django-uniform" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="355"></embed></object>
<div style="padding:5px 0 12px">View more <a href="http://www.slideshare.net/">presentations</a> from <a href="http://www.slideshare.net/pydanny">Daniel Greenfeld</a>.</div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://blog.ericmalloy.net/2010/04/application-design-for-people-with-disabilites/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Spice up your CSS with SASS</title>
		<link>http://blog.ericmalloy.net/2009/11/spice-up-your-css-with-sass/</link>
		<comments>http://blog.ericmalloy.net/2009/11/spice-up-your-css-with-sass/#comments</comments>
		<pubDate>Sun, 29 Nov 2009 08:55:26 +0000</pubDate>
		<dc:creator>eric</dc:creator>
				<category><![CDATA[Internetworking]]></category>
		<category><![CDATA[chris epstein]]></category>
		<category><![CDATA[Compass]]></category>
		<category><![CDATA[compass css]]></category>
		<category><![CDATA[Compliant]]></category>
		<category><![CDATA[Conventions]]></category>
		<category><![CDATA[Css]]></category>
		<category><![CDATA[Development Time]]></category>
		<category><![CDATA[Elements]]></category>
		<category><![CDATA[Hierarchy]]></category>
		<category><![CDATA[Html Css]]></category>
		<category><![CDATA[Lot]]></category>
		<category><![CDATA[Markup]]></category>
		<category><![CDATA[Powerhouse]]></category>
		<category><![CDATA[Presentations]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[Sass]]></category>
		<category><![CDATA[Sinch]]></category>
		<category><![CDATA[Slideshare]]></category>
		<category><![CDATA[Spice]]></category>
		<category><![CDATA[Templating]]></category>
		<category><![CDATA[Time Dollars]]></category>
		<category><![CDATA[White Space]]></category>

		<guid isPermaLink="false">http://blog.ericmalloy.net/?p=257</guid>
		<description><![CDATA[Been spending a lot of time with SASS and HAML. Awesome templating frameworks. I started by following @chrisepstein the powerhouse developer behind the compass-css project. After getting accustomed to Sass it only makes sense to use HAML for compliant xHTML.
The most significant characteristic with haml and sass versus html and css is nested hierarchy of [...]]]></description>
			<content:encoded><![CDATA[<p>Been spending a lot of time with <a href="http://sass-lang.com/tutorial.html">SASS</a> and <a href="http://haml-lang.com">HAML</a>. Awesome templating frameworks. I started by following <a href="http://twitter.com/chriseppstein">@chrisepstein</a> the powerhouse developer behind the <a href="http://github.com/chriseppstein/compass/">compass-css project</a>. After getting accustomed to Sass it only makes sense to use HAML for compliant xHTML.</p>
<p>The most significant characteristic with haml and sass versus html and css is nested hierarchy of its elements. This takes a little while to get used to, since we&#8217;ve never written in white-space aware code (like python), yet is very powerful in eliminating un-necessary markup, following DRY conventions. Secondly, sass mixins, imports and patterns within compass-css framework make HTML5/xHTML design a sinch &#8211; without ever using photoshop.</p>
<p>We are excited to offer this to clients, saving precious development time, dollars, and energy.</p>
<p>This slideshare really helped me out a lot and I&#8217;m posting it for my future reference and for anyone else into learning Sass and Haml.</p>
<div id="__ss_1762488" style="width: 425px; text-align: left;"><a style="font:14px Helvetica,Arial,Sans-serif;display:block;margin:12px 0 3px 0;text-decoration:underline;" title="Simplifying CSS With Sass" href="http://www.slideshare.net/tdreyno/simplifying-css-with-sass">Simplifying CSS With Sass</a><object style="margin:0px" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="355" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowScriptAccess" value="always" /><param name="src" value="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=simplifyingcsswithsass-090724010510-phpapp02&amp;stripped_title=simplifying-css-with-sass" /><param name="allowfullscreen" value="true" /><embed style="margin:0px" type="application/x-shockwave-flash" width="425" height="355" src="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=simplifyingcsswithsass-090724010510-phpapp02&amp;stripped_title=simplifying-css-with-sass" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<div style="font-size: 11px; font-family: tahoma,arial; height: 26px; padding-top: 2px;">View more <a style="text-decoration:underline;" href="http://www.slideshare.net/">presentations</a> from <a style="text-decoration:underline;" href="http://www.slideshare.net/tdreyno">tdreyno</a>.</div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://blog.ericmalloy.net/2009/11/spice-up-your-css-with-sass/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

