﻿<?xml version="1.0" encoding="utf-8"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>Tags</title><link>http://www.speaklight.com</link><pubDate>Wed, 08 Sep 2010 09:35:31 GMT</pubDate><description /><item><title>We're proud to sponsor the Future of Web Design conference in New York</title><link>http://www.speaklight.com/were-proud-to-sponsor-the-future-of-web-design-conference-in-new-york</link><pubDate>Tue, 07 Sep 2010 21:54:17 GMT</pubDate><dc:creator>Vince Conn</dc:creator><description><![CDATA[<p><a href="http://futureofwebdesign.com/new-york-2010/" target="_blank"><img alt="" src="http://www.speaklight.com/Websites/lux/Images/fowd.png" style="float: right; margin-left: 13px;" /></a>LightCMS is proud to sponsor the&nbsp;<em><a href="http://futureofwebdesign.com/new-york-2010/" target="_blank">Future of Web Design</a></em>&nbsp;event being held in New York City November 15-17, 2010! We'll be there exhibiting LightCMS and we'd love to see you there. This conference is an outstanding opportunity to grow your skills and learn from some of the best in the business. The <a href="http://futureofwebdesign.com/new-york-2010/schedule/" target="_blank">session topics</a>&nbsp;will include everything from gracefully degrading CSS3 to expert tips in freelance business management. There will be two full-day conference days and one workshop day packed with thirty-three sessions, each taught by <a href="http://futureofwebdesign.com/new-york-2010/speakers/" target="_blank">the absolute best</a> in the web-design industry.&nbsp;The knowledge and networking you'll take away from this event is something you're not going to find anywhere else.&nbsp;If you're interested in finding out more or signing up, visit the&nbsp;<a href="http://futureofwebdesign.com/new-york-2010/" target="_blank">Future of Web Design's official site</a>.&nbsp;</p>
<p>And if that's not enough to entice you, we'll be giving away our fantastically redesigned Web Designers Are Sexy T-shirts to everyone who creates a free LightCMS account at our conference booth. The new shirt design is top secret, to be unveiled for the first time ever at the Future of Web Design conference. Web Design goodness, a trip to New York, and a free Web Designers are Sexy shirt. What more could you ask for? See you there!</p>]]></description><guid>http://www.speaklight.com/were-proud-to-sponsor-the-future-of-web-design-conference-in-new-york</guid></item><item><title>New feature: style author comments uniquely on your blog</title><link>http://www.speaklight.com/new-feature-style-author-comments-uniquely-on-your-blog</link><pubDate>Thu, 02 Sep 2010 14:10:33 GMT</pubDate><dc:creator>Tim Wall</dc:creator><description><![CDATA[<p>Last week, we snuck in another nifty new feature, but we've been making some adjustments and tweaks prior to publicly announcing it today. It's the ability to style comments uniquely on blog posts if those comments are left by the post's author or, alternately, by any logged-in user on your site.&nbsp;</p>
<p>Two separate classes will be added to the markup of the comments. One class is added to comments created by any logged-in user. The other class is added to comments created by the post's actual author. Since "authors" are a subset of "users," both classes will actually be added to the author comments, giving you ultimate flexibility.</p>
<p>Our system defines the actual author as the user who first created and saved the post. If a different user updates the post later, that won't change the actual author.</p>
<h4>Why the two options?</h4>
<p>We wanted to make sure you had flexibility. We can envision cases where you would want to style only the author's comments uniquely and also cases when you might want to style any logged-in user's comments. For example, here on our <a href="http://www.speaklight.com/blog">LightCMS blog</a>, there are several members of our team who contribute to the blog, and we'd like to identify all of their comments uniquely. So we are styling all users' comments and then adding a special bit of styling to the actual author to set him or her apart. However, if you have a website with lots of users, you may not want all of those users' comments styled, so in such a case, you can just use the author comment hooks.</p>
<h4>How it works</h4>
<p>The author or user must be logged into the system when leaving the comment for it to be recognized correctly. Comments left by any logged-in user will have a class of "userComment" added to the &lt;dt&gt; and &lt;dd&gt; tags surrounding the title and body portions of the comment. Comments left by the actual author will have both the "userComment" class and an additional “authorComment” added to the same tags. A sample of the markup generated by an author comment is included below.</p>
<pre>&lt;dt class="comment userComment authorComment" id="comment90451"&gt;
&nbsp;&nbsp;&lt;a href="#comment90451" title="Link to this comment" class="commentNumber"&gt;1.&lt;/a&gt; 
&nbsp;&nbsp;&lt;a title="" href="" rel="nofollow"&gt;Name of commenter&lt;/a&gt; wrote:
&lt;/dt&gt;

&lt;dd class="comment userComment authorComment"&gt;This is the content of the comment.
&nbsp;&nbsp;&lt;p class="commentDate"&gt;August 26, 2010 @ 10:23 AM&lt;/p&gt;
&lt;/dd&gt;
</pre>
<p><strong>Please note:</strong> this new functionality will only apply to comments left after the point of release of the update, which was approximately 10:30am CDT (GMT -5) on Thursday, August 26th, 2010. Prior to this release, we were not tracking the user information associated with comments, and so the classes will not be applied to comments left before that point.</p>
<h4>See an example</h4>
<p>We're going to leave some sample comments on this post below so that you can see how it works with the styles we've created for the LightCMS blog. Of course, you can style your comments however you wish. Ours is just an example. So, check it out, and leave us a comment while you're at it!</p>]]></description><guid>http://www.speaklight.com/new-feature-style-author-comments-uniquely-on-your-blog</guid></item><item><title>New feature: content editing on mobile touch devices</title><link>http://www.speaklight.com/new-feature-content-editing-on-mobile-touch-devices</link><pubDate>Thu, 26 Aug 2010 19:20:53 GMT</pubDate><dc:creator>Tim Wall</dc:creator><description><![CDATA[<p><img alt="" src="http://www.speaklight.com/Websites/lux/Images/Blog/iPhone_TextEditing_Gray.jpg" style="float: right; margin-left: 10px;" />Today our team rolled out another major upgrade to the <a href="http://www.speaklight.com">LightCMS</a> system. As usual, many of the changes are behind-the-scenes enhancements, but there are a couple of exciting new features that are now live as well. </p>
<p>The first is another step forward in making the system more accessible on mobile and touch devices. We recently <a href="http://www.speaklight.com/new-feature-element-menu-functionality-for-touch-devices">enabled touch devices to access element menus and settings screens</a>. Now we’ve taken the next step in making the content areas themselves editable. Previously it was impossible to edit the content in text elements, blog posts, and calendar events because WYSIWYG editing is not compatible with mobile browsers. So we’ve improved this by presenting an alternate editing interface when you access the system through a mobile browser.</p>
<p>The new editing interface is very simple, allowing you to view and edit the raw HTML found in a content area. Login and pull up any content editing screen on a mobile device, and the new interface will appear, allowing you to make changes to the code in your content regions.</p>
<p>Again, this is just another small step designed to enable users to make tweaks and changes to the content on their sites from mobile or touch devices that don’t support WYSIWYG editing. There’s more to come in the area of mobile content management, so stay tuned.</p>
<p><em>Did you know? We’re now publishing information about smaller changes to the software as they happen. You can follow it to stay up to date on all the tweaks and changes to LightCMS and even have some fun along the way. Follow </em><a href="http://twitter.com/aLightCMSserver" target="_blank"><em>@aLightCMSserver</em></a><em>.</em></p>]]></description><guid>http://www.speaklight.com/new-feature-content-editing-on-mobile-touch-devices</guid></item><item><title>Our company lands on the Inc. 5000 for third year</title><link>http://www.speaklight.com/our-company-lands-on-the-inc-5000-for-third-year</link><pubDate>Tue, 24 Aug 2010 17:53:47 GMT</pubDate><dc:creator>Tim Wall</dc:creator><description><![CDATA[<p>Element Fusion, the <a href="http://www.speaklight.com/company">parent company</a> of LightCMS, has again been named to the Inc. 5000. Inc. Magazine has released its annual listing of the <a href="http://www.inc.com/inc5000/2010/index.html" target="_blank">5,000 fastest growing private companies in America</a> and we’re excited to announce that we’ve made the list for our third consecutive year.</p>
<p>This year’s list tracks growth from 2006-2009. During that time frame, we saw an increase in revenue of 81%, landing us at #2,774 out of all private companies in the US. We’re so grateful to all of you for the support you have shown us. We say it all the time but it’s so true – without you, there would be no company and no growth. So, thank you! We are humbled by your support and we look forward to working with you for years to come.</p>
<p>For more details, check out the <a href="http://www.elementfusion.com/element-fusion-named-to-the-inc-5000-for-third-year" target="_blank">official announcement on our company blog</a>.</p>
<p><img style="display: inline;       border-width: 0px;border-style: solid;" title="inc5000" alt="inc5000" src="http://www.speaklight.com/Websites/lux/Images/Blog/ElementFusionnamedtothe.5000forthirdyear_AA34/inc5000.jpg" width="500" height="80" /></p>]]></description><guid>http://www.speaklight.com/our-company-lands-on-the-inc-5000-for-third-year</guid></item><item><title>23 CSS3 resources for resellers</title><link>http://www.speaklight.com/23-css3-resources-for-resellers</link><pubDate>Fri, 20 Aug 2010 21:39:46 GMT</pubDate><dc:creator>Vince Conn</dc:creator><description><![CDATA[<p><img alt="" src="http://www.speaklight.com/Websites/lux/Images/Blog/betterCSS3.jpg" style="float: left; margin-right: 7px;" />As a reseller using <a href="http://www.speaklight.com/">LightCMS</a>, you’re free to implement the latest web trends in your <a href="http://www.speaklight.com/design">designs</a> with things like HTML5, CSS3, and JavaScript. We even encourage our <a href="http://www.speaklight.com/reselling">web design resellers</a> to do so. And to help you in your studies of these standards, we’ve put together this selection of external CSS3 tutorials and resources covering a wide range of topics. When creating this article, several of our own designers submitted their favorite online resources and those are included here. So, if you’re not thoroughly fluent in CSS3, take a moment to browse these links, work through the examples, and bookmark the ones you find helpful.&nbsp;</p>
<h3>The basics</h3>
<p>These links were selected to help you become familiar with what CSS3 has to offer your web designs. As a reseller, you will definitely want to be familiar with the basics.</p>
<ul>
    <li><a href="http://www.css3.com/" target="_blank">CSS3.com</a>&nbsp;</li>
    <li><a href="http://www.w3.org/Style/CSS/current-work#CSS3" target="_blank">W3's CSS3 resource</a>&nbsp;</li>
    <li><a href="http://sixrevisions.com/css/basic-css3-techniques-that-you-should-know/">SixRevisions basic CSS3 techniques</a></li>
    <li><a href="http://www.webdesignerwall.com/tutorials/the-basics-of-css3/" target="_blank">WebDesignerWall's CSS3 basics</a></li>
    <li><a href="http://www.smashingmagazine.com/2009/07/13/css-3-cheat-sheet-pdf/" target="_blank">Smashing Magazine's CSS3 printable cheat sheet</a></li>
