<?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>Software Associates - India &#187; opensource</title>
	<atom:link href="http://www.softwareassociates.in/blog/category/opensource/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.softwareassociates.in</link>
	<description>Synergize with experience and expertise</description>
	<lastBuildDate>Tue, 07 Feb 2012 08:31:44 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2</generator>
		<item>
		<title>Skins in Umbraco</title>
		<link>http://www.softwareassociates.in/blog/skinning-in-umbraco/</link>
		<comments>http://www.softwareassociates.in/blog/skinning-in-umbraco/#comments</comments>
		<pubDate>Mon, 07 Nov 2011 10:59:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[cms]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[opensource]]></category>
		<category><![CDATA[Umbraco]]></category>

		<guid isPermaLink="false">http://www.softwareassociates.in/?p=2907</guid>
		<description><![CDATA[Skinning is a feature which lets the users decide the way the site looks to them by choosing from a set of designs/skins which are already available.&#160; When a skin is selected, the same functionality is presented to the end &#8230; <a href="http://www.softwareassociates.in/blog/skinning-in-umbraco/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">Skinning is a feature which lets the users decide the way the site looks to them by choosing from a set of designs/skins which are already available.&nbsp; When a skin is selected, the same functionality is presented to the end user in a different look and feel. In the background, the CSS files are swapped, thereby reflecting the changes instantly on the page. The actual content remains the same, but the way it is presented (colours, fonts, structural images) can be swapped each time a new skin is selected.</p>
<p>	The Umbraco 4.6 Beta release comes with a robust skinning engine that allows users to create customized skins easily. </p>
<p>	<strong>Implementation of skinning in Umbraco: </strong></p>
<p>	There are multiple aspects of the skinning feature &ndash; i) Development of a new skin, ii) Making an application ready to wear different skins iii) Changing of skins. In order to make use of the skinning feature, the UI needs to use the skin template. One can navigate to the Settings section and select the Master Template. On clicking the Modify Template Skin button, Umbraco will launch the Skin Customization dialog in the Canvas Editing mode.</p>
<p>	A skin changes only the CSS and related images and scripts for a site. In order to apply the skin, the user only needs to select the desired skin from the skin dashboard in the site&rsquo;s settings section.&nbsp; </p>
<p>	<strong>How does it work? </strong></p>
<p>	A skin is located in a unique folder which contains all the required files. Skin CSS and skin script files are stored in the default Umbraco folder locations, /css/ and /scripts/respectively. Skins for Umbraco are zip files containing the following:<br />
	CSS Files<br />
	Javascript files<br />
	Images<br />
	A skin manifest<br />
	One or more .master template files</p>
<p>	Skins provide a lot of flexibility for the developer to design the website whereas in conventional designing the developer has only limited control. Instead of specifying a style sheet for each component or page, a skin can be supplied for the entire application. The style specified in the skin is automatically used by all components. It is also easy to apply different skins to different pages. Skins also offer automatic support between changes in browsers. Skins could prove to be a little difficult to use in the beginning, but once we are used to it, we can find that it comes with a lot of advantages.</p>
<p>
	<strong>Let us briefly look at how a skin can be created and used in Umbraco.</strong></p>
<p>	Follow the steps described below for creating a simple skin for the Simple Starter Kit.</p>
<p>	Install the Starter Kit Developer Package<br />
	Create a Stylesheet<br />
	Include Images &#8211; Create a dedicated folder for them under /css/. <br />
	Modify the Template HTML<br />
	Prepare and Package the Skin&nbsp; </p>
<p>	Copy the sample skin.xml file from the skin documentation to a new folder created under the /masterpages/ folder. It is necessary that this file be named skin.xml. </p>
<p>	On navigating to the &lt;install&gt; section we can see that an &lsquo;AddStyleSheet&rsquo; task is added to the list by default. Inorder for the Starterkit to get the new style sheet modify the style sheet name to the skin&rsquo;s CSS file name. The skin is complete now.</p>
<p>	&nbsp;In order to allow a skin to be distributed again, it needs to be contained in a package containing the files and folders for the skin.&nbsp; <br />
	On publishing a skin package, the skin can be downloaded as a .zip file that can be installed on any system, provided that it has a Starter kit installed. </p>
