<?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>Web Services Blog</title>
	<atom:link href="http://blog.law.gmu.edu/webservices/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.law.gmu.edu/webservices</link>
	<description></description>
	<lastBuildDate>Wed, 08 May 2013 02:41:04 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>UX &amp; Accessibility Pecha Kucha</title>
		<link>http://blog.law.gmu.edu/webservices/2013/04/09/ux-accessibility-pecha-kucha/</link>
		<comments>http://blog.law.gmu.edu/webservices/2013/04/09/ux-accessibility-pecha-kucha/#comments</comments>
		<pubDate>Tue, 09 Apr 2013 17:39:20 +0000</pubDate>
		<dc:creator>masonlaw</dc:creator>
				<category><![CDATA[Conference Notes]]></category>

		<guid isPermaLink="false">http://blog.law.gmu.edu/webservices/?p=316</guid>
		<description><![CDATA[Notes from Computers in Libraries 2013 Workshop Tools WAVE W3C Markup Validation Service FANGS Web Developer extension Tips on Accessibility Universal design Graphics are good, just make them accessible Clear and simple language Consistent design and navigation Tools Fujitsu accessibility &#8230; <a href="http://blog.law.gmu.edu/webservices/2013/04/09/ux-accessibility-pecha-kucha/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p><strong>Notes from Computers in Libraries 2013 Workshop</strong></p>
<h1>Tools</h1>
<p>WAVE<br />
W3C Markup Validation Service<br />
FANGS<br />
Web Developer extension</p>
<h1>Tips on Accessibility</h1>
<p>Universal design<br />
Graphics are good, just make them accessible<br />
Clear and simple language<br />
Consistent design and navigation</p>
<p>Tools<br />
<a href="http://www.fujitsu.com/global/accessibility/assistance/wi/">Fujitsu accessibility tools</a><br />
<a href="http://www.eastendliteracy.on.ca/clearlanguageanddesign/readingeffectivenesstool/">Reading Effectiveness Tool</a><br />
<a href="http://projectconnect.org/">Project Cannect</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.law.gmu.edu/webservices/2013/04/09/ux-accessibility-pecha-kucha/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Turning Out the LAMP</title>
		<link>http://blog.law.gmu.edu/webservices/2013/04/09/turning-out-the-lamp/</link>
		<comments>http://blog.law.gmu.edu/webservices/2013/04/09/turning-out-the-lamp/#comments</comments>
		<pubDate>Tue, 09 Apr 2013 15:33:15 +0000</pubDate>
		<dc:creator>masonlaw</dc:creator>
				<category><![CDATA[Conference Notes]]></category>

		<guid isPermaLink="false">http://blog.law.gmu.edu/webservices/?p=311</guid>
		<description><![CDATA[Notes from Computers in Libraries 2013 Workshop mod_php is a resource hog. php-fcgi improved on mod_php. php-fpm improved php-fcgi. Process-driven vs. Event-driven NGINX: web server uses event-driven process. Faster than Apache Scaleability Low-resource application Fast Node.js: Server-side JavaScript Built on &#8230; <a href="http://blog.law.gmu.edu/webservices/2013/04/09/turning-out-the-lamp/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p><strong>Notes from Computers in Libraries 2013 Workshop</strong></p>
<p>mod_php  is a resource hog. php-fcgi improved on mod_php. php-fpm improved  php-fcgi.</p>
<h1>Process-driven vs. Event-driven</h1>
<p><strong>NGINX: web server uses event-driven process. </strong><br />
Faster than Apache<br />
Scaleability<br />
Low-resource application<br />
Fast</p>
<p><strong>Node.js: Server-side JavaScript</strong><br />
Built on Google&#8217;s V* JS engine<br />
self-contained<br />
built-in web server<br />
robust<br />
blazing fast</p>
<p>Node.js will replace Apache<br />
JavaScript will replace PHP</p>
<p>NoSQL (Not Only SQL)<br />
Document database. Enter as it.<br />
Example: mongoDB, CouchDB, redis</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.law.gmu.edu/webservices/2013/04/09/turning-out-the-lamp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hacking 101: Protecting Sites &amp; Visitors</title>
		<link>http://blog.law.gmu.edu/webservices/2013/04/09/hacking-101-protecting-sites-visitors/</link>
		<comments>http://blog.law.gmu.edu/webservices/2013/04/09/hacking-101-protecting-sites-visitors/#comments</comments>
		<pubDate>Tue, 09 Apr 2013 14:54:18 +0000</pubDate>
		<dc:creator>masonlaw</dc:creator>
				<category><![CDATA[Conference Notes]]></category>

		<guid isPermaLink="false">http://blog.law.gmu.edu/webservices/?p=308</guid>
		<description><![CDATA[Notes from Computers in Libraries 2013 Workshop Quick Wins Update everything If you carry it, put a password in it Don&#8217;t trust anything Backup Use second factor of authentication (Example: Google) Own the email, own the person Good passphrases Browser &#8230; <a href="http://blog.law.gmu.edu/webservices/2013/04/09/hacking-101-protecting-sites-visitors/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p><strong>Notes from Computers in Libraries 2013 Workshop</strong></p>
<h1>Quick Wins</h1>
<p>Update everything<br />
If you carry it, put a password in it<br />
Don&#8217;t trust anything<br />
Backup<br />
Use second factor of authentication (Example: Google)<br />
Own the email, own the person<br />
Good passphrases</p>
<h1>Browser</h1>
<p>Use two updated browsers<br />
Know your setting<br />
Plugins/Ad-ons<br />
Limit JavaScript<br />
Block Ads<br />
Block Java, Flash, Acrobat</p>
<h1>WordPress</h1>
<p>WP Scan<br />
Keep it update<br />
File permission<br />
ModSecurity</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.law.gmu.edu/webservices/2013/04/09/hacking-101-protecting-sites-visitors/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mobile Discovery &amp; Search</title>
		<link>http://blog.law.gmu.edu/webservices/2013/04/08/mobile-discovery-search/</link>
		<comments>http://blog.law.gmu.edu/webservices/2013/04/08/mobile-discovery-search/#comments</comments>
		<pubDate>Mon, 08 Apr 2013 20:51:15 +0000</pubDate>
		<dc:creator>masonlaw</dc:creator>
				<category><![CDATA[Conference Notes]]></category>

		<guid isPermaLink="false">http://blog.law.gmu.edu/webservices/?p=306</guid>
		<description><![CDATA[Notes from Computers in Libraries 2013 Workshop Don&#8217;t wait for prototype. Test as soon as possible. Mobile Search FreedomPop (Internet access) Quixey (search engine for apps) CloudMagic (one search for emails, tweets, etc.) CORE (An Open Access Repository With a Mobile &#8230; <a href="http://blog.law.gmu.edu/webservices/2013/04/08/mobile-discovery-search/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p><strong>Notes from Computers in Libraries 2013 Workshop</strong></p>
<p>Don&#8217;t wait for prototype. Test as soon as possible.</p>
<p><strong>Mobile Search</strong></p>
<ul>
<li><a href="http://www.freedompop.com/">FreedomPop</a> (Internet access)</li>
<li><a href="https://www.quixey.com/">Quixey</a> (search engine for apps)</li>
<li><a href="https://cloudmagic.com/">CloudMagic</a> (one search for emails, tweets, etc.)</li>
<li><a href="http://core.kmi.open.ac.uk/intro/devices">CORE</a> (An Open Access Repository With a Mobile App)</li>
<li>Mobile Security (Consider Buying Access to a Virtual Private Network)</li>
<li><a href="http://newsblur.com/">Newsblur</a> (RSS Reader for Mobile)</li>
<li><a href="https://www.bitcasa.com/">Bitcasa</a> Cloud via Mobile Devices</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://blog.law.gmu.edu/webservices/2013/04/08/mobile-discovery-search/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Improving Search &amp; Discoverability of Digital Content</title>
		<link>http://blog.law.gmu.edu/webservices/2013/04/08/improving-search-discoverability-of-digital-content/</link>
		<comments>http://blog.law.gmu.edu/webservices/2013/04/08/improving-search-discoverability-of-digital-content/#comments</comments>
		<pubDate>Mon, 08 Apr 2013 19:37:38 +0000</pubDate>
		<dc:creator>masonlaw</dc:creator>
				<category><![CDATA[Conference Notes]]></category>

		<guid isPermaLink="false">http://blog.law.gmu.edu/webservices/?p=299</guid>
		<description><![CDATA[Notes from Computers in Libraries 2013 Workshop The rise of ebooks and ereaders. The rise of self-publishing. The rise of independent publishers. Problems Loss of ownership Loss of discounts Loss on integration No used ebooks The Douglas County model Adobe &#8230; <a href="http://blog.law.gmu.edu/webservices/2013/04/08/improving-search-discoverability-of-digital-content/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p><strong>Notes from Computers in Libraries 2013 Workshop</strong></p>
<ul>
<li>The rise of ebooks and ereaders.</li>
<li>The rise of self-publishing. </li>
<li>The rise of independent publishers.</li>
</ul>
<p><strong>Problems</strong></p>
<ul>
<li>Loss of ownership</li>
<li>Loss of discounts</li>
<li>Loss on integration</li>
<li>No used ebooks</li>
</ul>
<p><strong>The Douglas County model</strong></p>
<ul>
<li>Adobe Content Server</li>
<li>Assigned DRM</li>
<li>HTML5-based online eReader</li>
<li>VuFind discovery layer</li>
<li>Visual displays of eContent</li>
<li>Buy Now link</li>
<li>Patron-driven acquisition</li>
</ul>
<p>Learn more: <a href="http://evoke.cvlsites.org/">evoke.cvlsites.org</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.law.gmu.edu/webservices/2013/04/08/improving-search-discoverability-of-digital-content/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Web Tech: Upping the Online Game</title>
		<link>http://blog.law.gmu.edu/webservices/2013/04/08/new-web-tech-upping-the-online-game/</link>
		<comments>http://blog.law.gmu.edu/webservices/2013/04/08/new-web-tech-upping-the-online-game/#comments</comments>
		<pubDate>Mon, 08 Apr 2013 18:21:40 +0000</pubDate>
		<dc:creator>masonlaw</dc:creator>
				<category><![CDATA[Conference Notes]]></category>

		<guid isPermaLink="false">http://blog.law.gmu.edu/webservices/?p=296</guid>
		<description><![CDATA[Notes from Computers in Libraries 2013 Workshop Two speakers talked about make web site visual. Teens love photo, but hate text. Use social media services such as Instagram, Flickr and Pinterest. Another speaker suggests buying an expansive ($50 to $100) &#8230; <a href="http://blog.law.gmu.edu/webservices/2013/04/08/new-web-tech-upping-the-online-game/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p><strong>Notes from Computers in Libraries 2013 Workshop</strong></p>
<p>Two speakers talked about make web site visual. Teens love photo, but hate text. Use social media services such as Instagram, Flickr and Pinterest.</p>
<p>Another speaker suggests buying an expansive ($50 to $100) responsive theme to save the development cost later.</p>
<p>The speaker is not quite getting the concept of adaptive design correctly. Adaptive design is not about hiding things in mobile devices.</p>
<p>Another speaker walked through Twitter Bootstrap.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.law.gmu.edu/webservices/2013/04/08/new-web-tech-upping-the-online-game/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Seven Deadly Sins of Websites</title>
		<link>http://blog.law.gmu.edu/webservices/2013/04/08/seven-deadly-sins-of-websites/</link>
		<comments>http://blog.law.gmu.edu/webservices/2013/04/08/seven-deadly-sins-of-websites/#comments</comments>
		<pubDate>Mon, 08 Apr 2013 16:00:34 +0000</pubDate>
		<dc:creator>masonlaw</dc:creator>
				<category><![CDATA[Conference Notes]]></category>

		<guid isPermaLink="false">http://blog.law.gmu.edu/webservices/?p=289</guid>
		<description><![CDATA[Notes from Computers in Libraries 2013 Workshop 75% Incoming students don&#8217;t know how to find research articles and resources 100% of the websites we looked at had at least one major usability issue Guidelines: usability.gov 7 Deadliest Sins of Library &#8230; <a href="http://blog.law.gmu.edu/webservices/2013/04/08/seven-deadly-sins-of-websites/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p><strong>Notes from Computers in Libraries 2013 Workshop</strong></p>
<p><strong>75%</strong> Incoming students don&#8217;t know how to find research articles and resources</p>
<p><strong>100%</strong> of the websites we looked at had at least one major usability issue</p>
<p>Guidelines: <a href="http://usability.gov">usability.gov</a></p>
<h2>7 Deadliest Sins of Library Websites</h2>
<ol>
<li><strong>Does Not Comply with Section 508 of Rehabilitation Act:</strong> Section 508 of the Rehabilitation Act requires that all Web content be equally accessible to people with disabilities.</li>
<li><strong>Uses Unexplained Jargon:</strong> Avoid unexplained library jargon that typical users will not understand.</li>
<li><strong>Does Not Format Common Items Consistently:</strong> Ensure that the format of common items is consistent from one page to another. </li>
<li><strong>Does Not Maintain Visual Consistency:</strong> Elements such as colors, fonts, and content location should be consistent across pages.</li>
<li><strong>Does Not Organize Information Clearly:</strong> Organize information at each level of the Web site so that it shows a clear and logical structure to typical users.</li>
<li><strong>Does Not Establish Level of Importance:</strong> The page layout should help users find and use the most important information.</li>
<li><strong>Contains Cluttered Displays:</strong> On an uncluttered display, all important search targets are clearly visible.</li>
</ol>
<p><strong>Solution:</strong> Take advantage of professional development opportunities to learn more about technology in libraries.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.law.gmu.edu/webservices/2013/04/08/seven-deadly-sins-of-websites/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>15 Web Trends for 2013</title>
		<link>http://blog.law.gmu.edu/webservices/2013/04/08/15-web-trends-for-2013/</link>
		<comments>http://blog.law.gmu.edu/webservices/2013/04/08/15-web-trends-for-2013/#comments</comments>
		<pubDate>Mon, 08 Apr 2013 14:34:46 +0000</pubDate>
		<dc:creator>masonlaw</dc:creator>
				<category><![CDATA[Conference Notes]]></category>

		<guid isPermaLink="false">http://blog.law.gmu.edu/webservices/?p=286</guid>
		<description><![CDATA[Notes from Computers in Libraries 2013 Workshop Content first: Zeldman &#8220;Good design starts with content&#8221;. Example: apple.com, happycog.com Simplicity: nike.com, The City Library UX Centered Design: Think, draw, build, repeat App style interfaces: Feedly Responsive Design No skeumorphism Coding languages: &#8230; <a href="http://blog.law.gmu.edu/webservices/2013/04/08/15-web-trends-for-2013/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p><strong>Notes from Computers in Libraries 2013 Workshop</strong></p>
<ol>
<li>Content first: Zeldman &#8220;Good design starts with content&#8221;. Example: apple.com, happycog.com</li>
<li>Simplicity: nike.com, <a href="http://www.slcpl.lib.ut.us/">The City Library</a></li>
<li>UX Centered Design: Think, draw, build, repeat</li>
<li>App style interfaces: Feedly</li>
<li>Responsive Design</li>
<li>No skeumorphism </li>
<li>Coding languages: HTML/CSS/JavaScript</li>
<li>Fixed header bars: header and social icons</li>
<li>Large photo background</li>
<li>CSS Transparency</li>
<li>Social media badges</li>
<li>Infinite Scroll</li>
<li>Homepage feature tour</li>
<li>Sliding panels</li>
<li>Parallax Design</li>
</ol>
<p>These aren&#8217;t 2013 web trends. They have been around several years. </p>
]]></content:encoded>
			<wfw:commentRss>http://blog.law.gmu.edu/webservices/2013/04/08/15-web-trends-for-2013/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Top Tips &amp; Tools for Video Tutorials</title>
		<link>http://blog.law.gmu.edu/webservices/2013/04/07/top-tips-tools-for-video-tutorials/</link>
		<comments>http://blog.law.gmu.edu/webservices/2013/04/07/top-tips-tools-for-video-tutorials/#comments</comments>
		<pubDate>Sun, 07 Apr 2013 20:24:18 +0000</pubDate>
		<dc:creator>masonlaw</dc:creator>
				<category><![CDATA[Conference Notes]]></category>
		<category><![CDATA[screencast]]></category>

		<guid isPermaLink="false">http://blog.law.gmu.edu/webservices/?p=282</guid>
		<description><![CDATA[Notes from Computers in Libraries 2013 Workshop Speaker&#8217;s book: Screencasting for Libraries by Greg Notess Recommended software Tips: Keep it short Show movement right away Turn long texts into bullets Screenr Web based, required browser and Java Limit to 5 &#8230; <a href="http://blog.law.gmu.edu/webservices/2013/04/07/top-tips-tools-for-video-tutorials/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p><strong>Notes from Computers in Libraries 2013 Workshop</strong></p>
<p>Speaker&#8217;s book: <cite><a href="http://astore.amazon.com/visualgui-20/detail/1555707866">Screencasting for Libraries</a></cite> by Greg Notess<br />
<a href="http://www.notess.com/screencasting/software/">Recommended software</a></p>
<h2>Tips:</h2>
<p>Keep it short<br />
Show movement right away<br />
Turn long texts into bullets</p>
<p><a href="ttp://www.screenr.com/">Screenr</a><br />
Web based, required browser and Java<br />
Limit to 5 minutes</p>
<p><a href="http://www.screencast-o-matic.com/">Screencast-o-matic</a><br />
Web based, required Java to run and play<br />
Free version: 15 minutes max with watermark when export to YouTube<br />
$15/year</p>
<p><a href="http://www.techsmith.com/download/jing/">Jing</a><br />
Software download<br />
Share at Screencast.com, but limited </p>
<p><a href="http://www.techsmith.com/camtasia.html">Camtasia Studio</a><br />
Software<br />
Webcam<br />
Many editing capabilities<br />
Speech-to-text captions<br />
<a href="http://en.wikipedia.org/wiki/Sharable_Content_Object_Reference_Model">SCORM</a></p>
<h2>Hardware</h2>
<p>Headset</p>
<h2>Sound tip</h2>
<p>sound interruption<br />
close email sound<br />
turn off phone</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.law.gmu.edu/webservices/2013/04/07/top-tips-tools-for-video-tutorials/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Best Practices in Mobile Development: Building jQuery Mobile Apps</title>
		<link>http://blog.law.gmu.edu/webservices/2013/04/07/best-practices-in-mobile-development-building-jquery-mobile-apps/</link>
		<comments>http://blog.law.gmu.edu/webservices/2013/04/07/best-practices-in-mobile-development-building-jquery-mobile-apps/#comments</comments>
		<pubDate>Sun, 07 Apr 2013 16:42:53 +0000</pubDate>
		<dc:creator>masonlaw</dc:creator>
				<category><![CDATA[Conference Notes]]></category>
		<category><![CDATA[mobile]]></category>

		<guid isPermaLink="false">http://blog.law.gmu.edu/webservices/?p=274</guid>
		<description><![CDATA[Notes from Computers in Libraries 2013 Workshop Jason Clark&#8217;s Pinboard on Mobile Development Mobile Frameworks Comparison Chart Link to phone number: &#60;a href="tel:1234567890"&#62;123-456-7890&#60;/a&#62; Google Analytics tracking sections of one-page jQuery Mobile &#60;script type="text/javascript"&#62; $('[data-role=page]').on('pageshow', function (event, ui) { try { &#8230; <a href="http://blog.law.gmu.edu/webservices/2013/04/07/best-practices-in-mobile-development-building-jquery-mobile-apps/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>Notes from Computers in Libraries 2013 Workshop</p>
<ul>
<li><a href="http://pinboard.in/u:jasonclark/t:cil2013-mobile">Jason Clark&#8217;s Pinboard on Mobile Development</a></li>
<li>
<a href="http://www.markus-falk.com/mobile-frameworks-comparison-chart/">Mobile Frameworks Comparison Chart</a></li>
</ul>
<p><strong>Link to phone number:</strong><br />
<code>&lt;a href="tel:1234567890"&gt;123-456-7890&lt;/a&gt;</code></p>
<p><strong>Google Analytics tracking sections of one-page jQuery Mobile</strong><br />
<code>&lt;script type="text/javascript"&gt;<br />
$('[data-role=page]').on('pageshow', function (event, ui) {<br />
try {<br />
_gaq.push( ['_trackPageview', event.target.id] );<br />
console.log(event.target.id);<br />
} catch(err) {<br />
}});<br />
&lt;/script&gt;</code></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.law.gmu.edu/webservices/2013/04/07/best-practices-in-mobile-development-building-jquery-mobile-apps/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
<!-- This Quick Cache file was built for (  blog.law.gmu.edu/webservices/feed/ ) in 0.37858 seconds, on May 21st, 2013 at 2:47 pm UTC. -->
<!-- This Quick Cache file will automatically expire ( and be re-built automatically ) on May 21st, 2013 at 3:47 pm UTC -->