</ul>
<h3>More advanced techniques</h3>
<p>These resources highlight ways to creatively utilize CSS3 in your web designs. Get the most out of these websites by working through the examples and deepening your understanding of how the code works.</p>
<ul>
    <li><a href="http://www.smashingmagazine.com/2009/06/15/take-your-design-to-the-next-level-with-css3/" target="_blank">Smashing Magazine: Take Your Design to the Next Level</a></li>
    <li><a href="http://www.w3avenue.com/2010/04/16/improve-your-css-skills-with-pure-css-ui-components/" target="_blank">W3Avenue: Pure CSS UI Components</a></li>
    <li><a href="http://www.smashingmagazine.com/2010/02/01/50-brilliant-css3-javascript-coding-techniques/" target="_blank">Smashing Magazine: 50 Brilliant Coding Techniques</a></li>
    <li><a href="http://webdesignledger.com/tutorials/13-pure-css-techniques-for-creating-javascript-like-interactions" target="_blank">WebDesignerLedger: Pure CSS Techniques for Creating Javascript-like Interactions</a></li>
</ul>
<h3>Navigation bars</h3>
<p>These links help you create the navigation or menu bars that are perfect for your web designs. They utilize many different techniques, which is great as a reseller, giving your portfolio a more diverse and unique look.</p>
<ul>
    <li><a href="http://speckyboy.com/2010/03/15/15-css3-navigation-and-menu-tutorials-and-techniques/" target="_blank">Speckyboy: Tutorials and Techniques</a></li>
    <li><a href="http://www.htmldrive.net/items/show/262/Pure-CSS3-Chunky-Menu.html" target="_blank">HTML Drive</a></li>
    <li><a href="http://www.splashnology.com/blog/css/438.html" target="_blank">Splashnology</a></li>
    <li><a href="http://www.onlycssmenu.com/" target="_blank">Only CSS Menu</a></li>
</ul>
<h3>Dealing with IE</h3>
<p>The articles below offer help and assistance with graceful degradation so that your sites render in all browsers. As a reseller, you can strengthen your portfolio by following the popular design motto, “Build for the worst, design for the best.”</p>
<ul>
    <li><a href="http://www.smashingmagazine.com/2010/04/28/css3-solutions-for-internet-explorer/" target="_blank">Smashing Magazine: CSS3 Solutions for IE</a></li>
    <li><a href="http://www.storiesinflight.com/html5/index.html" target="_blank">Stories in Flight: HTML5 / CSS3</a>&nbsp;</li>
    <li><a href="http://jonraasch.com/blog/graceful-degradation-with-css3" target="_blank">Jon Raasch: Graceful Degradation with CSS3</a></li>
</ul>
<h3>Online Tools</h3>
<p>These sites provide awesome tools that you will definitely want to bookmark for reference later. They let you graphically customize the element you want and then spit out the code necessary to be used in your web design.</p>
<ul>
    <li><a href="http://gradients.glrzad.com/" target="_blank">The Gradient Generator</a></li>
    <li><a href="http://css3generator.com/" target="_blank">The CSS3 Generator</a></li>
    <li><a href="http://css3please.com/" target="_blank">CSS3 Rule Generator</a></li>
    <li><a href="http://www.css3maker.com/" target="_blank">CSS3 Maker</a></li>
    <li><a href="http://css3watch.com/" target="_blank">CSS3 Watch</a></li>
    <li><a href="http://html5readiness.com/" target="_blank">The HTML5 Readiness Wheel</a></li>
    <li><a href="http://www.modernizr.com/" target="_blank">Modernizr</a></li>
</ul>]]></description><guid>http://www.speaklight.com/23-css3-resources-for-resellers</guid></item><item><title>New Twitter account provides more details on system updates</title><link>http://www.speaklight.com/new-twitter-account-provides-more-details-on-system-updates</link><pubDate>Tue, 17 Aug 2010 14:38:45 GMT</pubDate><dc:creator>Vince Conn</dc:creator><description><![CDATA[<p><img alt="" src="http://www.speaklight.com/Websites/lux/Images/Blog/aLightCMSserver.png" style="float: right; margin-left: 7px;" />Whenever we make major upgrades and changes to the system, we post about it here on our blog. But what you may not know is that we enhance the system and its infrastructure all the time with a host of smaller changes happening in between our major feature releases. These changes generally go unnoticed because our development team is dedicated to creating such smooth transitions. But as we thought about all the tweaks and changes we make on a regular basis, we decided we needed a way to keep our resellers informed about these more granular changes.</p>
<p>But how would we go about doing this? One idea was to enlist one of the new guys to type the notes into a new Twitter account&nbsp;manually. But that would be too simple, and intuitive simplicity is something we already specialize in. We needed something new, something that would set us apart, something complicated.&nbsp;Meetings came and went, and our coffee supply dwindled. That's when someone stood up and said, "Why not upload an artificial intelligence algorithm to one of our servers, hook it up to Twitter, and let it tweet to the free world our latest system tweaks?" It would be complicated. It would be wholly unnecessary. And so we did it.</p>
<p>And now we're pleased to introduce our brand new, intelligence-enabled server. You can find and follow it on Twitter as&nbsp;<a href="http://twitter.com/aLightCMSserver" target="_blank">@aLightCMSserver</a>. Its tweets may be a little dry and its humor somewhat machine-like, but try to cut it some slack. Remember, it's just a simple server, tweeting completely autonomously with absolutely no help from any of us humans.</p>
<p>Anyway, please follow <a href="http://twitter.com/aLightCMSserver" target="_blank">@aLightCMSserver</a> to stay up to date on everything happening with the LightCMS software. Enjoy!</p>]]></description><guid>http://www.speaklight.com/new-twitter-account-provides-more-details-on-system-updates</guid></item><item><title>New feature: element menu functionality for touch devices</title><link>http://www.speaklight.com/new-feature-element-menu-functionality-for-touch-devices</link><pubDate>Thu, 12 Aug 2010 18:03:55 GMT</pubDate><dc:creator>Vince Conn</dc:creator><description><![CDATA[<p><img alt="" src="http://www.speaklight.com/Websites/lux/Images/WSL_touch.png" style="float: right; margin-left: 8px;" />We're continually looking for ways to improve our users' experiences with our software. And one of those ways is by improving administrative access to LightCMS websites through touch devices. Today, we rolled out a small improvement that enables your touch device to access the element drop-down menus in admin view. On a laptop or desktop computer, these menus are accessed by hovering over the menu bar, which isn't possible on a touch device. So, we've changed the behavior on touch devices so that touching the element name will open the drop down menu.</p>
<p>This new feature will allow touch devices to:</p>
<p>
</p>
<ul>
    <li>Access the "manage posts" page on blog elements</li>
    <li>Access the "manage entries" page on form elements</li>
    <li>Access the "settings" pages for all elements</li>
    <li>Use the "move up" and "move down" buttons to move elements within a region</li>
    <li>Use the "delete" button to delete an element</li>
</ul>
<p>This update is just a small step in our continued work toward improving the LightCMS experience on mobile devices. We hope you enjoy it!</p>]]></description><guid>http://www.speaklight.com/new-feature-element-menu-functionality-for-touch-devices</guid></item><item><title>LightCMS case study: Bradley Benson Design</title><link>http://www.speaklight.com/lightcms-case-study-bradley-benson-design</link><pubDate>Thu, 12 Aug 2010 18:06:16 GMT</pubDate><dc:creator>Vince Conn</dc:creator><description><![CDATA[<p>Bradley Benson Design has been around since 2004 with the singular vision of creating beautiful, functional websites and high-impact designs for organizations.</p>
<h3>About Bradley Benson Design</h3>
<img alt="" src="http://www.speaklight.com/Websites/lux/Images/bbd.png" style="float: right;" />
<p><strong>Location:</strong>&nbsp;Southlake, TX<br />
<strong>Website:</strong>&nbsp;<a href="http://www.bradleybenson.com" target="_blank">http://www.bradleybenson.com</a><br />
<strong>Primary contact:</strong>&nbsp;Brad Parnell <a href="mailto:bradley@bradleybenson.com" class="ApplyClass">email</a></p>
<p>We specialize in custom web design, but also offer branding, print design, and design consultation. Our backgrounds are in traditional studio art, and we have experience that comes from several years at different prestigious design agencies in the DFW area.</p>
<p>One thing that sets us apart is the way we approach projects and the relationships we establish with our clients. We don't have a cut-and-dry ABC process or cookie-cutter approach to anything we do; everything is relational and unique to that project and client. We have our backbone systems and project management, but to us, it's all about the experience for the client and keeping ourselves fresh and creative.</p>
<h3>LightCMS Examples</h3>
<div>
<p style="float: left; width: 212px; margin-right: 12px; text-align: center;"><img alt="" src="http://www.speaklight.com/Websites/lux/Images/Blog/Benson_2.jpg" /><a href="http://www.lifestreammed.com" target="_blank">Lifestream Health Centre</a></p>
<p style="float: left; width: 212px; margin-right: 12px; text-align: center;"><img alt="" src="http://www.speaklight.com/Websites/lux/Images/Blog/Benson_3.jpg" /><br />
<a href="http://www.gravleyenterprises.com" target="_blank">Gravley Enterprises</a></p>
<p style="float: left; width: 212px; text-align: center;"><img alt="" src="http://www.speaklight.com/Websites/lux/Images/Blog/Benson_4.jpg" /><a href="http://www.hickslp.com" target="_blank">Hicks Lightning Protection</a></p>
</div>
<div style="clear: both;"></div>
<h3>Q &amp; A with Bradley Benson Design</h3>
<h4>What did you use before LightCMS and why did you switch?</h4>
<p>Before <a href="http://www.speaklight.com/">LightCMS</a> we used Wordpress and Adobe's recently acquired Business Catalyst. For both those systems, we felt like the technology drove the design and that they were limited in creativity.</p>
<p>We were ready to commit to something new that had <a href="http://www.speaklight.com/support">excellent support</a> and <a href="http://www.speaklight.com/content">intuitive tools</a> for our clients to update their own content. That's when we found LightCMS.</p>
<h4>How does LightCMS help you better meet your clients' needs?</h4>
<p>It gives our clients an easy way to edit their websites, manage their billing information for their hosting packages, and view analytics. These are just a few of the features that ordinarily would be three separate services our clients would have to log into to view and manage. When we use LightCMS, our clients can tell their <a href="http://www.speaklight.com/hosting">hosting is top tier</a>, and they love how easy it is to log in and update their content any time they need to.</p>
<h4>What would you say to another designer or agency that was considering using LightCMS?</h4>
<p>LightCMS is hands down the best solution for building out <a href="http://www.speaklight.com/design">custom website designs</a> that need a robust and easy CMS. It also has a great dashboard to manage all of your websites on the system.</p>
<h4>Any tips or tricks to give other LightCMS users?</h4>
<p>Think, design, and build outside of the box. Be aware of the functionality and modules you can use, but don't let that drive your design. If you don't need a photo gallery and calendar on the homepage, don't put it there!</p>
<h4>Anything else?</h4>
<p>LightCMS has an all-star support team, and we'd like to thank Chad, Tim, Ben, Richard, and everyone else working on or with that team. You've been an invaluable help along the way. We've gotten to be the company we are with the help of this great product!</p>
<p><em>Are you a LightCMS designer and interested in being featured in a LightCMS case study? Contact <a href="mailto:vince@elementfusion.com" class="ApplyClass">vince@elementfusion.com</a>&nbsp;for more information.</em></p>]]></description><guid>http://www.speaklight.com/lightcms-case-study-bradley-benson-design</guid></item><item><title>Overheard on Twitter</title><link>http://www.speaklight.com/overheard-on-twitter2</link><pubDate>Wed, 04 Aug 2010 22:00:58 GMT</pubDate><dc:creator>Vince Conn</dc:creator><description><![CDATA[<p>Earlier today, <a href="http://twitter.com/alanfeekery" target="_blank">Alan Feekery</a>&nbsp;posted <a href="http://twitter.com/alanfeekery/statuses/20310524345" target="_blank">this tweet</a> about one of the great features that we've built into our CMS:</p>
<blockquote><em>It's a pleasure to use the 301 redirect manager for&nbsp;<a href="http://www.twitter.com/lightcms" target="_blank">@LightCMS</a>.</em></blockquote>
<p>We're glad you like it, Alan! For those of you that haven't checked out our 301 redirect manager before, look at how easy it is to use and set up <a href="http://support.publishpath.com/301-redirects" target="_self">here</a>. If you have any questions on setting it up, be sure to let us know in the comments or by email.</p>]]></description><guid>http://www.speaklight.com/overheard-on-twitter2</guid></item><item><title>Creating a custom Facebook tab using FBML</title><link>http://www.speaklight.com/creating-a-custom-facebook-tab-using-fbml</link><pubDate>Mon, 02 Aug 2010 21:40:52 GMT</pubDate><dc:creator>Vince Conn</dc:creator><description><![CDATA[<p>Recently we've been encountering questions about how to set up a Facebook page similar to the <a href="http://www.facebook.com/LightCMS" target="_blank">one we created for LightCMS</a>. The secret is knowing how to get an applicaton called Static FBML to show up on your page. It's basically Facebook's version of HTML, and it lets you create customized tabs and landing pages that demonstrate your brand's uniqueness. With so many people now utilizing Facebook, Static FBML welcome pages are a great way to tell visitors what your business is all about.</p>
<p>First, there are some things you'll want to be aware of before you begin.</p>
<p>
</p>
<ul>
    <li>Static FBML can only be added to business / fan pages. It cannot be used on your personal profile.</li>
    <li>You don't have to use any &lt;header&gt; or &lt;body&gt; type tags. Just start typing in your HTML (well, FBML).</li>
    <li>Make sure you call external stylesheets rather than including styles between &lt;style&gt; tags. For example, use &lt;link href="http://" rel="stylesheet" type="text/css" /&gt; This is to accommodate IE, which, as you might imagine, doesn't work like all the other browsers.</li>
