<?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/">
<channel>
<title></title>
<link></link>
<description><![CDATA[]]></description>
<language>EN_GB</language>
<pubDate>Sat, 21 Nov 2009 07:26:08 +0000</pubDate>
<item>
<title>The Layout Manager: A Usability Perspective</title>
<link></link>
<pubDate>Thu, 01 Jan 1970 01:00:00 +0100</pubDate>
<description><![CDATA[Dear Network Owners,<br /><br />We recently launched the much anticipated 'Layout Manager'; an advanced system that gives you, our network owners, a vast degree of control over your network's pages. The system is brand new, and, as such, requires feedback as to what you feel you need from it. We appreciate any and all feedback on the system - and we certainly appreciate your interest!<br /><br />The Layout Manager has been designed to allow maximum flexibility with the minimum amount of fuss and confusion. This is a very fine line to walk, and certain design decisions have been made to make the network lives of our owners easier to manage. <br /><br />Here is a list of the most commonly asked questions regarding the Zones and Widgets:<br /><br /><strong><br />Why am I not able to resize the zones on the default pages?</strong><br /><em><br /></em>The SocialGO display pages have been created with a specific purpose in mind; this and the fact that some specific HTML does not scale well unfortunately limits the zone re-size capability on our default pages. Enabling re-sizing on all pages would mean that certain widgets would not display correctly, and you, the network owner, would need a way to modify the html for your specific requirements. This is one of the items we are looking for feedback on.<br /><br /><strong>Why can't I move Widget X into Zone Y?</strong><br /><em><br /></em>Due to the nature of HTML, certain widgets will not display correctly when placed in a zone that is a) too small or b) too large for its specific display requirements. That being said, all widgets can be re-ordered within the zone that they are in as well as be disabled, so, if you dont like it where it is, you are able to disable it or change its position in the list.<br /><br />After those 2 limitations, the Layout manager gives you vast control over your custom pages and, with the following powerful tools, provides you with a new horizon of customisation:<br /><br /><strong><br />Custom HTML Text-Boxes</strong><br /><br /><em>The Custom HTML text-boxes allow you to add all kinds of html &amp; 3rd party media almost anywhere on your site. </em><br /><br />The feature allows you to copy and paste valid html of your own creation or from 3rd parties and use it within your network. Everything from video embedding, javascript, images, mp3 players, scrollers, tickers to Google Gadgets can be placed here.<br /><strong><em><br /></em>Limitations:</strong> 7 per page. Due to the high security and page load time-risk, and the fact that the more Javascript you add to a page the slower it will load, you are currently only able to place 7 Custom HTML Text-Boxes.<br /><strong><br />Required Tech Level:</strong> Basic-Advanced. This widget is incredibly powerful and as such will allow you to be as advanced as you like; however, if you're a more basic user you can simply use it to paste in videos, music, or even custom announcements, tips, and advice.<br /><strong><br />Security risk:</strong> Low-High. This depends on what you paste into the widget, as some javascript is malicious by nature and could cause problems for you and your users.<br /><br /><strong><br />iFrames</strong><br /> <em><br />The iFrame Widget allows you to link in an entire 3rd party website (that allows iFrame linkage) which can then be navigated from within your network. </em><br /><br />The website that you select to load in the iframe will load in its entirety; after your main network page has loaded, bear in mind that it will also load in the 3rd party website's javascript.<br /> <strong><br />Limitations:</strong> One per page. Overuse of 3rd party sites and the nature of iFrames may cause your page to load more slowly; therefore, only one is allowed per page.<br /><strong><br />Required Tech Level:</strong> Moderate. Selecting the right website to embed in your site can be a challenge; if you don't need to, then you probably shouldn't overuse this widget.<br /><strong><br />Security risk: </strong>Moderate. This depends on the 3rd party site that you link to. We advise that you ONLY link to sites that you have direct control over or are on face-to-face speaking terms with the owner.<br /><br /><strong><br />RSS Feed Widget</strong><br /> <em><br />The RSS Feed Widget allows you load in a 3rd party RSS feed and display it in almost any zone; you can even customise the HTML used to display the items in the list. </em><br /> <br />Requires a valid RSS feed URL.<br /> <strong><em><br /></em>Limitations:</strong> 2 Per Page. As the lists can be quite long (depending on how many items you choose to display) only 2 are allowed per page.<br /><strong><br />Required Tech Level: </strong>Low. Simply enter a valid RSS feed URL and select the number of items you want to show. More advanced users can modify the default html used to display each list item, thus giving you an unprecedented degree of control over your lists<br /><strong><br />Security risk: </strong>Low.<br /><br /><strong>Static SocialGO.com widgets</strong><br /><br /><em>Some of the default widgets can be customised - you can tell this by clicking on a widget; if the "Edit Widget" button becomes available, you will be able to modify some aspect of that widget's properties.</em><br /><br /><span style="font-size: x-large;"><strong><br /><span style="font-size: large;">Coming Soon: The Widget Store</span></strong></span><br /><br />We are currently hard at work developing the SocialGO.com Widget Store - this is very tightly integrated with your site, and, as such, provides developers with the power and flexibility to create the features that are most often requested.<br /><br />Such tight integration with your site means that developers can seamlessly build extensions, addons, and even full-on applications that integrate so tightly with SocialGO.com that they appear to be (and in fact are) part of your network and not merely appended on.<br /><br />This is a tough requirement and requires much testing and design. We're proud to say that SocialGO.com and the team at <a href="http://www.widgetlaboratory.com/">WidgetLaboratory</a> are developing an initial batch of widgets to get you started, with many more widgets to follow as they pass testing and integration requirements.]]></description>
</item>
<item>
<title>Welcome page HTML</title>
<link></link>
<pubDate>Thu, 01 Jan 1970 01:00:00 +0100</pubDate>
<description><![CDATA[<div class="content-box content-box-content">Hi there,<br /><br />Due to a number of requests from our users, the default welcome page HTML code is provided below.<br /><br />Simply copy paste the HTML into the "<strong>html</strong>" view of the WYSIWYG editor in the admin system.<br /><br />The variable {DESCRIPTION} and {_SITE} will output your sites description and site name respectively.<br /></div>
<textarea style="width: 100%; height: 320px;"> &lt;table id="welcome-page" class="clearfix content-box" border="0"&gt; 	&lt;thead&gt; 		&lt;tr&gt; 			&lt;th style="padding:15px;text-align:left;" mce_style="padding:15px;text-align:left;" colspan="3"&gt; 				Welcome to {_SITE} 			&lt;/th&gt; 		&lt;/tr&gt; 	&lt;/thead&gt; 	&lt;tbody&gt; 		&lt;tr&gt; 			&lt;td id="welcome-left" class="six content-box"&gt;  				&lt;img src="http://static.socialgo.com/cache/8/image/369.jpg" mce_src="http://static.socialgo.com/cache/8/image/369.jpg" border="0" width="350"&gt; 				&lt;p&gt; 					{DESCRIPTION} 				&lt;/p&gt;  			&lt;/td&gt; 			&lt;td class="six content-box"&gt; 				&lt;table id="welcome-list" border="0"&gt; 					&lt;thead&gt; 						&lt;tr&gt; 							&lt;th colspan="2"&gt; 							Not a member? Sign Up... 							&lt;/th&gt; 						&lt;/tr&gt; 					&lt;/thead&gt; 					&lt;tbody&gt; 						&lt;tr&gt; 							&lt;td style="padding: 10px 10px 5px 5px;" mce_style="padding: 10px 10px 5px 5px;" width="24"&gt; 								&lt;img src="http://static.socialgo.com/icons/24/28.png" mce_src="http://static.socialgo.com/icons/24/28.png" border="0" height="24" width="24"&gt; 							&lt;/td&gt; 							&lt;td style="vertical-align: middle;" mce_style="vertical-align: middle;"&gt; 								Create and customise a profile.... 							&lt;/td&gt; 						&lt;/tr&gt; 						&lt;tr&gt; 							&lt;td style="padding: 10px 10px 5px 5px;" mce_style="padding: 10px 10px 5px 5px;" width="24"&gt; 								&lt;img src="http://static.socialgo.com/icons/24/50.png" mce_src="http://static.socialgo.com/icons/24/50.png" border="0" height="24" width="24"&gt; 							&lt;/td&gt; 							&lt;td style="vertical-align: middle;" mce_style="vertical-align: middle;"&gt; 								Join groups and plan events with other members 							&lt;/td&gt; 						&lt;/tr&gt; 						&lt;tr&gt; 							&lt;td style="padding: 10px 10px 5px 5px;" mce_style="padding: 10px 10px 5px 5px;" width="24"&gt; 								&lt;img src="http://static.socialgo.com/icons/24/104.png" mce_src="http://static.socialgo.com/icons/24/104.png" border="0" height="24" width="24"&gt; 							&lt;/td&gt; 							&lt;td style="vertical-align: middle;" mce_style="vertical-align: middle;"&gt; 								Keep updated with your group or event's activity 							&lt;/td&gt; 						&lt;/tr&gt; 						&lt;tr&gt; 							&lt;td style="padding: 10px 10px 5px 5px;" mce_style="padding: 10px 10px 5px 5px;" width="24"&gt; 								&lt;img src="http://static.socialgo.com/icons/24/97.png" mce_src="http://static.socialgo.com/icons/24/97.png" border="0" height="24" width="24"&gt; 							&lt;/td&gt; 							&lt;td style="vertical-align: middle;" mce_style="vertical-align: middle;"&gt; 								Message, broadcast and IM with other members 							&lt;/td&gt; 						&lt;/tr&gt; 						&lt;tr&gt; 							&lt;td style="padding: 10px 10px 5px 5px;" mce_style="padding: 10px 10px 5px 5px;" width="24"&gt; 								&lt;img src="http://static.socialgo.com/icons/24/90.png" mce_src="http://static.socialgo.com/icons/24/90.png" border="0" height="24" width="24"&gt; 							&lt;/td&gt; 							&lt;td style="vertical-align: middle;" mce_style="vertical-align: middle;"&gt; 								Share photos and music with other members 							&lt;/td&gt; 						&lt;/tr&gt; 						&lt;tr&gt; 							&lt;td style="padding: 10px 10px 5px 5px;" mce_style="padding: 10px 10px 5px 5px;" width="24"&gt; 								&lt;img src="http://static.socialgo.com/icons/24/73.png" mce_src="http://static.socialgo.com/icons/24/73.png" border="0" height="24" width="24"&gt; 							&lt;/td&gt; 							&lt;td style="vertical-align: middle;" mce_style="vertical-align: middle;"&gt; 								Get talking in the forums 							&lt;/td&gt; 						&lt;/tr&gt; 						&lt;tr class="button"&gt; 							&lt;td style="text-align: center;" mce_style="text-align: center;" colspan="2"&gt; 								&lt;div class="buttons" style="font-size: 18px; padding: 15px 10px; margin-left: 10px;" mce_style="font-size: 18px; padding: 15px 10px; margin-left: 10px;"&gt; 									&lt;a href="/sign_up.html" mce_href="/sign_up.html" title="Click here to Sign Up Now!"&gt;Click here to Sign Up Now!&lt;/a&gt; 								&lt;/div&gt; 							&lt;/td&gt; 						&lt;/tr&gt; 					&lt;/tbody&gt; 				&lt;/table&gt; 			&lt;/td&gt; 		&lt;/tr&gt; 	&lt;/tbody&gt; &lt;/table&gt; </textarea>]]></description>
</item>
<item>
<title>Foreign Language on SocialGO.com</title>
<link></link>
<pubDate>Thu, 01 Jan 1970 01:00:00 +0100</pubDate>
<description><![CDATA[<p>Hi All,</p>
<p>This blog is aimed at the Foreign Language Network Owners of SocialGO.com who have put the time and effort into customising the language of their site.</p>
<p>Firstly, the changes you have previously made to your languages are safe and I recommend that you always "Export" (e) a copy of any changes you make as a backup.</p>
<p>Due to the high load of recent weeks, your custom language settings had to be disabled. This was to ensure quality of service and allow us a bit of time (amongst the many other things); to establish a plan for SocialGO.com languages.</p>
<p>For <strong>current SocialGO.com Foreign Language Network Owners</strong>, who have already modified their language settings:</p>
<ol>
<li>Export (e) a copy of your current language settings.</li>
<li>Select your language from the drop-down (a) on the import language page; and click "<em>Change Default Language</em>" (b)  - fig 1.0.</li>
<li>Check your site; it should now be using your original language values.</li>
<li>Delete the old export on your computer that you made at 1) and export the Updated settings for your records again.</li>
</ol>
<p>&nbsp;</p>
<p>For <strong>New SocialGO.com Foreign Language Network Owners</strong>:</p>
<ol>
<li>Select your language from the drop-down (a) on the import language page; and click "<em>Change Default Language</em>" (b)  - fig 1.0.</li>
<li>Search for the text you want to change back on the main language page and update the values. These changes should be visible on your network.</li>
</ol>
<p>&nbsp;</p>
<p>Important note: We are currently trying to get more sections "Internationalised" and will let you know when new text values can be modified via this blog.</p>
<p><img src="http://static.socialgo.com/cache/221/image/851.png" border="0" alt="Fig 1" title="Fig 1" /> <br /> <img src="http://static.socialgo.com/cache/221/image/852.png" border="0" alt="Fig 2" title="Fig 2" /></p>]]></description>
</item>
<item>
<title>DNS Upgade causing problems</title>
<link></link>
<pubDate>Thu, 01 Jan 1970 01:00:00 +0100</pubDate>
<description><![CDATA[<p>Hi all,</p>
<p>We are in the process of upgrading our DNS Server to enable faster access for US residents; as a result there may be temorary outage which may causing images and colours to not quite work correctly.</p>
<p>Bare with it as we expect your access to be much faster afterwards :)</p>]]></description>
</item>
<item>
<title>TimeZone - Upgrades</title>
<link></link>
<pubDate>Thu, 01 Jan 1970 01:00:00 +0100</pubDate>
<description><![CDATA[<p>Hi there :)<br /> <br /> For the last few weeks there have been complaints of blogs not showing in the Magazine and Magazine Categories; after some investigation it was found that the problem was related to the way in which the system was handling TimeZone information.</p>
<p>After the investigation, some time was spent fixing the timezone system to allow for greater control by network owners and by the network users themselves.</p>
<p>The Upgrades are as follows</p>
<ol>
<li>Network Owners can set the default timezone for their networks in http://my.socialgo.com: This will be the default timezone that the user is given should the have an invalid country selection - Otherwise the Country selected defines the Timezone.</li>
<li>When a New User signs up; the system now approximates the timezone based on the country selected. (The US like Australia and Russia are all fairly large *cough*, so New York is the default TZ in the states and the same for the larger continents as defined by the ISO2 standards)</li>
<li>Blogs Publish Date; will now default to the actual time in your personally selected Timezone.</li>
<li><span style="text-decoration: line-through;">The User is able to select their personal TimeZone from their "My Location" section, this then directly affects what they can and cant see in the magazine.</span>&nbsp; <em>Unfortunately this was causing too much confusion and potential for confusion; and thus was removed. By default, the network now uses the TimeZone that is defined by the owner in the admin system.</em><span style="text-decoration: line-through;"><br /></span></li>
</ol>
<p>If you have any questions; please feel free to post them in the forum here at owners or on http://getsatisfaction.com/socialgo. and rather not PM me, that way we can deal with your questions in the open and thereby helping other Network Owners.</p>
<p>Regards</p>
<p>Ross C</p>]]></description>
</item>
</channel>
</rss>