<?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>Powered By &#187; Media</title>
	<atom:link href="http://www.powered-by.org/tag/media/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.powered-by.org</link>
	<description>Content Management System News and Updates</description>
	<lastBuildDate>Wed, 22 Dec 2010 03:49:19 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Content management system</title>
		<link>http://www.powered-by.org/content-management-system/</link>
		<comments>http://www.powered-by.org/content-management-system/#comments</comments>
		<pubDate>Wed, 20 May 2009 10:35:33 +0000</pubDate>
		<dc:creator>powered-by.org</dc:creator>
				<category><![CDATA[Definitions]]></category>
		<category><![CDATA[CMSs]]></category>
		<category><![CDATA[digital asset management]]></category>
		<category><![CDATA[electronic text]]></category>
		<category><![CDATA[Media]]></category>
		<category><![CDATA[opera]]></category>
		<category><![CDATA[records management]]></category>
		<category><![CDATA[video files]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[web content management]]></category>

		<guid isPermaLink="false">http://www.powered-by.org/references/definitions/content-management-system/</guid>
		<description><![CDATA[A content management system (CMS) such as a document management system (DMS) is a computer application used to manage work flow needed to collaboratively create, edit, review, index, search, publish and archive various kinds of digital media and electronic text. CMSs are frequently used for storing, controlling, versioning, and publishing industry-specific documentation such as news [...]]]></description>
			<content:encoded><![CDATA[<p>A content management system (CMS) such as a document management system (DMS) is a computer application used to manage work flow needed to collaboratively create, edit, review, index, search, publish and archive various kinds of digital media and electronic text.</p>
<p><span id="more-582"></span></p>
<p>CMSs are frequently used for storing, controlling, versioning, and publishing industry-specific documentation such as news articles, operators&#8217; manuals, technical manuals, sales guides, and marketing brochures. The content managed may include computer files, image media, audio files, video files, electronic documents, and Web content. These concepts represent integrated and interdependent layers. There are various nomenclatures known in this area: Web Content Management, Digital Asset Management, Digital Records Management, Electronic Content Management and so on. The bottom line for these systems is managing content and publishing, with a workflow if required.</p>
<h4>Incoming search terms:</h4><ul><li>intro inurl:/comments asp</li><li>reference inurl:/write asp</li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.powered-by.org/content-management-system/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Types of WCMS</title>
		<link>http://www.powered-by.org/types-of-wcms/</link>
		<comments>http://www.powered-by.org/types-of-wcms/#comments</comments>
		<pubDate>Wed, 20 May 2009 10:04:17 +0000</pubDate>
		<dc:creator>powered-by.org</dc:creator>
				<category><![CDATA[Definitions]]></category>
		<category><![CDATA[CMS]]></category>
		<category><![CDATA[CMSs]]></category>
		<category><![CDATA[DotNetNuke]]></category>
		<category><![CDATA[Free]]></category>
		<category><![CDATA[Joomla]]></category>
		<category><![CDATA[Media]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[open source cms]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Plone]]></category>

		<guid isPermaLink="false">http://www.powered-by.org/references/definitions/types-of-wcms/</guid>
		<description><![CDATA[There are three major types of WCMS: offline processing, online processing, and hybrid systems. These terms describe the deployment pattern for the WCMS in terms of when presentation templates are applied to render Web pages from structured content. Offline processing These systems pre-process all content, applying templates before publication to generate Web pages. Vignette CMS [...]]]></description>
			<content:encoded><![CDATA[<p>There are three major types of WCMS: offline processing, online processing, and hybrid systems. These terms describe the deployment pattern for the WCMS in terms of when presentation templates are applied to render Web pages from structured content.</p>
<h3>Offline processing</h3>
<ul>
<li>These systems pre-process all content, applying templates before publication to generate Web pages. Vignette CMS and Bricolage are examples of this type of system. Since pre-processing systems do not require a server to apply the templates at request time, they may also exist purely as design-time tools; Adobe Contribute is an example of this approach.</li>
</ul>
<h3>Online processing</h3>
<ul>
<li>These systems apply templates on-demand. HTML may be generated when a user visits the page, or pulled from a cache. Hosted CMSs are provided by such SaaS developers as AspireCMS, Bravenet, UcoZ, Freewebs and Crownpeak.</li>
<li>Some of the better known open source systems that produce pages on demand include Concrete5, Mambo, Joomla!, Drupal, TYPO3, Zikula and Plone, etc&#8230;</li>
<li>DotNetNuke is a partially open source CMS that runs on asp.net and is free to download and install. DNN produces pages on demand but levels and types of caching can be set. There are also many additional &#8220;modules&#8221; that can be purchased or installed for free to extend the functionality of DNN as needed, many of which create data and content dynamically.</li>
<li>Most Web application frameworks perform template processing in this way, but they do not necessarily incorporate content management features. Wikis, e.g. MediaWiki and TWiki generally follow an online model (with varying degrees of caching), but generally do not provide document workflow.</li>
</ul>
<h3>Hybrid Systems</h3>
<ul>
<li>Some systems combine the offline and online approaches. Some systems write out executable code (e.g. JSP, ASP, PHP,ColdFusion,Perl pages) rather than just static HTML, so that the CMS itself does not need to be deployed on every Web server. Other hybrids, such as Blosxom, are capable of operating in either an online or offline mode.</li>
</ul>
<h4>Incoming search terms:</h4><ul><li>inurl:Powered by w-CMS</li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.powered-by.org/types-of-wcms/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Simple Machines Forum</title>
		<link>http://www.powered-by.org/simple-machines-forum/</link>
		<comments>http://www.powered-by.org/simple-machines-forum/#comments</comments>
		<pubDate>Sun, 19 Apr 2009 08:38:02 +0000</pubDate>
		<dc:creator>powered-by.org</dc:creator>
				<category><![CDATA[CMS Index]]></category>
		<category><![CDATA[Forum]]></category>
		<category><![CDATA[Open Source Web CMS]]></category>
		<category><![CDATA[SMF]]></category>
		<category><![CDATA[beta]]></category>
		<category><![CDATA[Free]]></category>
		<category><![CDATA[Media]]></category>
		<category><![CDATA[mysql database]]></category>
		<category><![CDATA[opera]]></category>
		<category><![CDATA[risk]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Simple Machines Forum]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://www.powered-by.org/cms/forum/simple-machines-forum/</guid>
		<description><![CDATA[Simple Machines Forum (abbreviated as SMF) is a freeware Internet forum application. The software is written in PHP and uses a MySQL database backend, although multi-database support is being developed for version 2.0. SMF is developed by the Simple Machines development team. SMF was created to replace the forum software YaBB SE, which at the [...]]]></description>
			<content:encoded><![CDATA[<p><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; margin-left: 0px; border-left-width: 0px; margin-right: 0px" title="smf" border="0" alt="smf" align="right" src="http://www.powered-by.org/wp-content/uploads/2009/04/smf.jpg" width="150" height="150" /> Simple Machines Forum (abbreviated as SMF) is a freeware Internet forum application. The software is written in PHP and uses a MySQL database backend, although multi-database support is being developed for version 2.0. SMF is developed by the Simple Machines development team.</p>
<p>SMF was created to replace the forum software YaBB SE, which at the time was gaining a bad reputation because of problems with its Perl-based ancestor software YaBB[citation needed]. At the time, YaBB was attributed to causing resource allocation problems on many systems. YaBB SE was written as a rough PHP port of YaBB, and had many of the same resource and security problems of the older YaBB versions. Joseph Fung and Jeff Lewis of Lewis Media Inc., the owners of YaBB SE and the original owners of SMF, made the decision to convert to a new brand and name.</p>
<p> <span id="more-500"></span><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; margin-left: 0px; border-left-width: 0px; margin-right: 0px" title="smf_web" border="0" alt="smf_web" align="right" src="http://www.powered-by.org/wp-content/uploads/2009/04/smf-web.jpg" width="300" height="401" /> SMF started as a small project by username &quot;[Unknown]&quot; (one of the YaBB SE developers) and its main intent was to add more advanced templating to YaBB SE. The project then slowly grew to address common feature requests, efficiency problems, and security concerns. A rehaul of YaBB SE had been in development for several years, but was superseded by this then competing project. Popular interest in the new YaBB SE fork sparked a complete rewrite of the code, with security and performance in mind. This eventually became today&#8217;s Simple Machines Forum.. The first SMF release was SMF 1.0 Beta 1a, released on 30 September 2003 to Charter Members only.
</p>
<p>On the 23rd of October 2006, Simple Machines LLC was registered in the state of Arizona, and the transfer of copyrights from Lewis Media to Simple Machines LLC was completed on the 24th of November 2006 during a three-day retreat in Tucson, AZ. This was done for the &quot;[solidification of] the team’s commitment to continuously providing free software, without the perceived risks of corporate influence&quot;</p>
<h3>Future</h3>
<p>On 8 April 2007, Simple Machines announced the introduction of their next version, SMF 2.0 [8]. SMF 2.0 has been in development alongside SMF 1.1 since December 2005. This version will have many new features, including:</p>
<ul>
<li>Database abstraction &#8211; with support for PostgreSQL and SQLite planned alongside that of MySQL. </li>
<li>Automatic installation of packages into themes other than just the default. </li>
<li>Email templates to simplify customization of forum emails. </li>
<li>Moderation center including post, topic and attachment moderation &#8211; to allow approving of user content before it is made public. </li>
<li>User warning system. </li>
<li>Additional group functionally including group moderators and requestable/free assignable groups. </li>
<li>WYSIWYG editor to provide an intuitive user interface to those users not familiar with BBCode. </li>
<li>Permission improvements such as group inheritance and permission profiles to further reduce the complexity of the permissions system. </li>
<li>File based caching for a performance increase on all forums regardless of whether an accelerator is installed. </li>
<li>Mail queuing system to stagger the sending of emails to improve performance on large forums. </li>
<li>Advanced signature settings to allow the administrator of a forum to more tightly control the contents of users signatures. </li>
<li>Personal messaging improvements including ability to automatically sort incoming messages and a variety of display options. </li>
<li>Improved upgrade script with better timeout protection and simpler user interface. </li>
<li>Custom profile fields to enable administrators to add additional member fields from the administration center. </li>
<li>Use of OpenID. </li>
</ul>
<p>The first public beta of SMF 2.0 was released on Monday, March 17 2008.</p>
<h3>Localization</h3>
<p>SMF is available in over 38 languages[9], including Albanian, Arabic, Bulgarian, Catalan, Chinese, Czech, Danish, Dutch, English, Finnish, French, German, Greek, Hebrew, Hungarian, Italian, Japanese, Norwegian, Persian, Polish, Portuguese, Romanian, Russian, Spanish, Swedish, Thai, Turkish and Ukrainian. It can be translated to other languages by volunteers. UTF-8 and non-UTF-8 encodings are available for all.</p>
<h3>Modifications</h3>
<p>SMF has a modification base repository for free modification hosting and tracking via the Simple Machines main site. Many modifications, or &quot;mods&quot; as they are usually called, have been created and distributed free of charge, including an arcade, profile additions, gallery, RPG system, spam filter, various SEO features, and many more. Before being listed on the SMF Mods site, the mod is validated by the SMF Team, to ensure that it complies with the SMF Coding Guidelines.</p>
<p>The Package Manager included in SMF is one of the flagship features. It allows an administrator to install modifications and updates to SMF without having to modify the code of the script, usually with only a few mouse clicks.</p>
<h3>The SMF team</h3>
<p>The Simple Machines team includes graphics, documentation, customization, localization, marketing, and management divisions. The SMF support staff and users also provide free support on the official community forums. Their duties include helping forum owners with troubleshooting and optimization.</p>
<h3>Charter Members</h3>
<p>People who wish to support Simple Machines with a donation of 50 USD yearly are rewarded with a Charter Membership. This grants access to a hidden section on the forum and advanced beta versions to test before they go public. Advanced support for SMF including installation and upgrades by the staff are also provided. Charter Members also get access to a private Helpdesk staffed by the Simple Machines Support Team where Charter Members can receive one-on-one support outside of the public forum.</p>
<h3>SMF and free software</h3>
<p>SMF is occasionally criticized for not being available under a free software license; the developers acknowledge this. Redistribution of the software, even unmodified, is not allowed without written permission. The source code is not redistributable either, although it is allowed to distribute instructions on how to modify it.</p>
<h3>Minimum System Requirement</h3>
<p>To run SMF, the webserver you&#8217;re hosted on must meet a few simple requirements. These are not terribly high, and as such most hosts meet them.</p>
<ul>
<li>Any webserver that properly supports PHP, such as Apache or Internet Information Services (IIS). </li>
<li>PHP 4.1.0 or higher. The following directives are required to be set correctly in php.ini:
<ul>
<li>the engine directive must be On. </li>
<li>the magic_quotes_sybase directive must be set to Off. </li>
<li>the session.save_path directive must be set to a valid directory. </li>
<li>the file_uploads directive must be On. </li>
<li>the upload_tmp_dir must be set to a valid directory. </li>
</ul>
</li>
<li>MySQL 3.23.4 or higher. </li>
<li>at least 512 kilobytes of storage space in the database, although more is highly recommended. </li>
<li>about two and a half megabytes of storage space on the web server, although more is recommended. </li>
</ul>
<h3>Recommended System Requirements</h3>
<p>However, for best performance and use, a bit more is suggested. This includes the following:</p>
<ul>
<li>Linux or another Unix based operating system. </li>
<li>The GNU Aspell and its dictionaries for spell checking support. </li>
<li>Apache with AcceptPathInfo set to On (Apache 2 and later only) for queryless URL support. </li>
<li>PHP 4.3.0 or higher, with the following set in php.ini:
<ul>
<li>the max_input_time directive is set to a value of at least 30. </li>
<li>the post_max_size and upload_max_filesize directives are set to the size of the largest attachments you wish to be able to upload. </li>
<li>the session.use_trans_sid directive set to Off. </li>
<li>the memory_limit directive is set to at least 8M. </li>
<li>the max_execution_time directive is set to at least 15. </li>
<li>the register_globals directive is set to Off. </li>
</ul>
</li>
<li>MySQL 4.0.15 or higher with query caching enabled. </li>
<li>GD Graphics Library 2.0 or higher. </li>
</ul>
<h3>Links</h3>
<ul>
<li><a target="_blank" href="http://www.simplemachines.org/" target="_blank">Official Website</a> </li>
<li><a target="_blank" href="http://download.simplemachines.org/index.php" target="_blank">Download SMF</a> </li>
<li><a target="_blank" href="http://custom.simplemachines.org/mods/" target="_blank">SMF Mods</a> </li>
<li><a target="_blank" href="http://custom.simplemachines.org/themes/" target="_blank">SMf Themes</a> </li>
<li><a href="http://www.powered-by.org/references/cms-index/simple-machines-forum/" target="_blank">SMf – Powered-by</a></li>
</ul>
<p><a href="http://www.powered-by.org/cms/forum/simple-machines-forum/" target="_blank"></a></p>
<h4>Incoming search terms:</h4><ul><li>powered by smf</li><li>bowser simple machine forum</li><li>grenade powered by smf</li><li>ones smf</li><li>Simple Machines Forum</li><li>tube inurl:/forums/</li><li>change use simple machines llc</li><li>simple machines required information applicants</li><li>duties yabb</li><li>daffodils simple machine forum</li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.powered-by.org/simple-machines-forum/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Comuna3 Plazza – Joomla Template &#8211; TemplatePlazza</title>
		<link>http://www.powered-by.org/comuna3-plazza-joomla-template-templateplazza/</link>
		<comments>http://www.powered-by.org/comuna3-plazza-joomla-template-templateplazza/#comments</comments>
		<pubDate>Thu, 09 Apr 2009 02:08:25 +0000</pubDate>
		<dc:creator>powered-by.org</dc:creator>
				<category><![CDATA[Joomla Templates]]></category>
		<category><![CDATA[Free]]></category>
		<category><![CDATA[joomla template]]></category>
		<category><![CDATA[Media]]></category>
		<category><![CDATA[SAP]]></category>
		<category><![CDATA[TemplatePlazza]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://www.powered-by.org/top-cms/joomla/joomla-templates/comuna3-plazza-joomla-template-templateplazza/</guid>
		<description><![CDATA[Comuna 3, just like Comuna 1 and 2, is a Joomla template that dedicated to be use on community or social networking websites. Designed with a clean and sleek look, making Comuna 3 suitable for a website with full concentration on contents. CSS implementation and lightweight codes made your Joomla website will have faster loading [...]]]></description>
			<content:encoded><![CDATA[<p><img style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; margin-left: 0px; margin-right: 0px; border-right-width: 0px" title="comuna3 thumb" src="http://www.powered-by.org/wp-content/uploads/2009/04/comuna3thumb.jpg" border="0" alt="comuna3 thumb" width="225" height="150" align="right" /> Comuna 3, just like Comuna 1 and 2, is a Joomla template that dedicated to be use on community or social networking websites.</p>
<p>Designed with a clean and sleek look, making Comuna 3 suitable for a website with full concentration on contents. CSS implementation and lightweight codes made your Joomla website will have faster loading time and efficient.</p>
<p>We have developed Comuna 3 in two social networking component platforms for Joomla (so, Quickstart for this template also available in two versions.)</p>
<p><span id="more-489"></span></p>
<p><img style="display: inline; margin-left: 0px; margin-right: 0px" src="http://www.alltemplate.org/wp-content/uploads/2009/04/comuna3.jpg" alt="" align="right" /> One, using Jomsocial (social networking commercial Joomla component) and Community Builder (free / GPL component).</p>
<p>To use the Jomsocial version, you have to buy it first at jomsocial.com (because inside the available Quickstart on our server, Jomsocial is not included). Install the Jomsocial just like you install the usual component on Quickstart Jomsocial version, then all the dummy data tab setting as you seen on demo site will immediately synchronized. And for the CB version, all are included, just like the demo site <img src='http://www.powered-by.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Oh, like always, a template from template plazza came in with amazing features&#8230; <img src='http://www.powered-by.org/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p>This time, the template came along with these extra extensions:</p>
<ol>
<li>TPajaxtabs Module . With this module, you can load any modules inside a module. This action will optimize space on your website and also with the ajax ability, TPajaxtabs will only loads contents from a module when visitor click on the tab of the desirable module. To have this module run well, you have to install the component first.</li>
<li>TP autovatar plugin . This plugin will display a picture of the writer on the head of the article. The avatar itself can be choosen, whether is it from Jomsocial avatar or Community Builder. If there&#8217;s no avatar available, then it will be replaced by a default image. This TPautovatar will make your website appear more professional and lovely.</li>
<li>Recent Activities module for Community Builder . This module will display the latest activities of the members, such as when they updating their profiles, uploading pictures, etc.</li>
<li>Latest member module for Jomsocial . Because when this template was made there&#8217;s no module with function that similar to Jomsocial.com, we decided to make this module on our own. This module will display the avatar of the latest members who sign in on the website, which can be set on several options that are available on the backend of this module.</li>
<li>CB superthumb module for Joomla 1.5 . CB superthumb module is a multifunction module that can display avatar from the site members with different and flexible settings. This module will give your website more interactive and attractive look. This module officially only available for J1.0 version, and now, here it is the Joomla 1.5 version.</li>
<li>Gjive category module for Joomla 1.5 . This module also officially only available for the Joomla 1.0 version. It can display group categories in groupjive, in a directory format.</li>
<li>Spesial template for Jomsocial and Community Builder . We have edited template from Jomsocial and CB a bit, to make it blended well in comuna 3.</li>
<li>Inset position that only appears on common visitor. If user have login, this position will disappear. You can use this position to publish banner, or promotion that is aimed only for common visitor. For example, a banner with suggestion to join the website. To use it, simply assigned your module on inset position.</li>
<li>Template overriding for frontpage, that will change the appearance of your Joomla frontpage into a more professional and attractive look.</li>
<li>4 design variations, 9 font styles, 3 font sizes, and 2 template orientations, that will give you power and flexibility to decide which layout that is suitable with what you want.</li>
</ol>
<h3>Links</h3>
<ul>
<li><a target="_blank" href="http://demo.templateplazza.net/comuna3_jomsocial/" target="_blank">Live demo</a></li>
<li><a target="_blank" href="http://www.templateplazza.com/club-joomla-templates/comuna3-plazza.html" target="_blank">About the Template</a></li>
<li>more from TemplatePlazza</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.powered-by.org/comuna3-plazza-joomla-template-templateplazza/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Gabfire NewsPro – WordPRess Theme</title>
		<link>http://www.powered-by.org/gabfire-newspro-wordpress-theme/</link>
		<comments>http://www.powered-by.org/gabfire-newspro-wordpress-theme/#comments</comments>
		<pubDate>Mon, 30 Mar 2009 07:38:15 +0000</pubDate>
		<dc:creator>powered-by.org</dc:creator>
				<category><![CDATA[WordPress Themes]]></category>
		<category><![CDATA[color schemes]]></category>
		<category><![CDATA[magazine style]]></category>
		<category><![CDATA[Media]]></category>
		<category><![CDATA[photo gallery]]></category>
		<category><![CDATA[video gallery]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.powered-by.org/top-cms/wordpress-top-cms/wordpress-themes-wordpress-top-cms-top-cms/gabfire-newspro-wordpress-theme/</guid>
		<description><![CDATA[NewsPro is a multipurpose WordPress theme, suited for anyone running a news or magazine style website. The NewsPro theme has a four column homepage layout with Ajax tabs that can be used as positions to highlight featured articles. The Gabfire NewPro theme also comes with inbuilt Video and Photo Gallery templates which make it a [...]]]></description>
			<content:encoded><![CDATA[<p><img style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; margin-left: 0px; margin-right: 0px; border-right-width: 0px" title="Gabfire NewsPro thumb" src="http://www.powered-by.org/wp-content/uploads/2009/03/gabfirenewsprothumb.jpg" border="0" alt="Gabfire NewsPro thumb" width="225" height="150" align="right" /> NewsPro is a multipurpose WordPress theme, suited for anyone running a news or magazine style website. The NewsPro theme has a four column homepage layout with Ajax tabs that can be used as positions to highlight featured articles. The Gabfire NewPro theme also comes with inbuilt Video and Photo Gallery templates which make it a good for anyone interested in creating a multimedia site.</p>
<p><span id="more-487"></span></p>
<h3>Features</h3>
<ul>
<li>Translation template which makes it possible to translate into any language easily.</li>
<li>Automatic Image Resizer, which is used to resize uploaded photos on the fly for the main page thumbnail</li>
<li>Integrated Theme Settings page to adjust the layout through WordPress admin dashboard.</li>
<li>Built in banner management</li>
<li>8 different color schemes</li>
<li>7 widgetized areas</li>
<li>Built in Flickr Support</li>
<li>Built in photo gallery</li>
<li>Built in video gallery</li>
<li>Ajax tabs</li>
<li>Ad and serch engine optimized</li>
<li>Dropdown navigation</li>
</ul>
<h3>Links</h3>
<ul>
<li><a target="_blank" href="http://www.newsprotheme.com/" target="_blank">Live Demo</a></li>
<li><a target="_blank" href="http://www.gabfirethemes.com/gabfire-newspro-theme/" target="_blank">About the Theme</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.powered-by.org/gabfire-newspro-wordpress-theme/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress Bags of Tricks</title>
		<link>http://www.powered-by.org/wordpress-bags-of-tricks/</link>
		<comments>http://www.powered-by.org/wordpress-bags-of-tricks/#comments</comments>
		<pubDate>Sat, 21 Mar 2009 15:04:56 +0000</pubDate>
		<dc:creator>powered-by.org</dc:creator>
				<category><![CDATA[WordPress tips]]></category>
		<category><![CDATA[Blogs]]></category>
		<category><![CDATA[Media]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.powered-by.org/top-cms/wordpress-top-cms/wordpress-tips/wordpress-bags-of-tricks/</guid>
		<description><![CDATA[Here are some tips on how to optimize and make the most of your WordPress Powered Blogs.. 1. Removing the “generator WordPress x.x” Meta Tag WordPress is probably the best blogging platform out there, it is also one of the most targeted blogs by hackers, removing the generator tag, prevents the hacker from knowing the [...]]]></description>
			<content:encoded><![CDATA[<p>Here are some tips on how to optimize and make the most of your WordPress Powered Blogs..</p>
<h3>1. Removing the “generator WordPress x.x” Meta Tag</h3>
<ul>
<li>WordPress is probably the best blogging platform out there, it is also one of the most targeted blogs by hackers, removing the generator tag, prevents the hacker from knowing the version of your WordPress powered blog.</li>
<li>Add this code to your functions.php file <em>&lt;?php remove_action(&#8216;wp_head&#8217;, &#8216;wp_generator&#8217;); ?&gt;</em></li>
<li>Remove the <em>&lt;meta name=&#8221;generator&#8221; content=&#8221;WordPress 2.5&#8243; /&gt;</em> located in the header.php in your theme’s folder</li>
</ul>
<p><span id="more-448"></span></p>
<h3>2. Changing the Location of your image upload folders</h3>
<ul>
<li>Useful when your using custom fields for your themes, the url  will be shorter and easier to locate, and don’t forget to unselect the <em>“Organize my uploads into month- and year-based folders.”</em></li>
</ul>
<h3>3. Disabling the WordPress auto thumbnail generator</h3>
<ul>
<li>WordPress by default creates several copies of the image you upload, if you have a lot of images, you can easily increase the size of your image folder. To prevent this simply change the thumbnail size to “0” from the <strong>Settings – &gt; media</strong></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.powered-by.org/wordpress-bags-of-tricks/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>United Nations Regional Information Centre (UNRIC) &#8211; Powered by Joomla</title>
		<link>http://www.powered-by.org/united-nations-regional-information-centre-unric/</link>
		<comments>http://www.powered-by.org/united-nations-regional-information-centre-unric/#comments</comments>
		<pubDate>Mon, 22 Dec 2008 08:36:30 +0000</pubDate>
		<dc:creator>powered-by.org</dc:creator>
				<category><![CDATA[Powered by Joomla]]></category>
		<category><![CDATA[Joomla]]></category>
		<category><![CDATA[Media]]></category>

		<guid isPermaLink="false">http://www.powered-by.org/top-cms/joomla/powered-by-joomla/united-nations-regional-information-centre-unric/</guid>
		<description><![CDATA[The United Nations Regional Information Centre (UNRIC) opened in Brussels on 1 January 2004. The Regional Centre replaces nine UN Information Centres based in Europe (Athens, Bonn, Brussels, Copenhagen, Lisbon, London, Madrid, Paris, Rome), which closed on 31 December 2003, following a decision by the UN General Assembly at its 58th session. UNRIC services Western [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.powered-by.org/wp-content/uploads/2008/12/united-nations-regional-information-centre-for-western-europe.jpg"><img src="http://www.powered-by.org/wp-content/uploads/2008/12/united-nations-regional-information-centre-for-western-europe-thumb.jpg" border="0" alt="United Nations Regional Information Centre for Western Europe" width="300" height="275" align="right" /></a> The United Nations Regional Information Centre (UNRIC) opened in Brussels on 1 January 2004. The Regional Centre replaces nine UN Information Centres based in Europe (Athens, Bonn, Brussels, Copenhagen, Lisbon, London, Madrid, Paris, Rome), which closed on 31 December 2003, following a decision by the UN General Assembly at its 58th session.</p>
<p>UNRIC services Western Europe and provides information and documentation to the countries of the region. Its information outreach activities extend to all segments of society and joint projects and events are organized with key partners, including governments, the media, NGOs, educational institutions and local authorities.</p>
<p><span id="more-393"></span></p>
<p>UNRIC also disseminates information materials, major UN reports and documents, press kits, posters, fact sheets and brochures.</p>
<h3>Other Information</h3>
<ul>
<li>Pagerank 6.0</li>
<li>Alexa Rank 115,048</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.powered-by.org/united-nations-regional-information-centre-unric/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Latest Guide to Developing with Drupal Web CMS</title>
		<link>http://www.powered-by.org/the-latest-guide-to-developing-with-drupal-web-cms/</link>
		<comments>http://www.powered-by.org/the-latest-guide-to-developing-with-drupal-web-cms/#comments</comments>
		<pubDate>Mon, 22 Dec 2008 01:11:19 +0000</pubDate>
		<dc:creator>CMS News</dc:creator>
				<category><![CDATA[CMS News]]></category>
		<category><![CDATA[drupal]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[Media]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[web content management]]></category>

		<guid isPermaLink="false">http://www.powered-by.org/news/cms-news/the-latest-guide-to-developing-with-drupal-web-cms/</guid>
		<description><![CDATA[O’Reilly Media wants to help make working with the Drupal web content management system just a bit easier. Many people realize that when working with a CMS of any kind, even an open source option, things can get pretty hairy for those not overly savvy with code and module configuration. Using Drupal’s goal is to [...]]]></description>
			<content:encoded><![CDATA[<p><img class="leader alignright" src="http://www.powered-by.org/wp-content/plugins/wp-o-matic/cache/27222_oreilly_media_logo_2008.jpg" alt="O'Reilly Media new book Using Drupal" width="150" height="30" /></p>
<p><strong>O’Reilly Media</strong> wants to help make working with the Drupal web content management system just a bit easier. Many people realize that when working with a CMS of any kind, even an open source option, things can get pretty hairy for those not overly savvy with code and module configuration. <strong>Using Drupal</strong>’s goal is to eliminate as much frustration and as many wrong turns as possible.</p>
<p><a target="_blank" href="http://feedproxy.google.com/~r/cmswire/open-source/~3/AwUoYWkmGBU/the-latest-guide-to-developing-with-drupal-web-cms-003680.php" target="_blank">Go to Source</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.powered-by.org/the-latest-guide-to-developing-with-drupal-web-cms/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress Theme Design</title>
		<link>http://www.powered-by.org/wordpress-theme-design/</link>
		<comments>http://www.powered-by.org/wordpress-theme-design/#comments</comments>
		<pubDate>Sun, 14 Dec 2008 12:58:50 +0000</pubDate>
		<dc:creator>powered-by.org</dc:creator>
				<category><![CDATA[Ebooks]]></category>
		<category><![CDATA[Blogs]]></category>
		<category><![CDATA[graphic html]]></category>
		<category><![CDATA[Media]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.powered-by.org/?p=89</guid>
		<description><![CDATA[Expert guidance on designing a great theme for one of the most popular, open-source blog systems available for the Web today! This book can be used by WordPress users or visual designers (with no server-side scripting or programming experience) who are used to working with the common industry-standard tools like PhotoShop and Dreamweaver or other [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://ecx.images-amazon.com/images/I/51zkxDRQG4L._SL500_AA240_.jpg" alt="" align="right" /> Expert guidance on designing a great theme for one of the most popular, open-source blog systems available for the Web today! This book can be used by WordPress users or visual designers (with no server-side scripting or programming experience) who are used to working with the common industry-standard tools like PhotoShop and Dreamweaver or other popular graphic, HTML, and text editors. Regardless of your web development skill-set or level, you&#8217;ll be walked through the clear, step-by-step instructions, but familiarity with a broad range of web development skills and WordPress know-how will allow you to gain maximum benefit from this book.</p>
<p><span id="more-89"></span></p>
<p>About the Author</p>
<p>Tessa Blakeley Silver&#8217;s background is in print design and traditional illustration. She evolved over the years into web and multi-media development, where she focuses on usability and interface design. Prior to starting her consulting and development company hyper3media (pronounced hyper-cube media) <a target="_blank" href="http://hyper3media.com">http://hyper3media.com</a>, Tessa was the VP of Interactive Technologies at eHigherEducation, an online learning and technology company developing compelling multimedia simulations, interactions, and games that met online educational requirements like 508, AICC, and SCORM. She has also worked as a consultant and freelancer for J. Walter Thompson and The Diamond Trading Company (formerly known as DeBeers) and was a Design Specialist and Senior Associate for PricewaterhouseCoopers&#8217; East Region Marketing department. Tessa authors several design and web technology blogs. Joomla! Template Design is her first book.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.powered-by.org/wordpress-theme-design/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Joomla 1.5.8 Released</title>
		<link>http://www.powered-by.org/joomla-158-released/</link>
		<comments>http://www.powered-by.org/joomla-158-released/#comments</comments>
		<pubDate>Mon, 10 Nov 2008 20:17:20 +0000</pubDate>
		<dc:creator>CMS News</dc:creator>
				<category><![CDATA[Joomla]]></category>
		<category><![CDATA[New Release]]></category>
		<category><![CDATA[bug fixes]]></category>
		<category><![CDATA[Media]]></category>
		<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://www.powered-by.org/news/new-release/joomla-158-released/</guid>
		<description><![CDATA[The Joomla Project is pleased to announce the immediate availability of Joomla 1.5.8 [Wohnaiki]. This release contains a number of bug fixes and two moderate-level security fixes. It has been around two months since Joomla 1.5.7 was released on September 9, 2008. The Development Working Group&#8217;s goal is to continue to provide regular, frequent updates [...]]]></description>
			<content:encoded><![CDATA[<p><a target="_blank" href="http://beta.powered-by.org/wp-content/uploads/2008/11/joomla-158-released.jpg"><img style="border: 0px none;" src="http://beta.powered-by.org/wp-content/uploads/2008/11/joomla-158-released-thumb.jpg" border="0" alt="joomla_158_released" width="157" height="180" align="right" /></a> The Joomla Project is pleased to announce the immediate availability of Joomla 1.5.8 [Wohnaiki]. This release contains a number of bug fixes and two moderate-level security fixes. It has been around two months since Joomla 1.5.7 was released on September 9, 2008. The Development Working Group&#8217;s goal is to continue to provide regular, frequent updates to the Joomla community.</p>
<p><span id="more-74"></span></p>
<p><a target="_blank" href="http://joomlacode.org/gf/download/frsrelease/8897/32884/Joomla_1.5.8-Stable-Full_Package.zip" target="_blank">Download Joomla 1.5.8</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.powered-by.org/joomla-158-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