</ul>
<p>Now, let's get started.</p>
<ol>
    <li>To add the Static FBML app to your page, you will first have to have your Facebook fan page set up.</li>
    <li>Once there, click on the "Edit Page" link right below the main avatar graphic. You'll be presented with the editing screen, where you'll see a section called "Applications." At the bottom, you should see a "More Applications" section that should have Static FBML listed. <br />
    <img alt="" src="http://www.speaklight.com/Websites/lux/Images/Blog/FBMLtutorial/5a.jpg" style="border:2px solid #7f7f7f;margin-top: 10px;" /></li>
    <li>If it isn't listed there, just search for it in the search box up top.<br />
    <img alt="" src="http://www.speaklight.com/Websites/lux/Images/Blog/FBMLtutorial/2.jpg" style="border:2px solid #7f7f7f;margin-top: 10px;" /></li>
    <li>Click on the Static FBML link to go to its site.</li>
    <li>On the Static FBML page, click the button that says "Add this to my page," and then select the page that you want to add it to.&nbsp;<br />
    <img alt="" src="http://www.speaklight.com/Websites/lux/Images/Blog/FBMLtutorial/3a.jpg" style="border:2px solid #7f7f7f;margin-top: 10px;" /></li>
    <li>Return to the editing screen of your page, and look back under the applications section. You should now see something that says FBML. All you have to do now is click on "edit" and enter your information. You'll see a section to enter the name of your tab, and you'll also see a larger input box labeled FBML. Insert your code, and you've got a custom tab!<br />
    <img alt="" src="http://www.speaklight.com/Websites/lux/Images/Blog/FBMLtutorial/4.png" style="border:2px solid #7f7f7f;margin-top: 10px;" /></li>
    <li>If you're interested in adding additional tabs to your page, you won't see that option with the rest of your application boxes. Instead, you'll have to click "edit" on an existing FBML box under your applications. In the bottom left corner of the editing window, you'll see a link that says "Add another FBML box." <br />
    <img alt="" src="http://www.speaklight.com/Websites/lux/Images/Blog/FBMLtutorial/6.png" style="border:2px solid #7f7f7f;margin-top: 10px;" /><br />
    Clicking on that will create a new FBML box in your applications.</li>
</ol>
<p>Remember that not all valid HTML is valid Static FBML. As far as I know, there isn't a definitive source for what is specifically valid and invalid. However, there are many great resources that help you to integrate some of FBML's cool features. Be sure to check out these other sites for more information.</p>
<p><a href="http://mashable.com/2010/02/22/build-facebook-landing-page/" target="_blank">Mashable's FBML HOW TO</a></p>
<p><a href="http://www.techipedia.com/2009/create-facebook-page/" target="_blank">Techipedia's FBML tutorial</a></p>
<p><a href="http://www.hyperarts.com/blog/tutorial-facebook-pages-with-static-fbml-application/" target="_blank">HyperArts's FBML tutorial</a></p>
<p>So did you create a custom FBML tab? Drop us a link in the comments and let us see!</p>]]></description><guid>http://www.speaklight.com/creating-a-custom-facebook-tab-using-fbml</guid></item><item><title>Web Designers Are Sexy shirt giveaway (ends August 6)</title><link>http://www.speaklight.com/web-designers-are-sexy-shirt-giveaway</link><pubDate>Fri, 30 Jul 2010 19:46:47 GMT</pubDate><dc:creator>Vince Conn</dc:creator><description><![CDATA[<p><img alt="" src="http://www.speaklight.com/Websites/lux/Images/Blog/WDAS.png" style="float: left; margin-top: 0px; margin-right: 10px; margin-bottom: 5px;" />Just this week we have opened up a new opportunity to win one of our limited-edition <a href="http://www.webdesignersaresexy.com">Web Designers Are Sexy</a> shirts in celebration of the recent launch of our <a href="http://www.facebook.com/lightcms" target="_blank">Facebook page</a>. We have even migrated our pictures of designers wearing their sexy shirts over to a photo album on Facebook, which you can see <a href="http://www.facebook.com/album.php?aid=12600&amp;id=108822449160492" target="_blank">here</a>. To enter the contest, simply become a fan of our Facebook page (by "liking" it) and tell us on our wall why you deserve to win a shirt. We will choose the best wall posts and send their authors a free shirt. The contest ends on August 6. Check out the <a href="http://www.facebook.com/?ref=logo#!/photo.php?pid=155415&amp;id=108822449160492" target="_blank">official contest post</a> so you don't miss out.</p>
<p>And don't forget, if you win, feel free to send us a picture of you wearing the shirt so we can post it to our gallery of sexy designers!</p>]]></description><guid>http://www.speaklight.com/web-designers-are-sexy-shirt-giveaway</guid></item><item><title>Photo Gallery improvements coming next week</title><link>http://www.speaklight.com/photo-gallery-improvements-coming-next-week</link><pubDate>Thu, 22 Jul 2010 15:23:10 GMT</pubDate><dc:creator>Tim Wall</dc:creator><description><![CDATA[<p>We're rolling out some improvements to the Photo Gallery element next week, and we wanted to give you a heads up. The video below gives an overview of the changes and shows you a bit of what it looks like. See below the video for a quick summary of the changes.</p>
<p><object width="640" height="505">
<param name="movie" value="http://www.youtube.com/v/jJ2oUjuepQc&amp;hl=en_US&amp;fs=1?rel=0">
<param name="allowFullScreen" value="true">
<param name="allowscriptaccess" value="always"><embed src="http://www.youtube.com/v/jJ2oUjuepQc&amp;hl=en_US&amp;fs=1?rel=0" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="640" height="505"></object></p>
<h4>Summary of the changes</h4>
<ul>
    <li>The detail view of the images has been improved with a sleeker, new interface. All of the content and functionality of this view remain the same.</li>
    <li>The thumbnail views are not changing at all.</li>
    <li>The interface for managing the photo gallery is not changing at all.</li>
    <li>The most important change is behind the scenes, where we have removed the use of the Prototype JavaScript framework and we are using jQuery instead. This is designed to resolve issues in some instances where jQuery in your own templates could conflict with the photo gallery.</li>
    <li>Prototype is still used in the Form Builder elements, but we will be working to change that to jQuery in the future.</li>
    <li>This is an incremental step in improvements to the Photo Gallery. There is more to come in the future.</li>
