<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Secure Networks &#187; SecNet-rEbooT</title>
	<atom:link href="http://wp.securenetcorp.com/category/secnet-reboot/feed/" rel="self" type="application/rss+xml" />
	<link>http://wp.securenetcorp.com</link>
	<description></description>
	<lastBuildDate>Tue, 13 Apr 2010 05:59:32 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Federal and State Technology Partnership Program (FAST)</title>
		<link>http://wp.securenetcorp.com/secnet-reboot/federal-and-state-technology-partnership-program-fast/</link>
		<comments>http://wp.securenetcorp.com/secnet-reboot/federal-and-state-technology-partnership-program-fast/#comments</comments>
		<pubDate>Thu, 25 Mar 2010 21:54:08 +0000</pubDate>
		<dc:creator>dsqmoore</dc:creator>
				<category><![CDATA[SecNet-rEbooT]]></category>
		<category><![CDATA[Government+]]></category>

		<guid isPermaLink="false">http://wp.securenetcorp.com/?p=372</guid>
		<description><![CDATA[Federal and State Technology Partnership Program (FAST): &#8220;





Funding Opportunity Number: 
FAST-10-R-0004


Opportunity Category:
Discretionary


Funding Instrument Type: 
Cooperative Agreement


Category of Funding Activity: 
Science and Technology and other Research and Development


CFDA Number: 
 


Eligible Applicants
Others (see text field entitled &#8216;Additional Information on Eligibility&#8217; for clarification)


Agency Name
SBA





&#8220;
(Via Grants New Opportunity List by Agency.)
]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.grants.gov/search/search.do?mode=VIEW&#038;oppId=53200">Federal and State Technology Partnership Program (FAST)</a>: &#8220;<br />
<table border="0" width="100%">
<tr>
<td>
<table>
<tr>
<td>Funding Opportunity Number: </td>
<td>FAST-10-R-0004</td>
</tr>
<tr>
<td>Opportunity Category:</td>
<td>Discretionary</td>
</tr>
<tr>
<td valign="top">Funding Instrument Type: </td>
<td>Cooperative Agreement</td>
</tr>
<tr>
<td valign="top">Category of Funding Activity: </td>
<td>Science and Technology and other Research and Development</td>
</tr>
<tr>
<td valign="top">CFDA Number: </td>
<td> </td>
</tr>
<tr>
<td valign="top">Eligible Applicants</td>
<td>Others (see text field entitled &#8216;Additional Information on Eligibility&#8217; for clarification)</td>
</tr>
<tr>
<td valign="top">Agency Name</td>
<td>SBA</td>
</tr>
</table>
</td>
</tr>
</table>
<p>&#8220;</p>
<p>(Via <a href="http://www.grants.gov/search/basic.do">Grants New Opportunity List by Agency</a>.)</p>
]]></content:encoded>
			<wfw:commentRss>http://wp.securenetcorp.com/secnet-reboot/federal-and-state-technology-partnership-program-fast/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Single Sign-on across Sub-Domains in Drupal with No Extra Modules</title>
		<link>http://wp.securenetcorp.com/saas/single-sign-on-across-sub-domains-in-drupal-with-no-extra-modules/</link>
		<comments>http://wp.securenetcorp.com/saas/single-sign-on-across-sub-domains-in-drupal-with-no-extra-modules/#comments</comments>
		<pubDate>Thu, 25 Mar 2010 21:41:31 +0000</pubDate>
		<dc:creator>dsqmoore</dc:creator>
				<category><![CDATA[SaaS]]></category>
		<category><![CDATA[SecNet-rEbooT]]></category>
		<category><![CDATA[Single Sign-on]]></category>

		<guid isPermaLink="false">http://wp.securenetcorp.com/?p=364</guid>
		<description><![CDATA[Single Sign-on across Sub-Domains in Drupal with No Extra Modules: &#8220;
With the multitude of single sign-on modules out there for Drupal, it&#8217;s easy to miss the fact that Drupal has a built-in single sign on mechanism already. No modules, no configuration, just 20 easy lines of PHP in your site&#8217;s settings.php file. This solution works for a lot of clients, but the set of requirements is pretty specific as to when you can use this approach. This includes:

The sites sharing a single log-in must be on the same domain. For ...]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.lullabot.com/articles/drupal-single-sign-across-sub-domains">Single Sign-on across Sub-Domains in Drupal with No Extra Modules</a>: &#8220;</p>
<p>With the multitude of single sign-on modules out there for Drupal, it&#8217;s easy to miss the fact that Drupal has a <em>built-in</em> single sign on mechanism already. No modules, no configuration, just 20 easy lines of PHP in your site&#8217;s settings.php file. This solution works for a lot of clients, but the set of requirements is pretty specific as to when you can use this approach. This includes:</p>
<ul>
<li>The sites sharing a single log-in must be on the <strong>same domain</strong>. For example:</li>
</ul>
<ul>
<li><code>www.example.com</code></li>
<li><code>forums.example.com</code></li>
<li><code>subsite.example.com</code></li>
</ul>
<li>You must be using <strong>MySQL</strong>.</li>
<li>Your sites must be on the <strong>same hardware cluster</strong> to be able to query each other&#8217;s databases.</li>
<p>If your site fits within those requirements, you&#8217;re on your way to simple, efficient, and easy Single Sign-on!</p>
<p>The concept for this single sign-on approach is based around Drupal&#8217;s ability to prefix database tables. As you may know, you can run multiple Drupal sites on the same MySQL database. However, most sites are not configured this way, each site is given it&#8217;s own dedicated database. Drupal&#8217;s table prefixing can be combined with MySQL&#8217;s ability to query across databases to make a simple &#8217;shared table&#8217; across multiple sites. Then you just need to set a cookie domain so that the two sites share session information and you&#8217;re done!</p>
<p> <span><a href="http://www.lullabot.com/articles/drupal-single-sign-across-sub-domains"><strong>read more »</strong></a></span>&#8221;</p>
<p>(Via <a href="http://www.lullabot.com/taxonomy/term/1/all">Lullabot &#8211; Articles</a>.)</p>
]]></content:encoded>
			<wfw:commentRss>http://wp.securenetcorp.com/saas/single-sign-on-across-sub-domains-in-drupal-with-no-extra-modules/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Apps highlights – 2/19/2010</title>
		<link>http://wp.securenetcorp.com/saas/google-apps-highlights-%e2%80%93-2192010/</link>
		<comments>http://wp.securenetcorp.com/saas/google-apps-highlights-%e2%80%93-2192010/#comments</comments>
		<pubDate>Thu, 25 Feb 2010 06:39:23 +0000</pubDate>
		<dc:creator>dsqmoore</dc:creator>
				<category><![CDATA[Gooooogle]]></category>
		<category><![CDATA[SaaS]]></category>
		<category><![CDATA[SecNet-rEbooT]]></category>
		<category><![CDATA[Google Apps]]></category>
		<category><![CDATA[Mobile+]]></category>
		<category><![CDATA[Single Sign-on]]></category>
		<category><![CDATA[Storage+]]></category>
		<category><![CDATA[UI+]]></category>
		<category><![CDATA[Web Trends]]></category>

		<guid isPermaLink="false">http://wp.securenetcorp.com/?p=346</guid>
		<description><![CDATA[Google Apps highlights – 2/19/2010: &#8220;This is part of a regular series of Google Apps updates that we post every couple of weeks. Look for the label &#8216;Google Apps highlights&#8216; and subscribe to the series. &#8211; Ed.
Over the last couple of weeks we&#8217;ve been busy adding new functionality to make communicating and sharing with Google Apps easier than ever, whether you use Google Apps for work, for school or at home.
Web clipboard for Google DocsAs more and more people are getting work done in the cloud with Google Docs, a ...]]></description>
			<content:encoded><![CDATA[<p><a href="http://feedproxy.google.com/~r/blogspot/MKuf/~3/gALJE4gJLn8/google-apps-highlights-2192010.html">Google Apps highlights – 2/19/2010</a>: &#8220;<i>This is part of a regular series of Google Apps updates that we post every couple of weeks. Look for the label &#8216;</i><a href="http://googleblog.blogspot.com/search/label/Google%20Apps%20highlights"><i>Google Apps highlights</i></a><i>&#8216; and subscribe to the series. &#8211; Ed.</i></p>
<p>Over the last couple of weeks we&#8217;ve been busy adding new functionality to make communicating and sharing with Google Apps easier than ever, whether you use Google Apps for work, for school or at home.</p>
<p><b>Web clipboard for Google Docs</b><br />As more and more people are getting work done in the cloud with Google Docs, a common stumbling block has been copying and pasting formatted content between documents, spreadsheets and presentations. On Wednesday we made this a whole lot easier with <a href="http://googledocs.blogspot.com/2010/02/web-clipboard-for-google-docs.html">a web clipboard for Google Docs</a>. Just highlight what you want to copy, select from the web clipboard menu, move to your other Google Docs window and choose what you want to paste from the web clipboard menu. Your pasted content will retain its original formatting so you don&#8217;t have to spend time reformatting.</p>
<p><a href="http://4.bp.blogspot.com/_7ZYqYi4xigk/S38wAMq6RRI/AAAAAAAAFoQ/zVeq_pMHXuU/s1600-h/clipboard.png"><img style="display:block;margin:0px auto 10px;text-align:center;width:400px;height:148px" src="http://4.bp.blogspot.com/_7ZYqYi4xigk/S38wAMq6RRI/AAAAAAAAFoQ/zVeq_pMHXuU/s400/clipboard.png" border="0" alt=""/></a><br /><b>New saving buttons in Google Docs</b><br />One of the most frustrating things about using traditional software is losing your work if something unexpected happens before you remember to save. Google Docs helps solve this problem by frequently saving your latest changes automatically. Still, we&#8217;ve heard from people that they want that extra reassurance that autosave is happening, and to be able to manually save their work more easily. <a href="http://googledocs.blogspot.com/2010/02/save-safely-with-new-saving-buttons.html">New saving buttons</a> in Google Docs do just that. The buttons let you know when your document is fully saved, in the process of being autosaved or has unsaved changes that haven&#8217;t been picked up by autosave yet. Now, if there are unsaved changes the &#8216;Save now&#8217; button is clickable.
<div><a href="http://3.bp.blogspot.com/_7ZYqYi4xigk/S38wAo0zN4I/AAAAAAAAFoY/Di_S58Buy6s/s1600-h/save+button.png"><img style="display:block;margin:0px auto 10px;text-align:center;width:203px;height:41px" src="http://3.bp.blogspot.com/_7ZYqYi4xigk/S38wAo0zN4I/AAAAAAAAFoY/Di_S58Buy6s/s400/save+button.png" border="0" alt=""/></a><br /><b>Google Buzz</b><br />Last week <a href="http://gmailblog.blogspot.com/2010/02/google-buzz-in-gmail.html">we launched</a> <a href="http://www.google.com/buzz">Google Buzz</a>, a new way to start conversations about things you find interesting, like photos, videos, webpages or whatever might be on your mind. Buzz lets you share right from Gmail, or from your mobile phone. You can connect other sites you use like Twitter, Picasa, and Google Reader, and you can post buzz privately or publicly. Since we released Google Buzz, we quickly made a number of <a href="http://gmailblog.blogspot.com/2010/02/new-buzz-start-up-experience-based-on.html">improvements</a> based on input from users, and we&#8217;re committed to keep improving it. Individuals can use Google Buzz now, and we plan to make it available to businesses and universities using Google Apps within a few months.</p>
<p><b>Google Apps Script for Google Sites</b><br /><a href="http://www.google.com/google-d-s/scripts/overview.html">Google Apps Script</a> lets you create programmatic interactions between a whole variety of Google services including contacts, calendars, email, finance data, spreadsheets and more. Businesses often use scripts to automate repetitive processes. Last week, <a href="http://googleenterprise.blogspot.com/2010/02/google-apps-script-and-google-sites.html">we added Google Sites</a> to the list of products that you can control with scripts. Now, instead of manually updating the content in a site, you can use Google Apps Script to automatically populate pages in your site with calendar data, contact information and data from the other services that work with Google Apps Script. Scripts can even add attachments and be used to update the sharing preferences for your site.</p>
<p><b>Who&#8217;s gone Google?</b><br />With 3,500 employees, Lincoln Property Company is one of the largest property management firms in the United States. Recently, <a href="http://googleenterprise.blogspot.com/2010/02/lincoln-property-company-finds-new-home.html">Lincoln Property made the decision</a> to switch to Google Apps from their complex and costly Novell Groupwise email infrastructure.  Not only will they save an estimated $200,000 per year, they&#8217;ll finally be able to equip every single employee with email, instant messaging and calendars — not just the 950 desk-based workers who previously had email access.</p>
<p>The Google Apps train keeps rolling in the education space as well. <a href="http://googleblog.blogspot.com/2010/02/seven-million-students-have-gone.html">Seven million students</a> around the world are now using Google Apps at school!  <a href="http://lisnews.wordpress.depauw.edu/2010/02/06/its-official-were-upgrading-to-google-apps-for-education-details-and-timeline/">DePauw University</a> and <a href="http://blogs.davenport.edu/itsupdates/2010/02/10/google-apps-for-educationmore-details-about-the-groupwise-migration-project/">Davenport University</a> are just a couple of the most recent schools to switch to Google Apps.</p>
<p>Hope you&#8217;re enjoying the latest round of new capabilities, whether you&#8217;re using Google Apps with friends and family, with work colleagues or with classmates. For details and the latest news in this area, check out the <a href="http://googleapps.blogspot.com/">Google Apps Blog</a>.</div>
<div></div>
<div><i><b>Update</b> Feb 22</i>: Corrected &#8216;gone Google&#8217; list.</p>
<p><span>Posted by Jeremy Milo, Google Apps Marketing Manager</span></div>
<div><img width="1" height="1" src="https://blogger.googleusercontent.com/tracker/10861780-3863345956056386516?l=googleblog.blogspot.com" alt=""/></div>
<div>
<a href="http://feeds.feedburner.com/~ff/blogspot/MKuf?a=gALJE4gJLn8:YMrPPJu67Mg:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/blogspot/MKuf?d=yIl2AUoC8zA" border="0"/></a> <a href="http://feeds.feedburner.com/~ff/blogspot/MKuf?a=gALJE4gJLn8:YMrPPJu67Mg:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/blogspot/MKuf?i=gALJE4gJLn8:YMrPPJu67Mg:V_sGLiPBpWU" border="0"/></a>
</div>
<p><img src="http://feeds.feedburner.com/~r/blogspot/MKuf/~4/gALJE4gJLn8" height="1" width="1"/>&#8220;</p>
<p>(Via <a href="http://googleblog.blogspot.com/">Official Google Blog: Network effects: Introducing the Google Apps &#8230;</a>.)</p>
]]></content:encoded>
			<wfw:commentRss>http://wp.securenetcorp.com/saas/google-apps-highlights-%e2%80%93-2192010/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Technical Side of PCI DSS</title>
		<link>http://wp.securenetcorp.com/secnet-reboot/the-technical-side-of-pci-dss/</link>
		<comments>http://wp.securenetcorp.com/secnet-reboot/the-technical-side-of-pci-dss/#comments</comments>
		<pubDate>Thu, 25 Feb 2010 05:56:09 +0000</pubDate>
		<dc:creator>dsqmoore</dc:creator>
				<category><![CDATA[SecNet-rEbooT]]></category>
		<category><![CDATA[compliance]]></category>
		<category><![CDATA[eCommerce+]]></category>
		<category><![CDATA[Identity Access Federation]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[SSO]]></category>

		<guid isPermaLink="false">http://wp.securenetcorp.com/?p=342</guid>
		<description><![CDATA[The Technical Side of PCI DSS: &#8220;
What merchants don&#8217;t know about the technical side of protecting customer data can be costly.
The Payment Card Industry Data Security Standard (PCI DSS) describes 12 system and procedural requirements for securing customer credit card data that is transmitted, processed, or stored by an online merchant. 
In order to accept credit cards as a form of online payment, merchants are expected to comply with the PCI DSS standard. In an effort to meet this requirement, online stores dutifully encrypt data transmissions with a secure socket ...]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.practicalecommerce.com/articles/1638-The-Technical-Side-of-PCI-DSS">The Technical Side of PCI DSS</a>: &#8220;<img align="left" alt="Pci_thumb" border="1" height="45" hspace="12" src="http://www.practicalecommerce.com/uploads/thumbs/0000/7903/PCI_thumb.jpg" vspace="6" width="60"/></p>
<p>What merchants don&#8217;t know about the technical side of protecting customer data can be costly.</p>
<p>The Payment Card Industry Data Security Standard (PCI DSS) describes 12 system and procedural requirements for securing customer credit card data that is transmitted, processed, or stored by an online merchant. </p>
<p>In order to accept credit cards as a form of online payment, merchants are expected to comply with the PCI DSS standard. In an effort to meet this requirement, online stores dutifully encrypt data transmissions with a secure socket layer (SSL) or even extended validation SSL, which is great, and implement a policy of not storing credit card data, which is also important. What is often overlooked, however, is that an online store is res&#8230;</p>
<p>&#8221;</p>
<p>(Via <a href="http://www.practicalecommerce.com/articles">Practical eCommerce Articles</a>.)</p>
]]></content:encoded>
			<wfw:commentRss>http://wp.securenetcorp.com/secnet-reboot/the-technical-side-of-pci-dss/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Get more from Google Apps with Premier Edition</title>
		<link>http://wp.securenetcorp.com/secnet-reboot/get-more-from-google-apps-with-premier-edition/</link>
		<comments>http://wp.securenetcorp.com/secnet-reboot/get-more-from-google-apps-with-premier-edition/#comments</comments>
		<pubDate>Sat, 28 Nov 2009 22:48:58 +0000</pubDate>
		<dc:creator>dsqmoore</dc:creator>
				<category><![CDATA[SecNet-rEbooT]]></category>
		<category><![CDATA[Business+]]></category>
		<category><![CDATA[compliance]]></category>
		<category><![CDATA[Continuum+Consulting]]></category>
		<category><![CDATA[eCommerce+]]></category>
		<category><![CDATA[Google Apps]]></category>
		<category><![CDATA[Google Strategies]]></category>
		<category><![CDATA[Single Sign-on]]></category>
		<category><![CDATA[Storage+]]></category>
		<category><![CDATA[Web Trends]]></category>

		<guid isPermaLink="false">http://wp.securenetcorp.com/?p=274</guid>
		<description><![CDATA[Get more from Google Apps with Premier Edition: &#8220;








Get more from Google Apps with Premier Edition

Google Apps Premier Edition gives your business the business-grade experience with lower total cost of ownership with features like:
     * 24/7 phone support
     * 99.9% uptime SLA
     * 3x more email storage
     * Blackberry and Microsoft Outlook interoperability
     * Increased security and administrative controls
Join us to learn more about these features and more ways your ...]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.youtube.com/watch?v=ujmVKKxvEPE&#038;feature=youtube_gdata">Get more from Google Apps with Premier Edition</a>: &#8220;
<div style="color:#000000;font-family:Arial, Helvetica, sans-serif;font-size:12px;font-size:12px;width:555px">
<table cellspacing="0" cellpadding="0" border="0">
<tbody>
<tr>
<td width="140" valign="top" rowspan="2">
<div style="border:1px solid #999999;margin:0px 10px 5px 0px"><a href="http://www.youtube.com/watch?v=ujmVKKxvEPE&#038;feature=youtube_gdata"><img alt="" src="http://i.ytimg.com/vi/ujmVKKxvEPE/default.jpg"/></a></div>
</td>
<td width="256" valign="top">
<div style="font-size:12px;font-weight:bold"><a style="font-size:15px;font-weight:bold" href="http://www.youtube.com/watch?v=ujmVKKxvEPE&#038;feature=youtube_gdata">Get more from Google Apps with Premier Edition</a><br />
</div>
<div style="font-size:12px;margin:3px 0px"><span>Google Apps Premier Edition gives your business the business-grade experience with lower total cost of ownership with features like:<br />
     * 24/7 phone support<br />
     * 99.9% uptime SLA<br />
     * 3x more email storage<br />
     * Blackberry and Microsoft Outlook interoperability<br />
     * Increased security and administrative controls</p>
<p>Join us to learn more about these features and more ways your business can benefit from Google Apps Premier Edition.</span></div>
</td>
<td style="font-size:11px;line-height:1.4em;padding-left:20px;padding-top:1px" width="146" valign="top">
<div><span style="color:#666666;font-size:11px">From:</span><br />
<a href="http://www.youtube.com/profile?user=GoogleApps">GoogleApps</a></div>
<div><span style="color:#666666;font-size:11px">Views:</span><br />
2048</div>
<div style="white-space:nowrap;text-align:left"><img style="border:0px none;margin:0px;padding:0px;vertical-align:middle;font-size:11px" align="top" alt="" src="http://gdata.youtube.com/static/images/icn_star_full_11x11.gif"/> <img style="border:0px none;margin:0px;padding:0px;vertical-align:middle;font-size:11px" align="top" alt="" src="http://gdata.youtube.com/static/images/icn_star_full_11x11.gif"/> <img style="border:0px none;margin:0px;padding:0px;vertical-align:middle;font-size:11px" align="top" alt="" src="http://gdata.youtube.com/static/images/icn_star_full_11x11.gif"/> <img style="border:0px none;margin:0px;padding:0px;vertical-align:middle;font-size:11px" align="top" alt="" src="http://gdata.youtube.com/static/images/icn_star_full_11x11.gif"/> <img style="border:0px none;margin:0px;padding:0px;vertical-align:middle;font-size:11px" align="top" alt="" src="http://gdata.youtube.com/static/images/icn_star_full_11x11.gif"/></div>
<div style="font-size:11px">2<br />
<span style="color:#666666;font-size:11px">ratings</span></div>
</td>
</tr>
<tr>
<td><span style="color:#666666;font-size:11px">Time:</span><br />
<span style="color:#000000;font-size:11px;font-weight:bold">45:39</span></td>
<td style="font-size:11px;padding-left:20px"><span style="color:#666666;font-size:11px">More in</span><br />
<a href="http://www.youtube.com/categories_portal?c=28">Science &#038; Technology</a></td>
</tr>
</tbody>
</table>
</div>
<p>&#8220;</p>
<p>(Via <a href="http://www.youtube.com/profile_videos?user=GoogleApps">YouTube &#8211; GoogleApps&#8217;s Channel</a>.)</p>
]]></content:encoded>
			<wfw:commentRss>http://wp.securenetcorp.com/secnet-reboot/get-more-from-google-apps-with-premier-edition/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>11 Competitive Intelligence Tools for SMBs &#124; Small Business Trends</title>
		<link>http://wp.securenetcorp.com/secnet-reboot/11-competitive-intelligence-tools-for-smbs-small-business-trends/</link>
		<comments>http://wp.securenetcorp.com/secnet-reboot/11-competitive-intelligence-tools-for-smbs-small-business-trends/#comments</comments>
		<pubDate>Fri, 20 Nov 2009 00:43:20 +0000</pubDate>
		<dc:creator>dsqmoore</dc:creator>
				<category><![CDATA[SecNet-rEbooT]]></category>
		<category><![CDATA[branding]]></category>
		<category><![CDATA[Business+]]></category>
		<category><![CDATA[Employee Managment]]></category>
		<category><![CDATA[market trends]]></category>
		<category><![CDATA[Marketing]]></category>
		<category><![CDATA[Say what?]]></category>
		<category><![CDATA[Search]]></category>

		<guid isPermaLink="false">http://wp.securenetcorp.com/?p=203</guid>
		<description><![CDATA[11 Competitive Intelligence Tools for SMBs &#124; Small Business Trends: &#8220;Small Business Trends
 
Next Post
Previous Post
11 Competitive Intelligence Tools for SMBs
Small Business Trends	November 18, 2009	By Lisa Barone
It’s not stalking. It’s research. It’s you doing research on your competitors to help you stay up-to-date on what they’re doing so you know which direction you should go. It’s not stalking and everyone’s doing it.
Here’s a list of 11 tools that can help you track your competitors movements on the Web and give you actionable information that you can use. It doesn’t make you ...]]></description>
			<content:encoded><![CDATA[<p><a href="http://smallbiztrends.com/2009/11/competitive-intelligence-tools-for-smbs.html?utm_source=feedburner&#038;utm_medium=feed&#038;utm_campaign=Feed%3A+SmallBusinessTrends+%28Small+Business+Trends%29&#038;utm_content=Google+Reader">11 Competitive Intelligence Tools for SMBs | Small Business Trends</a>: &#8220;Small Business Trends<br />
 </p>
<p>Next Post<br />
Previous Post<br />
11 Competitive Intelligence Tools for SMBs</p>
<p>Small Business Trends	November 18, 2009	By Lisa Barone<br />
It’s not stalking. It’s research. It’s you doing research on your competitors to help you stay up-to-date on what they’re doing so you know which direction you should go. It’s not stalking and everyone’s doing it.</p>
<p>Here’s a list of 11 tools that can help you track your competitors movements on the Web and give you actionable information that you can use. It doesn’t make you a bad person. It makes you a savvy site owner.  We’ll start off gentle.</p>
<p>Google Alerts</p>
<p>Google Alerts are great little inventions because they allow you track virtually anything and have it delivered either to your email or RSS. What kinds of stuff should you be tracking? The name of our competitor’s company, their employee names, their CEO, product names, locations, mentions of new features, etc. What kinds of media are you looking for? Their blogs, social profiles, pho&#8221;</p>
<p>(Via <a href=""></a>.)</p>
]]></content:encoded>
			<wfw:commentRss>http://wp.securenetcorp.com/secnet-reboot/11-competitive-intelligence-tools-for-smbs-small-business-trends/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Apps Update Alert: Site templates launched in Google Sites</title>
		<link>http://wp.securenetcorp.com/saas/google-apps-update-alert-site-templates-launched-in-google-sites/</link>
		<comments>http://wp.securenetcorp.com/saas/google-apps-update-alert-site-templates-launched-in-google-sites/#comments</comments>
		<pubDate>Wed, 18 Nov 2009 19:08:47 +0000</pubDate>
		<dc:creator>dsqmoore</dc:creator>
				<category><![CDATA[Gooooogle]]></category>
		<category><![CDATA[SaaS]]></category>
		<category><![CDATA[SecNet-rEbooT]]></category>
		<category><![CDATA[google apps]]></category>

		<guid isPermaLink="false">http://wp.securenetcorp.com/?p=184</guid>
		<description><![CDATA[



New update information
  

  








Site templates launched in Google Sites
Posted: 17 Nov 2009 03:07 AM PST
New feature launched that enables users at a domain to access a gallery of site templates so that page layouts, navigation links, embedded gadgets, content, themes and other site attributes are already done.
Administrators also have the ability to upload custom templates that will be highlighted for users to see when creating a new site. Users can also create a site template and upload it to a domain template gallery so that everybody at ...]]></description>
			<content:encoded><![CDATA[<table style="border: 0pt none; margin: 0pt; padding: 0pt; width: 100%;" border="0">
<tbody>
<tr>
<td style="vertical-align: top;" width="99%">
<h1 style="margin: 0pt; padding-bottom: 6px;"><a style="color: #888888; font-size: 22px; font-family: Arial,Helvetica,sans-serif; font-weight: normal; text-decoration: none;" title="(http://googleappsupdates.blogspot.com/)" href="http://googleappsupdates.blogspot.com/" target="_blank">New update information</a><br />
<a href="http://fusion.google.com/add?source=atgs&amp;feedurl=http://feeds.feedburner.com/GoogleAppsUpdates" target="_blank"> <img style="padding-top: 6px;" src="http://gmodules.com/ig/images/plus_google.gif" border="0" alt="" /> </a></h1>
</td>
<td width="1%"><a href="http://googleappsupdates.blogspot.com/" target="_blank"> <img style="border: 0pt none ; padding: 0pt 0pt 10px 3px;" src="http://www.google.com/a/help/intl/en/images/150x55.gif" alt="Link to Google Apps update alerts" /> </a></td>
</tr>
</tbody>
</table>
<hr style="border: 1px solid #cccccc; margin: 0pt; padding: 0pt;" />
<table border="0">
<tbody>
<tr>
<td style="margin-bottom: 0pt; line-height: 1.4em;">
<p style="margin: 1em 0pt 3px;"><a style="font-family: Arial,Helvetica,sans-serif; font-size: 18px;" name="12504f7e39998199_1" href="http://googleappsupdates.blogspot.com/2009/11/site-templates-launched-in-google-sites.html" target="_blank">Site templates launched in Google Sites</a></p>
<p style="margin: 9px 0pt 3px; color: #555555; font-family: Arial,Helvetica,sans-serif; line-height: 140%; font-size: 13px;"><span>Posted:</span> 17 Nov 2009 03:07 AM PST</p>
<div style="margin: 0pt; font-family: Arial,Helvetica,sans-serif; line-height: 140%; font-size: 13px; color: #000000;">New feature launched that enables users at a domain to access a gallery of site templates so that page layouts, navigation links, embedded gadgets, content, themes and other site attributes are already done.</p>
<p>Administrators also have the ability to upload custom templates that will be highlighted for users to see when creating a new site. Users can also create a site template and upload it to a domain template gallery so that everybody at the domain has access to the template.</p>
<p><strong>Editions included:</strong><br />
Standard, Premier, Education, Team and Partner Editions</p>
<p><strong>Languages included:</strong><br />
Control Panel: US English<br />
Templates: Templates provided by Google are English-only initially. The templates feature is available for all languages supported by Google Sites.</p>
<p><strong>How to access what&#8217;s new:</strong><br />
Administrators: In your control panel under &#8216;Sites settings&#8217;, click on the new &#8216;Templates&#8217; tab.<br />
- You can choose to enable/disable custom templates using the checkbox.<br />
- You can also choose which template set is highlighted to users, the default templates provided by Google or custom templates uploaded by you.<br />
- To highlight your own custom templates, select the checkbox &#8216;Highlight custom templates uploaded by you&#8217; and enter in the URL of the site you uploaded. This will highlight your custom templates to your users from the template gallery. Note that you must first create and upload your template site in order for it to be highlighted.<br />
- To add categories to classify the custom templates when users are selecting a template, enter in a category in the &#8216;categories&#8217; textbox e.g. project management.</p>
<p>Users &amp; Administrators<br />
To upload a site template to the domain&#8217;s template gallery:<br />
1. Open up the site you want to add to the gallery. Note, the site must be published and you must be an owner to submit the site.<br />
2. Select &#8216;More actions&#8217;, &#8216;Manage site&#8217;, &#8216;General&#8217;, and choose &#8216;Publish this site as a template&#8217;.<br />
3. Choose a template name, a category, enter a description and click &#8216;Submit template&#8217;.<br />
4. Your site template will appear in the gallery for everyone to see within hours.</p>
<p><strong>For more information:</strong><br />
<a href="http://googleenterprise.blogspot.com/2009/11/better-web-powered-workspace-for-todays.html" target="_blank">http://googleenterprise.blogspot.com/2009/11/better-web-powered-workspace-for-todays.html</a><br />
<a href="http://googledocs.blogspot.com/2009/11/get-started-with-google-sites-templates.html" target="_blank">http://googledocs.blogspot.com/2009/11/get-started-with-google-sites-templates.html</a></p>
<p><a href="http://feedburner.google.com/fb/a/mailverify?uri=GoogleAppsUpdates&amp;loc=en_US" target="_blank"><strong>Get these product update alerts by email</strong></a><br />
<a href="http://fusion.google.com/add?source=atgs&amp;feedurl=http%3A//feeds.feedburner.com/GoogleAppsUpdates" target="_blank"><strong>Subscribe to the RSS feed of these updates</strong></a></p>
<div><img src="https://blogger.googleusercontent.com/tracker/5817251852531867331-2493324494760168426?l=googleappsupdates.blogspot.com" alt="" width="1" height="1" /></div>
<p><img src="http://feeds.feedburner.com/%7Er/GoogleAppsUpdates/%7E4/zxr6vC3Wz10" alt="" width="1" height="1" /></div>
</td>
</tr>
</tbody>
</table>
<table style="border-top: 1px solid #999999; padding-top: 4px; margin-top: 1.5em; width: 100%;" border="0">
<tbody>
<tr>
<td style="margin: 0pt 6px 1.2em 0pt; text-align: left; font-family: Helvetica,Arial,Sans-Serif; font-size: 11px; color: #333333;">You are subscribed to email updates from <a href="http://googleappsupdates.blogspot.com/" target="_blank">Google Apps update alerts</a><br />
To stop receiving these emails, you may <a href="http://feedburner.google.com/fb/a/mailunsubscribe?k=NLNCj01QcnDX-7ZbqKOM7ftIrBw" target="_blank">unsubscribe now</a>.</td>
<td style="margin: 0pt 6px 1.2em 0pt; font-family: Helvetica,Arial,Sans-Serif; font-size: 11px; color: #333333; text-align: right; vertical-align: top;">Email delivery powered by Google</td>
</tr>
<tr>
<td style="margin: 0pt 6px 1.2em 0pt; text-align: left; font-family: Helvetica,Arial,Sans-Serif; font-size: 11px; color: #333333;" colspan="2">Google Inc., 20 West Kinzie, Chicago IL USA 60610</td>
</tr>
</tbody>
</table>
]]></content:encoded>
			<wfw:commentRss>http://wp.securenetcorp.com/saas/google-apps-update-alert-site-templates-launched-in-google-sites/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Entrepreneurs: How to Use Networking to Market Your Business and Yourself</title>
		<link>http://wp.securenetcorp.com/social-media/entrepreneurs-how-to-use-networking-to-market-your-business-and-yourself/</link>
		<comments>http://wp.securenetcorp.com/social-media/entrepreneurs-how-to-use-networking-to-market-your-business-and-yourself/#comments</comments>
		<pubDate>Tue, 17 Nov 2009 00:03:56 +0000</pubDate>
		<dc:creator>dsqmoore</dc:creator>
				<category><![CDATA[SecNet-rEbooT]]></category>
		<category><![CDATA[Social Media]]></category>

		<guid isPermaLink="false">http://wp.securenetcorp.com/?p=180</guid>
		<description><![CDATA[Entrepreneurs: How to Use Networking to Market Your Business and Yourself: &#8220;

Today’s post is written as a resource for the Kent State University Entrepreneur Extravaganza where I will be a presenter with Rob Felber of Felber &#038; Felber Marketing. Click here to read his post.
As an entrepreneur, I’ve come to realize that knowing how to improve your networking will improve your ability to market and brand your business.
Why is networking so important to entrepreneurs?

Starting and running a business requires  many facets of talent and experience.
 Having friends and business acquaintances who can help you ...]]></description>
			<content:encoded><![CDATA[<p><a href="http://feedproxy.google.com/~r/BrandingMarketing/~3/jAP9ge4yfs0/">Entrepreneurs: How to Use Networking to Market Your Business and Yourself</a>: &#8220;</p>
</p>
<p><em>Today’s post is written as a resource for the Kent State University Entrepreneur Extravaganza where I will be a presenter with <a href="http://www.linkedin.com/in/robfelber2008">Rob Felber</a> of <a href="http://felberandfelber.blogspot.com/2009/11/networking-your-way-to-success.html">Felber &#038; Felber Marketing</a>. Click here to read his<a href="http://brandandmarket.com/networking-your-way-to-success/"> post</a>.</em></p>
<p>As an entrepreneur, I’ve come to realize that knowing how to improve your networking will improve your ability to market and brand your business.</p>
<p><strong>Why is networking so important to entrepreneurs?</strong></p>
<ol>
<li>Starting and running a business requires  many facets of talent and experience.</li>
<li> Having friends and business acquaintances who can help you find the right answers and resources is powerful.</li>
<li>By networking you get connected to other people who can and will help.</li>
<li>When you know a lot of people, there are more answers at your fingertips</li>
<li>As an entrepreneur, you need resources to bring your idea to market</li>
</ol>
<p><strong>Step-by Step Networking:</strong></p>
<p>Keep your business cards in your right pocket, with your left pocket free to put their business cards.  If there are name tags provided put it on the right side of our lapel (people look to the right  when they shake hands.)</p>
<p>Don’t have a plate of food in one hand and a drink in the other.  How can  you shake hands? Grasp a business card? Don’t be chewing when someone wants to introduce you to someone else.  Just because there is food there, doesn’t mean you have to eat it.</p>
<p>Depending on the event, on your way there think about some casual small talk subjects for some of the casual conversations: weather, sports or other general, non controversial topics.  Have some short good answers ready for the common opening questions: where are you from? how did you get involved in this organization (if the event is hosted by an organization) and the favorite: <strong>‘what do you do?’</strong></p>
<p>A good networker is always ready for the what to you do with their 30 second commercial/elevator speech.  I’ve found that just launching into the full 30 seconds is a real conversation killer, so be prepared to  have a more back and forth conversation.</p>
<p>The 30 second commercial works when you are seated in a room of business professionals and the person at the microphone says: let’s go around the room and introduce ourselves, where we are from and what we do.  When it’s your turn, you stand, take a breath and tell the group who you help, why it is helpful to them, the name of your company and your name.  Meanwhile, you’ll be listening to the others to figure out who else you’ll need to meet before the event is over.</p>
<p><strong>After the event:</strong><strong><br />
</strong>Follow up after an event makes all the difference.  Either enter the contacts into your database or use an online contact system like Linked In.  Send an email to the person you promised to supply information to. Write a handwritten note to someone you will want to stay in contact with.  Perhaps schedule a phone call or meet for coffee to get to know more about the person and their resources.</p>
<p>You’ll want to reach out and connect two people who could help each other. That is where networking really gets strong.  When you become the connector you become the resource.</p>
<p><strong>Online Networking<br />
</strong>Many of the same concepts apply on line.  Your 30 second commercial is incorporated into your summary statement on LinkedIn. Or much shorter on your 140 character profile on Twitter.  Some advantages of online networking: you can move at your own pace, on your own time. It is searchable to find who you want or what you need, even when you don’t remember or know their name. </p>
<p>Networking on line or in person is a key for entrepreneurs.</p>
<p><strong>Helpful Links to Improve Your Networking</strong> <strong>Results:</strong></p>
<ul>
<li><a href="http://www.brazencareerist.com/help/how-to/build-your-network%20Brazen%20Careerist%20Peneople%20Trunk">How to Build Your Network</a></li>
<li><a href="http://www.theglasshammer.com/news/2009/07/23/top-10-professional-networks-for-women-in-finance/">Top 10 Professional Networks for Women in Finance</a></li>
<li><a href="http://startup.partnerup.com/2009/03/26/10-online-networking-tips-for-entrepreneurs/">10 Online Networking Tips for Entrepreneurs</a></li>
<li><a href="http://soniavohnout.wordpress.com/2009/10/25/tips-for-effective-business-networking/">Tips for Effective Business Networking</a></li>
<li><a href="http://businessnetworkingadvice.com/resources/interviews.html">Business Networking Advice: Interviews</a></li>
<li><a href="http://www.chrisbrogan.com/50-ideas-on-using-twitter-for-business/">50 Ideas for Using Twitter for Business</a></li>
</ul>
<div>
<a href="http://feeds.feedburner.com/~ff/BrandingMarketing?a=jAP9ge4yfs0:psfma3BPAdE:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/BrandingMarketing?d=yIl2AUoC8zA" border="0"/></a> <a href="http://feeds.feedburner.com/~ff/BrandingMarketing?a=jAP9ge4yfs0:psfma3BPAdE:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/BrandingMarketing?i=jAP9ge4yfs0:psfma3BPAdE:D7DqB2pKExk" border="0"/></a>
</div>
<p><img src="http://feeds.feedburner.com/~r/BrandingMarketing/~4/jAP9ge4yfs0" height="1" width="1"/>&#8221;</p>
<p>(Via <a href="http://brandandmarket.com">Branding and Marketing</a>.)</p>
]]></content:encoded>
			<wfw:commentRss>http://wp.securenetcorp.com/social-media/entrepreneurs-how-to-use-networking-to-market-your-business-and-yourself/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SAML Single Sign-on with Desktop Apps – Enabled by OAuth</title>
		<link>http://wp.securenetcorp.com/saas/saml-single-sign-on-with-desktop-apps-%e2%80%93-enabled-by-oauth/</link>
		<comments>http://wp.securenetcorp.com/saas/saml-single-sign-on-with-desktop-apps-%e2%80%93-enabled-by-oauth/#comments</comments>
		<pubDate>Mon, 16 Nov 2009 13:32:16 +0000</pubDate>
		<dc:creator>dsqmoore</dc:creator>
				<category><![CDATA[SaaS]]></category>
		<category><![CDATA[SecNet-rEbooT]]></category>
		<category><![CDATA[Google Strategies]]></category>
		<category><![CDATA[Single Sign-on]]></category>

		<guid isPermaLink="false">http://wp.securenetcorp.com/?p=172</guid>
		<description><![CDATA[SAML Single Sign-on with Desktop Apps – Enabled by OAuth: &#8221;

One question that repeatedly comes up in any discussion of web single-sign on is ‘How do I get my desktop apps to play?’. Often, Enterprise Single Sign-on (ESSO) is the answer – deploying an agent to the client desktop to automatically populate the username/password popup for Outlook, or whatever desktop app you’re working with. This has always felt a bit clunky to me, particularly since you need a credential store somewhere in the system, but it works well enough for ...]]></description>
			<content:encoded><![CDATA[<p><a href="http://feedproxy.google.com/~r/superpat/~3/h_W9f6Ri8hI/">SAML Single Sign-on with Desktop Apps – Enabled by OAuth</a>: &#8221;</p>
<p><span style="margin:10px;float:right"><img title="InstalledOauthDiagramTN" src="http://blog.superpat.com/wp-content/uploads/2009/11/InstalledOauthDiagramTN.png" alt="OAuth from Desktop App Diagram" width="200" height="143" /></span></p>
<p>One question that repeatedly comes up in any discussion of web single-sign on is ‘How do I get my desktop apps to play?’. Often, <a href="http://en.wikipedia.org/wiki/Single_sign-on#Enterprise_Single_Sign-On"><em>Enterprise</em> Single Sign-on</a> (ESSO) is the answer – deploying an agent to the client desktop to automatically populate the username/password popup for Outlook, or whatever desktop app you’re working with. This has always felt a bit clunky to me, particularly since you need a credential store somewhere in the system, but it works well enough for the username/password case.</p>
<p>The ESSO approach breaks, however, if you’ve moved to a federated identity model, perhaps outsourcing your email to <a href="http://www.google.com/apps/">Google Apps</a> and using <a href="http://saml.xml.org/">SAML</a> for single sign-on so that, instead of end users logging in to the email system directly, they authenticate to an identity provider (IdP) within your enterprise, which sends a SAML assertion (a signed XML document containing the user’s identifier and possibly other information) to Google as part of the web single sign-on process. Now the problem becomes: how do you use a fat email client such as Outlook, when (by design) Google knows nothing about the end users’ passwords?</p>
<p>Last week at <a href="http://iiw.idcommons.net/Iiw9">Internet Identity Workshop 9</a> at the <a href="http://www.computerhistory.org/">Computer History Museum</a> in Mountain View, CA, Google presented an approach to this problem, leveraging <a href="http://oauth.net/">OAuth</a> as the glue between the web SSO world of SAML and the desktop view of Outlook. Well, they would have presented it, if the wifi had been more reliable; as it was, the Google engineers explained their solution to me <img src="http://blog.superpat.com/wp-includes/images/smilies/icon_smile.gif" alt=":-)" /></p>
<p>It works like this:</p>
<ol>
<li> A Google plugin in Outlook intercepts the authentication process, obtains an (unauthorized) OAuth request token from Google’s OAuth service provider (SP) endpoint and invokes the browser with a SAML SP URL, including the request token as a query parameter.</li>
<li> The Google SAML SP redirects to the user’s enterprise IdP.</li>
<li> The user authenticates to the enterprise IdP (in the browser via whatever mechanism has been configured – typically username/password).</li>
<li> The enterprise IdP redirects to Google with a signed SAML assertion containing the user’s Google identifier.</li>
<li> Google returns a page for the user to give permission for Outlook to access their email; the user gives consent, submitting a form back to Google. This is the OAuth protocol step that authorizes the request token and permits an OAuth access token to be issued later.</li>
<li> Browser shows ‘Success’ page.</li>
<li> Outlook plugin detects success (I guess it watches the window title), requests an OAuth access token from the Google OAuth SP (sending the, now authorized, request token), and uses the access token as the password in subsequent IMAP/SMTP/POP3 authentications with the Google mail server.</li>
</ol>
<p>The OAuth consent page (step 5 above) seems a little clumsy, but, without it, if the user were already logged in to the enterprise identity provider, there would be no user interaction in the process, allowing a desktop app to obtain the OAuth tokens, and, thus, access to the user’s email account, without the user’s consent. Probably not a good thing <img src="http://blog.superpat.com/wp-includes/images/smilies/icon_smile.gif" alt=":-)" /></p>
<p>All of this is documented in the following articles at Google – many thanks to <a href="http://eric.sachs.googlepages.com/">Eric Sachs</a> for pointing me to the links:</p>
<ul>
<li> <a href="http://code.google.com/apis/accounts/docs/OAuthForInstalledApps.html">OAuth for Installed Applications</a> – how to use OAuth to access Google Apps from a desktop app. The article doesn’t explicitly call out SAML, but, if you have enabled SAML on your Google Apps deployment, it gets used between steps 4 and 5 in the flow documented there.</li>
<li> <a href="http://sites.google.com/site/oauthgoog/UXFedLogin/desktopapps">UX research on Desktop Apps using federated login and/or OAuth</a> – an older article describing the approach taken by Google.</li>
</ul>
<p>(Via <a href="http://blog.superpat.com">Superpatterns</a>.)</p>
]]></content:encoded>
			<wfw:commentRss>http://wp.securenetcorp.com/saas/saml-single-sign-on-with-desktop-apps-%e2%80%93-enabled-by-oauth/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A Chat with the Designer of the Google Logo &#124; WebProNews</title>
		<link>http://wp.securenetcorp.com/secnet-reboot/a-chat-with-the-designer-of-the-google-logo-webpronews/</link>
		<comments>http://wp.securenetcorp.com/secnet-reboot/a-chat-with-the-designer-of-the-google-logo-webpronews/#comments</comments>
		<pubDate>Sun, 15 Nov 2009 11:17:11 +0000</pubDate>
		<dc:creator>dsqmoore</dc:creator>
				<category><![CDATA[Gooooogle]]></category>
		<category><![CDATA[SecNet-rEbooT]]></category>
		<category><![CDATA[branding]]></category>
		<category><![CDATA[Branding Inspiration]]></category>
		<category><![CDATA[corporate identity]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[fontography]]></category>
		<category><![CDATA[Google Apps]]></category>
		<category><![CDATA[Graphics+]]></category>
		<category><![CDATA[Identity]]></category>
		<category><![CDATA[logos]]></category>
		<category><![CDATA[Marketing]]></category>
		<category><![CDATA[Search]]></category>
		<category><![CDATA[unique]]></category>

		<guid isPermaLink="false">http://wp.securenetcorp.com/?p=159</guid>
		<description><![CDATA[ 
A Chat with the Designer of the Google Logo



By Philipp Lenssen
Ruth Kedar of KedarDesigns.com designed the Google logo in the version that became famous around the world (the original tries at designing the logo were by Google co-founder Sergey Brin, reportedly, using the Gimp software). I asked Ruth how the Google logo design came about originally, and here’s her reply.


I was teaching design at Stanford University in 1999 when I was introduced to Larry Page and Sergei Brin by a mutual friend at Stanford. They were looking at designers ...]]></description>
			<content:encoded><![CDATA[<p style="text-align: left;"><a href="http://www.webpronews.com/user/philipp-lenssen"><img class="picture" src="http://www.webpronews.com/files/pictures/picture-3313.gif" alt="" width="79" height="76" /></a><strong> </strong></p>
<p style="text-align: left;"><strong>A Chat with the Designer of the Google Logo</strong></p>
<div class="clear"></div>
<div class="clear-block">
<div id="node-43567" class="node">
<div class="submitted"><strong>By <a href="http://www.webpronews.com/user/philipp-lenssen">Philipp Lenssen</a></strong></div>
<p><em>Ruth Kedar of <a title="KedarDesigns.com " href="http://www.kedardesigns.com/">KedarDesigns.com</a> designed the Google logo in the version that became famous around the world (the original tries at designing the logo were by Google co-founder Sergey Brin, reportedly, using the Gimp software). I asked Ruth how the Google logo design came about originally, and here’s her reply.</em></p>
<p><img title="Google Logo" src="http://blogoscoped.com/files/google-logo-design.png" alt="Google Logo" /><em><br />
</em></p>
<p>I was teaching design at Stanford University in 1999 when I was introduced to Larry Page and Sergei Brin by a mutual friend at Stanford. They were looking at designers to design their logo and website and I was asked to present them with some preliminary design ideas. They liked my approach and design style and I was hired to design both.</p>
<p>Google wanted to create a unique logo that would clearly differentiate them from the other search players at the time (Yahoo, Excite, HotBot, LookSmart and Lycos), as well as embody their unique vision.<br />
These other players were commercial portals first, and search engines second. Google wanted to convey that it was as a search provider first and foremost. It offered fast, comprehensive, and above all trustworthy search results. It was innovative, algorithmically complex yet incredibly simple to use. Furthermore, Google as a brand should repudiate all things corporate, conventional or complacent.</p>
<p>Based on these guidelines there were many design iterations, and many directions were explored. At every meeting we managed to better reconcile the vision and its visual expression leading to the final design.</p>
<p>In the end this particular logo was selected  because it reached its goal in many levels:</p>
<ul>
<li>It was playful and deceptively simple. The design subtle as to look almost non-designed, the reading effortless. The colors evoke memories of child play, but deftly stray from the color wheel strictures so as to hint to the inherent element of serendipity creeping into any search results page and the irreverance and boldness of the “I am feeling lucky” link. The texture and shading of each letter is done in an unobtrusive way resulting in lifting it from the page while giving it both weight and lightness. It is solid but there is also an ethereal quality to it.</li>
<li>Times-Roman was the font of choice for the web at that time, while sans-serif fonts were the darling of the printed world. I wanted the readability of a serifed font, but looked for a typeface that had the same qualities we were looking for – subtly sophisticated, but with some humor and irreverence . The chosen typeface is a based on Catull, an old style serif typeface. Catull borrows elements from traditional writing instruments such as the quill and the chisel with a modern twist. Search, by nature, is an activity that requires we look into the past. Therefore Catull’s historical ties seemed appropriate, as did the bridging between the old analog world and the new emerging digital era.</li>
<li>Visually, there were two main schools of thought at the time: those wanting to emulate the conventional non-web giants such as Sun and SGI (bold all-caps sans-serifed fonts), and those who viewed the irreverence of Yahoo’s non-designed approach as “the look&#8221; for the new medium. This design managed to break with the existing conventions landing Google with the unique visual expression it was looking for.</li>
</ul>
<p>Google today is a much more complex entity – it has evolved and grown beyond our wildest imagination – who knew that it would become one of the most ubiquitous and recognized brands worldwide and that google would be a noun and a verb?</p>
<p>It gives me great pleasure that the design has transcended both its time and original needs, being as relevant today as it was then. Furthermore, it has become the canvas upon which Dennis Hwang’s Google Doodles can flourish. <img src='http://wp.securenetcorp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </div>
<div class="node">
<div class="clear-block">
<div class="meta">
<div class="terms"><strong>News Tags:</strong> <a class="fptags" href="http://www.webpronews.com/tag/search">Search</a>, <a class="fptags" href="http://www.webpronews.com/tag/google">Google</a>, <a class="fptags" href="http://www.webpronews.com/tag/logos">logos</a>, <a class="fptags" href="http://www.webpronews.com/tag/sergey-brin">Sergey Brin</a>, <a class="fptags" href="http://www.webpronews.com/tag/design">design</a>, <a class="fptags" href="http://www.webpronews.com/tag/ruth-kedar">Ruth Kedar</a>, <a class="fptags" href="http://www.webpronews.com/tag/larry-page">Larry Page</a></div>
<div class="terms"></div>
</div>
<div class="about-the-author"><strong>About the author:</strong><br />
Philipp Lenssen from Germany, author of <em><a href="http://www.amazon.com/Google-Apps-Hacks-Philipp-Lenssen/dp/059651588X">Google Apps Hacks</a></em>, shares his views &amp; news on the search industry in the daily <a href="http://blogoscoped.com/">Google Blogoscoped</a>.</div>
</div>
</div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://wp.securenetcorp.com/secnet-reboot/a-chat-with-the-designer-of-the-google-logo-webpronews/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic page generated in 0.442 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2010-09-10 16:15:52 -->
