<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="/feedblitz_rss.xslt"?><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/"
	 xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0">
<channel>
	<title>Rise Vision Blog</title>
	<atom:link href="http://www.risevision.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.risevision.com</link>
	<description>A Web Platform for Digital Signage</description>
	<lastBuildDate>Wed, 30 May 2012 08:00:45 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
<image><url>http://assets.feedblitz.com/images/blank.gif</url><title>Rise Vision Blog</title><link>http://www.risevision.com</link></image>
<item><feedburner:origLink>http://www.risevision.com/blog/developer-tips-tricks-checking-the-status-of-items-in-a-presentation/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=developer-tips-tricks-checking-the-status-of-items-in-a-presentation</feedburner:origLink>
		<title>Developer Tips &amp; Tricks &#8211; Status of Presentation Items</title>
		<link>http://feeds.feedblitz.com/~/30736761/0/risevision~Developer-Tips-amp-Tricks-Status-of-Presentation-Items/</link>
		<comments>http://www.risevision.com/blog/developer-tips-tricks-checking-the-status-of-items-in-a-presentation/#comments</comments>
		<pubDate>Wed, 30 May 2012 08:00:45 +0000</pubDate>
		<dc:creator>Donna</dc:creator>
				<category><![CDATA[Developer Tips n Tricks]]></category>
		<category><![CDATA[Presentations]]></category>
		<category><![CDATA[debugging]]></category>
		<category><![CDATA[Digital Signage Developer]]></category>
		<guid isPermaLink="false">http://www.risevision.com/?p=13642</guid>
		<description><![CDATA[If you&#8217;ve ever spent some time inspecting a Presentation using Chrome&#8217;s Developer Tools, you may have noticed that the Viewer (the application that runs in Preview or on a digital signage player) outputs some information that you might find useful, especially when debugging a Presentation that is not working correctly. Let&#8217;s walk through what that information [...]]]>

  &lt;a title=&quot;View Comments&quot; href=&quot;http://www.risevision.com/blog/developer-tips-tricks-checking-the-status-of-items-in-a-presentation/#comments&quot;&gt;&lt;img height=&quot;20&quot; style=&quot;border:0;float:left;margin:0px 3px 0px;padding:0&quot; src=&quot;http://assets.feedblitz.com/i/comments.png&quot;&gt;&lt;/a&gt; &lt;a title=&quot;Follow Comments via RSS&quot; href=&quot;http://www.risevision.com/blog/developer-tips-tricks-checking-the-status-of-items-in-a-presentation/feed/&quot;&gt;&lt;img height=&quot;20&quot; style=&quot;border:0;float:left;margin:0px 3px 0px;padding:0&quot; src=&quot;http://assets.feedblitz.com/i/commentrss.png&quot;&gt;&lt;/a&gt;&amp;nbsp;
&lt;div style=&quot;clear:left;&quot;&gt;&lt;h3&gt;&lt;a href=&quot;http://www.risevision.com/blog/developer-tips-tricks-checking-the-status-of-items-in-a-presentation/#comments&quot;&gt;Comments&lt;/a&gt;&lt;/h3&gt;&lt;ul&gt;&lt;li&gt;&lt;a href=&quot;http://www.risevision.com/blog/developer-tips-tricks-checking-the-status-of-items-in-a-presentation/#comments&quot;&gt;Comments&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;

</description>
			<content:encoded><![CDATA[<Img align="left" border="0" height="1" width="1" style="border:0;float:left;margin:0;padding:0" hspace="0" src="http://feeds.feedblitz.com/~/i/30736761/0/risevision"><p>If you&#8217;ve ever spent some time inspecting a Presentation using <a href="http://feeds.feedblitz.com/~/t/0/0/risevision/~https://developers.google.com/chrome-developer-tools/docs/overview" target="_blank">Chrome&#8217;s Developer Tools</a>, you may have noticed that the Viewer (the application that runs in Preview or on a <a href="http://feeds.feedblitz.com/~/t/0/0/risevision/~http://www.risevision.com/digital-signage-player/" target="_blank">digital signage player</a>) outputs some information that you might find useful, especially when debugging a Presentation that is not working correctly. Let&#8217;s walk through what that information is and how to view it.</p>
<p>You can open the Developer Tools by right-clicking on the Presentation and selecting <em>Inspect Element </em>or, if you&#8217;re previewing a Presentation, by selecting the Wrench menu at the top-right of your browser window, and then choosing <em>Tools</em> -> <em>Developer Tools</em>. In the new window that opens, click the <em>Elements</em> toolbar item if it is not already selected. Inside the <code>body</code> tag, you should see a <code>div</code> with an <code>id</code> of <em>main</em>. Drill down into it and there should now be two child elements, a <code>div</code> with an <code>id</code> of <em>log</em> and another with an <code>id</code> of <em>mainDiv</em>. <em>mainDiv</em> contains the HTML for all of the items in the Presentation, while <em>log</em> contains some messages about the status of those items:</p>
<p><a href="http://feeds.feedblitz.com/~/t/0/0/risevision/~http://www.risevision.com/wp-content/uploads/2012/05/log2.png"><img class="size-full wp-image-13648 alignnone" title="log" src="http://www.risevision.com/wp-content/uploads/2012/05/log2.png" alt="" width="667" height="165" /></a></p>
<p>The IDs used to identify each item in the log are somewhat cryptic. To distinguish between them, you can inspect the last character. Text IDs will end with a <em>t</em>, Images with <em>i</em>, Videos with <em>v, </em>Presentations with <em>p</em> and Gadgets with <em>g</em>. If you have given your Placeholders meaningful names, you should be able to distinguish the items from each other.</p>
<p>Each Text, Image, Video or embedded Presentation should have a message in the log that report it as being <em>ready</em>. These types of items are built directly into the Viewer. Gadgets are a little more involved, as they can really be thought of as third-party components. During normal execution of a Gadget, the states that get reported are <em>loading</em>, <em>responded</em> and <em>ready</em>.</p>
<p>If something did not load as expected, you will either see an error or you will not see that item reporting itself as being <em>ready</em>. For example, in the screenshot below, both an Image and a Video failed to load because I didn&#8217;t supply a proper URL to either. The Video item shows an error, while the Image (that has an ID of <em>sc0_pre0_ph0_0i</em>) simply never reports <em>ready</em>:</p>
<p><a href="http://feeds.feedblitz.com/~/t/0/0/risevision/~http://www.risevision.com/wp-content/uploads/2012/05/errors2.png"><img class="alignnone size-full wp-image-13653" title="errors" src="http://www.risevision.com/wp-content/uploads/2012/05/errors2.png" alt="" width="755" height="137" /></a></p>
<p>You can use the information displayed (or not displayed) in the log to help you the next time you find yourself debugging a Presentation!</p>
]]>

  &lt;a title=&quot;View Comments&quot; href=&quot;http://www.risevision.com/blog/developer-tips-tricks-checking-the-status-of-items-in-a-presentation/#comments&quot;&gt;&lt;img height=&quot;20&quot; style=&quot;border:0;float:left;margin:0px 3px 0px;padding:0&quot; src=&quot;http://assets.feedblitz.com/i/comments.png&quot;&gt;&lt;/a&gt; &lt;a title=&quot;Follow Comments via RSS&quot; href=&quot;http://www.risevision.com/blog/developer-tips-tricks-checking-the-status-of-items-in-a-presentation/feed/&quot;&gt;&lt;img height=&quot;20&quot; style=&quot;border:0;float:left;margin:0px 3px 0px;padding:0&quot; src=&quot;http://assets.feedblitz.com/i/commentrss.png&quot;&gt;&lt;/a&gt;&amp;nbsp;
&lt;div style=&quot;clear:left;&quot;&gt;&lt;h3&gt;&lt;a href=&quot;http://www.risevision.com/blog/developer-tips-tricks-checking-the-status-of-items-in-a-presentation/#comments&quot;&gt;Comments&lt;/a&gt;&lt;/h3&gt;&lt;ul&gt;&lt;li&gt;&lt;a href=&quot;http://www.risevision.com/blog/developer-tips-tricks-checking-the-status-of-items-in-a-presentation/#comments&quot;&gt;Comments&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;

</content:encoded>
			<wfw:commentRss>http://www.risevision.com/blog/developer-tips-tricks-checking-the-status-of-items-in-a-presentation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments></item>
<item><feedburner:origLink>http://www.risevision.com/blog/css3-please/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=css3-please</feedburner:origLink>
		<title>CSS3, Please &#8211; A CSS3 Rule Generator</title>
		<link>http://feeds.feedblitz.com/~/30713700/0/risevision~CSS-Please-A-CSS-Rule-Generator/</link>
		<comments>http://www.risevision.com/blog/css3-please/#comments</comments>
		<pubDate>Tue, 29 May 2012 08:00:35 +0000</pubDate>
		<dc:creator>Donna</dc:creator>
				<category><![CDATA[Best Practices]]></category>
		<category><![CDATA[Gadgets]]></category>
		<category><![CDATA[Presentations]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Digital Signage Developer]]></category>
		<guid isPermaLink="false">http://www.risevision.com/?p=13676</guid>
		<description><![CDATA[When writing CSS3 for use in your Presentations and Gadgets, you might draw a blank on a property name or the order of the values it expects (I know I do!). Thankfully, there are online tools that can make your life easier, and one of those tools is CSS3, Please. CSS3, Please is a cross-browser CSS3 rule [...]]]>

  &lt;a title=&quot;View Comments&quot; href=&quot;http://www.risevision.com/blog/css3-please/#comments&quot;&gt;&lt;img height=&quot;20&quot; style=&quot;border:0;float:left;margin:0px 3px 0px;padding:0&quot; src=&quot;http://assets.feedblitz.com/i/comments.png&quot;&gt;&lt;/a&gt; &lt;a title=&quot;Follow Comments via RSS&quot; href=&quot;http://www.risevision.com/blog/css3-please/feed/&quot;&gt;&lt;img height=&quot;20&quot; style=&quot;border:0;float:left;margin:0px 3px 0px;padding:0&quot; src=&quot;http://assets.feedblitz.com/i/commentrss.png&quot;&gt;&lt;/a&gt;&amp;nbsp;
&lt;div style=&quot;clear:left;&quot;&gt;&lt;h3&gt;&lt;a href=&quot;http://www.risevision.com/blog/css3-please/#comments&quot;&gt;Comments&lt;/a&gt;&lt;/h3&gt;&lt;ul&gt;&lt;li&gt;&lt;a href=&quot;http://www.risevision.com/blog/css3-please/#comments&quot;&gt;Comments&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;

</description>
			<content:encoded><![CDATA[<Img align="left" border="0" height="1" width="1" style="border:0;float:left;margin:0;padding:0" hspace="0" src="http://feeds.feedblitz.com/~/i/30713700/0/risevision"><p>When writing CSS3 for use in your Presentations and Gadgets, you might draw a blank on a property name or the order of the values it expects (I know I do!). Thankfully, there are online tools that can make your life easier, and one of those tools is <a href="http://feeds.feedblitz.com/~/t/0/0/risevision/~http://css3please.com/" target="_blank">CSS3, Please</a>.</p>
<p><a href="http://feeds.feedblitz.com/~/t/0/0/risevision/~http://www.risevision.com/wp-content/uploads/2012/05/CSS3-Please.png"><img class="alignnone size-full wp-image-13685" title="CSS3 Please" src="http://www.risevision.com/wp-content/uploads/2012/05/CSS3-Please.png" alt="" width="1035" height="422" /></a></p>
<p>CSS3, Please is a cross-browser CSS3 rule generator. It takes care of writing all of the vendor-specific prefixes and remembering which browsers support which features. It simplifies the design process by allowing users to enter one value, and have it instantly synced and normalised for each vendor-specific prefix, with the corresponding code generated automatically. Why do we even care about vendor-specific prefixes when our <a href="http://feeds.feedblitz.com/~/t/0/0/risevision/~http://www.risevision.com/digital-signage-software/" target="_blank">digital signage software</a> currently only <a href="http://feeds.feedblitz.com/~/t/0/0/risevision/~http://community.risevision.com/rise_vision_inc/topics/user_tips_and_tricks_the_updated_compatibility_matrix" target="_blank">supports Google Chrome</a>? Well, one can never predict the future, so we consider it a best practice to include all of the vendor-specific prefixes, just in case.</p>
<p>It&#8217;s very easy to use CSS3, Please. Just plug in the value you want for the appropriate property, and all of the associated properties are updated. The box in the upper right-hand corner is styled to reflect the change. You can also toggle the styling of individual properties so that you can see the effect they have on the box. Once you&#8217;re satisfied with the look you&#8217;ve created, copy the code to your clipboard and paste it into your Presentation or Gadget. Easy peasy.</p>
<p>Why not try it out the next time you have some CSS3 to write?</p>
]]>

  &lt;a title=&quot;View Comments&quot; href=&quot;http://www.risevision.com/blog/css3-please/#comments&quot;&gt;&lt;img height=&quot;20&quot; style=&quot;border:0;float:left;margin:0px 3px 0px;padding:0&quot; src=&quot;http://assets.feedblitz.com/i/comments.png&quot;&gt;&lt;/a&gt; &lt;a title=&quot;Follow Comments via RSS&quot; href=&quot;http://www.risevision.com/blog/css3-please/feed/&quot;&gt;&lt;img height=&quot;20&quot; style=&quot;border:0;float:left;margin:0px 3px 0px;padding:0&quot; src=&quot;http://assets.feedblitz.com/i/commentrss.png&quot;&gt;&lt;/a&gt;&amp;nbsp;
&lt;div style=&quot;clear:left;&quot;&gt;&lt;h3&gt;&lt;a href=&quot;http://www.risevision.com/blog/css3-please/#comments&quot;&gt;Comments&lt;/a&gt;&lt;/h3&gt;&lt;ul&gt;&lt;li&gt;&lt;a href=&quot;http://www.risevision.com/blog/css3-please/#comments&quot;&gt;Comments&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;

</content:encoded>
			<wfw:commentRss>http://www.risevision.com/blog/css3-please/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments></item>
<item><feedburner:origLink>http://www.risevision.com/blog/user-tips-and-tricks-tweaking-your-windows-displays/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=user-tips-and-tricks-tweaking-your-windows-displays</feedburner:origLink>
		<title>User Tips and Tricks &#8211; Tweaking your Windows Displays</title>
		<link>http://feeds.feedblitz.com/~/30692225/0/risevision~User-Tips-and-Tricks-Tweaking-your-Windows-Displays/</link>
		<comments>http://www.risevision.com/blog/user-tips-and-tricks-tweaking-your-windows-displays/#comments</comments>
		<pubDate>Mon, 28 May 2012 08:00:22 +0000</pubDate>
		<dc:creator>Robb</dc:creator>
				<category><![CDATA[User Tips N Tricks]]></category>
		<category><![CDATA[Digital Signage]]></category>
		<category><![CDATA[DigitalOOH]]></category>
		<category><![CDATA[DOOH]]></category>
		<category><![CDATA[windows]]></category>
		<guid isPermaLink="false">http://www.risevision.com/?p=13633</guid>
		<description><![CDATA[Windows is a popular operating system for digital signage players, so its best to make sure they are configured to run at maximum efficiency. We have an optimization checklist that details all the important steps, including making sure drivers are up to date, turning the screensaver off, and other OS settings. After you have all that [...]]]>

  &lt;a title=&quot;View Comments&quot; href=&quot;http://www.risevision.com/blog/user-tips-and-tricks-tweaking-your-windows-displays/#comments&quot;&gt;&lt;img height=&quot;20&quot; style=&quot;border:0;float:left;margin:0px 3px 0px;padding:0&quot; src=&quot;http://assets.feedblitz.com/i/comments.png&quot;&gt;&lt;/a&gt; &lt;a title=&quot;Follow Comments via RSS&quot; href=&quot;http://www.risevision.com/blog/user-tips-and-tricks-tweaking-your-windows-displays/feed/&quot;&gt;&lt;img height=&quot;20&quot; style=&quot;border:0;float:left;margin:0px 3px 0px;padding:0&quot; src=&quot;http://assets.feedblitz.com/i/commentrss.png&quot;&gt;&lt;/a&gt;&amp;nbsp;
&lt;div style=&quot;clear:left;&quot;&gt;&lt;h3&gt;&lt;a href=&quot;http://www.risevision.com/blog/user-tips-and-tricks-tweaking-your-windows-displays/#comments&quot;&gt;Comments&lt;/a&gt;&lt;/h3&gt;&lt;ul&gt;&lt;li&gt;&lt;a href=&quot;http://www.risevision.com/blog/user-tips-and-tricks-tweaking-your-windows-displays/#comment-747&quot;&gt;Thanks! I agree that it really helps with performance.&#xA0;   Any ...&lt;/a&gt; &lt;i&gt;by robb_price&lt;/i&gt;&lt;li&gt;&lt;a href=&quot;http://www.risevision.com/blog/user-tips-and-tricks-tweaking-your-windows-displays/#comment-746&quot;&gt;Robb and the RV team,   Great tips! Clearing the cache ...&lt;/a&gt; &lt;i&gt;by Media Com&lt;/i&gt;&lt;/ul&gt;&lt;/div&gt;

</description>
			<content:encoded><![CDATA[<Img align="left" border="0" height="1" width="1" style="border:0;float:left;margin:0;padding:0" hspace="0" src="http://feeds.feedblitz.com/~/i/30692225/0/risevision"><p>Windows is a popular operating system for <a href="http://feeds.feedblitz.com/~/t/0/0/risevision/~http://www.risevision.com/digital-signage-player/" target="_blank">digital signage players</a>, so its best to make sure they are configured to run at maximum efficiency.</p>
<p>We have an <a href="http://feeds.feedblitz.com/~/t/0/0/risevision/~https://docs.google.com/document/d/1nYRbJupekcgpsElwD9f7MIdrI13X0Szc8JX_RoBRjtA/edit" target="_blank">optimization checklist</a> that details all the important steps, including making sure drivers are up to date, turning the screensaver off, and other OS settings. After you have all that configured, assign a scheduled restart time in the <a href="http://feeds.feedblitz.com/~/t/0/0/risevision/~http://www.risevision.com/help/what-is-a-display-and-how-do-i-set-one-up/" target="_blank">Display&#8217;s</a> properties. Scheduled restarts clear your Player&#8217;s cache to ensure you always have the newest version of Gadgets, and are an all around good idea for Windows machines.</p>
<p>Another thing you may want to install is <a href="http://feeds.feedblitz.com/~/t/0/0/risevision/~http://www.piriform.com/ccleaner" target="_blank">CCleaner</a>. CCleaner is a great tool that you can set to run at start up so it will clear all sorts of caches, empty recycle bins, and do a general clean up of any temporary files on the machine. A counterpart to CCleaner is <a href="http://feeds.feedblitz.com/~/t/0/0/risevision/~http://www.piriform.com/defraggler" target="_blank">Defraggler</a>, which you can set to defrag your machine on a schedule, my recommendation would be once a month.</p>
<p>Following the optimization guide, ensuring your machine reboots regularly, clearing caches and defragging once a month will help your Display be the most reliable it can be. Let us know if you have any questions in the <a href="http://feeds.feedblitz.com/~/t/0/0/risevision/~http://community.risevision.com" target="_blank">forum</a>!</p>
]]>

  &lt;a title=&quot;View Comments&quot; href=&quot;http://www.risevision.com/blog/user-tips-and-tricks-tweaking-your-windows-displays/#comments&quot;&gt;&lt;img height=&quot;20&quot; style=&quot;border:0;float:left;margin:0px 3px 0px;padding:0&quot; src=&quot;http://assets.feedblitz.com/i/comments.png&quot;&gt;&lt;/a&gt; &lt;a title=&quot;Follow Comments via RSS&quot; href=&quot;http://www.risevision.com/blog/user-tips-and-tricks-tweaking-your-windows-displays/feed/&quot;&gt;&lt;img height=&quot;20&quot; style=&quot;border:0;float:left;margin:0px 3px 0px;padding:0&quot; src=&quot;http://assets.feedblitz.com/i/commentrss.png&quot;&gt;&lt;/a&gt;&amp;nbsp;
&lt;div style=&quot;clear:left;&quot;&gt;&lt;h3&gt;&lt;a href=&quot;http://www.risevision.com/blog/user-tips-and-tricks-tweaking-your-windows-displays/#comments&quot;&gt;Comments&lt;/a&gt;&lt;/h3&gt;&lt;ul&gt;&lt;li&gt;&lt;a href=&quot;http://www.risevision.com/blog/user-tips-and-tricks-tweaking-your-windows-displays/#comment-747&quot;&gt;Thanks! I agree that it really helps with performance.&#xA0;   Any ...&lt;/a&gt; &lt;i&gt;by robb_price&lt;/i&gt;&lt;li&gt;&lt;a href=&quot;http://www.risevision.com/blog/user-tips-and-tricks-tweaking-your-windows-displays/#comment-746&quot;&gt;Robb and the RV team,   Great tips! Clearing the cache ...&lt;/a&gt; &lt;i&gt;by Media Com&lt;/i&gt;&lt;/ul&gt;&lt;/div&gt;

</content:encoded>
			<wfw:commentRss>http://www.risevision.com/blog/user-tips-and-tricks-tweaking-your-windows-displays/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments></item>
<item><feedburner:origLink>http://www.risevision.com/blog/user-tips-and-tricks-using-google-multiple-sign-on/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=user-tips-and-tricks-using-google-multiple-sign-on</feedburner:origLink>
		<title>User Tips and Tricks &#8211; Using Google Multiple Sign On</title>
		<link>http://feeds.feedblitz.com/~/30523513/0/risevision~User-Tips-and-Tricks-Using-Google-Multiple-Sign-On/</link>
		<comments>http://www.risevision.com/blog/user-tips-and-tricks-using-google-multiple-sign-on/#comments</comments>
		<pubDate>Mon, 21 May 2012 08:00:28 +0000</pubDate>
		<dc:creator>Robb</dc:creator>
				<category><![CDATA[User Tips N Tricks]]></category>
		<category><![CDATA[digital sigange]]></category>
		<category><![CDATA[DigitalOOH]]></category>
		<category><![CDATA[DOOH]]></category>
		<category><![CDATA[multiple sign on]]></category>
		<guid isPermaLink="false">http://www.risevision.com/?p=13573</guid>
		<description><![CDATA[An issue that has been brought to our attention is people utilizing Google&#8217;s multiple sign on capability sometimes log into our digital signage software with the wrong user account. We have added some functionality so that users can select the account they want to log in as. This quick video tutorial shows how when you [...]]]>

  &lt;a title=&quot;View Comments&quot; href=&quot;http://www.risevision.com/blog/user-tips-and-tricks-using-google-multiple-sign-on/#comments&quot;&gt;&lt;img height=&quot;20&quot; style=&quot;border:0;float:left;margin:0px 3px 0px;padding:0&quot; src=&quot;http://assets.feedblitz.com/i/comments.png&quot;&gt;&lt;/a&gt; &lt;a title=&quot;Follow Comments via RSS&quot; href=&quot;http://www.risevision.com/blog/user-tips-and-tricks-using-google-multiple-sign-on/feed/&quot;&gt;&lt;img height=&quot;20&quot; style=&quot;border:0;float:left;margin:0px 3px 0px;padding:0&quot; src=&quot;http://assets.feedblitz.com/i/commentrss.png&quot;&gt;&lt;/a&gt;&amp;nbsp;
&lt;div style=&quot;clear:left;&quot;&gt;&lt;h3&gt;&lt;a href=&quot;http://www.risevision.com/blog/user-tips-and-tricks-using-google-multiple-sign-on/#comments&quot;&gt;Comments&lt;/a&gt;&lt;/h3&gt;&lt;ul&gt;&lt;li&gt;&lt;a href=&quot;http://www.risevision.com/blog/user-tips-and-tricks-using-google-multiple-sign-on/#comments&quot;&gt;Comments&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;

</description>
			<content:encoded><![CDATA[<Img align="left" border="0" height="1" width="1" style="border:0;float:left;margin:0;padding:0" hspace="0" src="http://feeds.feedblitz.com/~/i/30523513/0/risevision"><p>An issue that has been brought to our attention is people utilizing Google&#8217;s multiple sign on capability sometimes log into our <a href="http://feeds.feedblitz.com/~/t/0/0/risevision/~http://www.risevision.com/digital-signage-software/" target="_blank">digital signage software</a> with the wrong user account. We have added some functionality so that users can select the account they want to log in as. This quick video tutorial shows how when you are logged into your two different accounts using multiple sign on and you then access the <a href="http://feeds.feedblitz.com/~/t/0/0/risevision/~http://rva.risevision.com" target="_blank">Rise Vision platform</a> in a separate tab, you will be asked which account you want to log in as.</p>
<p><iframe src="http://www.youtube.com/embed/hC7E_1EZ1pk" frameborder="0" width="560" height="315"></iframe></p>
<p>I hope everyone finds that information useful, and if you have any other questions, feel free to post them in our <a href="http://feeds.feedblitz.com/~/t/0/0/risevision/~http://community.risevision.com" target="_blank">forum</a>.</p>
<p>Thanks!</p>
]]>

  &lt;a title=&quot;View Comments&quot; href=&quot;http://www.risevision.com/blog/user-tips-and-tricks-using-google-multiple-sign-on/#comments&quot;&gt;&lt;img height=&quot;20&quot; style=&quot;border:0;float:left;margin:0px 3px 0px;padding:0&quot; src=&quot;http://assets.feedblitz.com/i/comments.png&quot;&gt;&lt;/a&gt; &lt;a title=&quot;Follow Comments via RSS&quot; href=&quot;http://www.risevision.com/blog/user-tips-and-tricks-using-google-multiple-sign-on/feed/&quot;&gt;&lt;img height=&quot;20&quot; style=&quot;border:0;float:left;margin:0px 3px 0px;padding:0&quot; src=&quot;http://assets.feedblitz.com/i/commentrss.png&quot;&gt;&lt;/a&gt;&amp;nbsp;
&lt;div style=&quot;clear:left;&quot;&gt;&lt;h3&gt;&lt;a href=&quot;http://www.risevision.com/blog/user-tips-and-tricks-using-google-multiple-sign-on/#comments&quot;&gt;Comments&lt;/a&gt;&lt;/h3&gt;&lt;ul&gt;&lt;li&gt;&lt;a href=&quot;http://www.risevision.com/blog/user-tips-and-tricks-using-google-multiple-sign-on/#comments&quot;&gt;Comments&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;

</content:encoded>
			<wfw:commentRss>http://www.risevision.com/blog/user-tips-and-tricks-using-google-multiple-sign-on/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments></item>
<item><feedburner:origLink>http://www.risevision.com/blog/developer-tips-tricks-scrolling-a-custom-spreadsheet-gadget-layout/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=developer-tips-tricks-scrolling-a-custom-spreadsheet-gadget-layout</feedburner:origLink>
		<title>Developer Tips &amp; Tricks &#8211; Scrolling a Custom Spreadsheet Gadget Layout</title>
		<link>http://feeds.feedblitz.com/~/30402440/0/risevision~Developer-Tips-amp-Tricks-Scrolling-a-Custom-Spreadsheet-Gadget-Layout/</link>
		<comments>http://www.risevision.com/blog/developer-tips-tricks-scrolling-a-custom-spreadsheet-gadget-layout/#comments</comments>
		<pubDate>Wed, 16 May 2012 08:00:31 +0000</pubDate>
		<dc:creator>Donna</dc:creator>
				<category><![CDATA[Developer Tips n Tricks]]></category>
		<category><![CDATA[Gadgets]]></category>
		<category><![CDATA[Digital Signage Developer]]></category>
		<category><![CDATA[gadgets]]></category>
		<category><![CDATA[google spreadsheet]]></category>
		<guid isPermaLink="false">http://www.risevision.com/?p=13252</guid>
		<description><![CDATA[We&#8217;ve already talked about how to customize the layout for the Google Spreadsheet Gadget, but what we haven&#8217;t covered yet is how to scroll that custom layout. So, let&#8217;s tie up that loose end right now. We&#8217;ll use the same HTML markup for creating a menu for a digital signage Display as in the previous post (I&#8217;ve [...]]]>

  &lt;a title=&quot;View Comments&quot; href=&quot;http://www.risevision.com/blog/developer-tips-tricks-scrolling-a-custom-spreadsheet-gadget-layout/#comments&quot;&gt;&lt;img height=&quot;20&quot; style=&quot;border:0;float:left;margin:0px 3px 0px;padding:0&quot; src=&quot;http://assets.feedblitz.com/i/comments.png&quot;&gt;&lt;/a&gt; &lt;a title=&quot;Follow Comments via RSS&quot; href=&quot;http://www.risevision.com/blog/developer-tips-tricks-scrolling-a-custom-spreadsheet-gadget-layout/feed/&quot;&gt;&lt;img height=&quot;20&quot; style=&quot;border:0;float:left;margin:0px 3px 0px;padding:0&quot; src=&quot;http://assets.feedblitz.com/i/commentrss.png&quot;&gt;&lt;/a&gt;&amp;nbsp;
&lt;div style=&quot;clear:left;&quot;&gt;&lt;h3&gt;&lt;a href=&quot;http://www.risevision.com/blog/developer-tips-tricks-scrolling-a-custom-spreadsheet-gadget-layout/#comments&quot;&gt;Comments&lt;/a&gt;&lt;/h3&gt;&lt;ul&gt;&lt;li&gt;&lt;a href=&quot;http://www.risevision.com/blog/developer-tips-tricks-scrolling-a-custom-spreadsheet-gadget-layout/#comment-745&quot;&gt;After some internal discussion, we've decided to add a speed ...&lt;/a&gt; &lt;i&gt;by Donna Murphy&lt;/i&gt;&lt;li&gt;&lt;a href=&quot;http://www.risevision.com/blog/developer-tips-tricks-scrolling-a-custom-spreadsheet-gadget-layout/#comment-744&quot;&gt;Thanks Donna. I will give it a shot.&lt;/a&gt; &lt;i&gt;by Medford Advertising Agency&lt;/i&gt;&lt;li&gt;&lt;a href=&quot;http://www.risevision.com/blog/developer-tips-tricks-scrolling-a-custom-spreadsheet-gadget-layout/#comment-743&quot;&gt;You're basically going to have to create a custom Gadget that ...&lt;/a&gt; &lt;i&gt;by Donna Murphy&lt;/i&gt;&lt;li&gt;&lt;a href=&quot;http://www.risevision.com/blog/developer-tips-tricks-scrolling-a-custom-spreadsheet-gadget-layout/#comment-742&quot;&gt;How would one go about that? Do you have to move a copy of the ...&lt;/a&gt; &lt;i&gt;by Medford Advertising Agency&lt;/i&gt;&lt;li&gt;&lt;a href=&quot;http://www.risevision.com/blog/developer-tips-tricks-scrolling-a-custom-spreadsheet-gadget-layout/#comment-741&quot;&gt;No, sorry, there's no way that you can control the speed. It's ...&lt;/a&gt; &lt;i&gt;by Donna Murphy&lt;/i&gt;&lt;li&gt;&lt;a href=&quot;http://www.risevision.com/blog/developer-tips-tricks-scrolling-a-custom-spreadsheet-gadget-layout/#comment-740&quot;&gt;Is it possible to control the speed of the custom spreadsheet ...&lt;/a&gt; &lt;i&gt;by Medford Advertising Agency&lt;/i&gt;&lt;/ul&gt;&lt;/div&gt;

</description>
			<content:encoded><![CDATA[<Img align="left" border="0" height="1" width="1" style="border:0;float:left;margin:0;padding:0" hspace="0" src="http://feeds.feedblitz.com/~/i/30402440/0/risevision"><p>We&#8217;ve already talked about <a href="http://feeds.feedblitz.com/~/t/0/0/risevision/~http://www.risevision.com/blog/developer-tips-tricks-creating-a-customized-layout-for-the-google-spreadsheet-gadget/" target="_blank">how to customize the layout for the Google Spreadsheet Gadget</a>, but what we haven&#8217;t covered yet is how to scroll that custom layout. So, let&#8217;s tie up that loose end right now.</p>
<p>We&#8217;ll use the same HTML markup for creating a menu for a <a href="http://feeds.feedblitz.com/~/t/0/0/risevision/~http://www.risevision.com/digital-signage-displays/" target="_blank">digital signage Display</a> as in the previous post (I&#8217;ve shortened it to only show the relevant parts):</p>
<p><span style="color: #808080;"><code><div id="menu"></code></span>
<br>
<span style="color: #808080;"> <code>  <div class="repeat menus"></code></span>
<br>
<span style="color: #808080;"> <code>    ...</code></span>
<br>
<span style="color: #808080;"> <code>  </div></code></span>
<br>
<span style="color: #808080;"> <code></div></code></span></p>
<p>To support scrolling, we need to add an additional HTML element with an ID of <em>scrollContainer</em>. This element is a wrapper for all of the content that should be scrolled. Since we want the entire menu to be scrollable, we wrap it around the <em>menu</em> element:</p>
<p><span style="color: #3366ff;"><code><div id="scrollContainer"></code></span>
<br>
<span style="color: #888888;"> <code>  <div id="menu"></code></span>
<br>
<span style="color: #888888;"> <code>    ...<code>
<br>
<code>  </div></code>
<br>
<span style="color: #3366ff;"><code></div></code></span></code></code></span></p>
<p>Next, we need to add some sort of indicator for the scrolling functionality to know what content to scroll when Scroll By is set to Page. This is done by assigning a class of <em>page</em> to the appropriate element:</p>
<p><span style="color: #888888;"><code><div id="scrollContainer"></code></span>
<br>
<span style="color: #888888;"> <code>  <div id="menu" <span style="color: #3366ff;">class="page"</span>></code></span>
<br>
<span style="color: #888888;"> <code>    ...<code>
<br>
<code>  </div></code>
<br>
<code></div></code></code></code></span></p>
<p>There is an important point to note when scrolling by page, and that is that the height of the <em>page</em> element must be greater than the height of <em>scrollContainer</em>. Otherwise it is assumed that all of the content is already visible and scrolling is not necessary. This can be achieved with some simple CSS to tell the <em>scrollContainer</em> to not automatically resize to fit its content, but rather to stay the same size as the Placeholder:</p>
<p><span style="color: #808080;"><code>#scrollContainer {</code></span>
<br>
<span style="color: #808080;"> <code>  height: 100%;</code></span>
<br>
<span style="color: #808080;"> <code>}</code></span></p>
<p>There&#8217;s one final step, and that&#8217;s to add a similar indicator when scrolling by row. This is achieved by assigning a class of <em>item</em> to the appropriate element:</p>
<p><span style="color: #888888;"><code><div id="scrollContainer"></code></span>
<br>
<span style="color: #888888;"> <code>  <div id="menu"<span style="color: #808080;"> class="page"</span>></code></span>
<br>
<span style="color: #888888;"> <code>    <div <span style="color: #808080;">class="repeat <span style="color: #3366ff;">item</span> menus"</span>></code></span>
<br>
<span style="color: #888888;"> <code>      ...<code>
<br>
<code>    </div></code>
<br>
<code>  </div></code>
<br>
<code></div></code></code></code></span></p>
<p>That&#8217;s pretty much it. You now have a menu that scrolls according to the Scroll By setting!</p>
]]>

  &lt;a title=&quot;View Comments&quot; href=&quot;http://www.risevision.com/blog/developer-tips-tricks-scrolling-a-custom-spreadsheet-gadget-layout/#comments&quot;&gt;&lt;img height=&quot;20&quot; style=&quot;border:0;float:left;margin:0px 3px 0px;padding:0&quot; src=&quot;http://assets.feedblitz.com/i/comments.png&quot;&gt;&lt;/a&gt; &lt;a title=&quot;Follow Comments via RSS&quot; href=&quot;http://www.risevision.com/blog/developer-tips-tricks-scrolling-a-custom-spreadsheet-gadget-layout/feed/&quot;&gt;&lt;img height=&quot;20&quot; style=&quot;border:0;float:left;margin:0px 3px 0px;padding:0&quot; src=&quot;http://assets.feedblitz.com/i/commentrss.png&quot;&gt;&lt;/a&gt;&amp;nbsp;
&lt;div style=&quot;clear:left;&quot;&gt;&lt;h3&gt;&lt;a href=&quot;http://www.risevision.com/blog/developer-tips-tricks-scrolling-a-custom-spreadsheet-gadget-layout/#comments&quot;&gt;Comments&lt;/a&gt;&lt;/h3&gt;&lt;ul&gt;&lt;li&gt;&lt;a href=&quot;http://www.risevision.com/blog/developer-tips-tricks-scrolling-a-custom-spreadsheet-gadget-layout/#comment-745&quot;&gt;After some internal discussion, we've decided to add a speed ...&lt;/a&gt; &lt;i&gt;by Donna Murphy&lt;/i&gt;&lt;li&gt;&lt;a href=&quot;http://www.risevision.com/blog/developer-tips-tricks-scrolling-a-custom-spreadsheet-gadget-layout/#comment-744&quot;&gt;Thanks Donna. I will give it a shot.&lt;/a&gt; &lt;i&gt;by Medford Advertising Agency&lt;/i&gt;&lt;li&gt;&lt;a href=&quot;http://www.risevision.com/blog/developer-tips-tricks-scrolling-a-custom-spreadsheet-gadget-layout/#comment-743&quot;&gt;You're basically going to have to create a custom Gadget that ...&lt;/a&gt; &lt;i&gt;by Donna Murphy&lt;/i&gt;&lt;li&gt;&lt;a href=&quot;http://www.risevision.com/blog/developer-tips-tricks-scrolling-a-custom-spreadsheet-gadget-layout/#comment-742&quot;&gt;How would one go about that? Do you have to move a copy of the ...&lt;/a&gt; &lt;i&gt;by Medford Advertising Agency&lt;/i&gt;&lt;li&gt;&lt;a href=&quot;http://www.risevision.com/blog/developer-tips-tricks-scrolling-a-custom-spreadsheet-gadget-layout/#comment-741&quot;&gt;No, sorry, there's no way that you can control the speed. It's ...&lt;/a&gt; &lt;i&gt;by Donna Murphy&lt;/i&gt;&lt;li&gt;&lt;a href=&quot;http://www.risevision.com/blog/developer-tips-tricks-scrolling-a-custom-spreadsheet-gadget-layout/#comment-740&quot;&gt;Is it possible to control the speed of the custom spreadsheet ...&lt;/a&gt; &lt;i&gt;by Medford Advertising Agency&lt;/i&gt;&lt;/ul&gt;&lt;/div&gt;

</content:encoded>
			<wfw:commentRss>http://www.risevision.com/blog/developer-tips-tricks-scrolling-a-custom-spreadsheet-gadget-layout/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments></item>
<item><feedburner:origLink>http://www.risevision.com/blog/create-a-floating-effect-in-your-presentations/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=create-a-floating-effect-in-your-presentations</feedburner:origLink>
		<title>Create a Floating Effect in Your Presentations</title>
		<link>http://feeds.feedblitz.com/~/30382839/0/risevision~Create-a-Floating-Effect-in-Your-Presentations/</link>
		<comments>http://www.risevision.com/blog/create-a-floating-effect-in-your-presentations/#comments</comments>
		<pubDate>Tue, 15 May 2012 08:00:42 +0000</pubDate>
		<dc:creator>Donna</dc:creator>
				<category><![CDATA[Presentations]]></category>
		<category><![CDATA[Digital Signage Developer]]></category>
		<category><![CDATA[plugins]]></category>
		<guid isPermaLink="false">http://www.risevision.com/?p=13233</guid>
		<description><![CDATA[Using a jQuery plugin called jqFloat.js, you can create floating effects like the one&#8217;s in this Presentation. It works by utilizing jQuery&#8217;s animate function to animate elements to different positions indefinitely, giving them the illusion that they&#8217;re floating. This demo is the same one provided on the plugin&#8217;s web site, and it highlights some interesting ways in which the plugin can be [...]]]>

  &lt;a title=&quot;View Comments&quot; href=&quot;http://www.risevision.com/blog/create-a-floating-effect-in-your-presentations/#comments&quot;&gt;&lt;img height=&quot;20&quot; style=&quot;border:0;float:left;margin:0px 3px 0px;padding:0&quot; src=&quot;http://assets.feedblitz.com/i/comments.png&quot;&gt;&lt;/a&gt; &lt;a title=&quot;Follow Comments via RSS&quot; href=&quot;http://www.risevision.com/blog/create-a-floating-effect-in-your-presentations/feed/&quot;&gt;&lt;img height=&quot;20&quot; style=&quot;border:0;float:left;margin:0px 3px 0px;padding:0&quot; src=&quot;http://assets.feedblitz.com/i/commentrss.png&quot;&gt;&lt;/a&gt;&amp;nbsp;
&lt;div style=&quot;clear:left;&quot;&gt;&lt;h3&gt;&lt;a href=&quot;http://www.risevision.com/blog/create-a-floating-effect-in-your-presentations/#comments&quot;&gt;Comments&lt;/a&gt;&lt;/h3&gt;&lt;ul&gt;&lt;li&gt;&lt;a href=&quot;http://www.risevision.com/blog/create-a-floating-effect-in-your-presentations/#comments&quot;&gt;Comments&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;

</description>
			<content:encoded><![CDATA[<Img align="left" border="0" height="1" width="1" style="border:0;float:left;margin:0;padding:0" hspace="0" src="http://feeds.feedblitz.com/~/i/30382839/0/risevision"><p>Using a jQuery plugin called jqFloat.js, you can create floating effects like the one&#8217;s in <a href="http://feeds.feedblitz.com/~/t/0/0/risevision/~http://rvashow.risevision.com/Viewer.html?type=presentation&id=a73f33c4-4f29-4548-b5b4-c71091845a9d" target="_blank">this Presentation</a>. It works by utilizing jQuery&#8217;s <code>animate</code> function to animate elements to different positions indefinitely, giving them the illusion that they&#8217;re floating. This demo is the same one provided on the plugin&#8217;s <a href="http://feeds.feedblitz.com/~/t/0/0/risevision/~http://www.inwebson.com/jquery/jqfloat-js-a-floating-effect-with-jquery/" target="_blank">web site</a>, and it highlights some interesting ways in which the plugin can be used.</p>
<p>If you&#8217;d like to experiment with some of your own ideas, you can download the plugin from <a href="http://feeds.feedblitz.com/~/t/0/0/risevision/~http://inwebson.com/demo/download/jqfloat.zip">here</a>. Don&#8217;t forget to start by including it in your <a href="http://feeds.feedblitz.com/~/t/0/0/risevision/~http://www.risevision.com/digital-signage/" target="_blank">digital signage</a> Presentation:</p>
<p><span style="color: #808080;"><code><script src="path/to/jqfloat.js"></script></code></span></p>
<p>From there, add the HTML that you would like to appear floated. If that HTML element had an ID of <em>balloon</em>, for example, you would add the following jQuery code to then &#8220;float&#8221; it:</p>
<p><span style="color: #808080;"><code>$(</code><code>'#balloon'</code><code>).jqFloat();</code></span></p>
<p>You can configure the floating object by specifying its maximum horizontal floating area (<code>width</code>), maximum vertical floating area (<code>height</code>), maximum floating speed (<code>speed</code>), or its distance from the bottom (<code>minHeight</code>):</p>
<p><span style="color: #808080;"><code>$('#balloon').jqFloat({</code></span>
<br>
<span style="color: #808080;"> <code>  width:5,</code></span>
<br>
<span style="color: #808080;"> <code>  height:30,</code></span>
<br>
<span style="color: #808080;"> <code>  speed:1500,</code></span>
<br>
<span style="color: #808080;"> <code>  minHeight:300</code></span>
<br>
<span style="color: #808080;"> <code>});</code></span></p>
<p>You can also start or stop the animation (like the balloon in the demo Presentation) by passing <code>play</code> or <code>stop</code>:</p>
<p><span style="color: #808080;"><code>$('#balloon').jFloat('play');</code></span>
<br>
<span style="color: #808080;"> <code>$('#balloon').jFloat('stop');</code></span></p>
<p>The plugin takes care of the rest! Pretty neat, huh?</p>
]]>

  &lt;a title=&quot;View Comments&quot; href=&quot;http://www.risevision.com/blog/create-a-floating-effect-in-your-presentations/#comments&quot;&gt;&lt;img height=&quot;20&quot; style=&quot;border:0;float:left;margin:0px 3px 0px;padding:0&quot; src=&quot;http://assets.feedblitz.com/i/comments.png&quot;&gt;&lt;/a&gt; &lt;a title=&quot;Follow Comments via RSS&quot; href=&quot;http://www.risevision.com/blog/create-a-floating-effect-in-your-presentations/feed/&quot;&gt;&lt;img height=&quot;20&quot; style=&quot;border:0;float:left;margin:0px 3px 0px;padding:0&quot; src=&quot;http://assets.feedblitz.com/i/commentrss.png&quot;&gt;&lt;/a&gt;&amp;nbsp;
&lt;div style=&quot;clear:left;&quot;&gt;&lt;h3&gt;&lt;a href=&quot;http://www.risevision.com/blog/create-a-floating-effect-in-your-presentations/#comments&quot;&gt;Comments&lt;/a&gt;&lt;/h3&gt;&lt;ul&gt;&lt;li&gt;&lt;a href=&quot;http://www.risevision.com/blog/create-a-floating-effect-in-your-presentations/#comments&quot;&gt;Comments&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;

</content:encoded>
			<wfw:commentRss>http://www.risevision.com/blog/create-a-floating-effect-in-your-presentations/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments></item>
<item><feedburner:origLink>http://www.risevision.com/blog/user-tips-and-tricks-showing-headers-in-the-spreadsheet-gadget/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=user-tips-and-tricks-showing-headers-in-the-spreadsheet-gadget</feedburner:origLink>
		<title>User Tips and Tricks &#8211; Showing Headers in the Spreadsheet Gadget</title>
		<link>http://feeds.feedblitz.com/~/30365416/0/risevision~User-Tips-and-Tricks-Showing-Headers-in-the-Spreadsheet-Gadget/</link>
		<comments>http://www.risevision.com/blog/user-tips-and-tricks-showing-headers-in-the-spreadsheet-gadget/#comments</comments>
		<pubDate>Mon, 14 May 2012 08:00:05 +0000</pubDate>
		<dc:creator>Robb</dc:creator>
				<category><![CDATA[User Tips N Tricks]]></category>
		<category><![CDATA[Digital Signage]]></category>
		<category><![CDATA[DigitalOOH]]></category>
		<category><![CDATA[DOOH]]></category>
		<category><![CDATA[gadgets]]></category>
		<category><![CDATA[google spreadsheet]]></category>
		<category><![CDATA[presentations]]></category>
		<guid isPermaLink="false">http://www.risevision.com/?p=13272</guid>
		<description><![CDATA[When using the Google Spreadsheet Gadget, you will see there is an option to change the Heading font, color and size.  Recently a user in our forum was having some issues in getting the header to show, so today&#8217;s post is about how to show or hide the header from your Spreadsheet using our digital [...]]]>

  &lt;a title=&quot;View Comments&quot; href=&quot;http://www.risevision.com/blog/user-tips-and-tricks-showing-headers-in-the-spreadsheet-gadget/#comments&quot;&gt;&lt;img height=&quot;20&quot; style=&quot;border:0;float:left;margin:0px 3px 0px;padding:0&quot; src=&quot;http://assets.feedblitz.com/i/comments.png&quot;&gt;&lt;/a&gt; &lt;a title=&quot;Follow Comments via RSS&quot; href=&quot;http://www.risevision.com/blog/user-tips-and-tricks-showing-headers-in-the-spreadsheet-gadget/feed/&quot;&gt;&lt;img height=&quot;20&quot; style=&quot;border:0;float:left;margin:0px 3px 0px;padding:0&quot; src=&quot;http://assets.feedblitz.com/i/commentrss.png&quot;&gt;&lt;/a&gt;&amp;nbsp;
&lt;div style=&quot;clear:left;&quot;&gt;&lt;h3&gt;&lt;a href=&quot;http://www.risevision.com/blog/user-tips-and-tricks-showing-headers-in-the-spreadsheet-gadget/#comments&quot;&gt;Comments&lt;/a&gt;&lt;/h3&gt;&lt;ul&gt;&lt;li&gt;&lt;a href=&quot;http://www.risevision.com/blog/user-tips-and-tricks-showing-headers-in-the-spreadsheet-gadget/#comments&quot;&gt;Comments&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;

</description>
			<content:encoded><![CDATA[<Img align="left" border="0" height="1" width="1" style="border:0;float:left;margin:0;padding:0" hspace="0" src="http://feeds.feedblitz.com/~/i/30365416/0/risevision"><p>When using the Google Spreadsheet Gadget, you will see there is an option to change the Heading font, color and size.  Recently a user in our forum was having some <a href="http://feeds.feedblitz.com/~/t/0/0/risevision/~http://gsfn.us/t/2sfin" target="_blank">issues in getting the header to show</a>, so today&#8217;s post is about how to show or hide the header from your Spreadsheet using our <a href="http://feeds.feedblitz.com/~/t/0/0/risevision/~http://www.risevision.com/digital-signage-solutions/" target="_blank">digital signage solution</a>.</p>
<p>First you will need to get the <a href="http://feeds.feedblitz.com/~/t/0/0/risevision/~http://www.risevision.com/help/developers/data-source-urls/" target="_blank">query data source URL</a> to put into the Google Spreadsheet Gadget. Notice that the URL ends with an =0 or 1. If you want the Spreadsheet to show the very top column as the header, change the value to 1. If you want no header, change it to 0. Pretty simple stuff.</p>
<p>Another thing to keep in mind is that any of the font options you apply to your header in the actual Spreadsheet will not be reflected in the Gadget in your Presentation. If you want the header to have a different font, size or color, select those options in the Google Spreadsheet Gadget&#8217;s &#8220;Heading Font&#8221; section.</p>
<p>I hope that helps, let us know if you have any questions in the <a href="http://feeds.feedblitz.com/~/t/0/0/risevision/~http://community.risevision.com" target="_blank">forum</a>.</p>
<p>Thanks!</p>
]]>

  &lt;a title=&quot;View Comments&quot; href=&quot;http://www.risevision.com/blog/user-tips-and-tricks-showing-headers-in-the-spreadsheet-gadget/#comments&quot;&gt;&lt;img height=&quot;20&quot; style=&quot;border:0;float:left;margin:0px 3px 0px;padding:0&quot; src=&quot;http://assets.feedblitz.com/i/comments.png&quot;&gt;&lt;/a&gt; &lt;a title=&quot;Follow Comments via RSS&quot; href=&quot;http://www.risevision.com/blog/user-tips-and-tricks-showing-headers-in-the-spreadsheet-gadget/feed/&quot;&gt;&lt;img height=&quot;20&quot; style=&quot;border:0;float:left;margin:0px 3px 0px;padding:0&quot; src=&quot;http://assets.feedblitz.com/i/commentrss.png&quot;&gt;&lt;/a&gt;&amp;nbsp;
&lt;div style=&quot;clear:left;&quot;&gt;&lt;h3&gt;&lt;a href=&quot;http://www.risevision.com/blog/user-tips-and-tricks-showing-headers-in-the-spreadsheet-gadget/#comments&quot;&gt;Comments&lt;/a&gt;&lt;/h3&gt;&lt;ul&gt;&lt;li&gt;&lt;a href=&quot;http://www.risevision.com/blog/user-tips-and-tricks-showing-headers-in-the-spreadsheet-gadget/#comments&quot;&gt;Comments&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;

</content:encoded>
			<wfw:commentRss>http://www.risevision.com/blog/user-tips-and-tricks-showing-headers-in-the-spreadsheet-gadget/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments></item>
<item><feedburner:origLink>http://www.risevision.com/blog/developer-tips-tricks-getting-information-about-a-company/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=developer-tips-tricks-getting-information-about-a-company</feedburner:origLink>
		<title>Developer Tips &amp; Tricks &#8211; Getting Information about a Company</title>
		<link>http://feeds.feedblitz.com/~/30220671/0/risevision~Developer-Tips-amp-Tricks-Getting-Information-about-a-Company/</link>
		<comments>http://www.risevision.com/blog/developer-tips-tricks-getting-information-about-a-company/#comments</comments>
		<pubDate>Wed, 09 May 2012 08:00:20 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Developer Tips n Tricks]]></category>
		<category><![CDATA[Gadgets]]></category>
		<category><![CDATA[Digital Signage Developer]]></category>
		<category><![CDATA[gadgets]]></category>
		<guid isPermaLink="false">http://risevision.com/?p=13190</guid>
		<description><![CDATA[In a previous post, we discussed how to request some information about the digital signage Display that a Gadget is running on. In a similar way, you can also get information about the Company, including the Company ID and social connection data. Currently, the only supported social connection is Foursquare. Requesting Information about a Company In your [...]]]>

  &lt;a title=&quot;View Comments&quot; href=&quot;http://www.risevision.com/blog/developer-tips-tricks-getting-information-about-a-company/#comments&quot;&gt;&lt;img height=&quot;20&quot; style=&quot;border:0;float:left;margin:0px 3px 0px;padding:0&quot; src=&quot;http://assets.feedblitz.com/i/comments.png&quot;&gt;&lt;/a&gt; &lt;a title=&quot;Follow Comments via RSS&quot; href=&quot;http://www.risevision.com/blog/developer-tips-tricks-getting-information-about-a-company/feed/&quot;&gt;&lt;img height=&quot;20&quot; style=&quot;border:0;float:left;margin:0px 3px 0px;padding:0&quot; src=&quot;http://assets.feedblitz.com/i/commentrss.png&quot;&gt;&lt;/a&gt;&amp;nbsp;
&lt;div style=&quot;clear:left;&quot;&gt;&lt;h3&gt;&lt;a href=&quot;http://www.risevision.com/blog/developer-tips-tricks-getting-information-about-a-company/#comments&quot;&gt;Comments&lt;/a&gt;&lt;/h3&gt;&lt;ul&gt;&lt;li&gt;&lt;a href=&quot;http://www.risevision.com/blog/developer-tips-tricks-getting-information-about-a-company/#comments&quot;&gt;Comments&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;

</description>
			<content:encoded><![CDATA[<Img align="left" border="0" height="1" width="1" style="border:0;float:left;margin:0;padding:0" hspace="0" src="http://feeds.feedblitz.com/~/i/30220671/0/risevision"><p>In a <a href="http://feeds.feedblitz.com/~/t/0/0/risevision/~http://www.risevision.com/blog/developer-tips-tricks-getting-information-about-a-display/" target="_blank">previous post</a>, we discussed how to request some information about the <a href="http://feeds.feedblitz.com/~/t/0/0/risevision/~http://www.risevision.com/digital-signage-displays/" target="_blank">digital signage Display</a> that a Gadget is running on. In a similar way, you can also get information about the Company, including the Company ID and social connection data. Currently, the only supported social connection is Foursquare.</p>
<h2>Requesting Information about a Company</h2>
<p>In your Gadget, make the following RPC call to request the Company ID:</p>
<p><span style="color: #808080;"><code>gadgets.rpc.call("", "rsparam_get", null, id, "companyId");</code></span></p>
<p>where <span style="color: #888888;"><code>id</code></span> is the ID of the Gadget (in case you&#8217;ve forgotten how to retrieve the Gadget&#8217;s ID, read <a href="http://feeds.feedblitz.com/~/t/0/0/risevision/~http://www.risevision.com/blog/developer-tips-tricks-gadget-fundamentals-part-3/" target="_blank">this</a> blog post).</p>
<p>To retrieve social connection data, use this instead:</p>
<p><span style="color: #808080;"><code>gadgets.rpc.call("", "rsparam_get", null, id, "social:foursquare");</code></span></p>
<h2>Handling the Response</h2>
<p>The Viewer will send back a response via RPC as well. To receive this response your Gadget needs to register an RPC call:</p>
<p><span style="color: #808080;"><code>gadgets.rpc.register("rsparam_set_" + id, handler);</code></span></p>
<p>where <span style="color: #888888;"><code>handler</code></span> is the name of a callback function to which the Viewer will send the response.</p>
<p>The callback function takes 2 parameters, <span style="color: #888888;"><code>name</code></span> and <span style="color: #888888;"><code>value</code></span>:</p>
<p><span style="color: #808080;"><code>function handler(name, value) {</code></span>
<br>
<span style="color: #808080;"> <code>  //Add code to handle the response.</code></span>
<br>
<span style="color: #808080;"> <code>}</code></span></p>
<p>For a Company ID request, <span style="color: #888888;"><code>name</code></span> is <span style="color: #888888;"><code>companyId</code></span> and <span style="color: #888888;"><code>value</code></span> is the ID of the Company.</p>
<p>For a social connection request, <span style="color: #888888;"><code>name</code></span> is <span style="color: #888888;"><code>social:foursquare</code></span> and <span style="color: #888888;"><code>value</code></span> is a JSON string of the format</p>
<p><code><span style="color: #808080;">{"network":"foursquare","access":"access_token",</span><span style="font-family: Georgia, 'Times New Roman', 'Bitstream Charter', Times, serif;"> </span></code>
<br>
<span style="color: #808080;"><code>  "companyLocation":"location_token"}</code></span></p>
<p>where:</p>
<ul>
<li><span style="color: #888888;"><code>network</code></span> is the name of a social network.</li>
<li><span style="color: #888888;"><code>access</code></span> is the OAuth access token for that social network associated with the Display.</li>
<li><span style="color: #888888;"><code>companyLocation</code></span> is the location token for that social network associated with the Display.</li>
</ul>
]]>

  &lt;a title=&quot;View Comments&quot; href=&quot;http://www.risevision.com/blog/developer-tips-tricks-getting-information-about-a-company/#comments&quot;&gt;&lt;img height=&quot;20&quot; style=&quot;border:0;float:left;margin:0px 3px 0px;padding:0&quot; src=&quot;http://assets.feedblitz.com/i/comments.png&quot;&gt;&lt;/a&gt; &lt;a title=&quot;Follow Comments via RSS&quot; href=&quot;http://www.risevision.com/blog/developer-tips-tricks-getting-information-about-a-company/feed/&quot;&gt;&lt;img height=&quot;20&quot; style=&quot;border:0;float:left;margin:0px 3px 0px;padding:0&quot; src=&quot;http://assets.feedblitz.com/i/commentrss.png&quot;&gt;&lt;/a&gt;&amp;nbsp;
&lt;div style=&quot;clear:left;&quot;&gt;&lt;h3&gt;&lt;a href=&quot;http://www.risevision.com/blog/developer-tips-tricks-getting-information-about-a-company/#comments&quot;&gt;Comments&lt;/a&gt;&lt;/h3&gt;&lt;ul&gt;&lt;li&gt;&lt;a href=&quot;http://www.risevision.com/blog/developer-tips-tricks-getting-information-about-a-company/#comments&quot;&gt;Comments&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;

</content:encoded>
			<wfw:commentRss>http://www.risevision.com/blog/developer-tips-tricks-getting-information-about-a-company/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments></item>
<item><feedburner:origLink>http://www.risevision.com/blog/shuffling-text/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=shuffling-text</feedburner:origLink>
		<title>Shuffling Text</title>
		<link>http://feeds.feedblitz.com/~/30203898/0/risevision~Shuffling-Text/</link>
		<comments>http://www.risevision.com/blog/shuffling-text/#comments</comments>
		<pubDate>Tue, 08 May 2012 08:00:37 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Presentations]]></category>
		<category><![CDATA[Digital Signage Developer]]></category>
		<category><![CDATA[plugins]]></category>
		<guid isPermaLink="false">http://risevision.com/?p=13030</guid>
		<description><![CDATA[This week, let&#8217;s discuss how to achieve a shuffling effect like this one for the text in your Presentations. For the sake of this demo, we&#8217;ll show two different pieces of text that reshuffle every 5 seconds. This is pretty easy to achieve. You can download the base Javascript functionality from here. The only file you&#8217;ll [...]]]>

  &lt;a title=&quot;View Comments&quot; href=&quot;http://www.risevision.com/blog/shuffling-text/#comments&quot;&gt;&lt;img height=&quot;20&quot; style=&quot;border:0;float:left;margin:0px 3px 0px;padding:0&quot; src=&quot;http://assets.feedblitz.com/i/comments.png&quot;&gt;&lt;/a&gt; &lt;a title=&quot;Follow Comments via RSS&quot; href=&quot;http://www.risevision.com/blog/shuffling-text/feed/&quot;&gt;&lt;img height=&quot;20&quot; style=&quot;border:0;float:left;margin:0px 3px 0px;padding:0&quot; src=&quot;http://assets.feedblitz.com/i/commentrss.png&quot;&gt;&lt;/a&gt;&amp;nbsp;
&lt;div style=&quot;clear:left;&quot;&gt;&lt;h3&gt;&lt;a href=&quot;http://www.risevision.com/blog/shuffling-text/#comments&quot;&gt;Comments&lt;/a&gt;&lt;/h3&gt;&lt;ul&gt;&lt;li&gt;&lt;a href=&quot;http://www.risevision.com/blog/shuffling-text/#comments&quot;&gt;Comments&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;

</description>
			<content:encoded><![CDATA[<Img align="left" border="0" height="1" width="1" style="border:0;float:left;margin:0;padding:0" hspace="0" src="http://feeds.feedblitz.com/~/i/30203898/0/risevision"><p>This week, let&#8217;s discuss how to achieve a shuffling effect like <a href="http://feeds.feedblitz.com/~/t/0/0/risevision/~http://demo.tutorialzine.com/2011/09/shuffle-letters-effect-jquery/" target="_blank">this one</a> for the text in your Presentations. For the sake of this demo, we&#8217;ll show two different pieces of text that reshuffle every 5 seconds.</p>
<p>This is pretty easy to achieve. You can download the base Javascript functionality from <a href="http://feeds.feedblitz.com/~/t/0/0/risevision/~http://demo.tutorialzine.com/2011/09/shuffle-letters-effect-jquery/jquery.shuffleLetters.zip">here</a>. The only file you&#8217;ll really need is <em>jquery.shuffleLetters.js</em>, so upload it to a hosting server. Once that&#8217;s done, include it in your Presentation:</p>
<p><span style="color: #888888;"><code><script src="path/to/jquery.shuffleLetters.js"></script></code></span></p>
<p>Next, add a Placeholder to the Presentation using our <a href="http://feeds.feedblitz.com/~/t/0/0/risevision/~http://www.risevision.com/free-digital-signage-software/" target="_blank">free digital signage software</a>. In this case, I&#8217;ve given the Placeholder a name of <em>container</em>. Then, add the following code:</p>
<p><span style="color: #888888;"><code><script></code></span>
<br>
<span style="color: #888888;"> <code>  var i = 0,</code></span>
<br>
<span style="color: #888888;"> <code>    container = $("#container"),</code></span>
<br>
<span style="color: #888888;"> <code>    text = [ "This is a demo of how to shuffle text on a Presentation.", "Try it for yourself!" ];</code></span></p>
<p><span style="color: #888888;"><code>  $(container).text(text[i]);</code></span>
<br>
<span style="color: #888888;"> <code>  container.shuffleLetters();</code></span>
<br>
<span style="color: #888888;"> <code>  i++;</code></span></p>
<p><span style="color: #888888;"><code>  setInterval(function() {</code></span>
<br>
<span style="color: #888888;"> <code>    // Shuffle the Placeholder with custom text.</code></span>
<br>
<span style="color: #888888;"> <code>    container.shuffleLetters({</code></span>
<br>
<span style="color: #888888;"> <code>      "text": text[i]</code></span>
<br>
<span style="color: #888888;"> <code>    });</code></span></p>
<p><span style="color: #888888;"><code>    if (++i >= text.length) {</code></span>
<br>
<span style="color: #888888;"> <code>      i = 0;</code></span>
<br>
<span style="color: #888888;"> <code>    }</code></span>
<br>
<span style="color: #888888;"> <code>  }, 5000);</code></span>
<br>
<span style="color: #888888;"> <code></script></code></span></p>
<p>This code creates an array of static text entries. The first text entry is added to the Placeholder and shuffled. Every 5 seconds thereafter, the next text entry in the array is shuffled, and so on.</p>
<p>Let&#8217;s also add some basic CSS to style the Placeholder:</p>
<p><span style="color: #888888;"><code><style></code></span>
<br>
<span style="color: #888888;"> <code>  #container {</code></span>
<br>
<span style="color: #888888;"> <code>    color: #555;</code></span>
<br>
<span style="color: #888888;"> <code>    font-size: 58px;</code><span style="font-family: monospace;">
<br>
</span> <code>    font-family: 'Open Sans Condensed',sans-serif;</code></span>
<br>
<span style="color: #888888;"> <code>    text-shadow: 1px 1px 0 rgba(255,255,255,0.5);</code></span>
<br>
<span style="color: #888888;"> <code>  }</code></span>
<br>
<span style="color: #888888;"> <code></style></code></span></p>
<p>Visit <a href="http://feeds.feedblitz.com/~/t/0/0/risevision/~http://tutorialzine.com/2011/09/shuffle-letters-effect-jquery/" target="_blank">this page</a> if you&#8217;re interested in learning more about how the shuffling functionality works. You can see the Presentation demo <a href="http://feeds.feedblitz.com/~/t/0/0/risevision/~http://rvashow.risevision.com/Viewer.html?type=presentation&id=6fc7d21d-ae07-4de5-a83d-adf5e3303392" target="_blank">here</a>.</p>
]]>

  &lt;a title=&quot;View Comments&quot; href=&quot;http://www.risevision.com/blog/shuffling-text/#comments&quot;&gt;&lt;img height=&quot;20&quot; style=&quot;border:0;float:left;margin:0px 3px 0px;padding:0&quot; src=&quot;http://assets.feedblitz.com/i/comments.png&quot;&gt;&lt;/a&gt; &lt;a title=&quot;Follow Comments via RSS&quot; href=&quot;http://www.risevision.com/blog/shuffling-text/feed/&quot;&gt;&lt;img height=&quot;20&quot; style=&quot;border:0;float:left;margin:0px 3px 0px;padding:0&quot; src=&quot;http://assets.feedblitz.com/i/commentrss.png&quot;&gt;&lt;/a&gt;&amp;nbsp;
&lt;div style=&quot;clear:left;&quot;&gt;&lt;h3&gt;&lt;a href=&quot;http://www.risevision.com/blog/shuffling-text/#comments&quot;&gt;Comments&lt;/a&gt;&lt;/h3&gt;&lt;ul&gt;&lt;li&gt;&lt;a href=&quot;http://www.risevision.com/blog/shuffling-text/#comments&quot;&gt;Comments&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;

</content:encoded>
			<wfw:commentRss>http://www.risevision.com/blog/shuffling-text/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments></item>
<item><feedburner:origLink>http://www.risevision.com/blog/user-tips-and-tricks-correcting-the-blank-screen-after-booting-issue-in-linux-ubuntu/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=user-tips-and-tricks-correcting-the-blank-screen-after-booting-issue-in-linux-ubuntu</feedburner:origLink>
		<title>User Tips and Tricks &#8211; Correcting the &#8220;blank screen after booting&#8221; issue in Linux Ubuntu</title>
		<link>http://feeds.feedblitz.com/~/30200085/0/risevision~User-Tips-and-Tricks-Correcting-the-blank-screen-after-booting-issue-in-Linux-Ubuntu/</link>
		<comments>http://www.risevision.com/blog/user-tips-and-tricks-correcting-the-blank-screen-after-booting-issue-in-linux-ubuntu/#comments</comments>
		<pubDate>Mon, 07 May 2012 08:00:31 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[User Tips N Tricks]]></category>
		<category><![CDATA[Digital Signage]]></category>
		<category><![CDATA[DigitalOOH]]></category>
		<category><![CDATA[DOOH]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[ubuntu]]></category>
		<guid isPermaLink="false">http://risevision.com/?p=13182</guid>
		<description><![CDATA[For those of you using the Linux version of our digital signage player, an issue you may have seen crop up is even though you have screensaver set to never and suspend set to never, if Linux is set to auto login, the screen turns off after 10 minutes. Once you hit a key on the [...]]]>

  &lt;a title=&quot;View Comments&quot; href=&quot;http://www.risevision.com/blog/user-tips-and-tricks-correcting-the-blank-screen-after-booting-issue-in-linux-ubuntu/#comments&quot;&gt;&lt;img height=&quot;20&quot; style=&quot;border:0;float:left;margin:0px 3px 0px;padding:0&quot; src=&quot;http://assets.feedblitz.com/i/comments.png&quot;&gt;&lt;/a&gt; &lt;a title=&quot;Follow Comments via RSS&quot; href=&quot;http://www.risevision.com/blog/user-tips-and-tricks-correcting-the-blank-screen-after-booting-issue-in-linux-ubuntu/feed/&quot;&gt;&lt;img height=&quot;20&quot; style=&quot;border:0;float:left;margin:0px 3px 0px;padding:0&quot; src=&quot;http://assets.feedblitz.com/i/commentrss.png&quot;&gt;&lt;/a&gt;&amp;nbsp;
&lt;div style=&quot;clear:left;&quot;&gt;&lt;h3&gt;&lt;a href=&quot;http://www.risevision.com/blog/user-tips-and-tricks-correcting-the-blank-screen-after-booting-issue-in-linux-ubuntu/#comments&quot;&gt;Comments&lt;/a&gt;&lt;/h3&gt;&lt;ul&gt;&lt;li&gt;&lt;a href=&quot;http://www.risevision.com/blog/user-tips-and-tricks-correcting-the-blank-screen-after-booting-issue-in-linux-ubuntu/#comments&quot;&gt;Comments&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;

</description>
			<content:encoded><![CDATA[<Img align="left" border="0" height="1" width="1" style="border:0;float:left;margin:0;padding:0" hspace="0" src="http://feeds.feedblitz.com/~/i/30200085/0/risevision"><p>For those of you using the Linux version of our <a href="http://feeds.feedblitz.com/~/t/0/0/risevision/~http://www.risevision.com/digital-signage-player/" target="_blank">digital signage player</a>, an issue you may have seen crop up is even though you have screensaver set to never and suspend set to never, if Linux is set to auto login, the screen turns off after 10 minutes. Once you hit a key on the keyboard or move the mouse, it comes back up for good.</p>
<p>Thankfully after a LOT of different solutions that didn&#8217;t work, I found one that works.  If you&#8217;re going to try this fix, make sure to back up all your files before modifying them.</p>
<p>Open a Terminal window, and type &#8220;gksu gedit /etc/X11/xorg.conf&#8221; (without the quotes) and overwrite the text in there with the following:</p>
<p>Section &#8220;ServerFlags&#8221;
<br>
Option &#8220;BlankTime&#8221; &#8220;0&#8243;
<br>
Option &#8220;StandbyTime&#8221; &#8220;0&#8243;
<br>
Option &#8220;SuspendTime&#8221; &#8220;0&#8243;
<br>
Option &#8220;OffTime&#8221; &#8220;0&#8243;
<br>
EndSection</p>
<p>Save the changes, and reboot your machine. Notice now that it doesn&#8217;t turn off after 10 minutes like it did before. <a href="http://feeds.feedblitz.com/~/t/0/0/risevision/~http://ubuntuforums.org/showthread.php?t=1313227" target="_blank">Here</a> is where I found the fix if you wanted to thank the original author.</p>
<p>I hope everyone found this useful, and if you have any other questions, please feel free to throw them into our very active community <a href="http://feeds.feedblitz.com/~/t/0/0/risevision/~http://community.risevision.com" target="_blank">forum</a>. Thanks!</p>
]]>

  &lt;a title=&quot;View Comments&quot; href=&quot;http://www.risevision.com/blog/user-tips-and-tricks-correcting-the-blank-screen-after-booting-issue-in-linux-ubuntu/#comments&quot;&gt;&lt;img height=&quot;20&quot; style=&quot;border:0;float:left;margin:0px 3px 0px;padding:0&quot; src=&quot;http://assets.feedblitz.com/i/comments.png&quot;&gt;&lt;/a&gt; &lt;a title=&quot;Follow Comments via RSS&quot; href=&quot;http://www.risevision.com/blog/user-tips-and-tricks-correcting-the-blank-screen-after-booting-issue-in-linux-ubuntu/feed/&quot;&gt;&lt;img height=&quot;20&quot; style=&quot;border:0;float:left;margin:0px 3px 0px;padding:0&quot; src=&quot;http://assets.feedblitz.com/i/commentrss.png&quot;&gt;&lt;/a&gt;&amp;nbsp;
&lt;div style=&quot;clear:left;&quot;&gt;&lt;h3&gt;&lt;a href=&quot;http://www.risevision.com/blog/user-tips-and-tricks-correcting-the-blank-screen-after-booting-issue-in-linux-ubuntu/#comments&quot;&gt;Comments&lt;/a&gt;&lt;/h3&gt;&lt;ul&gt;&lt;li&gt;&lt;a href=&quot;http://www.risevision.com/blog/user-tips-and-tricks-correcting-the-blank-screen-after-booting-issue-in-linux-ubuntu/#comments&quot;&gt;Comments&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;

</content:encoded>
			<wfw:commentRss>http://www.risevision.com/blog/user-tips-and-tricks-correcting-the-blank-screen-after-booting-issue-in-linux-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments></item>
</channel></rss>