</ul>
<h4>Potential issue for customized styles on the Photo Gallery detail view</h4>
<p>There is one way in which this change could potentially impact an existing website design on LightCMS. If you have created custom styles to change the appearance of the detail view of images in the photo gallery, those styles will no longer work. However, nothing will break as the photo gallery will now simply utilize our improved photo gallery detail view, which is what you see on the video above. </p>
<p>Please note, this only affects you if you have customized the look of the DETAIL / LARGE view of images. The thumbnail view of images will not be affected. We are not aware of any websites on our system that have done this type of customization, but it is possible, so we want to make sure you are aware of this change. If you have any questions about this, please email our support team at answers@speaklight.com.</p>
<h4>Here's an image you can show to your clients</h4>
<p>If you'd like to communicate this change to your clients, you can use the image below, which is unbranded, to show them what the new photo gallery detail view will look like.</p>
<p><img alt="" src="http://www.speaklight.com/Websites/lux/Images/Blog/NewPhotoGallery_July2010.jpg" /></p>
<h4>Tentatively scheduled for next Wednesday or Thursday</h4>
<p>The launch date is tentative at this point, but we are aiming for Wednesday or Thursday, July 28 or 29, 2010. We do not anticipate any downtime with this update. Thanks and we look forward to bringing you the changes!</p>]]></description><guid>http://www.speaklight.com/photo-gallery-improvements-coming-next-week</guid></item><item><title>Eight new free templates added!</title><link>http://www.speaklight.com/eight-new-free-templates-added</link><pubDate>Thu, 22 Jul 2010 15:23:29 GMT</pubDate><dc:creator>Vince Conn</dc:creator><description><![CDATA[<p>Our talented designers have recently added <em>eight</em>&nbsp;great new templates to our collection. As always,&nbsp;use them as starting points for your own designs or insert them as they are. As long as your finished product ends up on our system, you have full license to modify and use them in whatever way you wish. Check'em out and enjoy!&nbsp;</p>
<h3>Infinite - Love</h3>
<p><img alt="" src="http://www.speaklight.com/Websites/lux/Images/Free%20Designs/infinant-love-home.jpg" /></p>
<h3>Infinite - Sunshine</h3>
<p><img alt="" src="http://www.speaklight.com/Websites/lux/Images/Free%20Designs/infinant-sunshine-home.jpg" /></p>
<h3>Infinite - Truth</h3>
<p><img alt="" src="http://www.speaklight.com/Websites/lux/Images/Free%20Designs/infinant-truth-home.jpg" /></p>
<h3>Venture - Big Desk</h3>
<p><img alt="" src="http://www.speaklight.com/Websites/lux/Images/Free%20Designs/venture-big-desk-home.jpg" /></p>
<h3>Venture - Pier</h3>
<p><img alt="" src="http://www.speaklight.com/Websites/lux/Images/Free%20Designs/venture-pier-home.jpg" /></p>
<h3>Walter Lee - Brandeis</h3>
<p><img alt="" src="http://www.speaklight.com/Websites/lux/Images/Free%20Designs/walterlee-brandeis.png" /></p>
<h3>Walter Lee - Egyptian</h3>
<p><img alt="" src="http://www.speaklight.com/Websites/lux/Images/Free%20Designs/walterlee-egyptian.png" /></p>
<h3>Walter Lee - Flats</h3>
<p><img alt="" src="http://www.speaklight.com/Websites/lux/Images/Free%20Designs/walterlee-flats.png" /></p>]]></description><guid>http://www.speaklight.com/eight-new-free-templates-added</guid></item><item><title>What is the new body CSS class?</title><link>http://www.speaklight.com/what-is-the-new-body-css-class</link><pubDate>Thu, 12 Aug 2010 18:04:52 GMT</pubDate><dc:creator>Matt Grimm</dc:creator><description><![CDATA[<p>With the recent interface updates, you may have noticed that we added a feature that creates a body CSS class. You’ll find it located under "page settings" under the "advanced" tab. While it may seem like a small addition to the system, proper use of it will guarantee you big results. The primary result being reduction. This new feature allows you to:</p>
<ul>
    <li>minimize the number of templates you create</li>
    <li>reduce IDs and classes on content</li>
    <li>eliminate clutter within your CSS</li>
    <li>dispense with extra JavaScript files</li>
    <li>and avoid the sometimes-necessary evil of inline styles</li>
</ul>
<p>This means that you’ll be managing less code. Furthermore, you’ll reap the benefits of caching as you simplify your CSS and JavaScript files.</p>
<h3>Why classes?</h3>
<p>Our main guideline in creating this feature was to keep you in control.&nbsp;We didn’t want to create some system-generated string of confusing numbers--that is, we didn’t want you to have to recite pi to the twentieth or thirtieth place every time you want to change your code.&nbsp;We chose a body class instead of an ID because some developers might already be using IDs on the body tag. And the last thing we want to do is to tell them how they should code.</p>
<p>One of the great benefits of the body class is that there can be any number of classes on an element, and it shouldn’t interfere with custom JavaScript or styling. If you want to add multiple classes to the body, simply insert a space between the class names. For example, inserting “you rock” into the body CSS class text field will apply the body classes “you” and “rock.” Easy, right?</p>
<h3>For example</h3>
<p>In this scenario, we’re going to specify style and behavior differences based on context. Suppose you have a media page. It’s based on the regular “inside” template, but it has a lot of custom stuff. The background image for the site changes, all the headings are a different font or color, the blog element needs to be styled differently, and the main and sub column widths are slightly different. A lot of LightCMS designers currently create separate templates for this sort of thing, which means they create extra CSS and JavaScript files too. This is the problem we wanted to address.</p>
<p>
Now you can go into Page Settings for the media page, click the Advanced tab, and add the body CSS class “media-page.” From here you can add the new CSS and or JavaScript to your existing files.</p>
<h3>Code - CSS</h3>
<p><strong>Change background Image</strong></p>
<pre><code><br />body.media-page #container { background: url(img/media-bg.jpg) no-repeat center top; }<br /></code></pre>
<p><strong>Style Headings</strong></p>
<pre><code><br />body.media-page h1.title,<br />body.media-page h1,<br />body.media-page h2,<br />body.media-page h3,<br />body.media-page h4,<br />body.media-page h5 {<br />	font-family: "Droid Sans", Helvetica, Arial, sans-serif;<br />	color: #f31c77;<br />}<br /></code></pre>
<p><strong>Style Blog</strong></p>
<pre><code><br />body.media-page .blogList ul li {<br />	background: url(img/li-dot.gif) no-repeat 0 13px;<br />	list-style: none;<br />	padding: 6px 0 6px 19px;<br />}<br /></code></pre>
<p><strong>Adjust column widths</strong></p>
<pre><code><br />body.media-page #main-content {<br />	float: left;<br />	width: 560px;<br />}<br /><br />body.media-page #sub-content {<br />	float: right;<br />	width: 330px;<br />}<br /></code></pre>
<h3>Code - Javascript (using jQuery)</h3>
<p><strong>Run a block of code only on the Media Page</strong></p>
<pre><code><br />var mediaPage $('body.media-page').length;<br /><br />if (mediaPage) {<br />	//run code on pages with the media-page class only<br />}<br /></code></pre>
<p><strong>Target elements on the Media Page</strong></p>
<pre><code><br />$('body.media-page #page-title')<br /></code></pre>]]></description><guid>http://www.speaklight.com/what-is-the-new-body-css-class</guid></item><item><title>iPhone 4 review from an Android user</title><link>http://www.speaklight.com/iphone-4-review-from-an-android-user</link><pubDate>Fri, 02 Jul 2010 21:58:48 GMT</pubDate><dc:creator>Vince Conn</dc:creator><description><![CDATA[<p>Any Friday that precedes a holiday weekend where things are legally blown up should be considered an "off-topic" Friday. With all of the new iPhones floating about the office and soaking up all the buzz, it seems like the perfect time for an independent, objective, and trustworthy review of Apple's latest creation by an ardent Android advocate. My personal phone of choice is the G1, which I've used since it was released, running CM 5.0.8 utilizing the Eclair build. He (my G1) likes long walks on the beach, people who aren't afraid to turn their GPS on, and would like to meet a FroYo ROM with working camera drivers. That being said, we're here to talk about the iPhone 4.</p>
<p>The phone's appearance is pretty sweet. It looks like a giant iPod, but it's not so big as to be problematic for smaller hands (like the Droid X might be). It's lack of a curved back undoubtedly increases the space inside, so it's slimmer than the 3GS while weighing the same (4.8 oz). The sharp edges give me the feeling that I should hold it like a dainty cup of tea while making calls, perhaps even lifting my pinky a little to avoid the no-signal strip at the bottom of the phone. One of our designers, who demanded anonymity if he were to critique the new iPhone, said that the design seemed incomplete without the bumper. Speaking of coworkers that have experience with this new iPhone, here are some testimonials from around the office today:</p>
<p><em>"It's so awesome that it's hard to put down!"</em></p>
<p><em>"It's friggin' awesome."</em></p>
<p><em>"I feel as if I have a relationship with my phone... there is bad and good, but I would never want it to end."</em></p>
<p><img alt="" src="http://www.speaklight.com/Websites/lux/Images/Blog/iphone2_thumb.jpg" style="float: right; margin-left: 20px;" /></p>
<p>While I am completely in love with the open approach to technology that the Android employs, I cannot deny what a thing of beauty the iPhone 4 is. The new display is shockingly clear. I can read news sites on it without zooming in. The 326 ppi makes it seem like it's beyond high definition. The A4 processor, while reportedly a bit slower than the iPad's A4 (so somewhere below 1 gHz), is nothing to complain about, being noticeably quicker than the 3GS that runs at around 600 mHz. With the new iOS 4 and multitasking, loading applications seems even faster than the processor alone merits. The iPhone 4 is sickeningly smooth, responsive, and interested in your every click. If the phone lagged, I was too busy being enchanted by the magically clear font resolution to notice.</p>
<p><br />
</p>
<p>So before I become too ensnared in my love for the iPhone 4, let's talk about some of the weaker points where Android has been flexing its muscles for a while.</p>
<ol>
    <li><strong>Multitasking</strong><em> </em>- Android has had a nearly hands-off approach to what applications can do in the background. Pandora's been able to run in the background since Android dawned, or at least close to it. My wife and I leave our Google Latitude widgets running, which run the GPS just long enough to geotag our locations. Most apps limit their resource usage while not being used, though I suspect there are limitations in the OS itself.&nbsp;</li>
    <li><strong>Folders </strong><em>-</em>&nbsp;The iPhone 4 folder system is static, and there's absolutely no way to visually differentiate between folders. Instead, their "icon" is made of smaller icons of the first four apps enclosed. Ew. Android has folders that look like folders, and you also have the option of using any icon you want through the use of 3rd party applications.</li>
    <li><strong>Notifications </strong><em>- </em>The iOS has always been criticized for how it handles notifications. Nothing's more annoying than a popup that stops whatever you were doing. And if you're socially active and work through your phone, that can be a big, big problem. I've heard that if you get ten notifications, you have to click through all of them individually before you can even pick up an incoming phone call. Android, like others, has developed a really nice and non-obtrusive notification system that utilizes a pull-down menu at the top of the screen.</li>
    <li><strong>Widgets </strong><em>-&nbsp;</em>Android has widgets, which are basically mini-apps that run on your home screen. For example, I have my calendar, my tasks, and my weather all on my first page, which allows for quick interaction and at-a-glance reminders. I can even quickly post a tweet without even opening up my Twitter application. As far as I can tell, this is a totally alien concept to many iPhone users.</li>
    <li><strong>Customization&nbsp;</strong>- By using a 3rd party launcher, Android users are able to choose how many screens their phone has, how the application drawer works, and even how their wallpaper works. Android users can even install "themes," which change how all system graphics are displayed.</li>
