<?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>Creative Central Network &#187; Web Software</title>
	<atom:link href="http://www.creative-central.net/category/blogs/web-software/feed" rel="self" type="application/rss+xml" />
	<link>http://www.creative-central.net</link>
	<description>Graphics, Designing and Resources Blog</description>
	<lastBuildDate>Wed, 27 Jan 2010 09:37:42 +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>Jomsocial 1.6 Brillo!</title>
		<link>http://www.creative-central.net/jomsocial-1-6-brillo</link>
		<comments>http://www.creative-central.net/jomsocial-1-6-brillo#comments</comments>
		<pubDate>Wed, 20 Jan 2010 07:20:12 +0000</pubDate>
		<dc:creator>Rain</dc:creator>
				<category><![CDATA[Web Software]]></category>

		<guid isPermaLink="false">http://www.creative-central.net/?p=850</guid>
		<description><![CDATA[Yay! JomSocial 1.6 &#8211; [Brillo] has been officially released and is now available for download.
Good things come to those who wait. And the Good is finally here! Yes, we&#8217;re talking about JomSocial 1.6 codename Brillo. We&#8217;ve worked long and hard on this release, adding new features and refining the product to make a faster, streamlined&#8230; [...]]]></description>
			<content:encoded><![CDATA[<p>Yay! JomSocial 1.6 &#8211; [Brillo] has been officially released and is now available for download.</p>
<p>Good things come to those who wait. And the Good is finally here! Yes, we&#8217;re talking about JomSocial 1.6 codename Brillo. We&#8217;ve worked long and hard on this release, adding new features and refining the product to make a faster, streamlined&#8230; just plain better JomSocial. And we think you will agree, this version rocks!</p>
<h5>Updated and New Features:</h5>
<p><strong>Amazon S3 Storage support</strong><br />
Why not utilize one of world&#8217;s cheapest cloud storage solution to host your photos and video, while at the same time reducing your server access load? With JomSocial 1.6, you can do just that! JomSocial now allows you to use Amazon S3 highly scalable, reliable, fast and inexpensive data storage infrastructure that Amazon uses to run its own global network of web sites! With this, your site can graciously handle traffic spikes and your visitors can experience fast-loading site no matter where they are.</p>
<p><strong>Massively enhanced privacy support</strong><br />
Sometimes you just want to post something private for your closed friends. We have now enhanced our privacy system on this release. Activity streams for example, will accurately show streams from public and friends&#8217; activities only. If you want to keep things for yourself, others won&#8217;t be able to view it. This applies to all private group activities as well. Private groups stay private!</p>
<p><strong>Improved activity stream</strong><br />
We have made our activity streams more informative and a lot more useful. We have strategically included content preview within each stream and allow admin to automatically hide unwanted activity from ever be shown. A few redundant activities are also unpublished by default. Not only activity streams now look a lot nicer, we’ve also organized and displayed them in a way that helps site members to discover new information and be kept up-to-date easily.</p>
<p><strong>New API for new possibilities</strong><br />
We always strive to give more control and flexibility to 3rd party developers. We have added some ambitious new APIs to give 3rd party developers more empowerment. Plugins now have the ability to override any controller or even an ajax output. Giving more control to developers means that they can be more creative in developing new modules and plugins, opening a whole new world of possibilities for JomSocial.</p>
<p><strong>Modules everywhere</strong><br />
You can now easily load any Joomla! modules within JomSocial content. We have added a number of strategically located module positions inside JomSocial itself. For example, making an announcement on top of all profile, is now easier than ever. Just create a new html module and assign it to &#8220;js_profile_top&#8221; module position. You can read more about this at http://www.jomsocial.com/docs/Built-in_module_positions</p>
<p><strong>And tons of refinement and bug fixes</strong><br />
We work very closely with our fellow testers to crush numerous small annoying bugs, making this release one of our most refined and polished release ever. From updated styling to revised translations, input button removed to re-align icon position, all our hard work is geared towards making your community site easy to use!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.creative-central.net/jomsocial-1-6-brillo/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Cute News on my server</title>
		<link>http://www.creative-central.net/cute-news-on-my-server</link>
		<comments>http://www.creative-central.net/cute-news-on-my-server#comments</comments>
		<pubDate>Thu, 14 Jan 2010 04:11:30 +0000</pubDate>
		<dc:creator>Rain</dc:creator>
				<category><![CDATA[Troubleshooting]]></category>
		<category><![CDATA[Web Software]]></category>

		<guid isPermaLink="false">http://www.creative-central.net/?p=835</guid>
		<description><![CDATA[I have someone from my hostee asking me about Cute News on my server isn&#8217;t working. I have come to go through her site cpanel and and see for myself where she made a mistake or maybe she forgot or doesn&#8217;t know the correct path to include cutenews. I went to her index.php ofcourse which [...]]]></description>
			<content:encoded><![CDATA[<p>I have someone from my hostee asking me about <a href="http://cutephp.com/">Cute News</a> on my server isn&#8217;t working. I have come to go through her site cpanel and and see for myself where she made a mistake or maybe she forgot or doesn&#8217;t know the correct path to include cutenews. I went to her index.php ofcourse which is the base of her design and where the inclusion happens. Found this:</p>
<p><strong>Where?</strong><br />
<code><?PHP<br />
$number=3;<br />
$template = "default";<br />
include("/public_html/cutenews/show_news.php");<br />
?></code></p>
<p><strong>Replace:</strong><br />
<code><?PHP<br />
$number=3;<br />
$template = "default";<br />
include("/home/user*/public_html/cutenews/show_news.php");<br />
?></code></p>
<p>user* stands for your cpanel username. Some peeps really forgot about some small code to be replaced. Modifying will solve the problem. ^.^</p>
<p>I used <a href="http://cutephp.com/">CuteNews</a> before, that&#8217;s why I&#8217;m pretty sure I knew how the coding and integration is done in one see. The software was awesome for beginner&#8217;s in php since it teaches the basic includes that everyone needs to know. But the fact that CuteNews was abandoned a long time ago, features aren&#8217;t as updated as other version.</p>
<p>The most updated CuteNews version that I&#8217;ve seen from the past is <a href="http://cutenewsru.com/">CuteNews.ru</a>. Before I left the CuteNews system for <a href="http://www.wordpress.org">Wordpress</a>, Cutenews.ru released its <strong>Strawberry</strong> version which has more features and has the ability to store data on MySQL. It also has <strong>version 2.5.4</strong> which is actually the upgrade of the said software.</p>
<p>However, before, the difficulty on translating Strawberry has been a problem since the language is not at all English. I&#8217;m still not sure if they already catch up with the translation thingy but it is still good to upgrade to a newer version of it as it has better functions in general. Well, depends on how you wanted to learn more about on the coding side and if you wanted to have some sort of new features ;p</p>
]]></content:encoded>
			<wfw:commentRss>http://www.creative-central.net/cute-news-on-my-server/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