<p>	<strong>Testing a Skin:</strong></p>
<p>	For testing a packaged skin, install it to an Umbraco instance with Starter Kit installed. Navigate to the content root of the Starterkit site and right-click the Homepage node, then select Edit in Canvas. Click the &lsquo;Edit skin&rsquo; button on the tool bar for selecting the skin and installing it.</p>
<p>	<strong>End user benefits of Umbraco skinning: </strong></p>
<p>	The user gets to customize the way the website looks to them according to their preferences making it more interactive and user friendly. Applying a skin changes a piece of website&#39;s look and feel, potentially making the website easier to use. That was about skinning in Umbraco. Stay connected for more such posts.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.softwareassociates.in/blog/skinning-in-umbraco/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The future of opensource</title>
		<link>http://www.softwareassociates.in/blog/the-future-of-opensource/</link>
		<comments>http://www.softwareassociates.in/blog/the-future-of-opensource/#comments</comments>
		<pubDate>Thu, 03 Jun 2010 03:32:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[drupal]]></category>
		<category><![CDATA[lamp]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[opensource]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[crm]]></category>
		<category><![CDATA[dotnetnuke]]></category>
		<category><![CDATA[erp]]></category>
		<category><![CDATA[whitehouse.gov]]></category>

		<guid isPermaLink="false">http://www.softwareassociates.in/blog/drupal/the-future-of-opensource/</guid>
		<description><![CDATA[An excellent article analysing the annual survey on the future of opensource (OSS). A decade ago we adopted open source tools for our products and services (Linux, and Firebirdsql followed by LAMP stack, osCommerce, WordPress, Drupal,Dotnetnuke and Android) for SMEs &#8230; <a href="http://www.softwareassociates.in/blog/the-future-of-opensource/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<div style="text-align: justify;"><span style="font-family: arial,helvetica,sans-serif;"><span style="font-size: 14px;">An <a href="http://www.sandhill.com/opinion/editorial.php?id=306" target="_blank">excellent article</a> analysing the annual <a href="http://futureofopensource.drupalgardens.com/2010-survey-results" target="_blank">survey</a> on the future of opensource (OSS). </p>
<p>	</span></span></div>
<div style="text-align: justify;"><span style="font-family: arial,helvetica,sans-serif;"><span style="font-size: 14px;">A decade ago we adopted open source tools for our products and services (Linux, and Firebirdsql followed by LAMP stack, osCommerce, WordPress, Drupal,Dotnetnuke and Android) for SMEs and Enterprises. Our customers have benefited through lower cost of ownership, licensing issues and vendor lockin. We are actively pursing research on the Android development platform to build our next generation business applications.</span></span></div>
<div style="text-align: justify;">&nbsp;</div>
<h2><span style="font-family: arial,helvetica,sans-serif;"><span style="font-size: 14px;">Impact of open source</span></span></h2>
<ul>
<li><span style="font-family: arial,helvetica,sans-serif;"><span style="font-size: 14px;">Tipping point &#8211; Whitehouse.gov runs on Drupal CMS</span></span></li>
<li><span style="font-family: arial,helvetica,sans-serif;"><span style="font-size: 14px;">Ways of doing more with less</span></span></li>
<li><span style="font-family: arial,helvetica,sans-serif;"><span style="font-size: 14px;">Being recognized as high quality software</span></span></li>
<li><span style="font-family: arial,helvetica,sans-serif;"><span style="font-size: 14px;">Highest impact on Content Management, Erp, CRM and Database</span></span></li>
<li><span style="font-family: arial,helvetica,sans-serif;"><span style="font-size: 14px;">Product life cycle releases are smaller</span></span></li>
<li><span style="font-family: arial,helvetica,sans-serif;"><span style="font-size: 14px;">Innovation happens much faster in the opensource environment</span></span></li>
<li><span style="font-family: arial,helvetica,sans-serif;"><span style="font-size: 14px;">Lack of formal vendor support is no longer a top concern for buyers</span></span></li>
<li><span style="font-family: arial,helvetica,sans-serif;"><span style="font-size: 14px;">Increased confidence among enterprises to move top opensource</span></span></li>
<li><span style="font-family: arial,helvetica,sans-serif;"><span style="font-size: 14px;">Recession has made OSS a lot more compelling for enterprises</span></span></li>
<li><span style="font-family: arial,helvetica,sans-serif;"><span style="font-size: 14px;">Opensource vendors reported higher revenues</span></span></li>
<li><span style="font-family: arial,helvetica,sans-serif;"><span style="font-size: 14px;">Cloud and Saas to have impact on opensource</span></span></li>
<li><span style="font-family: arial,helvetica,sans-serif;"><span style="font-size: 14px;">OSS will represent more than half of their software purchases in the next five years</span></span></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.softwareassociates.in/blog/the-future-of-opensource/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>WordPress 3.0 beta release</title>
		<link>http://www.softwareassociates.in/blog/wordpress-3-0-beta-release/</link>
		<comments>http://www.softwareassociates.in/blog/wordpress-3-0-beta-release/#comments</comments>
		<pubDate>Fri, 14 May 2010 07:34:29 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[opensource]]></category>
		<category><![CDATA[research]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[cms]]></category>
		<category><![CDATA[wordpress 3.0]]></category>

		<guid isPermaLink="false">http://www.softwareassociates.in/?p=1165</guid>
		<description><![CDATA[WordPress 3.0 was released this April, albeit a beta version. Good news, nonetheless. For months, developers have been waiting with bated breath for the latest version of WP which offers significant changes from its previous versions. Till now they had &#8230; <a href="http://www.softwareassociates.in/blog/wordpress-3-0-beta-release/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;"><span style="font-family: arial,helvetica,sans-serif;"><span style="font-size: 14px;">WordPress 3.0 was released this April, albeit a beta version. Good news, nonetheless. For months, developers have been waiting with bated breath for the latest version of WP which offers significant changes from its previous versions. Till now they had to be content with new releases which were mostly security fixes and went largely unnoticed by the not so savvy WP developer. So what&#39;s new in 3.0? Let&#39;s take a brief look<br />
	</span></span></p>
<h2><span style="font-family: arial,helvetica,sans-serif;"><span style="font-size: 14px;">WordPress 3 theme<br />
	</span></span></h2>
<p style="text-align: justify;"><span style="font-family: arial,helvetica,sans-serif;"><span style="font-size: 14px;">Kubrick has been shipped with WordPress since version 1.5 and it&rsquo;s been around for five years since the default theme was changed. Back then, Kubrick was a thing of beauty with rounded corners and a pleasant feel to it. It wouldn&#39;t be surprising if some WP users thought that the bluish theme was developed by WordPress, which actually was contributed by Stanley Kubrick.<br />
	&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <br />
	But WP 3.0 has brought a new theme called &ldquo;2010&rdquo; based on the theme Kirby. The theme looks cleaner, wider and brighter than Kubrick and is minimalist at the same time. The theme feel can be customized in many ways from the admin too.</span></span></p>
<h2><span style="font-family: arial,helvetica,sans-serif;"><span style="font-size: 14px;">WordPress 3 navigation</span></span></h2>
<p><span style="font-family: arial,helvetica,sans-serif;"><span style="font-size: 14px;">WP isn&#39;t popular for the customization of its navigation system, though lots of plugins&nbsp;&nbsp; are available, and it was about time that they introduced some new feature.</p>
<p>	The new navigation system was developed and integrated into WP by WooThemes, a WP theme development company. The navigation is very intuitive with support for adding, pages, posts, categories, external URLs, hierarchies, etc. Drag and drop makes creating menus a matter of minutes. Multiple menus are also supported.</span></span></p>
<h2><span style="font-family: arial,helvetica,sans-serif;"><span style="font-size: 14px;">WordPress and WordPress MU ( Mutli User) <br />
	</span></span></h2>
<p style="text-align: justify;"><span style="font-family: arial,helvetica,sans-serif;"><span style="font-size: 14px;">WP MU is a fork of WP which is used to run multiple blogs using the same installation. WP 3.0 supports the integration of the two. WordPress.com actually runs on WP MU, which isn&#39;t hard to guess.</p>
<p>	With 3.0, the codebases of the two will be merged, thus WP MU won&#39;t exist as a separate project. This means that, many features restricted to MU will be available with WP, such as BuddyPress and MU will get access to all the plugins available in the single user WP, all in all, making WP stronger, though more cluttered.<br />
	</span></span></p>
<h2><span style="font-family: arial,helvetica,sans-serif;"><span style="font-size: 14px;">WordPress 3 custom Post Types(CPT)<br />
	</span></span></h2>
<p style="text-align: justify;"><span style="font-family: arial,helvetica,sans-serif;"><span style="font-size: 14px;">Last, but not the least, the most important feature of WP 3.0. Though it may not be clear at first sight, this is the one that&#39;s going to change how people view WP. Till now WP was a blogging software with some bits thrown to accomplish a CMS with the help of pages, and of course lots of plug-ins which hack the core files for adding custom data blocks. But Custom Post Types makes WP more of an actual CMS like Drupal, or Joomla.<br />
	&nbsp;<br />
	CPT can be appreciated with an example. Till 3.0 the only post types that were allowed in WP were posts and pages. Posts were used to add blog contents, while pages took care of the CMS. But pages were limited, because you had to enter all your data into a single content block inside the page. Plugins could fix this problem by providing more content blocks. But issues such as compatibility with other plugins, mainly editors like FCKEditor existed. Plug-ins wouldn&#39;t sometimes work when WP was upgraded.<br />
	&nbsp;<br />
	So how does CPT solve such issues? With this feature, you can add any kind of content type. Suppose you have a website which reviews movies. Instead of adding movie details in a page, and then adding details such as name, duration, rating, etc. using custom fields, which is quite a hassle, you can create a new content type called Movie. There are functions to register the Movie content type, and some actual coding, which can be dealt in detail some other day.<br />
	&nbsp;<br />
	Once you create the Movie post, you could have separate fields for entering data such as Movie-images, cast, duration, description. You could create a custom taxonomy for Movies such as Rating, instead of using the default Categories or Tags taxonomy of WP. This is just an example to show how CPT can be used to manage data more elegantly. Its use is limited only by your imagination.<br />
	&nbsp;<br />
	With its new features WordPress 3.0 is in a position to take on the mighty Drupal as a proper CMS, and will help in shedding inhibitions developers might have about its CMS capabilities.</p>
<p>	Our own website is done using WordPress and surely CPT is one feature we would be looking forward to!</p>
<p>	WordPress Team @ Software Associates</p>
<p>	</span></span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.softwareassociates.in/blog/wordpress-3-0-beta-release/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Related Articles &#8211; Open Source</title>
		<link>http://www.softwareassociates.in/blog/related-articles-open-source/</link>
		<comments>http://www.softwareassociates.in/blog/related-articles-open-source/#comments</comments>
		<pubDate>Tue, 09 Feb 2010 07:41:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[opensource]]></category>

		<guid isPermaLink="false">http://www.softwareassociates.in/?p=199</guid>
		<description><![CDATA[Related Articles&#62;&#62; Engagement Model Facebook Applications Content Management System]]></description>
			<content:encoded><![CDATA[<p class="news"><span style="font-size: 12px;">Related Articles&gt;&gt;</span></p>
<h4><span style="font-size: 12px;"><a href="http://www.softwareassociates.in/blog/web-development-partnership-programme/">Engagement Model</a></span></h4>
<h4><span style="font-size: 12px;"><a href="http://www.softwareassociates.in/blog/facebook/facebook-application-development-skills/">Facebook Applications</a></span></h4>
<h4><span style="font-size: 12px;"><a href="http://www.softwareassociates.in/blog/browser-compliance/lightweight-cross-browser-compliant-content-management-system/">Content Management System</a></span></h4>
]]></content:encoded>
			<wfw:commentRss>http://www.softwareassociates.in/blog/related-articles-open-source/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Technology</title>
		<link>http://www.softwareassociates.in/blog/technology/</link>
		<comments>http://www.softwareassociates.in/blog/technology/#comments</comments>
		<pubDate>Fri, 05 Feb 2010 07:00:58 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[iPhone]]></category>
		<category><![CDATA[lamp]]></category>
		<category><![CDATA[opensource]]></category>
		<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[dotnetnuke]]></category>
		<category><![CDATA[eco friendly]]></category>
		<category><![CDATA[research and development]]></category>
		<category><![CDATA[tablet pc]]></category>
		<category><![CDATA[zend]]></category>

		<guid isPermaLink="false">http://www.softwareassociates.in/?p=129</guid>
		<description><![CDATA[We provide a perfect blend of open source and proprietary tools to give our associates the best of both worlds. Our&#160;research team is constantly involved in looking for better technology to suit your needs be it ASP.NET based web&#160;application development&#160; &#8230; <a href="http://www.softwareassociates.in/blog/technology/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;"><span style="font-size: 14px;"><span style="font-family: arial,helvetica,sans-serif;">We provide a perfect blend of open source and proprietary tools to give our associates the best of both worlds. Our&nbsp;research team is constantly involved in looking for better technology to suit your needs be it ASP.NET based web&nbsp;application development&nbsp; or a Content Management System (CMS) under <a href="http://www.softwareassociates.in/dotnetnuke-content-management-for-microsoft-net/">DotNetNuke</a> or LAMP (Zend framework) based portal application development. We believe in constant learning and are among few early&nbsp;adopters of almost every major technology. Latest in our portfolio are <a href="http://www.softwareassociates.in/microsoft-office-sharepoint-2007-competency">Microsoft Sharepoint server</a>, <a href="http://www.softwareassociates.in/iphone-and-android-application-development/">iphone and android&nbsp;application development.</a> Feel free to visit our <a href="http://www.softwareassociates.in/eco-friendly-web-development-centre/">eco friendly</a> Research and Development labs located at Calicut, Kerala &#8211; an emerging&nbsp;IT destination to see some of the bright minds at work on leading and innovative web and tablet PC technologies.</span></span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.softwareassociates.in/blog/technology/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Drupal &#8211; content management made easy</title>
		<link>http://www.softwareassociates.in/blog/drupal-content-management-made-easy/</link>
		<comments>http://www.softwareassociates.in/blog/drupal-content-management-made-easy/#comments</comments>
		<pubDate>Thu, 08 Jan 2009 07:33:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[browser compliance]]></category>
		<category><![CDATA[cms]]></category>
		<category><![CDATA[drupal]]></category>
		<category><![CDATA[lamp]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[opensource]]></category>

		<guid isPermaLink="false">http://softwareassociatesuk.com/blog/?p=95</guid>
		<description><![CDATA[Drupal is an open source content management platform, written in the programming language PHP. Originally written by Dries Buytaert as a message board, Drupal became an open source project in 2001. Drupal was also designed to allow new features and &#8230; <a href="http://www.softwareassociates.in/blog/drupal-content-management-made-easy/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify; ">Drupal is an open source content management platform, written in the programming language PHP. Originally written by Dries Buytaert as a message board, Drupal became an open source project in 2001.</p>
<p style="text-align: justify; ">Drupal was also designed to allow new features and custom behavior to be added by third parties. For this reason, Drupal is sometimes described as a &quot;Content Management Framework&quot;. Although Drupal offers a sophisticated programming interface for developers, no programming skills are required for basic web site installation and administration. You can power many different types of websites with it without knowing any coding languages.</p>
<p style="text-align: justify; ">Read about our Drupal competencies <a href="http://www.softwareassociates.in/opensource-drupal-competencies/">here</a></p>
<p><strong>Key reasons to choose Drupal as CMS platform:</strong></p>
<ul>
<li>Fast! &ndash; Out of the box, Drupal is small in space and memory requirements, which this is the key to its speed. When it comes to web development, less is always more.</li>
</ul>
<ul>
<li>Portable! &ndash; Drupal is built with standard technologies so it can be implemented on just about any server, and accessible from anywhere.</li>
</ul>
<ul>
<li>Scalable! &ndash; Drupal supports the owner and website&rsquo;s users, now and as the business grows.</li>
</ul>
<ul>
<li>Modular! &ndash; Drupal is flexible. Limitless options and add-on functionality allow it to change seamlessly with the business.</li>
</ul>
<ul>
<li>It&#39;s Popular (with the developers)! &ndash; Drupal is supported by a huge community of dedicated programmers who are constantly building new functionality.</li>
</ul>
<p><strong>General features</strong></p>
<ul>
<li>Collaborative Book &#8211; The unique collaborative book feature lets you setup a &quot;book&quot; and then authorize other individuals to contribute content.<br />
		&nbsp;</li>
<li>Friendly URLs &#8211; Drupal uses Apache&#39;s mod_rewrite to enable customizable URLs that are both user and search engine friendly.<br />
		&nbsp;</li>
<li>Modules &#8211; The Drupal community has contributed many modules which provide functionality that extend Drupal core.<br />
		&nbsp;</li>
<li>Online help &#8211; Like many Open Source projects Drupal provides online help system built into the core help text.<br />
		&nbsp;</li>
<li>Open source &#8211; The source code of Drupal is freely available under the terms of the GNU General<br />
		&nbsp;</li>
<li>Public License 2 (GPL). Unlike proprietary blogging or content management systems, Drupal&#39;s feature set is fully available to extend or customize as needed.<br />
		&nbsp;</li>
<li>Personalization &#8211; A robust personalization environment is at the core of Drupal. Both the content and the presentation can be individualized based on user-defined preferences.<br />
		&nbsp;</li>
<li>Role based permission system &#8211; Drupal administrators don&#39;t have to tediously setup permissions for each user. Instead, they assign permissions to roles and then group like users into a role group.<br />
		&nbsp;</li>
<li>Searching &#8211; All content in Drupal is fully indexed and searchable at all times if you take advantage of the built in search module.</li>
</ul>
<p><strong>Content management</strong></p>
<ul>
<li>Polls &#8211; Drupal comes with a poll module which enables admins and/or users to create polls and show them on various pages.</li>
</ul>
<ul>
<li>Templating &#8211; Drupal&#39;s theme system separates content from presentation allowing you to control the look and feel of your</li>
</ul>
<ul>
<li>Drupal site. Templates are created from standard HTML and PHP coding meaning that you don&#39;t have to learn a proprietary templating language.<br />
		&nbsp;</li>
<li>Threaded comments &#8211; Drupal provides a powerful threaded comment model for enabling discussion on published content. Comments are hierarchical as in a newsgroup or forum</li>
</ul>
<p><strong>Platform<br />
	</strong></p>
<ul>
<li>Apache or IIS, Unix / Linux / BSD / Solaris / Windows / Mac OS X support &#8211; Drupal was designed from the start to be multi-platform. Not only can you use it with either Apache or Microsoft IIS but we also have Drupal running on Linux, BSD, Solaris, Windows, and Mac OS X platforms</li>
</ul>
<ul>
<li>Database independence Drupal is built on top of a database abstraction layer that enables to use Drupal with MySQL and PostgreSQL. Other SQL databases can be supported by writing a supporting database backend containing fourteen functions and creating a matching SQL database scheme.</li>
</ul>
<ul>
<li>Multi-language &#8211; Drupal is designed to meet the requirements of an international audience and provides a full framework to create a multi-lingual website, blog, content management system or community application. All text can be translated using a graphical user interface, by importing existing translations, or by integrating with other translation tools such as the GNU gettext administration and analysis<br />
		&nbsp;</li>
<li>Analysis, tracking and statistics &#8211; Drupal can print browser-based reports with information about referrals, content popularity and how visitors navigate your site.<br />
		&nbsp;</li>
<li>Logging and reporting &#8211; All important activities and system events are captured in an event log to be reviewed by an administrator at a later time.<br />
		&nbsp;</li>
<li>Web based administration &#8211; Drupal can be administered entirely using a web browser, making it possible to access it from around the world and requires no additional software to be installed on your computer.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.softwareassociates.in/blog/drupal-content-management-made-easy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A decade of years of open source</title>
		<link>http://www.softwareassociates.in/blog/opensource-initiatives/</link>
		<comments>http://www.softwareassociates.in/blog/opensource-initiatives/#comments</comments>
		<pubDate>Sun, 09 Mar 2008 05:34:30 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[lamp]]></category>
		<category><![CDATA[opensource]]></category>

		<guid isPermaLink="false">http://www.softwareassociates.in/?p=855</guid>
		<description><![CDATA[Our open source initiatives have helped us access global markets. We have successfully executed LAMP(Linux/Apache/PHP/MySQL) portal development projects for clients with core businesses in different industries such as Loyalty (CRM Application), Multi level marketing, architectural showcase, personal finance, trade associations &#8230; <a href="http://www.softwareassociates.in/blog/opensource-initiatives/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Our open source initiatives have helped us access global markets. We have successfully executed LAMP(Linux/Apache/PHP/MySQL) portal development projects for clients with core businesses in different industries such as Loyalty (CRM Application), Multi level marketing, architectural showcase, personal finance, trade associations etc. We have over 800 man years of LAMP expertise, backed by a dedicated group of professionals working on open source technologies under various frameworks such as fusebox,smarty, cakephp and PEAR and MVC.</p>
<h2 class="mrgTp20">Linux servers</h2>
<p>We jumped onto the Linux server operating system bandwagon during the late 90&#39;s. The scalability, stability and performance has been no doubt &#8211; legendary.</p>
<h2 class="mrgTp20">Relational Database &#8211; Firebird and DB2 Express C</h2>
<p>Our experiments with a then unknown product called &quot;Firebird&quot; has paid rich dividends. It&#39;s rock solid performance, scalability and stability have allowed us to spread our application base worldwide.</p>
<h2 class="mrgTp20">PHP &#8211; web scripting</h2>
<p>We are currently engaged in building a large social networking project for a client in USA using PHP 5 / PEAR standards. We have build many medium sized bespoke content management systems (CMS), portals, eCommerce engines and corporate websites for our global clientele.</p>
<p>Our IBM competency group works extensively under PHP ZEND DB2 Express C platform for OLAP and XML-based service-oriented architecture.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.softwareassociates.in/blog/opensource-initiatives/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
<!-- This Quick Cache file was built for (  www.softwareassociates.in/blog/category/opensource/feed/ ) in 0.35326 seconds, on Feb 8th, 2012 at 3:22 am UTC. -->
<!-- This Quick Cache file will automatically expire ( and be re-built automatically ) on Feb 8th, 2012 at 4:22 am UTC -->