</ol>
<p>In conclusion, I can't say I'm not insanely jealous of my coworkers that are touting about their fancy new phones. The video is amazing, the battery life is exceptional, and the features really do push the limits of what I thought was possible with a phone right now. But to be fair, most of the things that impress me about the iPhone are hardware related. Like the Android Market, the potential is there... it's just up to users and manufacturers to make the right combination of elements happen. The CEO of Google may have recently stated that Apple and Google aren't in competition with each other, that they occupy very different positions in a vast market. But Apple really knows how to put hardware together, and a small, bitter tear leaves a glistened trail down my cheek whenever I see that beautiful display resolution.</p>
<p>How much is it to break a contract with T-Mobile again?</p>
<p><br />
</p>
<p><br />
</p>]]></description><guid>http://www.speaklight.com/iphone-4-review-from-an-android-user</guid></item><item><title>From the mailbag</title><link>http://www.speaklight.com/from-the-mailbag3</link><pubDate>Wed, 30 Jun 2010 21:26:59 GMT</pubDate><dc:creator>Vince Conn</dc:creator><description><![CDATA[<p><em>And just for the record, I've&nbsp;never encountered such a top notch customer/technical support team as your&nbsp;team. Your quick response, knowledge of your product, and the way in which&nbsp;you conduct business is so greatly appreciated.</em></p>
<p>Justin J.<br />
Creatovision, Inc.</p>]]></description><guid>http://www.speaklight.com/from-the-mailbag3</guid></item><item><title>New features launching Thursday</title><link>http://www.speaklight.com/new-features-launching-thursday</link><pubDate>Fri, 25 Jun 2010 16:06:04 GMT</pubDate><dc:creator>Tim Wall</dc:creator><description><![CDATA[<p>Well, it’s been a little over a month now that we’ve been talking about our new interface and branding improvements and those features are scheduled to launch tomorrow. We’ve given a lot of advance warning on these changes because we know they will impact your clients and we wanted you to have plenty of time to plan for them. We alos gave you the opportunity to customize your toolbar colors ahead of the launch, so hopefully you’re all set and ready for tomorrow’s upgrade. If you want to review our previous posts on the subject, please see them <a href="http://www.speaklight.com/coming-soon-major-interface-and-branding-improvements">here</a> and <a href="http://www.speaklight.com/interface-improvements-scheduled-customize-your-toolbar-colors-now">here</a>. Read on for a recap of what’s coming, updated screenshots, and a few extra goodies we’re planning to throw in as well.</p>
<h3>Laying the groundwork</h3>
<p>I want to reiterate that this is a pretty major upgrade, touching nearly every screen in the system. It represents a complete rework of how the system handles administrative screens. But this update is really just a first step in what will be a series of improvements. Think of it as laying the groundwork for many more changes to come. By unifying the administrative interface across all system pages, we offer ourselves the opportunity to bring you even more improvements in features and UI in the future.</p>
<h3>New look and feel</h3>
<p>The most visible changes are in the look and feel of the top toolbar and the administrative screens you encounter when editing content or adjusting settings. I want to point out that this does not change how our admin controls overlay on top of your website content. Rather, these change only impact the top toolbar and the screen you access when you click to edit content or settings. </p>
<p>The toolbar no longer uses drop down menus. Instead, available functions are listed horizontally as menu items. A new menu item, “content,” provides an easy way to get back to viewing the website with admin controls overlaid. The other menu items should be familiar as they are the same as those that exist currently in our drop down menus.</p>
<p>The settings screens follow familiar conventions, but offer an updated and polished look and feel. See the images below for more details.</p>
<p><img style="border:0px;  display: inline;" title="control_overlay" alt="control_overlay" src="http://www.speaklight.com/Websites/lux/Images/Blog/Newfeatureslaunchingtomorrow_C9BD/control_overlay.jpg" width="660" height="427" />&nbsp; <br />
<em>Control bars overlay your website content just as they have previously. The only differences when browsing the website are the changes to the top toolbar. Note that the LightCMS logo can be replaced with your own logo and you can set the toolbar colors however you like as well.</em></p>
<p><img style="border:0px;  display: inline;" title="WYSIWYG" alt="WYSIWYG" src="http://www.speaklight.com/Websites/lux/Images/Blog/Newfeatureslaunchingtomorrow_C9BD/WYSIWYG.jpg" width="660" height="554" />     <br />
<em>Here’s a look at the new editing interface when using the WYSIWYG editor. This same, unified interface is utilized across all settings screens.</em></p>
<h3>Customize the toolbar colors</h3>
<p>You can change the colors used on the top toolbar for all websites under your account (for details and a screen shot, see <a href="http://www.speaklight.com/interface-improvements-scheduled-customize-your-toolbar-colors-now">our previous blog post on this</a>). This feature gives you even more control over the private-label branding of the system. You’ve always been able to upload your own logo and place it on the toolbar, but now you can also set the colors of the toolbar to blend seamlessly with your own brand. You access all of these branding controls under My Account –&gt; Account Settings. You’ve had the opportunity to set your toolbar colors for a few weeks now. If you set them before our launch tomorrow, your color scheme will go live immediately when the new features are released. If you don’t set them yourself, we’ll roll out the toolbar with our default “gray” color scheme (that’s the scheme you see in the screenshots on this post). Of course, you can update your toolbar colors at any time.</p>
<h3>No more admin templates</h3>
<p>Once these features are live, you will no longer need to include an admin.html file with your templates. That’s one less file you have to create! For backward compatibility, if you have an admin.html file already, it will continue to be used for your login page, unless you override it with a login.html template (more on this below).</p>
<h3>An easier way to view and change design templates</h3>
<p>When viewing a web page, you’ll see an information button (“i”) and an indication of what page you are viewing on the bottom left of the toolbar. Clicking the information button will show you the template used by the page you are viewing and give you the option to change the template right there.</p>
<p><img style="border:0px;  display: inline;" title="change_template" alt="change_template" src="http://www.speaklight.com/Websites/lux/Images/Blog/Newfeatureslaunchingtomorrow_C9BD/change_template.jpg" width="402" height="361" /> </p>
<h3>A few more goodies</h3>
<p>Alongside these massive changes, our team has been working on a few other little features we’re rolling out tomorrow as well. We haven’t announced these until now, but here’s what you can look forward to.</p>
<ul>
    <li><strong>Login page template.</strong> Include a login.html file in your design and that template will be used on the default login page (/login). If you don’t have a login.html file, the admin.html file will be used (this is for backward compatibility, see above about “admin templates”), and if you don’t have a login.html or an admin.html, the default template of your website will be used.</li>
    <li><strong>Comment moderation alert.</strong> If you run a blog with comments set to require moderation, an alert box will now inform the user that their comment has been submitted for moderation whenever they submit a comment.</li>
    <li><strong>Blog post list on blog delete confirmation screen.</strong> If you choose to delete a blog element, you’re already presented with a confirmation screen asking if you want to merge posts into another blog or just delete the blog element. Now that confirmation screen will present a listing of all the blog posts in that blog element, making it easier to see what is about to be deleted.</li>
    <li><strong>Specify body CSS class in page settings.</strong> Under page settings on the advanced tab, you’ll now have the option to specify a CSS class that will be inserted into the body tag for that page. This advanced feature makes it easier to create CSS styles that target specific pages on the site.</li>
</ul>
<h3>Launching tomorrow</h3>
<p>This upgrade is scheduled for tomorrow morning, likely between 6am and 8am CDT (GMT-5). We don’t anticipate any downtime with this upgrade. We will post updates to our <a href="http://www.facebook.com/lightcms" target="_blank">Facebook page</a> and <a href="http://twitter.com/LightCMS" target="_blank">Twitter feed</a> when the upgrades are live. We look forward to bringing you these upgrades. Enjoy!</p>]]></description><guid>http://www.speaklight.com/new-features-launching-thursday</guid></item><item><title>LightCMS is now on Facebook!</title><link>http://www.speaklight.com/lightcms-is-now-on-facebook</link><pubDate>Thu, 17 Jun 2010 15:11:41 GMT</pubDate><dc:creator>Vince Conn</dc:creator><description><![CDATA[<p>We recently completed and launched the latest addition to our growing presence in social media, a <a href="http://www.facebook.com/lightcms" target="_blank">Facebook page for LightCMS</a>. The page will be a great new place to interact with the LightCMS team and to meet fellow users.&nbsp;We will also use it to keep you up to date with the latest LightCMS news, articles pertinent to designers, and Facebook-exclusive contests and giveaways.&nbsp;Be sure to check it out, ask questions, and let us know what you think.</p>
<a href="http://www.facebook.com/lightcms" target="_blank"><img alt="" src="http://www.speaklight.com/Websites/lux/Images/facebook.gif" style="margin-top: 10px; margin-right: 10px; margin-bottom: 8px;" /></a>
<p>To get involved with LightCMS on Facebook, click on the logo in this post or navigate to <a href="http://www.facebook.com/lightcms" target="_blank">www.facebook.com/lightcms</a>. Once there, click the "like" button near the top of the screen, and then you'll be able to post comments on our wall. We look forward to seeing you there!</p>]]></description><guid>http://www.speaklight.com/lightcms-is-now-on-facebook</guid></item><item><title>Launch of new interface improvements moved to next week</title><link>http://www.speaklight.com/launch-of-new-interface-improvements-moved-to-next-week</link><pubDate>Tue, 15 Jun 2010 18:01:16 GMT</pubDate><dc:creator>Tim Wall</dc:creator><description><![CDATA[<p>Just a quick update on our new <a href="http://www.speaklight.com/interface-improvements-scheduled-customize-your-toolbar-colors-now">interface improvements that were tentatively scheduled for this Thursday, June 17th</a>. We’ve decided to delay this launch one week and tentatively rescheduled for next Thursday, June 24th.</p>
<p><strong>“Why so tentative?” you ask.</strong></p>
<p>This is a pretty major upgrade that touches almost everything on the platform. As a result, we’re involved in a vast amount of testing, re-testing, further re-testing and testing some more as we hammer away to ensure everything is exactly right before it goes live. We want to get these new improvements out as soon as possible, but most importantly we want to ensure your upgrade experience is as seamless as possible.</p>
<h4>Server upgrades still scheduled for tonight</h4>
<p>The interface improvements mentioned above are separate from our <a href="http://www.speaklight.com/upcoming-server-upgrades">server upgrades</a> that are still scheduled for tonight. Remember, our maintenance window is from 12am to 1am CDT (GMT-5) Wednesday morning with an expectation of about 15 minutes of downtime. Though many of you will likely be asleep at the time, you can check our <a href="http://status.elementfusion.com" target="_blank">system status website</a> for updates on the progress of the upgrades.</p>]]></description><guid>http://www.speaklight.com/launch-of-new-interface-improvements-moved-to-next-week</guid></item><item><title>Upcoming server upgrades</title><link>http://www.speaklight.com/upcoming-server-upgrades</link><pubDate>Fri, 11 Jun 2010 19:34:33 GMT</pubDate><dc:creator>Tim Wall</dc:creator><description><![CDATA[<p>We've got some big improvements to our hosting infrastructure in the works and we wanted to let you know what's coming. <strong>Next Wednesday morning, June 16th at midnight (12am CDT, GMT-5)</strong>, we'll be upgrading our server storage to stay ahead of the fantastic growth we've been experiencing on <a href="http://www.speaklight.com">LightCMS</a>.</p>
<p>In order to make these upgrades, we will have to take the system offline. We anticipate the upgrades will take about 15 minutes, but just to be safe, we're scheduling a window of one hour, from 12am to 1am. While we're performing the upgrades, all LightCMS websites will be offline. We apologize for this inconvenience and we've scheduled the upgrades at the time of lowest system usage in order to minimize their effects on you and your clients.</p>
<p>We appreciate your understanding and support. As always, we're excited that our growth continues to demand expansion of our hosting resources and we are absolutely committed to staying ahead of the curve and ensuring our LightCMS customers enjoy the <a href="http://www.speaklight.com/hosting">best possible hosting experience</a>.</p>
<p>Please note: the upgrades mentioned here are separate from the new user interface improvements we have <a href="http://www.speaklight.com/interface-improvements-scheduled-customize-your-toolbar-colors-now">previously mentioned</a> and scheduled for release on Thursday, June 17th. Those improvements are still tentatively scheduled for the 17th and at this point we don't anticipate they will require any system downtime when launched. Stay tuned next week for more on these improvements as the time nears.</p>]]></description><guid>http://www.speaklight.com/upcoming-server-upgrades</guid></item><item><title>Are you using an SEO-friendly CMS?</title><link>http://www.speaklight.com/are-you-using-an-seo-friendly-cms</link><pubDate>Thu, 10 Jun 2010 15:35:41 GMT</pubDate><dc:creator>Vince Conn</dc:creator><description><![CDATA[<p>Finding the right CMS for your business can be a daunting task. If you want to get the best CMS possible, you'll be looking at the obvious factors, such as speed, <a href="http://www.speaklight.com/hosting">security</a>, customization, and UI. But what about your control over search engine optimization? Is the CMS you're looking at SEO friendly?</p>
<p>Let's check out some of the main questions you should ask when deciding whether a CMS is built with SEO in mind.</p>
<h3>Does your CMS give you control over your site's HTML?</h3>
<p>Search engines have an easier time sifting through standards-based, semantic HTML when looking for keywords, meta tags, and context. Some CMS providers force you to learn a proprietary system language. Others create pages in Flash or with visual page-creation tools. But all of these can be difficult or unreadable to search engines. If you don't have control over the HTML used in your sites, then you lose a potentially great advantage by not being able to provide search engines with meta tags, streamlined and recognizable code, or easy-to-see links.</p>
<h3>Does your CMS give you control over page URLs?</h3>
<p>An important factor that can often be overlooked is whether your CMS allows you to have control over the URLs generated for the pages you create. Creating a relevant, keyword-rich URL is one of the best things you can do for SEO. If your CMS generates dynamic or numeric page addresses, however, then making an SEO-friendly website can be a lot more difficult. Although there are methods for improving the performance of non-HTML URLs, there is little to be done about the loss of important keywords. The best approach is to make sure that whatever CMS you are using lets you create SEO-friendly, keyword-rich URLs.</p>
<p><span style="font-weight: bold; font-size: 19px;">
</span></p>
<h3>Does your CMS use fast, reliable storage?</h3>
<p>Another SEO ranking factor to consider is site speed. A higher loading time can result in lower SEO rankings. It's important for SEO purposes that your CMS uses <a href="http://www.speaklight.com/hosting">quality, reliable hosting</a>. Hosting often becomes an issue with free or low-cost services. High quality hosting and services are available, but cost can be prohibitive for a single user. One of the best ways to get high quality hosting at an affordable price is to use a CMS that offers hosting through software as a service (SaaS). With this method, your CMS pays for high-quality hosting by dividing the cost over a large number of subscribers.</p>
<h3>Other things to think about:</h3>
<p>
</p>
<p>There are a lot of other factors that you could look at as well. For example:</p>
<ul>
    <li>Does your CMS provide an easy way to set up 301 redirects?</li>
    <li>Where does your CMS store CSS and scripts relative to its other resources?</li>
    <li>Does your CMS support the use of XML and user-friendly sitemaps?</li>
    <li>Does your CMS support the use of robots.txt?</li>
    <li>Does your CMS give you page-level control over your META description and keyword fields?</li>
