<?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>Lion Associates &#124; Blog &#124; S.F. Web Design</title>
	<atom:link href="http://www.lionassociates.com/web-design/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.lionassociates.com/web-design</link>
	<description></description>
	<lastBuildDate>Thu, 05 Apr 2012 18:01:16 +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>Hosting with Bluehost</title>
		<link>http://www.lionassociates.com/web-design/2012/04/05/hosting-with-bluehost/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=hosting-with-bluehost</link>
		<comments>http://www.lionassociates.com/web-design/2012/04/05/hosting-with-bluehost/#comments</comments>
		<pubDate>Thu, 05 Apr 2012 18:01:09 +0000</pubDate>
		<dc:creator>Lion Associates</dc:creator>
				<category><![CDATA[Hosting]]></category>

		<guid isPermaLink="false">http://www.lionassociates.com/web-design/?p=329</guid>
		<description><![CDATA[Signing up for hosting with Bluehost is quick and easy! Click here to see how!]]></description>
			<content:encoded><![CDATA[<p>Signing up for hosting with Bluehost is quick and easy!</p>
<p><a href="http://screencast.com/t/JUb32tTvgDk" target="_blank">Click here to see how!</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.lionassociates.com/web-design/2012/04/05/hosting-with-bluehost/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Build a Custom Options Page in WordPress</title>
		<link>http://www.lionassociates.com/web-design/2012/03/28/how-to-build-a-custom-options-page-in-wordpress/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-build-a-custom-options-page-in-wordpress</link>
		<comments>http://www.lionassociates.com/web-design/2012/03/28/how-to-build-a-custom-options-page-in-wordpress/#comments</comments>
		<pubDate>Wed, 28 Mar 2012 18:20:31 +0000</pubDate>
		<dc:creator>Simran Bentel</dc:creator>
				<category><![CDATA[Usability]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.lionassociates.com/web-design/?p=319</guid>
		<description><![CDATA[Creating a custom options page on your WordPress site can be quite daunting at first as there are many nuances to to incorporate. The result, however, is a powerful asset to any WordPress developer looking to make their site more<a class="moretag" href="http://www.lionassociates.com/web-design/2012/03/28/how-to-build-a-custom-options-page-in-wordpress/">…(more)</a>]]></description>
			<content:encoded><![CDATA[<p><iframe width="640" height="480" src="http://www.youtube.com/embed/_BO3OTsRn_E?rel=0" frameborder="0" allowfullscreen style="float:left;margin: 0 20px 20px 0;"></iframe>Creating a custom options page on your WordPress site can be quite daunting at first as there are many nuances to to incorporate. The result, however, is a powerful asset to any WordPress developer looking to make their site more dynamic and customizable. Instead of hard coding specific data elements into your templates, consider the power of having custom settings in the admin that you can draw data from throughout your site.</p>
<p>1. First step is <a href="http://codex.wordpress.org/Function_Reference/add_action" target="_blank">adding your action</a> and calling the function: <a href="http://codex.wordpress.org/Function_Reference/add_options_page" target="_blank">add_options_page</a>.</p>
<p>2. Next, define the function you are calling in add_options_page. This function will build the form wrapper as well as initiate the <a href="http://codex.wordpress.org/Function_Reference/settings_fields" target="_blank">settings fields</a> and <a href="http://codex.wordpress.org/Function_Reference/do_settings_sections" target="_blank">settings sections</a>.</p>
<p>3. We triggered <a href="http://codex.wordpress.org/Plugin_API/Action_Reference/admin_init" target="_blank">admin_init</a> to call the next function that will <a href="http://codex.wordpress.org/Function_Reference/add_settings_section" target="_blank">add the settings sections</a> and <a href="http://codex.wordpress.org/Function_Reference/add_settings_field" target="_blank">fields</a> to our options page as well as a sanitize function.</p>
<p>4. After adding sections and fields we define the section callbacks and fields callbacks with html that creates the content in each. The fields have additional code to check if they are filled and display the existing values if they are. A submit button is included.</p>
<p>5. The sanitize function is defined as a simple yet crucial update of the array of data in the database.</p>
<p>After your custom options page is working you will be able to dynamically grab any of your custom options data with a simple <a href="http://codex.wordpress.org/Function_Reference/get_option" target="_blank">get_option</a> call. The WordPress Codex provides a lot of insight into the functions involved, but nothing will solidify the concepts like actually putting this together yourself. A quick look at our code should give a better understanding of the steps described above. Enjoy!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lionassociates.com/web-design/2012/03/28/how-to-build-a-custom-options-page-in-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Jax</title>
		<link>http://www.lionassociates.com/web-design/2012/02/02/jax/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=jax</link>
		<comments>http://www.lionassociates.com/web-design/2012/02/02/jax/#comments</comments>
		<pubDate>Thu, 02 Feb 2012 22:57:41 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Bug Tracking]]></category>

		<guid isPermaLink="false">http://www.lionassociates.com/bricks/?p=310</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.lionassociates.com/web-design/wp-content/uploads/2012/02/20120202-1457241.jpg"><img src="http://www.lionassociates.com/web-design/wp-content/uploads/2012/02/20120202-1457241.jpg" alt="20120202-145724.jpg" class="alignnone size-full" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.lionassociates.com/web-design/2012/02/02/jax/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Jax</title>
		<link>http://www.lionassociates.com/web-design/2012/02/01/quote-test-1/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=quote-test-1</link>
		<comments>http://www.lionassociates.com/web-design/2012/02/01/quote-test-1/#comments</comments>
		<pubDate>Thu, 02 Feb 2012 01:53:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Lifestyle]]></category>

		<guid isPermaLink="false">http://www.lionassociates.com/bricks/?p=242</guid>
		<description><![CDATA[Jackson is Our Youngest iPhone User Tester]]></description>
			<content:encoded><![CDATA[<p>Jackson is Our Youngest iPhone User Tester</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lionassociates.com/web-design/2012/02/01/quote-test-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Almost 55% of the 1 million</title>
		<link>http://www.lionassociates.com/web-design/2012/02/01/almost-55-of-the-1-million/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=almost-55-of-the-1-million</link>
		<comments>http://www.lionassociates.com/web-design/2012/02/01/almost-55-of-the-1-million/#comments</comments>
		<pubDate>Thu, 02 Feb 2012 01:47:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Usability]]></category>

		<guid isPermaLink="false">http://www.lionassociates.com/bricks/?p=240</guid>
		<description><![CDATA[Almost 55% of the 1 million most visited websites that are run on a content management system (CMS) are run on WordPress]]></description>
			<content:encoded><![CDATA[<p>Almost 55% of the 1 million most visited websites that are run on a content management system (CMS) are run on WordPress</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lionassociates.com/web-design/2012/02/01/almost-55-of-the-1-million/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Andrew Freeman &amp; Co. 2012 Upcoming Trends List</title>
		<link>http://www.lionassociates.com/web-design/2012/02/01/image-test-1/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=image-test-1</link>
		<comments>http://www.lionassociates.com/web-design/2012/02/01/image-test-1/#comments</comments>
		<pubDate>Thu, 02 Feb 2012 01:26:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://www.lionassociates.com/bricks/?p=227</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-288" title="qr-code-hotel4" src="http://www.lionassociates.com/web-design/wp-content/uploads/2012/02/qr-code-hotel411.jpg" alt="" width="575" height="431" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.lionassociates.com/web-design/2012/02/01/image-test-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress: Manage Downloadable Documents</title>
		<link>http://www.lionassociates.com/web-design/2011/10/11/wordpress-manage-downloadable-documents/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=wordpress-manage-downloadable-documents</link>
		<comments>http://www.lionassociates.com/web-design/2011/10/11/wordpress-manage-downloadable-documents/#comments</comments>
		<pubDate>Wed, 12 Oct 2011 00:51:53 +0000</pubDate>
		<dc:creator>Simran Bentel</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[ULI]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.lionassociates.com/web-design/?p=218</guid>
		<description><![CDATA[Easily add downloadable documents to any page.]]></description>
			<content:encoded><![CDATA[<p><iframe src="http://www.youtube.com/embed/pOrGERyV98U" frameborder="0" width="560" height="315"></iframe></p>
<p>Easily add downloadable documents to any page.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lionassociates.com/web-design/2011/10/11/wordpress-manage-downloadable-documents/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress: Adding a Page to the Featured Content Slideshow</title>
		<link>http://www.lionassociates.com/web-design/2011/10/11/wordpress-tutorial-adding-a-page-to-the-featured-content-slideshow/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=wordpress-tutorial-adding-a-page-to-the-featured-content-slideshow</link>
		<comments>http://www.lionassociates.com/web-design/2011/10/11/wordpress-tutorial-adding-a-page-to-the-featured-content-slideshow/#comments</comments>
		<pubDate>Wed, 12 Oct 2011 00:48:17 +0000</pubDate>
		<dc:creator>Simran Bentel</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[ULI]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.lionassociates.com/web-design/?p=214</guid>
		<description><![CDATA[Manage the Featured Content Slideshow on the home page with a quick check of a box!]]></description>
			<content:encoded><![CDATA[<p><iframe src="http://www.youtube.com/embed/q1FIEDnoKLE" frameborder="0" width="560" height="315"></iframe></p>
<p>Manage the Featured Content Slideshow on the home page with a quick check of a box!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lionassociates.com/web-design/2011/10/11/wordpress-tutorial-adding-a-page-to-the-featured-content-slideshow/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress: Add a Video</title>
		<link>http://www.lionassociates.com/web-design/2011/10/11/wordpress-tutorial-add-video-to-a-page/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=wordpress-tutorial-add-video-to-a-page</link>
		<comments>http://www.lionassociates.com/web-design/2011/10/11/wordpress-tutorial-add-video-to-a-page/#comments</comments>
		<pubDate>Wed, 12 Oct 2011 00:44:19 +0000</pubDate>
		<dc:creator>Simran Bentel</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[ULI]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.lionassociates.com/web-design/?p=210</guid>
		<description><![CDATA[Our system features a painless process for adding a Vimeo hosted video to any page.]]></description>
			<content:encoded><![CDATA[<p><iframe src="http://www.youtube.com/embed/IKLqO1qFMfw" frameborder="0" width="560" height="315"></iframe></p>
<p>Our system features a painless process for adding a Vimeo hosted video to any page.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lionassociates.com/web-design/2011/10/11/wordpress-tutorial-add-video-to-a-page/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Basics for Bug Reporting</title>
		<link>http://www.lionassociates.com/web-design/2011/10/11/basics-for-bug-reporting/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=basics-for-bug-reporting</link>
		<comments>http://www.lionassociates.com/web-design/2011/10/11/basics-for-bug-reporting/#comments</comments>
		<pubDate>Wed, 12 Oct 2011 00:26:50 +0000</pubDate>
		<dc:creator>Lion Associates</dc:creator>
				<category><![CDATA[Bug Tracking]]></category>

		<guid isPermaLink="false">http://www.lionassociates.com/web-design/?p=202</guid>
		<description><![CDATA[Stop Bugs happen in websites and mobile apps everyday, some of them are really minor, and some can be very severe. Your job as a website user or owner, is to collect information about the problem without necessarily diagnosing the<a class="moretag" href="http://www.lionassociates.com/web-design/2011/10/11/basics-for-bug-reporting/">…(more)</a>]]></description>
			<content:encoded><![CDATA[<h2><strong><a href="http://www.lionassociates.com/web-design/wp-content/uploads/2011/10/iStock_000006495589XSmall1.jpg"><img class="alignleft size-medium wp-image-203" title="iStock_000006495589XSmall" src="http://www.lionassociates.com/web-design/wp-content/uploads/2011/10/iStock_000006495589XSmall1-300x164.jpg" alt="" width="300" height="164" /></a>Stop</strong></h2>
<p>Bugs happen in websites and mobile apps everyday, some of them are really minor, and some can be very severe. Your job as a website user or owner, is to collect information about the problem without necessarily diagnosing the problem yourself. If you have a knee jerk reaction and start changing a bunch of things you may hide the problem, or in some cases make the problem worse. So, the first thing to do is stop. When your computer does something unexpected, <em>freeze</em>. Do nothing until you&#8217;re calm, and don&#8217;t do anything that you think might be dangerous.<strong> </strong></p>
<h2><strong>Assess</strong></h2>
<p>Once your sure you have a problem on your website or mobile app, slow down and hone in on the root of the problem. As you find clues and empirical evidence that supports the conclusion that something is broken or not working properly. Writing down your findings clearly is the most important part in a bug report. If we can&#8217;t tell what you meant, you might as well not have said anything.</p>
<ul>
<li><em>Be specific</em>. If you can do the same thing two different ways, state which one you used. If you logged in somewhere, please note it. Tell us what browser and type of computer had the problem.</li>
<li><em>Be verbose</em>. Give more information rather than less.</li>
<li><em>Be careful of pronouns</em>. Don&#8217;t use words like &#8220;it&#8221;, or references like &#8220;the window&#8221;.</li>
<li><em>Read what you wrote</em>. Read the report back to yourself, and see if <em>you</em> think it&#8217;s clear.</li>
</ul>
<h2><strong>Report</strong></h2>
<p>After gathering the facts about the problem, submit the information in your preferred format.</p>
<ul>
<li><em>Email</em>. Write it all down in email or a word document.</li>
<li><em>Video</em>. Use a screen recording tool like jing, which allows you to hit record, and it will record your voice and video from your screen. This is ideal for more complicated issues in apps or dynamic websites. http://www.techsmith.com/jing/</li>
<li><em>Screen Share</em>. Jump on Skype with us, and we can view your screen to better understand the problem and see if we can walk you through a solution.</li>
</ul>
<h2><strong>Analyze </strong></h2>
<p>After your report has been submitted, we will analyze the problem and test the system thoroughly. If we need more information, we will contact you. Don&#8217;t try making more changes to the system after a report is submitted. If the bug magically clears up, please make sure to contact us so we know a change was made, and so we don&#8217;t keep hunting for something with is no longer an issue. After we have concluded the issue, we will report back to you our findings. Usually, this will be either an all clear, the problem is fixed, we need more information, or a suggestion of a different way to proceed to try any create a work around if necessary. If a bug returns after we think it is gone, please kindly let us know, and we will be happy to follow up.</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lionassociates.com/web-design/2011/10/11/basics-for-bug-reporting/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress: Add an Event</title>
		<link>http://www.lionassociates.com/web-design/2011/10/11/wordpress-tutorial-add-a-new-event/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=wordpress-tutorial-add-a-new-event</link>
		<comments>http://www.lionassociates.com/web-design/2011/10/11/wordpress-tutorial-add-a-new-event/#comments</comments>
		<pubDate>Tue, 11 Oct 2011 23:09:47 +0000</pubDate>
		<dc:creator>Simran Bentel</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[ULI]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.lionassociates.com/web-design/?p=193</guid>
		<description><![CDATA[Adding new events is just as easy as adding new blog posts. There are only a few extra fields to fill out, learn how by watching this video.]]></description>
			<content:encoded><![CDATA[<p><iframe src="http://www.youtube.com/embed/QDhhH2WmOeI" frameborder="0" width="560" height="315"></iframe></p>
<p>Adding new events is just as easy as adding new blog posts. There are only a few extra fields to fill out, learn how by watching this video.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lionassociates.com/web-design/2011/10/11/wordpress-tutorial-add-a-new-event/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress: Add Sponsors</title>
		<link>http://www.lionassociates.com/web-design/2011/10/11/wordpress-tutorial-add-new-sponsors/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=wordpress-tutorial-add-new-sponsors</link>
		<comments>http://www.lionassociates.com/web-design/2011/10/11/wordpress-tutorial-add-new-sponsors/#comments</comments>
		<pubDate>Tue, 11 Oct 2011 23:04:21 +0000</pubDate>
		<dc:creator>Simran Bentel</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[ULI]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.lionassociates.com/web-design/?p=186</guid>
		<description><![CDATA[With just a few steps you can easily add a new sponsor.]]></description>
			<content:encoded><![CDATA[<p><iframe src="http://www.youtube.com/embed/s66fxZw7wdc" frameborder="0" width="560" height="315"></iframe></p>
<p>With just a few steps you can easily add a new sponsor.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lionassociates.com/web-design/2011/10/11/wordpress-tutorial-add-new-sponsors/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress: Managing People</title>
		<link>http://www.lionassociates.com/web-design/2011/10/11/wordpress-tutorial-managing-people/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=wordpress-tutorial-managing-people</link>
		<comments>http://www.lionassociates.com/web-design/2011/10/11/wordpress-tutorial-managing-people/#comments</comments>
		<pubDate>Tue, 11 Oct 2011 23:02:03 +0000</pubDate>
		<dc:creator>Simran Bentel</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[ULI]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.lionassociates.com/web-design/?p=183</guid>
		<description><![CDATA[Our custom system for managing people throughout the site. Learn how to use shortcodes to control the placement of people&#8217;s profiles.]]></description>
			<content:encoded><![CDATA[<p><iframe src="http://www.youtube.com/embed/2IKfyP6tnGs" frameborder="0" width="560" height="315"></iframe></p>
<p>Our custom system for managing people throughout the site. Learn how to use shortcodes to control the placement of people&#8217;s profiles.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lionassociates.com/web-design/2011/10/11/wordpress-tutorial-managing-people/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress: Add New People</title>
		<link>http://www.lionassociates.com/web-design/2011/10/11/wordpress-tutorial-add-new-people/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=wordpress-tutorial-add-new-people</link>
		<comments>http://www.lionassociates.com/web-design/2011/10/11/wordpress-tutorial-add-new-people/#comments</comments>
		<pubDate>Tue, 11 Oct 2011 22:02:28 +0000</pubDate>
		<dc:creator>Simran Bentel</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[ULI]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.lionassociates.com/web-design/?p=176</guid>
		<description><![CDATA[A quick tutorial for adding people to your WordPress CMS using Lion Associates&#8217; custom People post type.]]></description>
			<content:encoded><![CDATA[<p><iframe src="http://www.youtube.com/embed/Wf39jmjrtD8" frameborder="0" width="560" height="315"></iframe></p>
<p>A quick tutorial for adding people to your WordPress CMS using Lion Associates&#8217; custom People post type.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lionassociates.com/web-design/2011/10/11/wordpress-tutorial-add-new-people/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress: Save Post as a Draft and Publish Later</title>
		<link>http://www.lionassociates.com/web-design/2011/10/11/wordpress-tutorial-save-post-as-a-draft-and-publish-later/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=wordpress-tutorial-save-post-as-a-draft-and-publish-later</link>
		<comments>http://www.lionassociates.com/web-design/2011/10/11/wordpress-tutorial-save-post-as-a-draft-and-publish-later/#comments</comments>
		<pubDate>Tue, 11 Oct 2011 20:20:08 +0000</pubDate>
		<dc:creator>Simran Bentel</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[ULI]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.lionassociates.com/web-design/?p=172</guid>
		<description><![CDATA[Publishing immediately is not always the best option. Here we point out how to save your post as a draft and how to schedule your post for publishing at a later time.]]></description>
			<content:encoded><![CDATA[<p><iframe src="http://www.youtube.com/embed/hQbs1FEuYjM" frameborder="0" width="560" height="315"></iframe><br />
Publishing immediately is not always the best option. Here we point out how to save your post as a draft and how to schedule your post for publishing at a later time.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lionassociates.com/web-design/2011/10/11/wordpress-tutorial-save-post-as-a-draft-and-publish-later/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress: Create and Publish a New Blog Post</title>
		<link>http://www.lionassociates.com/web-design/2011/10/11/wordpress-tutorial-create-and-publish-a-new-blog-post/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=wordpress-tutorial-create-and-publish-a-new-blog-post</link>
		<comments>http://www.lionassociates.com/web-design/2011/10/11/wordpress-tutorial-create-and-publish-a-new-blog-post/#comments</comments>
		<pubDate>Tue, 11 Oct 2011 19:57:37 +0000</pubDate>
		<dc:creator>Simran Bentel</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[ULI]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.lionassociates.com/web-design/?p=165</guid>
		<description><![CDATA[Creating and publishing a new blog post is quick and easy. Follow these simple steps.]]></description>
			<content:encoded><![CDATA[<p><iframe src="http://www.youtube.com/embed/WNEdgNCR4Gw" frameborder="0" width="560" height="315"></iframe></p>
<p>Creating and publishing a new blog post is quick and easy. Follow these simple steps.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lionassociates.com/web-design/2011/10/11/wordpress-tutorial-create-and-publish-a-new-blog-post/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Five Restaurant in Berkeley Features Dine Active for Their Back End Updates</title>
		<link>http://www.lionassociates.com/web-design/2011/09/01/image-test-2/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=image-test-2</link>
		<comments>http://www.lionassociates.com/web-design/2011/09/01/image-test-2/#comments</comments>
		<pubDate>Fri, 02 Sep 2011 00:42:58 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://www.lionassociates.com/bricks/?p=232</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-large wp-image-290" title="DSC_0047" src="http://www.lionassociates.com/web-design/wp-content/uploads/2011/09/DSC_00471-1024x680.jpg" alt="" width="584" height="387" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.lionassociates.com/web-design/2011/09/01/image-test-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress to Facebook Wall</title>
		<link>http://www.lionassociates.com/web-design/2011/07/07/wordpress-to-facebook-wall/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=wordpress-to-facebook-wall</link>
		<comments>http://www.lionassociates.com/web-design/2011/07/07/wordpress-to-facebook-wall/#comments</comments>
		<pubDate>Fri, 08 Jul 2011 00:49:50 +0000</pubDate>
		<dc:creator>Jesse Eisenhower</dc:creator>
				<category><![CDATA[API's]]></category>

		<guid isPermaLink="false">http://www.lionassociates.com/web-design/?p=145</guid>
		<description><![CDATA[We recently had to dig into the Facebook API in order to expand the wordpress form submission functionality and it took a little while to decide on the best approach for our needs. Basically we wanted a comment-like form that&#8217;s<a class="moretag" href="http://www.lionassociates.com/web-design/2011/07/07/wordpress-to-facebook-wall/">…(more)</a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.lionassociates.com/web-design/wp-content/uploads/2011/07/facebook_wordpress_simulSubmit1.jpg"><img class="alignleft size-medium wp-image-148" title="facebook_wordpress_simulSubmit" src="http://www.lionassociates.com/web-design/wp-content/uploads/2011/07/facebook_wordpress_simulSubmit1-300x118.jpg" alt="facebook form on wordpress site" width="300" height="118" /></a>We recently had to dig into the Facebook API in order to expand the wordpress form submission functionality and it took a little while to decide on the best approach for our needs. Basically we wanted a comment-like form that&#8217;s been submitted to a wordpress site to also get pushed out to a user&#8217;s facebook wall.</p>
<p>The first step of course is make a new Facebook App. This is ridiculously easy and can be done with a few clicks from any facebook account (the app we made for this project is called <a title="PressBouncer" href="http://www.facebook.com/apps/application.php?id=150648918340994" target="_blank">PressBouncer</a>). Now, a lot of times with facebook integration the user has to go through a few clicks the first time an app is used in order to authorize the app&#8217;s access to her/his facebook account. This authorization step can be kind of disconcerting to a casual one-time visitor (and people really should be paranoid about granting access to personal accounts and such), so we wanted to avoid it if possible.</p>
<p>As far as I know the only way to avoid the authorization step is to use &#8216;popup&#8217; as the display parameter when creating a facebook dialog with the Javascript SDK. <a title="Facebook Dialogs Doc" href="http://developers.facebook.com/docs/reference/dialogs/" target="_blank">The SDK has a method called FB.ui</a> and we wound up calling it like this:</p>
<p><code>FB.ui({<br />
link:'&lt;?php echo $linkToLatestPost; ?&gt;',<br />
picture:'&lt;?php bloginfo('template_directory') ?&gt;/images/client_logo.png',<br />
name: 'Project Name',<br />
caption:"&lt;?php echo $post-&gt;post_title; ?&gt;",<br />
description:'',<br />
method: 'feed',<br />
display:'popup',<br />
message: commentField,<br />
next:'&lt;?php bloginfo('template_directory'); ?&gt;/facebook/response/'<br />
});</code></p>
<p>So there&#8217;s some PHP mixed in there because we want to take advantage of the fact that we&#8217;ve got WordPress installed and content can be nice and dynamic (like pulling in a particular post title and a link to the latest post) . The &#8220;message&#8221; parameter is some form data we captured earlier in the script so the user does not have to type it twice. Normally Facebook frowns upon having pre-filled dialog fields, but they make an exception if the user had previously entered the information manually, so we&#8217;re ok.</p>
<p>The &#8220;next&#8221; parameter points to a page that closes the window once the dialog posts to facebook. This was puzzling for a while as seemingly you are supposed to use a parameter called &#8220;redirect_uri&#8221; for this, but it was not redirecting for some inexplicable reason. &#8220;next&#8221; seems to do the job.</p>
<p>That&#8217;s it. We attached this method to a submit button click with some jQuery and everything works quite seamlessly.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lionassociates.com/web-design/2011/07/07/wordpress-to-facebook-wall/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To Use QR Codes in Website Marketing Campaigns</title>
		<link>http://www.lionassociates.com/web-design/2011/07/07/how-to-use-qr-codes-in-website-marketing-campaigns/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-use-qr-codes-in-website-marketing-campaigns</link>
		<comments>http://www.lionassociates.com/web-design/2011/07/07/how-to-use-qr-codes-in-website-marketing-campaigns/#comments</comments>
		<pubDate>Thu, 07 Jul 2011 15:58:59 +0000</pubDate>
		<dc:creator>Lion Associates</dc:creator>
				<category><![CDATA[Usability]]></category>

		<guid isPermaLink="false">http://www.lionassociates.com/web-design/?p=140</guid>
		<description><![CDATA[Lion Associates recently created and launched a video voter based website for Deloach Winery and Organic Gardener Magazine. By using QR codes on the wine bottles, and a variety of other social marketing techniques that played off of Facebook, the<a class="moretag" href="http://www.lionassociates.com/web-design/2011/07/07/how-to-use-qr-codes-in-website-marketing-campaigns/">…(more)</a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.lionassociates.com/web-design/wp-content/uploads/2011/07/iStock_000016749926XSmall1.jpg"><img class="alignleft size-medium wp-image-157" title="iStock_000016749926XSmall" src="http://www.lionassociates.com/web-design/wp-content/uploads/2011/07/iStock_000016749926XSmall1-300x199.jpg" alt="" width="300" height="199" /></a>Lion Associates recently created and launched a video voter based website for Deloach Winery and Organic Gardener Magazine. By using QR codes on the wine bottles, and a variety of other social marketing techniques that played off of Facebook, the website has garnered nearly 60,000 visits to the site and has been able to create a 100&#8242;s of thousands of impressions on social networks. Check out the site here: <a title="http://deloachcommunitygardens.com/" href="http://deloachcommunitygardens.com/" target="_blank">http://deloachcommunitygardens.com/</a></p>
<h3>So, What are QR codes Anyway</h3>
<p>The below information is directly pulled from <a href="http://techcraver.com/2011/06/13/how-to-use-qr-codes/">http://techcraver.com/2011/06/13/how-to-use-qr-codes/</a> and is simply a repost.</p>
<p>First of all, let’s start out with the most basic concept: <strong>what is a QR code, anyways?</strong> A QR code is an acronym for quick response code. The QR code is actually quite old, starting in Japan in 1994. However, the technology is now taking off in the United States because they are simple to use and can be used by just about any phone with an onboard camera. A QR code, once scanned, can take a phone user to a web page, a video, or even place a call.</p>
<h3>What a QR Code Can Be Used For</h3>
<p>QR codes can be used for a variety of different uses. Many companies nowadays including Macy’s, Target, Best Buy and Starbucks are utilizing the handy little barcodes to use then for ads or specials inside stores. Advertisers can embed QR codes on billboards to send mobile phone users to a link containing more information on a product or service.</p>
<p>Recently, while planting our garden, I noticed QR codes on the sides of the bags of seeds we planted, which sent me to a link showing proper planting patterns, growing information and other tidbits regarding the product I was putting in the ground.</p>
<p>Businesses can utilize QR codes in their shop window to send users to a web page containing hours of business, a menu and even reviews on the business. Google Places is utilizing QR codes to make reviews easily accessible to phone users in and around San Francisco Bay Area (and beyond).</p>
<p><span style="font-size: 15px; font-weight: bold;">How do I Scan a QR Code?</span></p>
<p>OK, so you own a smartphone, see a code somewhere in the wild, and you wish to scan it and see what’s next.  To utilize a QR code, you need two simple things: 1) a phone with a camera and 2) an application on your phone that can scan the code and interact with the code on your behalf.</p>
<p>Depending on your phone model, you have a few options:</p>
<p><strong>Android Phones</strong><br />
Fire up your Market application and search for “Barcode Scanner”.  <a title="Barcode Scanner on Android Market" href="https://market.android.com/details?id=com.google.zxing.client.android">Barcode Scanner</a> will will let you can regular bar codes (think on the side of a book or cereal box) or QR codes as well.</p>
<p>If you want an alternative, check out <a title="Google Goggles" href="https://market.android.com/details?id=com.google.android.apps.unveil">Google Googles</a>.</p>
<p><strong>iPhone and iPod Touch</strong><br />
If you’re an iPhone or iPod Touch owner, the recommended solution is <a title="QuickMark IPhone scanner" href="http://itunes.apple.com/us/app/quickmark-qr-code-reader/id384883554">QuickMark</a>. This application is only $1.99 and is a fully featured scanner.<br />
For a free alternative, again check out Google Goggles, part of the <a title="Google app for iOS" href="http://itunes.apple.com/us/app/google-search/id284815942?mt=8">Google application</a> available in the iTunes App Store.</p>
<p><strong>BlackBerry</strong><br />
The best application, according to sources I’ve asked is <a title="Mobiletag" href="http://m.mobiletag.com/">MobileTag</a>. I cannot give first hand accounts of this application because I’ve not tried it myself. Another QR code scanner that got good mentions is <a title="i-nigma" href="http://www.i-nigma.mobi/">I-Nigma</a>, which is said to be better for complex codes that contain V-card (contact information) files.</p>
<p><strong>Nokia</strong><br />
Nokia phone owners will find a great solution in <a title="UpCode home page" href="http://www.upc.fi/en/upcode/instructions/download/">UpCode</a>. This application, <a title="UpCode in Ovi Store" href="http://store.ovi.com/content/2956">available in the Ovi Store</a>, will quickly scan your QR code and send you to the destination with ease. It’s available for all Nokia smartphones with a camera.</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lionassociates.com/web-design/2011/07/07/how-to-use-qr-codes-in-website-marketing-campaigns/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mobile internet traffic is set to grow 400% by 2015</title>
		<link>http://www.lionassociates.com/web-design/2011/07/02/mobile-internet-traffic-is-set-to-grow-400-by-2015/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=mobile-internet-traffic-is-set-to-grow-400-by-2015</link>
		<comments>http://www.lionassociates.com/web-design/2011/07/02/mobile-internet-traffic-is-set-to-grow-400-by-2015/#comments</comments>
		<pubDate>Sat, 02 Jul 2011 22:45:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Usability]]></category>

		<guid isPermaLink="false">http://www.lionassociates.com/bricks/?p=316</guid>
		<description><![CDATA[Mobile internet traffic is set to grow 400% by 2015 <a href="http://www.lionassociates.com/web-design/2011/07/02/mobile-internet-traffic-is-set-to-grow-400-by-2015/">…(more)</a>]]></description>
			<content:encoded><![CDATA[<p>Mobile Internet Traffic is Set to Grow 400% by 2015. Smartphones Will Make up 98% of Mobile Traffic.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lionassociates.com/web-design/2011/07/02/mobile-internet-traffic-is-set-to-grow-400-by-2015/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Android is the Leader</title>
		<link>http://www.lionassociates.com/web-design/2011/06/04/android-is-the-leader-of-the-pack/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=android-is-the-leader-of-the-pack</link>
		<comments>http://www.lionassociates.com/web-design/2011/06/04/android-is-the-leader-of-the-pack/#comments</comments>
		<pubDate>Sat, 04 Jun 2011 16:10:02 +0000</pubDate>
		<dc:creator>Lion Associates</dc:creator>
				<category><![CDATA[Usability]]></category>
		<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://www.lionassociates.com/web-design/?p=93</guid>
		<description><![CDATA[While iphone may have started the app craze, Android is clearly the new leader of the pack. The current smartphone market share numbers show that Android is out in front with 37%, and iOS is in second with 27%. Continuing<a class="moretag" href="http://www.lionassociates.com/web-design/2011/06/04/android-is-the-leader-of-the-pack/">…(more)</a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.lionassociates.com/web-design/wp-content/uploads/2011/06/share_1909277c1.jpg"><img class="size-medium wp-image-115 alignleft" title="share_1909277c" src="http://www.lionassociates.com/web-design/wp-content/uploads/2011/06/share_1909277c1-300x187.jpg" alt="" width="300" height="187" /></a>While iphone may have started the app craze, Android is clearly the new leader of the pack. The current smartphone market share numbers show that Android is out in front with 37%, and iOS is in second with 27%. Continuing to lose ground were RIM, Windows and the lesser hold outs like Web OS and Symbian. Check out the full stats here: <a href="http://www.telegraph.co.uk/technology/mobile-phones/8547645/Apple-Android-and-BlackBerry-in-US-smartphone-stalemate.html" target="_blank">http://www.telegraph.co.uk/technology/mobile-phones/8547645/Apple-Android-and-BlackBerry-in-US-smartphone-stalemate.html</a></p>
<p>photo: Nielsen</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lionassociates.com/web-design/2011/06/04/android-is-the-leader-of-the-pack/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>jQuery Plus Vimeo API</title>
		<link>http://www.lionassociates.com/web-design/2011/06/04/jquery-plus-vimeo-api/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=jquery-plus-vimeo-api</link>
		<comments>http://www.lionassociates.com/web-design/2011/06/04/jquery-plus-vimeo-api/#comments</comments>
		<pubDate>Sat, 04 Jun 2011 16:00:03 +0000</pubDate>
		<dc:creator>Jesse Eisenhower</dc:creator>
				<category><![CDATA[API's]]></category>

		<guid isPermaLink="false">http://www.lionassociates.com/web-design/?p=97</guid>
		<description><![CDATA[We recently had the honest pleasure of acquainting ourselves with the Vimeo API. We wanted embedded videos to be better integrated with the overall site design, so we had to turn off all the normal HUD doodads and get hold<a class="moretag" href="http://www.lionassociates.com/web-design/2011/06/04/jquery-plus-vimeo-api/">…(more)</a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.lionassociates.com/web-design/wp-content/uploads/2011/06/uli-vimeo-api-wordpress1.jpg"><img class="size-medium wp-image-101 alignleft" src="http://www.lionassociates.com/web-design/wp-content/uploads/2011/06/uli-vimeo-api-wordpress1-300x234.jpg" alt="" width="300" height="234" /></a>We recently had the honest pleasure of acquainting ourselves with the Vimeo API. We wanted embedded videos to be better integrated with the overall site design, so we had to turn off all the normal HUD doodads and get hold of the video&#8217;s attribute data, so the player could be dressed up as we pleased.</p>
<p>To grab the data for a single video a simple JSONP call does the job, made even simpler by the jQuery.getJSON method (and we&#8217;re using Vimeo&#8217;s so called &#8220;<a href="http://vimeo.com/api/docs/simple-api">Simple API</a>&#8220;).</p>
<p>&nbsp;</p>
<p><code>&lt;script&gt;</code><br />
<code>/* Definitely want to wait for the DOM's HTML structure to be fully loaded so we wrap it all in the jQuery.ready method */</code><br />
<code>jQuery(document).ready(function($) {</code></p>
<p><code>var vimURL = 'http://vimeo.com/api/v2/video/########.json?callback=?';</code><br />
<code>/* the '########' is of course placeholder for an actual vimeo video ID */</code><br />
<code>var vimObLit = {</code><br />
<code>width:300,</code><br />
<code>height:169,</code><br />
<code>byline:false,</code><br />
<code>title:false,</code><br />
<code>portrait:false,</code><br />
<code>color:'a3bd40'</code><br />
<code>};</code></p>
<p><code>$.getJSON(vimURL, vimObLit, function(vidData) {</code><br />
<code>var vimHTML = $(document.createElement('iframe')).attr({src:vidData[0].url, width:vimObLit.width, height:vimObLit.height, frameborder:0);</code><br />
<code>$('#nameOfIdForTitleTag').text(vidData[0].title);</code><br />
<code>$('#vimeoBox').append(vimHTML);</code><br />
<code>}</code></p>
<p><code>});</code><br />
<code>&lt;/script&gt;</code></p>
<p>On the HTML side of things:</p>
<p><code>&lt;div #vimeoBox&gt;...Loading...&lt;/div&gt;</code><br />
<code>&lt;h4 #nameOfIdForTitleTag&gt;...Loading...&lt;/h4&gt;</code></p>
<p>&nbsp;</p>
<h3>SOME NOTES</h3>
<ul>
<li>The getJSON method knows to distinguish this JSONP call from plain JSON because of the <code>callback=?</code> parameter in the vimURL string variable. With vanilla javascript the <code>?</code> value would be the name of the function you want called once the JSON data has been retrieved.</li>
<li>JSONP is kind of a widely adopted javascript hack that essentially allows for cross-domain AJAX calls. It works by inserting a <code>&lt;script&gt;</code> element into the DOM with a <code>src</code> attribute set to the JSON endpoint on an external domain. When jQuery sees <code>callback=?</code> included in the url string it inserts the <code>&lt;script&gt;</code> tag into the DOM for you.</li>
<li>The above snippet retrieves the data for a single video. To get data for multiple videos the only difference is the URL. For example, the URL for a whole album of videos would be: (http://vimeo.com/api/v2/album/album_id/videos.json). Helpfully, the rest of the code is the same. Each video would be set to an index in the <code>vidData</code> array seen above. So in addition to <code>vidData[0]</code>, you&#8217;d have another video&#8217;s data on <code>vidData[1]</code>, <code>vidData[2]</code>, etc&#8230;</li>
</ul>
<p>That&#8217;s about it. With a little PHP we integrated this into wordpress and set it up so an editor can just paste the direct URL to a vimeo video in a custom page field and that video will be retrieved and displayed in the sidebar.</p>
<p>For more AJAX request URLs check out the vimeo simple API documentation at: <a href="http://vimeo.com/api/docs/simple-api">http://vimeo.com/api/docs/simple-api</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.lionassociates.com/web-design/2011/06/04/jquery-plus-vimeo-api/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Netsol, Not so Good.</title>
		<link>http://www.lionassociates.com/web-design/2011/06/01/netsol-not-so-good/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=netsol-not-so-good</link>
		<comments>http://www.lionassociates.com/web-design/2011/06/01/netsol-not-so-good/#comments</comments>
		<pubDate>Wed, 01 Jun 2011 22:40:52 +0000</pubDate>
		<dc:creator>Lion Associates</dc:creator>
				<category><![CDATA[Hosting]]></category>
		<category><![CDATA[Usability]]></category>

		<guid isPermaLink="false">http://173.254.21.87/web-design/?p=79</guid>
		<description><![CDATA[After many years of hosting with Network Solutions, it is with regret, that we must part. Network Solutions has been under prepared and just not set up to support the CMS revolution. I have chatted with very senior representatives who<a class="moretag" href="http://www.lionassociates.com/web-design/2011/06/01/netsol-not-so-good/">…(more)</a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.lionassociates.com/web-design/wp-content/uploads/2011/06/slow1.jpg"><img class="size-medium wp-image-82 alignleft" title="slow" src="http://173.254.21.87/web-design/wp-content/uploads/2011/06/slow-300x234.jpg" alt="" width="300" height="234" /></a>After many years of hosting with Network Solutions, it is with regret, that we must part. Network Solutions has been under prepared and just not set up to support the CMS revolution. I have chatted with very senior representatives who told me that they were aware of latency issues on their CMS driven websites and they were trying to fix it. But this has been happening for a very long time, so the time has come to move on to our new favorite host. So long Network Solutions.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lionassociates.com/web-design/2011/06/01/netsol-not-so-good/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Petroni Vineyards Website Launch</title>
		<link>http://www.lionassociates.com/web-design/2011/05/31/petroni-vineyards-website-launch/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=petroni-vineyards-website-launch</link>
		<comments>http://www.lionassociates.com/web-design/2011/05/31/petroni-vineyards-website-launch/#comments</comments>
		<pubDate>Wed, 01 Jun 2011 00:28:10 +0000</pubDate>
		<dc:creator>Lion Associates</dc:creator>
				<category><![CDATA[Lifestyle]]></category>
		<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://66.147.244.56/~lionasso/web-design/?p=51</guid>
		<description><![CDATA[Lorenzo Petroni’s dream was to be the first California vintner to grow the prized Sangiovese Grosso clone from his native Tuscany in Sonoma soil.  He sensed that California could produce stunning results with Italian varieties, similar to the new world successes<a class="moretag" href="http://www.lionassociates.com/web-design/2011/05/31/petroni-vineyards-website-launch/">…(more)</a>]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><a href="http://66.147.244.56/~lionasso/web-design/wp-content/uploads/2011/05/Screen-shot-2011-05-31-at-5.25.01-PM-e1306888408781.png"><img class="size-large wp-image-52 aligncenter" title="Screen shot 2011-05-31 at 5.25.01 PM" src="http://66.147.244.56/~lionasso/web-design/wp-content/uploads/2011/05/Screen-shot-2011-05-31-at-5.25.01-PM-e1306888408781-1024x671.png" alt="" width="491" height="322" /></a></p>
<p style="text-align: left;"><a href="http://66.147.244.56/~lionasso/web-design/wp-content/uploads/2011/05/Screen-shot-2011-05-31-at-5.25.01-PM-e1306888408781.png"></a>Lorenzo Petroni’s dream was to be the first California vintner to grow the prized Sangiovese Grosso clone from his native Tuscany in Sonoma soil.  He sensed that California could produce stunning results with Italian varieties, similar to the new world successes accomplished with the Cabernet Sauvignon, Pinot Noir and Chardonnay.  His feeling is that if done correctly, the new world can rival if not surpass Italy’s most prestigious red wines.  At Petroni Vineyards, we strive to accomplish that obsession everyday.</p>
<p style="text-align: left;">In searching out the right spot, Lorenzo traveled the Northern California wine country for years, until one bright day, on a one-lane, winding road on the Sonoma side of the Mayacamas Range, he happened on a 37 acre estate with an old double wide just below Monte Rosso Vineyard.  The red, mineral rich terrain was filled with rocks and stones, was extremely steep at 800 ft. elevation, facing due south, with an undulating pattern that looked perfect for developing multiple plots within the estate.  Lorenzo and his wife Maria Elena purchased the parcel the very next day, in the Spring of 1992.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lionassociates.com/web-design/2011/05/31/petroni-vineyards-website-launch/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Net Neutrality Needs to Cover Mobile Too</title>
		<link>http://www.lionassociates.com/web-design/2010/10/14/net-neutrality-needs-to-cover-mobile-too/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=net-neutrality-needs-to-cover-mobile-too</link>
		<comments>http://www.lionassociates.com/web-design/2010/10/14/net-neutrality-needs-to-cover-mobile-too/#comments</comments>
		<pubDate>Thu, 14 Oct 2010 22:16:53 +0000</pubDate>
		<dc:creator>Lion Associates</dc:creator>
				<category><![CDATA[Net Neutrality]]></category>

		<guid isPermaLink="false">http://www.lionassociates.com/web/design/?p=21</guid>
		<description><![CDATA[The shift away from a traditional desktop PC has been occurring over the last 15 years, with a current rapid migration to lighter, leaner and more mobile devices. <a href="http://www.lionassociates.com/web-design/2010/10/14/net-neutrality-needs-to-cover-mobile-too/">…(more)</a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.lionassociates.com/web-design/wp-content/uploads/2010/08/ihones1.jpg"><img class="alignleft size-thumbnail wp-image-24" title="mobile phones" src="http://66.147.244.56/~lionasso/web-design/wp-content/uploads/2010/08/ihones-150x150.jpg" alt="" width="150" height="150" /></a>This may be one of the most important issues of our time. While protecting our internet connection at home is an important first step, net neutrality should also protect the future of the internet at the same time. The shift away from a traditional desktop PC has been occurring over the last 15 years, with a current rapid migration to lighter, leaner and more mobile devices. The current paradigm is already shifting, and 15 years from now the majority of all internet traffic could likely be on mobile devices. If we allow anyone to control the internet highway and charge money for prioritized access to it, we will all suffer as second class internet citizens.</p>
<p>Part of the innovation that propelled the dot.com era has been the level playing field created by the internet. Small companies, bands, Grandmothers with home businesses, start-ups, restauranteurs, and every darn business in this country has benefited astronomically from the unrestricted access and freedom to use the internet. It scared the heck out of big businesses who previously had control over the mass market and complete control over advertising on paid formats like television and radio.</p>
<p>Can you imagine if a Grandmother in the Midwest had to compete for bandwidth against Walmart? What if she had to pay to do business on the internet so that her website was as easy to pull up in your browser as Walmart&#8217;s? At the end of the day, the Internet is at the core of business in the Information Technology Era, and mobile devices are just as much a part of its being as any other device.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lionassociates.com/web-design/2010/10/14/net-neutrality-needs-to-cover-mobile-too/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Social Networking More Popular Than E-Mail</title>
		<link>http://www.lionassociates.com/web-design/2010/09/03/social-networking-more-popular-than-e-mail/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=social-networking-more-popular-than-e-mail</link>
		<comments>http://www.lionassociates.com/web-design/2010/09/03/social-networking-more-popular-than-e-mail/#comments</comments>
		<pubDate>Sat, 04 Sep 2010 04:30:05 +0000</pubDate>
		<dc:creator>Lion Associates</dc:creator>
				<category><![CDATA[Social Networking]]></category>

		<guid isPermaLink="false">http://www.lionassociates.com/web/design/?p=27</guid>
		<description><![CDATA[According to the latest research from the people at Nielsen, on-line users are spending more and more time social networking. In fact, at 23% of our on-line time, it is the single largest use of time on the internet, surpassing<a class="moretag" href="http://www.lionassociates.com/web-design/2010/09/03/social-networking-more-popular-than-e-mail/">…(more)</a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.lionassociates.com/web-design/wp-content/uploads/2010/08/andrea1.jpg"><img class="alignleft size-thumbnail wp-image-31" title="Wine Focused Social Networking " src="http://66.147.244.56/~lionasso/web-design/wp-content/uploads/2010/08/andrea-150x150.jpg" alt="" width="150" height="150" /></a>According to the latest research from the people at Nielsen, on-line users are spending more and more time social networking. In fact, at 23% of our on-line time, it is the single largest use of time on the internet, surpassing email which used to be the dominant focus of American&#8217;s internet usage.</p>
<p>Why is this important to us as businesses in the San Francisco Bay Area? The main reason is that social networking has created a paridigm shift in the way we interact with one another as humans, and consequently as suppliers and consumers. The internet has allowed for many businesses to profit from the long tail, and now more businesses than ever before are focusing their communications on niche markets that are predisposed to a particular product or concept.</p>
<p>What does this mean for you as a business that has a web site? Do you add Facebook and Twitter buttons to your website? That might be a first step, but in the long run you have to find an approriate way to utilize the network you are cultivating. By finding a contextually relevant way of conversing with your base, you create a two way form of communication that engages them and makes your offering part of their daily life.</p>
<p>Examples of this concept include restaurants who offer recipes, insight, and a timely seasonal special. Retailers who post current pictures of new wares that have just come in and save their customers time and money buy directly bringing their new product to the &#8220;social mailbox&#8221;. I plan on using a new facebook account I have set up, not for getting business, but to have a village of contacts who I bounce ideas off of, or share photos or work with.</p>
<p>I dont plan to get business from it right away or directly, but ultimately social networking is about laying a foundation for communication, and enabling your base to reach you. Even this article right here is clearly not about making money, but it might help a few people to get inspired and activate their business by getting focused on being successful in this decade to come.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lionassociates.com/web-design/2010/09/03/social-networking-more-popular-than-e-mail/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Six Million More Seniors Using the Web</title>
		<link>http://www.lionassociates.com/web-design/2010/08/14/six-million-more-seniors-using-the-web-than-five-years-ago/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=six-million-more-seniors-using-the-web-than-five-years-ago</link>
		<comments>http://www.lionassociates.com/web-design/2010/08/14/six-million-more-seniors-using-the-web-than-five-years-ago/#comments</comments>
		<pubDate>Sat, 14 Aug 2010 21:22:20 +0000</pubDate>
		<dc:creator>Lion Associates</dc:creator>
				<category><![CDATA[Usability]]></category>
		<category><![CDATA[internet habits]]></category>
		<category><![CDATA[seniors]]></category>

		<guid isPermaLink="false">http://www.lionassociates.com/web/design/?p=15</guid>
		<description><![CDATA[According to new information just published from The Nielsen Company, more seniors than ever before are using the internet.  <a href="http://www.lionassociates.com/web-design/2010/08/14/six-million-more-seniors-using-the-web-than-five-years-ago/">…(more)</a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.lionassociates.com/web-design/wp-content/uploads/2010/08/rx_send11.jpg"><img class="alignleft size-thumbnail wp-image-17" title="rx_send" src="http://66.147.244.56/~lionasso/web-design/wp-content/uploads/2010/08/rx_send1-150x150.jpg" alt="" width="150" height="150" /></a>According to new information just published from The Nielsen Company, more seniors than ever before are using the internet. In fact, senior&#8217;s internet habits seem to be very reminiscent of the habits of other demographics, focusing on: Email, Social Networking, Planning of Leisure and Travel Trips Online, Searched Recipes/Meal Planning Suggestions, Got Maps or Weather online, Paid/Viewed Bills Online, View/Posted Photos Online, and Read General Information /Political News.</p>
<p>Click here to see the stats: <a href="http://blog.nielsen.com/nielsenwire/online_mobile/six-million-more-seniors-using-the-web-than-five-years-ago/" target="_blank">http://blog.nielsen.com/nielsenwire/online_mobile/six-million-more-seniors-using-the-web-than-five-years-ago/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.lionassociates.com/web-design/2010/08/14/six-million-more-seniors-using-the-web-than-five-years-ago/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Down Playing Flash in the Name of Usability</title>
		<link>http://www.lionassociates.com/web-design/2010/08/05/excising-flash-in-the-name-of-usability/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=excising-flash-in-the-name-of-usability</link>
		<comments>http://www.lionassociates.com/web-design/2010/08/05/excising-flash-in-the-name-of-usability/#comments</comments>
		<pubDate>Thu, 05 Aug 2010 23:34:41 +0000</pubDate>
		<dc:creator>Lion Associates</dc:creator>
				<category><![CDATA[Web Design]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[js]]></category>
		<category><![CDATA[Usability]]></category>

		<guid isPermaLink="false">http://www.lionassociates.com/web/design/?p=3</guid>
		<description><![CDATA[o there has been a lot of talk lately about flash losing it's ability to keep up with current standards and media platforms. Yes, flash is incredible versatile, and indeed still has it's uses, but at the end of the day, if even 5% of my website users are missing out on the experience, it is just down right not ok with me.  <a href="http://www.lionassociates.com/web-design/2010/08/05/excising-flash-in-the-name-of-usability/">…(more)</a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.lionassociates.com/web-design/wp-content/uploads/2010/08/web_design_bay_area_52.jpg"><img class="alignleft size-thumbnail wp-image-9" title="web_design_bay_area_5" src="http://66.147.244.56/~lionasso/web-design/wp-content/uploads/2010/08/web_design_bay_area_5-150x150.jpg" alt="Hook Audio Website Design" width="150" height="150" /></a>So there has been a lot of talk lately about flash losing it&#8217;s ability to keep up with current standards and media platforms. Yes, flash is incredibly versatile, and indeed still has it&#8217;s uses, but at the end of the day, if even 5% of my website users are missing out on the intended experience, it&#8217;s just not ok with me. Thus, we have been doing a lot of implementations using javascript that leverages pre-existing libraries of code like Jquery. Using this kind of code you can achieve the desired interaction that a website needs, and so much more. Development and customization takes roughly the same amount of time as flash, but in the long run, the javascript based tools have a much longer life span, are more secure on the server, easier to update, fully seo-able, smaller to download, and remarkably peppier than flash.</p>
<p>While my bias is clear here, I have been developing websites that incorporate flash from the beginning of flash&#8217;s life. There are so many amazing things you can do in flash you can&#8217;t do yet with js and html5. But in the end there are so many downsides to flash that I believe the internet community is best served to focus on the evolution of tools that work on all platforms. Mobile is truly where things are going, and if you prepare now, your redevelopment costs won&#8217;t be so bad.</p>
<p>For today&#8217;s example, please look at our old home page which had a flash flexible media area in the middle of the screen. <a href="http://www.lionassociates.com/index_flash.php" target="_blank">http://www.lionassociates.com/index_flash.php</a></p>
<p>The new jquery based solution is a little more straight forward, but has so many advantages from my perspective. <a href="http://www.lionassociates.com" target="_blank">http://www.lionassociates.com/index.php</a></p>
<p>Let us know what you think.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lionassociates.com/web-design/2010/08/05/excising-flash-in-the-name-of-usability/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Internet Explorer Turns Fifteen Years Old</title>
		<link>http://www.lionassociates.com/web-design/2010/08/02/internet-explorer-turns-15/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=internet-explorer-turns-15</link>
		<comments>http://www.lionassociates.com/web-design/2010/08/02/internet-explorer-turns-15/#comments</comments>
		<pubDate>Mon, 02 Aug 2010 21:15:12 +0000</pubDate>
		<dc:creator>Lion Associates</dc:creator>
				<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://www.lionassociates.com/web/design/?p=34</guid>
		<description><![CDATA[As a web developer with an Apple bias, I have to say that it is bitter sweet to hear that Internet Explorer is turning 15 years old. For years, I have kept old, beat up PC computers around for testing what<a class="moretag" href="http://www.lionassociates.com/web-design/2010/08/02/internet-explorer-turns-15/">…(more)</a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.lionassociates.com/web-design/wp-content/uploads/2010/08/internetexplorer1.jpg"><br />
</a>As a web developer with an Apple bias, I have to say that it is bitter sweet to hear that Internet Explorer is turning 15 years old. For years, I have kept old, beat up PC computers around for testing what a website will look like on a variety of different platforms, including Internet Explorer. Microsoft has been slow to make their browser w3c (Worldwide Web Consortium) compliant, but what can I say if Microsoft had played nice with the web design and development community, we might never have gotten Firefox or Chrome. In the San Francisco Bay Area, my analytic reports reflect this. Internet Explorer is only accounting for 50% of traffic, compared to over 90% five years back.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lionassociates.com/web-design/2010/08/02/internet-explorer-turns-15/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Faster Internet  Means Better Experience</title>
		<link>http://www.lionassociates.com/web-design/2010/07/29/faster-internet-means-better-experience/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=faster-internet-means-better-experience</link>
		<comments>http://www.lionassociates.com/web-design/2010/07/29/faster-internet-means-better-experience/#comments</comments>
		<pubDate>Thu, 29 Jul 2010 21:58:50 +0000</pubDate>
		<dc:creator>Lion Associates</dc:creator>
				<category><![CDATA[Web Design]]></category>
		<category><![CDATA[internet habits]]></category>

		<guid isPermaLink="false">http://www.lionassociates.com/web/design/?p=39</guid>
		<description><![CDATA[Verizon has just annouced that it has tested a new fiber optic system which allowed them to reach download speeds in the 925Mbps per second range. When you conpare that to the current United States Average of 3.9Mbps, it sounds quite<a class="moretag" href="http://www.lionassociates.com/web-design/2010/07/29/faster-internet-means-better-experience/">…(more)</a>]]></description>
			<content:encoded><![CDATA[<p>Verizon has just annouced that it has tested a new fiber optic system which allowed them to reach download speeds in the 925Mbps per second range. When you conpare that to the current United States Average of 3.9Mbps, it sounds quite amazing. Speeds like this will eventually allow for web sites which are designed to be even deeper and more immersive than current standards allow.</p>
<p><a href="http://news.cnet.com/8301-30686_3-20013787-266.html" target="_blank">http://news.cnet.com/8301-30686_3-20013787-266.html</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.lionassociates.com/web-design/2010/07/29/faster-internet-means-better-experience/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: enhanced

Served from: www.lionassociates.com @ 2012-05-18 12:44:30 -->