</ul>
<p>Although this post can be a great guide in considering any CMS, we naturally like to point out that <a href="http://www.speaklight.com/">LightCMS</a> was designed with all of these SEO factors in mind and therefore is a great option to consider as an SEO-friendly CMS. In fact, <a href="http://www.speaklight.com/company">our company</a> runs a successful SEO business using our CMS system for our own clients with great results. Take a look at <a href="http://www.speaklight.com/tour1">our features</a>, compare it with others, and we believe you'll agree.</p>
<p>Are there well-documented factors for SEO that we haven't mentioned here? Feel free to let us know in the comments!</p>]]></description><guid>http://www.speaklight.com/are-you-using-an-seo-friendly-cms</guid></item><item><title>Overheard on Twitter</title><link>http://www.speaklight.com/overheard-on-twitter1</link><pubDate>Fri, 04 Jun 2010 21:05:57 GMT</pubDate><dc:creator>Vince Conn</dc:creator><description><![CDATA[<p>Earlier today, we overheard savvy LightCMS user <a href="http://www.twitter.com/KelseyHumphreys" target="_blank">@KelseyHumphreys</a>&nbsp;(of <a href="http://www.kelsocreative.com" target="_blank">KelsoCreative</a>) respond to talented local designer, <a href="http://radfive.com" target="_blank">RadFive</a>, saying:</p>
<blockquote>
<em><a href="http://www.twitter.com/RadFiveDesign" target="_blank"><em>@RadFiveDesign</em></a></em><em>&nbsp;have you looked into LightCMS ? That's what I use and I loooooove it, I'm not much of a coder either.
</em></blockquote>
<p>For the LightCMS team, nothing makes a great Friday better than hearing that our community loves using our software. We take a lot of pride in offering our designers a CMS that is both <a href="http://www.speaklight.com/design" target="_blank">powerful <em>and&nbsp;</em>flexible</a>. The code-oriented designer can take complete control over the HTML and CSS used in their designs and templates. But even a talented designer with less coding experience will find LightCMS intuitive enough to bring their visions to life. Thanks again, Kelsey. We love working with you too!</p>]]></description><guid>http://www.speaklight.com/overheard-on-twitter1</guid></item><item><title>Interface improvements scheduled – customize your toolbar colors now</title><link>http://www.speaklight.com/interface-improvements-scheduled-customize-your-toolbar-colors-now</link><pubDate>Fri, 04 Jun 2010 15:21:44 GMT</pubDate><dc:creator>Tim Wall</dc:creator><description><![CDATA[<p>A few weeks ago, we announced major interface and branding improvements coming to LightCMS. In case you missed the details, be sure to <a href="http://www.speaklight.com/coming-soon-major-interface-and-branding-improvements">check out our original blog post here</a>. We’re getting close to the launch of these new features and we wanted to give you an update on a few things.</p>
<p>First, we’re setting a tentative launch date of Thursday, June 17th for these interface changes to go live across the system. Stay tuned to <a href="http://www.speaklight.com/blog">our blog</a> and <a href="http://twitter.com/LightCMS" target="_blank">Twitter feed</a> for updates on this launch as the time nears.</p>
<p>Second, we want to give you the opportunity to customize the colors of the new toolbar for your clients before these changes go live.</p>
<h4>Customize your toolbar colors now</h4>
<p>The functionality allowing you to customize your toolbar colors is already live inside your account. As the account owner, you are the only one who can access these tools (your clients can’t see them). Since the new toolbar isn’t yet visible to your clients, the changes you make to your toolbar colors now won’t have any effect on your client websites immediately. However, they will affect the toolbar colors all of your clients see when we roll out the new interface changes across the system later.</p>
<p>To access the tools, log in to your account and click “My Account” on the top toolbar, then click “Account Settings” on the submenu. Find the section labeled “Top toolbar colors” (pictured below) and follow the instructions. You can select one of our pre-defined color palettes or specify your own custom color options. The image below shows you what this looks like (clicking on one of the custom hex codes will load a handy color picker tool).</p>
<p><img style="display: inline;        border-width: 0px;border-style: solid;" title="Toolbar_colors" alt="Toolbar_colors" src="http://www.speaklight.com/Websites/lux/Images/Blog/Interfaceimprovementsscheduledfornextwee_B29D/Toolbar_colors.jpg" width="640" height="900" />&nbsp; </p>
<h4>The choice is yours</h4>
<p>You don’t have to customize your toolbar colors. If you don’t, we’ll implement our default "gray" color scheme on the new toolbar we roll out in a couple of weeks. It’ll all work out just fine. However, the new customization capabilities of the toolbar offer you a great opportunity to <a href="http://www.speaklight.com/reselling">tie the CMS even more closely to your brand</a>. So, we know that many of you will want to take advantage of the opportunity to set your own color scheme, and that’s why we’re giving you a window of time here to set things up before we take the new toolbar live.</p>
<h4>Remember, no more admin templates</h4>
<p>This is covered in detail on our <a href="http://www.speaklight.com/coming-soon-major-interface-and-branding-improvements">original blog post</a>, but just a quick reminder that once we launch the interface improvements in a couple of weeks, the system will no longer use the admin templates associated with your designs. This means you no longer need to include an admin.html file when <a href="http://www.speaklight.com/design-help">adding a design to LightCMS</a>. Adding designs to the system just got that much simpler.</p>
<h4>What about the login template?</h4>
<p>We’ve had a few people ask about what template will be used on a website’s built-in login page (/login) if the admin.html template is no longer used. Here’s how it will work:</p>
<p>By default, the system will use the default template of the website as the login page template (the default template is typically the “inside.html” template, but it can be set to anything under “My Website -&gt; Settings”). However, if you wish to further customize the /login page, you can add a “login.html” file to your design and the system will use that template instead of the website’s default template. This approach ensures that the /login page works out of the box, while still giving the option for customizability through a dedicated login template. </p>
<p>If you have any questions about these improvements, please just let us know. You can leave us a comment below, post a message on <a href="http://forum.speaklight.com" target="_blank">our forum</a>, or email our web concierge team at <a href="mailto:answers@speaklight.com">answers@speaklight.com</a>.</p>]]></description><guid>http://www.speaklight.com/interface-improvements-scheduled-customize-your-toolbar-colors-now</guid></item><item><title>Selection of HTML5 resources</title><link>http://www.speaklight.com/selection-of-html5-resources</link><pubDate>Wed, 02 Jun 2010 16:12:55 GMT</pubDate><dc:creator>Vince Conn</dc:creator><description><![CDATA[<p>Today we've decided to put together a broad swath of sites that will show you some great ways to utilize HTML5 (and even a little CSS3). There are many helpful reference tools here to strengthen your grasp on the new terms, tags, and elements. We've also included a selection of eyebrow-raising links that will show you a bit of what HTML5 is capable of. Finally there are some great galleries created by other designers to serve as inspiration for your own designs.</p>
<h3>HTML5 references</h3>
<p>
</p>
<ul>
    <li>Wikipedia's <a href="http://en.wikipedia.org/wiki/Comparison_of_layout_engines_(HTML_5)" target="_blank">comparison of layout engines</a> - a great resource for comparing support, by layout engine, of HTML5 semantics versus HTML4</li>
    <li><a href="http://caniuse.com" target="_blank">When can I use</a> - a web-app that shows you when different aspects of HTML5, CSS3, SVG, and more will be supported by different browser versions</li>
    <li><a href="http://html5demos.com/" target="_blank">HTML5 Demos</a> - a fun list of HTML5 tricks along with demonstrations and browser-support information</li>
    <li><a href="http://www.veign.com/downloads/guides/qrg0009.pdf" target="_blank">Veign's HTML5 cheat sheet</a> - a quick-reference PDF that gives quick information about HTML5 tags</li>
    <li><a href="http://www.smashingmagazine.com/" target="_blank">Smashing Magazine's</a> article "<a href="http://www.smashingmagazine.com/2009/08/04/designing-a-html-5-layout-from-scratch/" target="_blank">Designing a HTML5 Layout from Scratch</a>" - a great article that walks you through the steps of creating your own HTML5 layout</li>
    <li><a href="http://www.smashingmagazine.com/" target="_blank">Smashing Magazine's</a> article "<a href="http://www.smashingmagazine.com/2009/07/16/html5-and-the-future-of-the-web/" target="_blank">HTML5 and the Future of the Web</a>" - an easy to read presentation of what HTML5 has to offer (with lots of helpful illustrations)</li>
    <li><a href="http://www.w3schools.com/html5/html5_reference.asp" target="_blank">Tag reference</a> from <a href="http://www.w3schools.com" target="_blank">w3schools.com</a> - a thorough HTML5 tag reference</li>
    <li><a href="http://www.html-5.com/index.xhtml" target="_blank">HTML5 reference</a> by <a href="http://www.html-5.com" target="_blank">HTML-5.com</a> - a large selection of detailed and helpful HTML5 information</li>
</ul>
<h3>Just for show</h3>
<p>
</p>
<ul>
    <li><a href="http://9elements.com/io/projects/html5/canvas/" target="_blank">9elements</a> - an awesome example of canvas in the form of music and interactive, blinky circles</li>
    <li><a href="http://anthonycalzadilla.com/css3-ATAT/index.html" target="_blank">CSS3 ATAT</a> - the one and only non-Flash animated ATAT</li>
    <li><a href="http://pushingpixels.at/experiments/dynamic_shadow/" target="_blank">Dynamic Shadow</a> - another great example of CSS3 using an interactive lightbulb and a shadowbox</li>
    <li><a href="http://mugtug.com/sketchpad/" target="_blank">Sketchpad</a> - a web-based paint application and fantastic example of the power of HTML5's canvas</li>
    <li><a href="http://www.engadget.com/2010/05/28/html5-seriously-its-not-just-for-video/" target="_blank">HTML5: seriously, it's not just for video</a> - a compilation of great examples of what HTML5 is capable of</li>
</ul>
<h3>HTML5 galleries for inspiration</h3>
<ul>
    <li><a href="http://visionwidget.com/showcase/graphics/521-examples-of-fresh-html5-websites.html" target="_blank">VisionWidget's HTML5 gallery (22)</a>&nbsp;</li>
    <li><a href="http://www.1stwebdesigner.com/inspiration/ultra-modern-websites-html5/" target="_blank">1stWebDesigner's HTML5 gallery (25)</a></li>
    <li><a href="http://thenextweb.com/2010/04/03/5-html5-sites/" target="_blank">TheNextWeb's HTML5 gallery (5)</a></li>
    <li><a href="http://speckyboy.com/2010/04/16/15-useful-css3-and-html3-templates-and-frameworks/" target="_blank">Speckyboy's CSS3 and HTML5 templates (15)</a></li>
</ul>
<div>We hope you find these helpful! Let us know if you have any similar links that aren't listed.</div>]]></description><guid>http://www.speaklight.com/selection-of-html5-resources</guid></item><item><title>Overheard on Twitter</title><link>http://www.speaklight.com/overheard-on-twitter</link><pubDate>Fri, 21 May 2010 17:54:53 GMT</pubDate><dc:creator>Vince Conn</dc:creator><description><![CDATA[<p>We reminded our Twitter followers how easy our <a href="http://support.publishpath.com/301-redirects">301 Redirect manager</a> is to set up, and we got some great and encouraging responses. Here's one from <a href="http://www.twitter.com/cbnnexus">@cbnnexus</a>:</p>
<blockquote><em><a href="http://www.twitter.com/LightCMS">@LightCMS</a> Yes, it's so easy I literally gasped the first time I used it. You guys rock, as per usual.</em></blockquote>
<p>If you haven't looked at it before, be sure to check it out <a href="http://support.publishpath.com/301-redirects">here</a>.</p>]]></description><guid>http://www.speaklight.com/overheard-on-twitter</guid></item><item><title>Five new, free designs available now</title><link>http://www.speaklight.com/five-new-free-designs-available-now1</link><pubDate>Thu, 20 May 2010 16:32:50 GMT</pubDate><dc:creator>Vince Conn</dc:creator><description><![CDATA[<p>Our repertoire of&nbsp;<a href="http://freedesigns.speaklight.com" target="_blank">free designs</a>&nbsp;has just been updated with five new templates. Feel free to use them as springboards for your own ideas or to insert them as they are now. As long as the resulting website ends up on LightCMS, you have full license to modify and use these designs however you wish. Take a look, and remember you can access these and all other free designs from the "My Website -&gt; Design" page on your top toolbar (be sure to log in first).</p>
<h3>Allez</h3>
<p><img alt="" src="http://www.speaklight.com/Websites/lux/Images/Free%20Designs/Allez.jpg" /></p>
<h3>Allez-Comp</h3>
<p><img alt="" src="http://www.speaklight.com/Websites/lux/Images/Free%20Designs/Allez-Comp.jpg" /></p>
<h3>Allez-Pro</h3>
<p><img alt="" src="http://www.speaklight.com/Websites/lux/Images/Free%20Designs/Allez-Pro.jpg" /></p>
<h3>UniCorp-Grey</h3>
<p><img alt="" src="http://www.speaklight.com/Websites/lux/Images/Free%20Designs/UniCorp-Grey.jpg" /></p>
<h3>UniCorp-Tan</h3>
<p><img alt="" src="http://www.speaklight.com/Websites/lux/Images/Free%20Designs/UniCorp-Tan.jpg" /></p>]]></description><guid>http://www.speaklight.com/five-new-free-designs-available-now1</guid></item><item><title>Coming soon: major interface and branding improvements</title><link>http://www.speaklight.com/coming-soon-major-interface-and-branding-improvements</link><pubDate>Thu, 13 May 2010 13:38:05 GMT</pubDate><dc:creator>Tim Wall</dc:creator><description><![CDATA[<p>Today, we’re giving you a heads up about some major improvements coming soon to the <a href="http://www.speaklight.com/">LightCMS</a> interface. We believe you are going to love these changes, so we’re excited to tell you about them. But first, a disclaimer:</p>
<h3>These plans are not 100% finalized</h3>
<p>Since these changes will impact what your clients see when they log into their websites, we want to give you as much lead time as possible to prepare. As a result, we’re telling you about these improvements while things are still being finalized, so I just want to make a general disclaimer that the specifics of what we say here could change somewhat as we near the launch. There may be some differences between the screen shots we display here and what actually ends up in the final interface. And, while we do feel confident about the specific features mentioned below, there is always a possibility that some things could get delayed or changed. It’s also possible that we’ll add even more features!</p>
<p>We’ll be following up with more communication as we near the time of launch to fill you in on how things are progressing. But now, on to the details.</p>
<h3>No more admin templates</h3>
<p>Perhaps the most significant change we’re implementing is that we’re moving away from utilizing custom admin templates for admin screens. Currently, LightCMS utilizes a template from the <a href="http://www.speaklight.com/design">design</a> of your website when displaying admin controls such as the WYSIWYG editor or other settings screens. You are able to customize this template currently by providing an admin.html file with your design that the system will use in these admin screens. Once the changes go into effect, LightCMS will no longer use the admin.html template. Instead, it will use its own admin layouts to display all admin content. As a result, it will no longer be necessary to include an admin.html template in your designs.</p>
<h4>Why are we moving away from custom admin templates?</h4>
<p>There are many reasons we are making this change. I have outlined a few of them below.</p>
<ol>
    <li><strong>Avoiding conflicts.</strong> The use of a custom template on admin screens leaves open the possibility for conflicts between your custom admin designs and our system admin controls. Though we have worked to harden our admin layouts to protect against conflicts with custom designs, there is no way to completely avoid situations in which custom designs don’t work right with the admin layout. Moving to system layouts on these screens will eliminate these potential conflicts. </li>
    <li><strong>Setting up for much better user interfaces.</strong> Currently, the user interfaces on our admin screens are intentionally very barebones in order to avoid, as much as possible, the conflicts mentioned above. By moving these screens into system layouts, we will then be able to move forward with huge improvements to the design and usability of these screens. This will benefit you and your clients greatly as the system controls will become more polished and accessible. </li>
    <li><strong>Making things consistent.</strong> Currently, some of the admin interfaces exist on system screens while others exist on custom admin templates. This is a confusing inconsistency that we are moving to correct. After this launch, all admin interfaces on the system will have a consistent look and feel. </li>
    <li><strong>Removing design hassles</strong>. LightCMS has a primary goal of remaining the <a href="http://www.speaklight.com/why-lightcms">friendliest and most hassle-free CMS for designers</a>. Requiring designers to create an admin template for every website is an extra hassle that really doesn't offer you much benefit. With this change, we'll be providing the admin layouts so you don't have to, saving you time on every design. Creating sites for LightCMS is about to become even easier!</li>
</ol>
<p>As you can see, this change to a unified system layout for admin screens will greatly improve the user experience for you and your clients when using LightCMS. Additionally, it will allow us to continue development on further improvements to the interface in the future.</p>
<h4>Your brand is our priority</h4>
<p>You can rest assured that throughout these changes, we have kept your ability to<a href="http://www.speaklight.com/reselling"> private-label the system with your brand</a> at the heart of our decisions. The new admin interfaces your clients experience will be neutral in their designs and free of any LightCMS branding (see image). This will be consistent with every other part of the LightCMS system.</p>
<p><img style="display: inline;        border-width: 0px;border-style: solid;" title="WYSIWYG_admin" alt="WYSIWYG_admin" src="http://www.speaklight.com/Websites/lux/Images/Blog/Comingsoonmajorinterfaceandbrandingimpro_9947/WYSIWYG_admin_cropped.jpg" /></p>
<p>But we’re not stopping there. We’re also rolling out some major improvements to the admin toolbar and your ability to customize that toolbar to match your own brand. Read on to see what else we have in store with these updates.</p>
<h3>Redesigned admin toolbar with full color customization</h3>
<p>We’re redesigning the top admin toolbar that you see when you are logged into a LightCMS website.&nbsp; You can read more about the new admin bar below, but first I want to introduce a new level of private-label branding that will be immediately available.</p>
<h4>Customize the color scheme of your admin bar</h4>
<p>Currently, you can upload your own logo to appear on the admin bar for your clients. In this new release, we’ll be adding the ability for you to customize all of the colors of the admin bar as well. This will allow you to tightly integrate the admin bar with your logo for a completely branded look.</p>
<p>These customizations will be available through a screen in your <a href="http://www.speaklight.com/account">account</a> area where you can set all of the admin bar colors and even view a preview of your admin bar before taking it live. We’ll be making this preview screen available to you ahead of our launch date so that you’ll be able to set up your new admin bar before we take these changes live to your clients. We’ll have a fairly small window of time for this advanced customization, though, so you’ll want to be watching <a href="http://www.speaklight.com/blog">our blog</a> and <a href="http://twitter.com/LightCMS" target="_blank">Twitter</a> feeds over the next few weeks for details on when that is available.</p>
<h4>Quicker access to all our tools</h4>
<p>The new admin bar removes the drop-down-style menus used currently in favor of simple buttons that let you access the controls you need. The admin bar will contain the same controls and option that exist currently, but the layout and look of these buttons will change. See the image below for an idea of what the new admin bar will look like. Remember, the colors will all be customizable by you.</p>
<p><img style="border: 0px;  display: inline;" title="Toolbar" alt="Toolbar" src="http://www.speaklight.com/Websites/lux/Images/Blog/Comingsoonmajorinterfaceandbrandingimpro_9947/Toolbar.jpg" width="650" height="90" /> </p>
<h4>Easily view and change your page templates</h4>
<p>One added feature of the new admin bar will be a handy tool that allows you to more easily see what template the page you are viewing is using. Clicking the “You are currently viewing” area will display the design template information and provide a quick link to change the page’s template. Here’s a shot of what that may look like.</p>
<p><img style="border: 0px;  display: inline;" title="Template" alt="Template" src="http://www.speaklight.com/Websites/lux/Images/Blog/Comingsoonmajorinterfaceandbrandingimpro_9947/page_status.png" /> </p>
<h3>Stay tuned for future updates</h3>
<p>As mentioned above, things are still being finalized and we don’t have a solid launch date at this time. We’re giving you this heads up so that you can start preparing yourself and your own clients for what is coming. At this point, it looks like the launch will be no earlier than the week of June 1st, 2010, so that gives you about three weeks to prepare for this transition. Of course, the launch may end up being a little later than that giving you even more time. Be sure to stay tuned to <a href="http://www.speaklight.com/blog">our blog</a> and <a href="http://twitter.com/LightCMS" target="_blank">Twitter</a> feed for more details as the time approaches.</p>
<p>As always, thank you for your support and your business. We are constantly hard at work at updating and improving the LightCMS system. We look forward to bringing you these updates and many more in the months to come.</p>]]></description><guid>http://www.speaklight.com/coming-soon-major-interface-and-branding-improvements</guid></item><item><title>Using HTML5 to design with Light CMS</title><link>http://www.speaklight.com/using-html5-to-design-with-light-cms</link><pubDate>Fri, 28 May 2010 14:33:38 GMT</pubDate><dc:creator>Vince Conn</dc:creator><description><![CDATA[<p>In the past weeks, some of our <a href="http://www.speaklight.com"><span class="lightCMS">Light</span> CMS</a> designers have asked us about HTML5 and whether it will affect our CMS software or their designs. The current reach of HTML5 has been a pretty hot topic in general. As more and more information comes out, the online community has become entrenched in auguring the breadth of the new web-standard's impact. Designers, of course, are more concerned than anyone. Will clients care if their designer uses HTML5? What portion of their audience will be able to view pages in HTML5? What about the old ladies still running IE6? With all of these questions, the last thing a designer needs is added trouble with their CMS. And thankfully, <span class="lightCMS">Light</span> CMS likes to keep things simple. Let's take a moment to talk about how <span class="lightCMS">Light</span> CMS can work with HTML5.</p>
<h3>Can I create new <span class="lightCMS">Light</span> CMS designs using HTML5?</h3>
<p>Absolutely. The great thing for our designers is that <span class="lightCMS">Light</span> CMS has always been standards-friendly. Since day one, we've committed ourselves to giving you complete control over the creation and management of your designs, especially when you want to <a href="http://www.speaklight.com/design">design using HTML and CSS standards</a>. Designers using <span class="lightCMS">Light</span> CMS are free to create their templates in HTML5 markup. Some CMS providers require proprietary languages, but we believe that just hinders the creativity of your designs. Do you want to take advantage of <a href="http://www.w3schools.com/html5/tag_aside.asp" target="_blank">the new &lt;aside&gt;&nbsp;tags</a>? No problem. Want to embed a CMS token within a <a href="http://www.w3schools.com/html5/tag_nav.asp" target="_blank">sub-navigation bar</a> inside those new tags? It'll work great. In other words, <span class="lightCMS">Light</span> CMS is the HTML5 designer's friend.</p>
<p>As a side note, we'll likely be adding new designs featuring HTML5 to our CMS in the future as well.</p>
<h3>Will the rollout of HTML5 affect older <span class="lightCMS">Light</span> CMS designs?</h3>
<p>Not at all. Existing <span class="lightCMS">Light</span> CMS designs, including our own free design templates, will still render just as they always have, provided the designer declared the &lt;!DOCTYPE&gt; properly when the design was created (for more information on DOCTYPES, click <a href="http://www.w3.org/QA/2002/04/valid-dtd-list.html">here</a>). Since previous standards are still supported by browser engines, there shouldn't be any problems with using them. </p>
<h3><span class="lightCMS">Light</span> CMS + your designs + HTML5 = win</h3>
<p>As you can see, designers using <span class="lightCMS">Light</span> CMS to create content managed websites for their clients have nothing to fear from HTML5. With complete control over the HTML and CSS standards used in their CMS designs, designers have the freedom to utilize HTML5 when they are ready. Of course, things are always changing, and we'll be keeping an eye on how the upcoming changes affect our products and making adjustments as necessary. </p>
<p>If you have thoughts on HTML5, let us hear from you in the comments.</p>]]></description><guid>http://www.speaklight.com/using-html5-to-design-with-light-cms</guid></item><item><title>Tutorial: using Posterous to enable blogging by email on LightCMS</title><link>http://www.speaklight.com/tutorial-using-posterous-to-enable-blogging-by-email-on-lightcms</link><pubDate>Thu, 15 Apr 2010 19:10:27 GMT</pubDate><dc:creator>Tim Wall</dc:creator><description><![CDATA[<p><a href="http://www.speaklight.com" target="_blank">LightCMS</a> uses the MetaWeblog API to work with outside blogging services and resources. There are a host of services and products that use this standard and today we’d like to talk about one called <a href="http://posterous.com" target="_blank">Posterous</a>.</p>
<p>Posterous is a simple, online blogging platform that allows you to post to your blog by simply sending an email. Posterous then provides a service called “autoposting” where it will distribute anything you send it to the services of your choice. So you can hook Posterous up with your Twitter account, your Facebook profile, and many other services you use, and any time you post to Posterous, it will get posted to your other services as well.</p>
<p>Posterous can also work with blogging platforms via the MetaWeblog protocol, which means it can autopost to your LightCMS blog. So, send an email to Posterous and it gets posted on your LightCMS blog (and any other services you choose as well). Pretty simple, right? Let’s take a look at how to set it up.</p>
<p>First, you need to create a Posterous account. It’s free and easy. Just visit <a href="http://posterous.com" target="_blank">posterous.com</a> to get started.</p>
<p>Once you’re set up on Posterous, log in to your account and click on the “Autopost” menu item to set up autoposting. Click “Add a service” (see image below).</p>
<p><img style="border: 0px;  display: inline;" title="AddAService1" alt="AddAService1" src="http://www.speaklight.com/Websites/lux/Images/Blog/TutorialusingPosteroustoenablebloggingby_C1D7/AddAService1.jpg" width="583" height="192" /> </p>
<p>Then, choose “Other blog” from the list of available services (see image below)</p>
<p><img style="border: 0px;  display: inline;" title="AddAService" alt="AddAService" src="http://www.speaklight.com/Websites/lux/Images/Blog/TutorialusingPosteroustoenablebloggingby_C1D7/AddAService.jpg" width="660" height="456" /> </p>
<p>On the next screen, enter the publishpath URL for the page on which your blog resides. Then, enter the username and password that you use to login to your website. Finally, click “Advanced options” and you can edit or delete the default content Posterous will insert as a footer on any post you create (I usually delete this so that posts from Posterous look just like other posts, but you can set it however you like).</p>
<p><img style="border: 0px;  display: inline;" title="settings" alt="settings" src="http://www.speaklight.com/Websites/lux/Images/Blog/TutorialusingPosteroustoenablebloggingby_C1D7/settings.jpg" width="662" height="586" /> </p>
<p>That’s it. Your Posterous site is now connected to your blog. Simply send an email to Posterous using the email address they provide you, and your content will be posted to your blog. Easy!</p>
<p>Posting by email is very convenient from your desktop, laptop, or even your mobile phone. Give it a try and let us know what you think.</p>]]></description><guid>http://www.speaklight.com/tutorial-using-posterous-to-enable-blogging-by-email-on-lightcms</guid></item><item><title>New design feature: login status token lets you add custom, personalized content for users</title><link>http://www.speaklight.com/new-design-feature-login-status-token-lets-you-add-custom-personalized-content-for-users</link><pubDate>Fri, 09 Apr 2010 00:18:06 GMT</pubDate><dc:creator>Tim Wall</dc:creator><description><![CDATA[<p>Well, another week, another new design feature! We’ve rolled out yet another new design token to further enhance the power and simplicity of LightCMS’s <a href="http://www.speaklight.com/design">design</a> system.</p>
<p>The new <a href="http://accountsupport.publishpath.com/loginstatus" target="_blank">Login Status</a> token allows you to add content to your templates based on the login status of the user visiting the site. In addition, if the user is logged in, it allows you to add personalized content for that user.</p>
<p>So, for example, if you wanted to put a “Login” link at the top of your page and then have that link change to say “Welcome, Ryan” whenever a user named Ryan is logged in, the new Login Status token can help you do that. Of course, you can do much more than that as well. You can populate the token with any amount of HTML content for both the loggedin and loggedout states, allowing you tons of flexibility, especially for sites like intranets or other sites with lots of login activity.</p>
<p>Full specifications on the token can be found on the <a href="http://accountsupport.publishpath.com/loginstatus" target="_blank">Login Status</a> page of our <a href="http://accountsupport.publishpath.com/token-reference-guide" target="_blank">Token Reference Guide</a>. Check it out and give it a try!</p>]]></description><guid>http://www.speaklight.com/new-design-feature-login-status-token-lets-you-add-custom-personalized-content-for-users</guid></item></channel></rss>