<?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>Knowledge@adpsconsulting.com</title>
	<atom:link href="http://adpsconsulting.com/knowledge/feed/" rel="self" type="application/rss+xml" />
	<link>http://adpsconsulting.com/knowledge</link>
	<description>Knowledge@ADPS</description>
	<lastBuildDate>Wed, 05 Aug 2009 10:00:30 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Software Licensing</title>
		<link>http://adpsconsulting.com/knowledge/2009/08/software-licensing/</link>
		<comments>http://adpsconsulting.com/knowledge/2009/08/software-licensing/#comments</comments>
		<pubDate>Wed, 05 Aug 2009 10:00:30 +0000</pubDate>
		<dc:creator>ADPS Admin</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[BSD License]]></category>
		<category><![CDATA[GPL]]></category>
		<category><![CDATA[LGPL]]></category>
		<category><![CDATA[MIT License]]></category>
		<category><![CDATA[Open source licenses]]></category>
		<category><![CDATA[Software licensing]]></category>

		<guid isPermaLink="false">http://adpsconsulting.com/knowledge/?p=156</guid>
		<description><![CDATA[A software license is a legal instrument which governs the usage and distribution of copyrighted software. Software licenses can fall into two broad categories:
Proprietary software licenses grant the buyer of a copy of the software the permission to use it, but ownership of the copy remains with the publisher. A limited set of rights is [...]]]></description>
			<content:encoded><![CDATA[<p>A software license is a legal instrument which governs the usage and distribution of copyrighted software. Software licenses can fall into two broad categories:</p>
<div id="_mcePaste" style="overflow: hidden; position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px;">Proprietary software licenses grant the buyer of a copy of the software the permission to use it, but ownership of the copy remains with the publisher. A limited set of rights is granted to the buyer. The buyer has to accept the terms and conditions in order to be able to use the software. Microsoft Office, for example, is distributed under a proprietary license.</div>
<div id="_mcePaste" style="overflow: hidden; position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px;">Open source and free software licenses transfer ownership of the copy to the buyer/end user. The end user is free to modify the source code and redistribute the modified version(for free or at a price), with a few simple conditions that depend on the type of license. There are many open source licenses; we will look at some common ones here:</div>
<div id="_mcePaste" style="overflow: hidden; position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px;">MIT License: This is probably the simplest license. It surrenders all rights that the copyright holder/publisher typically receives, including the exclusive right to commercially exploit the work. It also disclaims any express warranty and fitness for a purpose.. There is no clause prohibiting use of the names of publishing organizations and contributors for product endorsement. When the original work or “substantial portions” of it are distributed, the licensee is required to include a copyright notice and the notice giving permission to potential licensees of their rights to use the work. However, modifications may go into proprietary software and need not necessarily be redistributed.</div>
<div id="_mcePaste" style="overflow: hidden; position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px;">BSD License: The BSD license is very similar to the MIT license except with respect to a major clause: the names of the contributors may not be used without their explicit permission. This provides protection to contributors in the event that the product is associated with a poorly written program.</div>
<div id="_mcePaste" style="overflow: hidden; position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px;">GPL – GNU General Public License: The GPL, created by the Richard M. Stallman of the Free Software Foundation (FSF), also provides licensees with full modification and distribution rights, with two conditions: redistribution can be done under the same terms as the original license  and redistributed copies must contain the original GPL text without any modifications. This ensures that a licensee has the same rights that the licensor had over the document, the idea of copyleft. The GPL also allows value-add activities: a person can sell a guarantee that a GPL work will perform under a particular condition and make the changes necessary to achieve this goal. There are multiple versions of this license, the latest being version 3.</div>
<div id="_mcePaste" style="overflow: hidden; position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px;">LGPL – GNU Lesser General Public License: This license allows work licensed under GPL to link to non-GPL software. A company could integrate LGPL software for with proprietary software for in-house use, but if the integrated work were to be sold under a proprietary license, it would violate the legal terms of the GPL. This license is generally applicable to subroutine libraries.</div>
<div id="_mcePaste" style="overflow: hidden; position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px;">(There is another category of licenses called free software licenses, but since most of them are compatible with one of the above open source licenses mentioned above, this is not listed separately.)</div>
<div id="_mcePaste" style="overflow: hidden; position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px;">One of the greatest advantages of open source licensing is innovation: contrary to popular belief, programmers are willing to contribute to open source projects with only a more useful program as the reward. More people using a software and more people trying to fix known issues (in a well organized manner, as is the case with many open source software) generally results in better quality and reliability. Also, while the publisher of a proprietary software can stop supporting it after some time, it is generally quite easy to find someone on the internet who will be able to help you out with the problems you may be facing with your open source code.</div>
<div id="_mcePaste" style="overflow: hidden; position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px;">http://oreilly.com/catalog/9780596005818/</div>
<p><strong>Proprietary software licenses</strong> grant the buyer of a copy of the software the permission to use it, but ownership of the copy remains with the publisher. A limited set of rights is granted to the buyer. The buyer has to accept the terms and conditions in order to be able to use the software. Microsoft Office, for example, is distributed under a proprietary license.</p>
<p><strong>Open source and free software licenses </strong>transfer ownership of the copy to the buyer/end user. The end user is free to modify the source code and redistribute the modified version(for free or at a price), with a few simple conditions that depend on the type of license. There are many open source licenses; we will look at some common ones here:</p>
<p><em><strong>MIT License</strong></em>: This is probably the simplest license. It surrenders all rights that the copyright holder/publisher typically receives, including the exclusive right to commercially exploit the work. It also disclaims any express warranty and fitness for a purpose.. There is no clause prohibiting use of the names of publishing organizations and contributors for product endorsement. When the original work or “substantial portions” of it are distributed, the licensee is required to include a copyright notice and the notice giving permission to potential licensees of their rights to use the work. However, modifications may go into proprietary software and need not necessarily be redistributed.</p>
<p><strong><em>BSD License</em></strong>: The BSD license is very similar to the MIT license except with respect to a major clause: the names of the contributors may not be used without their explicit permission. This provides protection to contributors in the event that the product is associated with a poorly written program.</p>
<p><strong><em>GPL – GNU General Public License</em></strong>: The GPL, created by the Richard M. Stallman of the Free Software Foundation (FSF), also provides licensees with full modification and distribution rights, with two conditions: redistribution can be done under the same terms as the original license  and redistributed copies must contain the original GPL text without any modifications. This ensures that a licensee has the same rights that the licensor had over the document, the idea of copyleft. The GPL also allows value-add activities: a person can sell a guarantee that a GPL work will perform under a particular condition and make the changes necessary to achieve this goal. There are multiple versions of this license, the latest being version 3.</p>
<p><strong><em>LGPL – GNU Lesser General Public License</em></strong>: This license allows work licensed under GPL to link to non-GPL software. A company could integrate LGPL software for with proprietary software for in-house use, but if the integrated work were to be sold under a proprietary license, it would violate the legal terms of the GPL. This license is generally applicable to subroutine libraries.</p>
<p>One of the greatest advantages of open source licensing is innovation: contrary to popular belief, programmers are willing to contribute to open source projects with only a more useful program as the reward. More people using a software and more people trying to fix known issues (in a well organized manner, as is the case with many open source software) generally results in better quality and reliability. Also, while the publisher of a proprietary software can stop supporting it after some time, it is generally quite easy to find someone on the internet who will be able to help you out with the problems you may be facing with your open source code.</p>
<p style="text-align: left; "><em>Reference: http://oreilly.com/catalog/9780596005818/ </em></p>
]]></content:encoded>
			<wfw:commentRss>http://adpsconsulting.com/knowledge/2009/08/software-licensing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ajax &amp; UI Performance</title>
		<link>http://adpsconsulting.com/knowledge/2009/08/ajax-ui-performance/</link>
		<comments>http://adpsconsulting.com/knowledge/2009/08/ajax-ui-performance/#comments</comments>
		<pubDate>Wed, 05 Aug 2009 10:00:06 +0000</pubDate>
		<dc:creator>ADPS Admin</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Ajax]]></category>
		<category><![CDATA[User interface]]></category>

		<guid isPermaLink="false">http://adpsconsulting.com/knowledge/?p=153</guid>
		<description><![CDATA[Ajax (also, AJAX), short for Asynchronous JavaScript and XML, is a group of interrelated web development techniques used to create interactive web applications. Ajax can improve response time by communicating with the server without full page requests. The result  is a rich interface and better quality applications. A simple example of Ajax is the &#8216;Suggest&#8217; [...]]]></description>
			<content:encoded><![CDATA[<div id="_mcePaste" style="overflow: hidden; position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px;">Ajax (also, AJAX), short for Asynchronous JavaScript and XML, is a group of interrelated web development techniques used to create interactive web applications. Ajax can improve response time by communicating with the server without full page requests. The result  is a rich interface and better quality applications. A simple example of Ajax is the &#8216;Suggest&#8217; feature in Google – suggestions are displayed as you type in your query in the search box.</div>
<div id="_mcePaste" style="overflow: hidden; position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px;">Why use Ajax?</div>
<div id="_mcePaste" style="overflow: hidden; position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px;">Bandwidth savings: In applications that have a significant part of each page containing content that is identical in multiple page requests, using Ajax to update only the relevant parts of a page can bring about a significant savings in bandwidth requirements. The savings is generally dependent on the complexity of the website. Even a 10% saving in bandwidth will be significant when considering data intensive web applications (like one requiring display of rich, interactive maps and graphs) or a bandwidth constrained web application.</div>
<div id="_mcePaste" style="overflow: hidden; position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px;">Time savings: Ajax can also bring increase the efficiency of using a web application. Let&#8217;s say you only want to see a list of refreshed news items on the website. The time saved by making a request only for the news items instead of the entire page is significant when accumulated over a period.</div>
<div id="_mcePaste" style="overflow: hidden; position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px;">Improved responsiveness: Ajax can bring about a better and uninterrupted work flow, thus increasing productivity. Ajax also lets you work on the page while information is being retrieved in the background for a part of it.</div>
<div id="_mcePaste" style="overflow: hidden; position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px;">These three factors can significantly improve overall business productivity.</div>
<div id="_mcePaste" style="overflow: hidden; position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px;">One drawback with Ajax is that using the &#8216;Back&#8217; button on the browser may not always take the user to the previous logical operation that they had performed, but to the previous page in the browser history, since an Ajax request is not a page request. Bookmarking will also not work. Recent releases of browsers have exposed functionality that allows developers to manipulate the browser history to show the correct operations performed by users on an Ajax enabled page, but not all web applications have incorporated this feature. Also, since the screen content is being updated dynamically, the changes may not be detected by accessibility tools.</div>
<div id="_mcePaste" style="overflow: hidden; position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px;">Another is that, in many cases, complex JavaScript is required to make use of the full potential that Ajax offers, and JavaScript with high complexity is not the easiest of things to understand.</div>
<div id="_mcePaste" style="overflow: hidden; position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px;">Ajax has been around for quite some time now, and has been playing a significant part in improving the interactivity of web applications. With the rich experience it can offer users, it is also one of the enablers of Web 2.0 (note: Ajax itself is not Web 2.0), and we can probably expect to see it around for quite some time to come.</div>
<div id="_mcePaste" style="overflow: hidden; position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px;">http://www.helium.com/items/49433-advantages-and-disadvantages-of-ajax; http://www.webperformanceinc.com/library/reports/AjaxBandwidth/; http://www.ibm.com/developerworks/web/library/wa-aj-perform/index.html</div>
<p>Ajax (also, AJAX), short for Asynchronous JavaScript and XML, is a group of interrelated web development techniques used to create interactive web applications. Ajax can improve response time by communicating with the server without full page requests. The result  is a rich interface and better quality applications. A simple example of Ajax is the &#8216;Suggest&#8217; feature in Google – suggestions are displayed as you type in your query in the search box.</p>
<p>Why use Ajax?</p>
<p><strong><em>Bandwidth savings</em></strong>: In applications that have a significant part of each page containing content that is identical in multiple page requests, using Ajax to update only the relevant parts of a page can bring about a significant savings in bandwidth requirements. The savings is generally dependent on the complexity of the website. Even a 10% saving in bandwidth will be significant when considering data intensive web applications (like one requiring display of rich, interactive maps and graphs) or a bandwidth constrained web application.</p>
<p><strong><em>Time savings</em></strong>: Ajax can also bring increase the efficiency of using a web application. Let&#8217;s say you only want to see a list of refreshed news items on the website. The time saved by making a request only for the news items instead of the entire page is significant when accumulated over a period.</p>
<p><strong><em>Improved responsiveness</em></strong>: Ajax can bring about a better and uninterrupted work flow, thus increasing productivity. Ajax also lets you work on the page while information is being retrieved in the background for a part of it.</p>
<p>These three factors can significantly improve overall business productivity.</p>
<p>One drawback with Ajax is that using the &#8216;Back&#8217; button on the browser may not always take the user to the previous logical operation that they had performed, but to the previous page in the browser history, since an Ajax request is not a page request. Bookmarking will also not work. Recent releases of browsers have exposed functionality that allows developers to manipulate the browser history to show the correct operations performed by users on an Ajax enabled page, but not all web applications have incorporated this feature. Also, since the screen content is being updated dynamically, the changes may not be detected by accessibility tools.</p>
<p>Another is that, in many cases, complex JavaScript is required to make use of the full potential that Ajax offers, and JavaScript with high complexity is not the easiest of things to understand.</p>
<p>Ajax has been around for quite some time now, and has been playing a significant part in improving the interactivity of web applications. With the rich experience it can offer users, it is also one of the enablers of Web 2.0 (note: Ajax itself is not Web 2.0), and we can probably expect to see it around for quite some time to come.</p>
<p style="text-align: left;"><em>References: http://www.helium.com/items/49433-advantages-and-disadvantages-of-ajax; http://www.webperformanceinc.com/library/reports/AjaxBandwidth/; http://www.ibm.com/developerworks/web/library/wa-aj-perform/index.html </em></p>
]]></content:encoded>
			<wfw:commentRss>http://adpsconsulting.com/knowledge/2009/08/ajax-ui-performance/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Security Threats &#8211; II: SQL Injection</title>
		<link>http://adpsconsulting.com/knowledge/2009/08/security-threats-ii-sql-injection/</link>
		<comments>http://adpsconsulting.com/knowledge/2009/08/security-threats-ii-sql-injection/#comments</comments>
		<pubDate>Wed, 05 Aug 2009 09:59:37 +0000</pubDate>
		<dc:creator>ADPS Admin</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[php appliation security]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[SQL injection]]></category>
		<category><![CDATA[web application security]]></category>

		<guid isPermaLink="false">http://adpsconsulting.com/knowledge/?p=147</guid>
		<description><![CDATA[In this article, the second in our website security attacks series, we look at the hows and whys of SQL injection.
SQL injection involves compromising the security of an application by insertion or injection of an SQL query via the input data from the client to the application. This can happen when the input data is [...]]]></description>
			<content:encoded><![CDATA[<div id="_mcePaste" style="overflow: hidden; position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px;">In this article, the second in our website security attacks series, we look at the hows and whys of SQL injection.</div>
<div id="_mcePaste" style="overflow: hidden; position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px;">SQL injection involves compromising the security of an application by insertion or injection of an SQL query via the input data from the client to the application. This can happen when the input data is not correctly filtered for string literal escape cahracters. Successful SQL exploits can read data from the database and DBMS files, make modifications to it and execute administrative functions on the database.</div>
<div id="_mcePaste" style="overflow: hidden; position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px;">How does this work? Let&#8217;s take a simple query</div>
<div id="_mcePaste" style="overflow: hidden; position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px;"><code>Select * from user_details where username = ;</code></div>
<div id="_mcePaste" style="overflow: hidden; position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px;">The webpage probably has something similar to the following to capture the username and pass it on to the  backend:</div>
<div id="_mcePaste" style="overflow: hidden; position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px;">string userName = field.getUserName();</div>
<div id="_mcePaste" style="overflow: hidden; position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px;">string query = “Select * from user_details where username = &#8216;” + userName + “&#8217;”;</div>
<div id="_mcePaste" style="overflow: hidden; position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px;">If a malicious user wanted to obtain the contents of the entire table (and the application is vulnerable to SQL injection attacks), all he would have to do is, instead of just typing in a username, he&#8217;d input &lt;m_user&#8217; OR &#8216;x&#8217;='x&gt;. When this gets inserted into the query, the query gets transformed into</div>
<div id="_mcePaste" style="overflow: hidden; position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px;">Select * from user_details where username = &#8216;m_user&#8217; OR &#8216;x&#8217;='x&#8217;;</div>
<div id="_mcePaste" style="overflow: hidden; position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px;">Because &#8216;x&#8217; always equals &#8216;x&#8217;; the condition is always true and the query, which essentially converts into &#8216;Select * from user_details;&#8217;  returns the entire contents of the table user_details.</div>
<div id="_mcePaste" style="overflow: hidden; position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px;">Hackers can make use of this vulnerability to obtain data and perpetrate malicious attacks on websites. Some databases allow multiple SQL statements separated by semicolons to be executed as a batch, allowing the attacker to execute arbitrary commands on the database.</div>
<div id="_mcePaste" style="overflow: hidden; position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px;">How can you avoid such an attack on your website? A simple approach is to accept characters only from an allowed list of safe characters. This provides a first layer of security for the application. Another way is to use parameterized statements and stored procedures. Also, it must be ensured that the account with the least privileges is used for all user interactions. These precautions will go a long way in preventing your site from being hacked.</div>
<div id="_mcePaste" style="overflow: hidden; position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px;">http://www.owasp.org/index.php/Guide_to_SQL_Injection; http://en.wikipedia.org/wiki/SQL_injection; http://www.owasp.org/index.php/SQL_injection</div>
<p>In this article, the second in our series of articles on website security attacks, we look at the hows and whys of SQL injection.</p>
<p>SQL injection involves compromising the security of an application by insertion or injection of an SQL query via the input data from the client to the application. This can happen when the input data is not correctly filtered for string literal escape characters. Successful SQL exploits can read data from the database and DBMS files, make modifications to it and execute administrative functions on the database.</p>
<p>How does this work? Let&#8217;s take a simple query:</p>
<p style="text-align: left;"><em>Select * from user_details where username = ;</em></p>
<p>The web page probably has something similar to the following to capture the username and pass it on to the  backend:</p>
<p style="text-align: left;"><em>{ &#8230;</em></p>
<p style="text-align: left;"><em>string userName = field.getUserName();</em></p>
<p style="text-align: left;"><em>string query = “Select * from user_details where username = &#8216;” + userName + “&#8217;”;</em></p>
<p style="text-align: left;"><em>&#8230;}</em></p>
<p>If a malicious user wanted to obtain the contents of the entire table (and the application is vulnerable to SQL injection attacks), instead of just typing in a username, he&#8217;d input &lt;m_user&#8217; OR &#8216;x&#8217;='x&gt;. When this gets inserted into the query, the query gets transformed into:</p>
<p style="text-align: left;"><em>Select * from user_details where username = &#8216;m_user&#8217; OR &#8216;x&#8217;='x&#8217;;</em></p>
<p>Because &#8216;x&#8217; always equals &#8216;x&#8217;, the condition is always true and the query, which essentially converts into <em>&#8216;Select * from user_details;&#8217; </em> returns the entire contents of the table user_details.</p>
<p>Hackers can make use of this vulnerability to obtain data and perpetrate malicious attacks on websites. Some databases allow multiple SQL statements separated by semicolons to be executed as a batch, allowing the attacker to execute arbitrary commands on the database.</p>
<p>How can you avoid such an attack on your website? A simple approach is to accept characters only from an allowed list of safe characters. This provides a first layer of security for the application. Another way is to use parameterized statements and stored procedures. Also, it must be ensured that the account with the least privileges is used for all user interactions. These precautions will go a long way in preventing your site from being hacked.</p>
<p style="text-align: left;"><em>References: http://www.owasp.org/index.php/Guide_to_SQL_Injection; http://en.wikipedia.org/wiki/SQL_injection; http://www.owasp.org/index.php/SQL_injection </em></p>
]]></content:encoded>
			<wfw:commentRss>http://adpsconsulting.com/knowledge/2009/08/security-threats-ii-sql-injection/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>The Month That Was &#8211; Google Wave and more</title>
		<link>http://adpsconsulting.com/knowledge/2009/08/the-month-that-was-google-wave-and-more/</link>
		<comments>http://adpsconsulting.com/knowledge/2009/08/the-month-that-was-google-wave-and-more/#comments</comments>
		<pubDate>Wed, 05 Aug 2009 09:59:08 +0000</pubDate>
		<dc:creator>ADPS Admin</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Google Wave]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Red Hat]]></category>
		<category><![CDATA[Search engine]]></category>
		<category><![CDATA[Yahoo!]]></category>

		<guid isPermaLink="false">http://adpsconsulting.com/knowledge/?p=159</guid>
		<description><![CDATA[Red Hat just got into the S&#38;P 500 stock index!
- Red Hat (RHT) just got into the S&#38;P 500 stock index! This is yet another indicator pointing to the growing importance that open source is gaining across industries.
- On July 29th Yahoo! and Microsoft inked a 10-year deal and joined hands in the ongoing search engine [...]]]></description>
			<content:encoded><![CDATA[<div id="_mcePaste" style="overflow: hidden; position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px;">Red Hat just got into the S&amp;P 500 stock index!</div>
<p>- Red Hat (RHT) just got into the S&amp;P 500 stock index! This is yet another indicator pointing to the growing importance that open source is gaining across industries.</p>
<p>- On July 29th Yahoo! and Microsoft inked a 10-year deal and joined hands in the ongoing search engine battle with a revenue sharing deal. Under the agreement, Microsoft, with Bing, will provide the search technology for Yahoo! search, while Yahoo! will focus on search engine advertising. Yahoo! also gets guaranteed revenues for the first 5 years of the deal. The move enables MS-Yahoo! to garner a greater search engine market share and slightly narrow the gap between them and rival (and market leader) Google.</p>
<p>- Google is releasing a preview build of a new Web-based communication and collaboration tool by late September. Called Google Wave, the open-source tool will initially be offered to about 100,000 people who have volunteered to provide feedback. Google Wave &#8212; based on the new HTML 5 markup language for building Web pages &#8212; is already available to developers via a &#8220;sandbox&#8221; version of the tool&#8217;s enabling APIs. The tool will let individuals communicate and work together on &#8220;waves&#8221; &#8212; collaborative communications containing richly formatted text, photos, videos, maps, gadgets and other elements. Each wave is formulated as a &#8220;tree structure of messages&#8221; within which conventional e-mail and instant-messaging capabilities are combined and delivered in almost real time on a keystroke-by-keystroke basis.</p>
]]></content:encoded>
			<wfw:commentRss>http://adpsconsulting.com/knowledge/2009/08/the-month-that-was-google-wave-and-more/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Open Source Events in August</title>
		<link>http://adpsconsulting.com/knowledge/2009/08/open-source-events-in-august/</link>
		<comments>http://adpsconsulting.com/knowledge/2009/08/open-source-events-in-august/#comments</comments>
		<pubDate>Wed, 05 Aug 2009 09:58:48 +0000</pubDate>
		<dc:creator>ADPS Admin</dc:creator>
				<category><![CDATA[Announcements]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Open source events]]></category>

		<guid isPermaLink="false">http://adpsconsulting.com/knowledge/?p=165</guid>
		<description><![CDATA[The table below provides a listing of  some open source events happening this month around the world.









Event
Type
Starts
Ends
Location



Umbraco 			UK Meetup (Aug-2009)


Community 			Event


Aug 			6, 2009


Aug 			6, 2009


London, 			UK




Drupal 			Camp Los Angeles


Community 			Event


Aug 			8, 2009


Aug 			9, 2009


Los 			Angeles, USA




Intensive 			Alfresco Training for Development


Training


Aug 			10, 2009


Aug 			14, 2009


New 			York, USA




Search 			Engine Strategies SJ 2009


Conference


Aug 			11, 2009


Aug 			14, 2009


San [...]]]></description>
			<content:encoded><![CDATA[<p>The table below provides a listing of  some open source events happening this month around the world.</p>
<p><!-- 		@page { margin: 0.79in } 		TD P { margin-bottom: 0in } 		TH P { margin-bottom: 0in } 		P { margin-bottom: 0.08in } 		A:link { so-language: zxx } --></p>
<table style="page-break-before: auto; page-break-after: auto; page-break-inside: auto;" border="1" cellspacing="0" cellpadding="2" width="100%" bordercolor="#000000">
<col width="76*"></col>
<col width="43*"></col>
<col width="34*"></col>
<col width="30*"></col>
<col width="72*"></col>
<tbody>
<tr style="text-align: center;">
<th width="35%"><span style="font-family: verdana,geneva,arial,helvetica,sans-serif;"><span style="font-size: x-small;">Event</span></span></th>
<th width="15%"><span style="font-family: verdana,geneva,arial,helvetica,sans-serif;"><span style="font-size: x-small;">Type</span></span></th>
<th width="11%"><span style="font-family: verdana,geneva,arial,helvetica,sans-serif;"><span style="font-size: x-small;">Starts</span></span></th>
<th width="11%"><span style="font-family: verdana,geneva,arial,helvetica,sans-serif;"><span style="font-size: x-small;">Ends</span></span></th>
<th width="28%"><span style="font-family: verdana,geneva,arial,helvetica,sans-serif;"><span style="font-size: x-small;">Location</span></span></th>
</tr>
<tr>
<td width="30%">
<p style="border: medium none ; padding: 0in;" align="LEFT"><a href="http://umbraco.org/blog/2009/7/20/london-meetup,-thursday-6th-august"><span><span style="color: #003366;"><span style="font-family: verdana,geneva,arial,helvetica,sans-serif;"><span style="font-size: xx-small;"><span style="text-decoration: underline;">Umbraco 			UK Meetup (Aug-2009)</span></span></span></span></span></a></p>
</td>
<td width="17%">
<p style="border: medium none ; padding: 0in; text-decoration: none;" align="LEFT"><span style="color: #003366;"><span style="font-family: verdana,geneva,arial,helvetica,sans-serif;"><span style="font-size: xx-small;">Community 			Event</span></span></span></p>
</td>
<td width="13%">
<p style="border: medium none ; padding: 0in;" align="LEFT"><span style="font-family: verdana,geneva,arial,helvetica,sans-serif;"><span style="font-size: xx-small;">Aug 			6, 2009</span></span></p>
</td>
<td width="12%">
<p style="border: medium none ; padding: 0in;" align="LEFT"><span style="font-family: verdana,geneva,arial,helvetica,sans-serif;"><span style="font-size: xx-small;">Aug 			6, 2009</span></span></p>
</td>
<td width="28%">
<p style="border: medium none ; padding: 0in;" align="LEFT"><span style="font-family: verdana,geneva,arial,helvetica,sans-serif;"><span style="font-size: xx-small;">London, 			UK</span></span></p>
</td>
</tr>
<tr>
<td width="30%">
<p style="border: medium none ; padding: 0in;" align="LEFT"><a href="http://groups.drupal.org/node/24102"><span><span style="color: #003366;"><span style="font-family: verdana,geneva,arial,helvetica,sans-serif;"><span style="font-size: xx-small;"><span style="text-decoration: underline;">Drupal 			Camp Los Angeles</span></span></span></span></span></a></p>
</td>
<td width="17%">
<p style="border: medium none ; padding: 0in;" align="LEFT"><span style="color: #003366;"><span style="font-family: verdana,geneva,arial,helvetica,sans-serif;"><span style="font-size: xx-small;"><span style="text-decoration: none;">Community 			Event</span></span></span></span></p>
</td>
<td width="13%">
<p style="border: medium none ; padding: 0in;" align="LEFT"><span style="font-family: verdana,geneva,arial,helvetica,sans-serif;"><span style="font-size: xx-small;">Aug 			8, 2009</span></span></p>
</td>
<td width="12%">
<p style="border: medium none ; padding: 0in;" align="LEFT"><span style="font-family: verdana,geneva,arial,helvetica,sans-serif;"><span style="font-size: xx-small;">Aug 			9, 2009</span></span></p>
</td>
<td width="28%">
<p style="border: medium none ; padding: 0in;" align="LEFT"><span style="font-family: verdana,geneva,arial,helvetica,sans-serif;"><span style="font-size: xx-small;">Los 			Angeles, USA<br />
</span></span></td>
</tr>
<tr>
<td width="30%">
<p style="border: medium none ; padding: 0in;" align="LEFT"><a href="http://www.clazics.com/schedule/alf3190-081009-newyork.htm"><span><span style="color: #003366;"><span style="font-family: verdana,geneva,arial,helvetica,sans-serif;"><span style="font-size: xx-small;"><span style="text-decoration: underline;">Intensive 			Alfresco Training for Development</span></span></span></span></span></a></p>
</td>
<td width="17%">
<p style="border: medium none ; padding: 0in;" align="LEFT"><span style="color: #003366;"><span style="font-family: verdana,geneva,arial,helvetica,sans-serif;"><span style="font-size: xx-small;"><span style="text-decoration: none;">Training</span></span></span></span></p>
</td>
<td width="13%">
<p style="border: medium none ; padding: 0in;" align="LEFT"><span style="font-family: verdana,geneva,arial,helvetica,sans-serif;"><span style="font-size: xx-small;">Aug 			10, 2009</span></span></p>
</td>
<td width="12%">
<p style="border: medium none ; padding: 0in;" align="LEFT"><span style="font-family: verdana,geneva,arial,helvetica,sans-serif;"><span style="font-size: xx-small;">Aug 			14, 2009</span></span></p>
</td>
<td width="28%">
<p style="border: medium none ; padding: 0in;" align="LEFT"><span style="font-family: verdana,geneva,arial,helvetica,sans-serif;"><span style="font-size: xx-small;">New 			York, USA</span></span></p>
</td>
</tr>
<tr>
<td width="30%">
<p style="border: medium none ; padding: 0in;" align="LEFT"><a href="http://searchenginestrategies.com/sanjose/?tile=masternext"><span><span style="color: #003366;"><span style="font-family: verdana,geneva,arial,helvetica,sans-serif;"><span style="font-size: xx-small;"><span style="text-decoration: underline;">Search 			Engine Strategies SJ 2009</span></span></span></span></span></a></p>
</td>
<td width="17%">
<p style="border: medium none ; padding: 0in;" align="LEFT"><span style="color: #003366;"><span style="font-family: verdana,geneva,arial,helvetica,sans-serif;"><span style="font-size: xx-small;"><span style="text-decoration: none;">Conference</span></span></span></span></p>
</td>
<td width="13%">
<p style="border: medium none ; padding: 0in;" align="LEFT"><span style="font-family: verdana,geneva,arial,helvetica,sans-serif;"><span style="font-size: xx-small;">Aug 			11, 2009</span></span></p>
</td>
<td width="12%">
<p style="border: medium none ; padding: 0in;" align="LEFT"><span style="font-family: verdana,geneva,arial,helvetica,sans-serif;"><span style="font-size: xx-small;">Aug 			14, 2009</span></span></p>
</td>
<td width="28%">
<p style="border: medium none ; padding: 0in;" align="LEFT"><span style="font-family: verdana,geneva,arial,helvetica,sans-serif;"><span style="font-size: xx-small;">San 			Jose, USA</span></span></p>
</td>
</tr>
<tr>
<td width="30%">
<p style="border: medium none ; padding: 0in;" align="LEFT"><a href="http://www.linuxworldexpo.com/SitePage.aspx?site=10&amp;id=df82878b-a0e8-4b17-8aa7-f843479b1da2"><span><span style="color: #003366;"><span style="font-family: verdana,geneva,arial,helvetica,sans-serif;"><span style="font-size: xx-small;"><span style="text-decoration: underline;">Open 			Source World 2009</span></span></span></span></span></a></p>
</td>
<td width="17%">
<p style="border: medium none ; padding: 0in;" align="LEFT"><span style="color: #003366;"><span style="font-family: verdana,geneva,arial,helvetica,sans-serif;"><span style="font-size: xx-small;"><span style="text-decoration: none;">Conference</span></span></span></span></p>
</td>
<td width="13%">
<p style="border: medium none ; padding: 0in;" align="LEFT"><span style="font-family: verdana,geneva,arial,helvetica,sans-serif;"><span style="font-size: xx-small;">Aug 			12, 2009</span></span></p>
</td>
<td width="12%">
<p style="border: medium none ; padding: 0in;" align="LEFT"><span style="font-family: verdana,geneva,arial,helvetica,sans-serif;"><span style="font-size: xx-small;">Aug 			13, 2009</span></span></p>
</td>
<td width="28%">
<p style="border: medium none ; padding: 0in;" align="LEFT"><span style="font-family: verdana,geneva,arial,helvetica,sans-serif;"><span style="font-size: xx-small;">San 			Francisco, USA</span></span></p>
</td>
</tr>
<tr>
<td width="30%">
<p style="border: medium none ; padding: 0in;" align="LEFT"><a href="http://www.linuxworldexpo.com/SitePage.aspx?site=10&amp;id=5537243d-03eb-4d10-a4ab-832614efd3d7"><span><span style="color: #003366;"><span style="font-family: verdana,geneva,arial,helvetica,sans-serif;"><span style="font-size: xx-small;"><span style="text-decoration: underline;">Cloud 			World 2009</span></span></span></span></span></a></p>
</td>
<td width="17%">
<p style="border: medium none ; padding: 0in;" align="LEFT"><span style="color: #003366;"><span style="font-family: verdana,geneva,arial,helvetica,sans-serif;"><span style="font-size: xx-small;"><span style="text-decoration: none;">Conference</span></span></span></span></p>
</td>
<td width="13%">
<p style="border: medium none ; padding: 0in;" align="LEFT"><span style="font-family: verdana,geneva,arial,helvetica,sans-serif;"><span style="font-size: xx-small;">Aug 			12, 2009</span></span></p>
</td>
<td width="12%">
<p style="border: medium none ; padding: 0in;" align="LEFT"><span style="font-family: verdana,geneva,arial,helvetica,sans-serif;"><span style="font-size: xx-small;">Aug 			13, 2009</span></span></p>
</td>
<td width="28%">
<p style="border: medium none ; padding: 0in;" align="LEFT"><span style="font-family: verdana,geneva,arial,helvetica,sans-serif;"><span style="font-size: xx-small;">San 			Francisco, USA</span></span></p>
</td>
</tr>
<tr>
<td width="30%">
<p style="border: medium none ; padding: 0in;" align="LEFT"><a href="http://joomlearn.com/"><span><span style="color: #003366;"><span style="font-family: verdana,geneva,arial,helvetica,sans-serif;"><span style="font-size: xx-small;"><span style="text-decoration: underline;">Joomla 			Beginner Training in Reno</span></span></span></span></span></a></p>
</td>
<td width="17%">
<p style="border: medium none ; padding: 0in;" align="LEFT"><span style="color: #003366;"><span style="font-family: verdana,geneva,arial,helvetica,sans-serif;"><span style="font-size: xx-small;"><span style="text-decoration: none;">Training</span></span></span></span></p>
</td>
<td width="13%">
<p style="border: medium none ; padding: 0in;" align="LEFT"><span style="font-family: verdana,geneva,arial,helvetica,sans-serif;"><span style="font-size: xx-small;">Aug 			17, 2009</span></span></p>
</td>
<td width="12%">
<p style="border: medium none ; padding: 0in;" align="LEFT"><span style="font-family: verdana,geneva,arial,helvetica,sans-serif;"><span style="font-size: xx-small;">Aug 			17, 2009</span></span></p>
</td>
<td width="28%">
<p style="border: medium none ; padding: 0in;" align="LEFT"><span style="font-family: verdana,geneva,arial,helvetica,sans-serif;"><span style="font-size: xx-small;">Reno, USA</span></span></p>
</td>
</tr>
<tr>
<td width="30%">
<p style="border: medium none ; padding: 0in;" lang="zxx" align="LEFT"><a href="http://www.froscon.de/"><span style="color: #003366;"><span style="font-family: verdana,geneva,arial,helvetica,sans-serif;"><span style="font-size: xx-small;"><span style="text-decoration: underline;">FrOSCon</span></span></span></span></a></p>
</td>
<td width="17%">
<p style="border: medium none ; padding: 0in; text-decoration: none;" lang="zxx" align="LEFT"><span style="color: #003366;"><span style="font-family: verdana,geneva,arial,helvetica,sans-serif;"><span style="font-size: xx-small;">Community 			Event</span></span></span></p>
</td>
<td width="13%">
<p style="border: medium none ; padding: 0in;" align="LEFT"><span style="font-family: verdana,geneva,arial,helvetica,sans-serif;"><span style="font-size: xx-small;">Aug 22, 2009<br />
</span></span></td>
<td width="12%">
<p style="border: medium none ; padding: 0in;" align="LEFT"><span style="font-family: verdana,geneva,arial,helvetica,sans-serif;"><span style="font-size: xx-small;">Aug 23, 2009<br />
</span></span></td>
<td width="28%">
<p style="border: medium none ; padding: 0in;" align="LEFT"><span style="font-family: verdana,geneva,arial,helvetica,sans-serif;"><span style="font-size: xx-small;">Sankt 			Augustin, Germany</span></span></p>
</td>
</tr>
<tr>
<td width="30%">
<p style="border: medium none ; padding: 0in;" align="LEFT"><a href="http://joomlearn.com/"><span><span style="color: #003366;"><span style="font-family: verdana,geneva,arial,helvetica,sans-serif;"><span style="font-size: xx-small;"><span style="text-decoration: underline;">Joomla 			Beginner Training in New Orleans</span></span></span></span></span></a></p>
</td>
<td width="17%">
<p style="border: medium none ; padding: 0in;" align="LEFT"><span style="color: #003366;"><span style="font-family: verdana,geneva,arial,helvetica,sans-serif;"><span style="font-size: xx-small;"><span style="text-decoration: none;">Training</span></span></span></span></p>
</td>
<td width="13%">
<p style="border: medium none ; padding: 0in;" align="LEFT"><span style="font-family: verdana,geneva,arial,helvetica,sans-serif;"><span style="font-size: xx-small;">Aug 			24, 2009</span></span></p>
</td>
<td width="12%">
<p style="border: medium none ; padding: 0in;" align="LEFT"><span style="font-family: verdana,geneva,arial,helvetica,sans-serif;"><span style="font-size: xx-small;">Aug 			24, 2009</span></span></p>
</td>
<td width="28%">
<p style="border: medium none ; padding: 0in;" align="LEFT"><span style="font-family: verdana,geneva,arial,helvetica,sans-serif;"><span style="font-size: xx-small;">New 			Orleans, USA</span></span></p>
</td>
</tr>
<tr>
<td width="30%">
<p style="border: medium none ; padding: 0in;" lang="zxx" align="LEFT"><a href="http://ossg.bcs.org/"><span style="color: #003366;"><span style="font-family: verdana,geneva,arial,helvetica,sans-serif;"><span style="font-size: xx-small;"><span style="text-decoration: underline;">Discovering Open Source ERP</span></span></span></span></a></p>
</td>
<td width="17%">
<p style="border: medium none ; padding: 0in; text-decoration: none;" lang="zxx" align="LEFT"><span style="color: #003366;"><span style="font-family: verdana,geneva,arial,helvetica,sans-serif;"><span style="font-size: xx-small;">Community 			Event</span></span></span></p>
</td>
<td width="13%">
<p style="border: medium none ; padding: 0in;" align="LEFT"><span style="font-family: verdana,geneva,arial,helvetica,sans-serif;"><span style="font-size: xx-small;">Aug 24, 2009<br />
</span></span></td>
<td width="12%">
<p style="border: medium none ; padding: 0in;" align="LEFT"><span style="font-family: verdana,geneva,arial,helvetica,sans-serif;"><span style="font-size: xx-small;">Aug 24, 2009<br />
</span></span></td>
<td width="28%">
<p style="border: medium none ; padding: 0in;" align="LEFT"><span style="font-family: verdana,geneva,arial,helvetica,sans-serif;"><span style="font-size: xx-small;">London, UK</span></span></p>
</td>
</tr>
<tr>
<td width="30%">
<p style="border: medium none ; padding: 0in;" align="LEFT"><a href="http://camp09.drupal.ua/?ref=cmswire"><span><span style="color: #003366;"><span style="font-family: verdana,geneva,arial,helvetica,sans-serif;"><span style="font-size: xx-small;"><span style="text-decoration: underline;">DrupalCamp 			Kyiv 2009</span></span></span></span></span></a></p>
</td>
<td width="17%">
<p style="border: medium none ; padding: 0in;" align="LEFT"><span style="color: #003366;"><span style="font-family: verdana,geneva,arial,helvetica,sans-serif;"><span style="font-size: xx-small;"><span style="text-decoration: none;">Community 			Event</span></span></span></span></p>
</td>
<td width="13%">
<p style="border: medium none ; padding: 0in;" align="LEFT"><span style="font-family: verdana,geneva,arial,helvetica,sans-serif;"><span style="font-size: xx-small;">Aug 			28, 2009</span></span></p>
</td>
<td width="12%">
<p style="border: medium none ; padding: 0in;" align="LEFT"><span style="font-family: verdana,geneva,arial,helvetica,sans-serif;"><span style="font-size: xx-small;">Aug 			29, 2009</span></span></p>
</td>
<td width="28%">
<p style="border: medium none ; padding: 0in;" align="LEFT"><span style="font-family: verdana,geneva,arial,helvetica,sans-serif;"><span style="font-size: xx-small;">Kiev, 			Ukraine</span></span></p>
</td>
</tr>
</tbody>
</table>
<p><!-- 		@page { margin: 0.79in } 		TD P { margin-bottom: 0in } 		TH P { margin-bottom: 0in } 		P { margin-bottom: 0.08in } 		A:link { so-language: zxx } --></p>
<p style="text-align: left;"><em>References: http://www.cmswire.com/events/;  http://ossg.bcs.org/; http://fossevents.org/?m=200908&amp;cat=7</em></p>
<p><!-- 		@page { margin: 0.79in } 		TD P { margin-bottom: 0in } 		TH P { margin-bottom: 0in } 		P { margin-bottom: 0.08in } 		A:link { so-language: zxx } --></p>
]]></content:encoded>
			<wfw:commentRss>http://adpsconsulting.com/knowledge/2009/08/open-source-events-in-august/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Chrome OS &#8211; Challenges Ahead</title>
		<link>http://adpsconsulting.com/knowledge/2009/07/google-chrome-os-challenges-ahead/</link>
		<comments>http://adpsconsulting.com/knowledge/2009/07/google-chrome-os-challenges-ahead/#comments</comments>
		<pubDate>Mon, 20 Jul 2009 07:25:01 +0000</pubDate>
		<dc:creator>ADPS Admin</dc:creator>
				<category><![CDATA[Articles]]></category>

		<guid isPermaLink="false">http://adpsconsulting.com/knowledge/?p=143</guid>
		<description><![CDATA[Looking beyond the awe that Google  OS announcement has created,  Information Week writeup takes a look at the challenges ahead before Chrome OS wins it all.
Looking beyond the awe that Google  OS announcement has created,  Information Week writeup takes a look at the challenges ahead before Chrome OS wins it all
]]></description>
			<content:encoded><![CDATA[<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">Looking beyond the awe that Google  OS announcement has created,  Information Week writeup takes a look at the challenges ahead before Chrome OS wins it all.</div>
<p>Looking beyond the awe that Google  OS announcement has created,  Information Week <a href="http://www.informationweek.com/news/windows/operatingsystems/showArticle.jhtml?articleID=218501028">writeup</a> takes a look at the challenges ahead before Chrome OS wins it all</p>
]]></content:encoded>
			<wfw:commentRss>http://adpsconsulting.com/knowledge/2009/07/google-chrome-os-challenges-ahead/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Video Goes Open Source</title>
		<link>http://adpsconsulting.com/knowledge/2009/07/video-goes-open-source/</link>
		<comments>http://adpsconsulting.com/knowledge/2009/07/video-goes-open-source/#comments</comments>
		<pubDate>Mon, 20 Jul 2009 07:01:09 +0000</pubDate>
		<dc:creator>ADPS Admin</dc:creator>
				<category><![CDATA[Articles]]></category>

		<guid isPermaLink="false">http://adpsconsulting.com/knowledge/?p=135</guid>
		<description><![CDATA[For long, video has remained a blackbox.
Think about &#8220;text&#8221; as an expression medium,  it could be mixed with other text and it could evolve in interesting &#38; powerful ways, could same be done with Video?
Going by Wikimedia Foundation&#8217;s plans,  it can soon be a reality.   For more visit this interesting story on Readwriteweb.
]]></description>
			<content:encoded><![CDATA[<p>For long, video has remained a blackbox.</p>
<p>Think about &#8220;text&#8221; as an expression medium,  it could be mixed with other text and it could evolve in interesting &amp; powerful ways, could same be done with Video?</p>
<p>Going by Wikimedia Foundation&#8217;s plans,  it can soon be a reality.   For more visit this interesting story on R<a href="http://www.readwriteweb.com/archives/video_goes_open_source_on_wikipedia.php">eadwriteweb</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://adpsconsulting.com/knowledge/2009/07/video-goes-open-source/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Chrome OS – Why Should you Care?</title>
		<link>http://adpsconsulting.com/knowledge/2009/07/google-chrome-os-%e2%80%93-why-should-you-care/</link>
		<comments>http://adpsconsulting.com/knowledge/2009/07/google-chrome-os-%e2%80%93-why-should-you-care/#comments</comments>
		<pubDate>Thu, 09 Jul 2009 13:24:29 +0000</pubDate>
		<dc:creator>ADPS Admin</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[google chrome]]></category>
		<category><![CDATA[it services providers]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[php cloud company]]></category>
		<category><![CDATA[php service provider]]></category>

		<guid isPermaLink="false">http://adpsconsulting.com/knowledge/?p=115</guid>
		<description><![CDATA[Is Google Chrome OS a game changer?  Undoubtedly yes.  Instead of going gaga over the game changing potential, here is ADPS team’s  attempt to decipher how it affects future of your business and how should you position your IT Initiatives to leverage this game changing event in years to come.
1. Platform Compatibility Issue is Dead [...]]]></description>
			<content:encoded><![CDATA[<p>Is Google Chrome OS a game changer?  Undoubtedly yes.  Instead of going gaga over the game changing potential, here is ADPS team’s  attempt to decipher how it affects future of your business and how should you position your IT Initiatives to leverage this game changing event in years to come.</p>
<p><strong>1. Platform Compatibility Issue is Dead &#8211; Long Live Browser</strong></p>
<p>How many of us still remember the war between Netscape and IE?  Microsoft fought tooth and nail not because it loved Internet, MS just was smart enough to realize the future potential of browser as an application container, a platform that can make any application Windows independent.</p>
<p>If you have been betting on hosted applications as a server side paradigm of choice and browser as a client you are  already on the right side of the equation, if you have been waiting, it’s time you considered that golden move.  If you are a provider,  the hosted application market space just got a whole lot bigger, and its a good news.</p>
<p><strong>2.  Arrival of a Killer Cloud App</strong></p>
<p>Rhyme of &#8220;work from any where any time&#8221; has been there for some time now.  Things didn’t seem so obvious until the cloud arrived, web became faster and applications &amp; data became detached from PC.</p>
<p>Arrival of free OS to drive the applications &amp; a free Cloud to host them can just be the killer app the cloud computing has been waiting for.</p>
<p><strong>3. Risk of Open source &amp; Cloud Adoption just got Smaller</strong></p>
<p>As an adopter of hosted application and open source paradigm, now you need not answer plethora of business continuity risks that you finally find a big brother in Google supporting your plans.</p>
<p>Nobody ever got fired for hiring IBM and may we add &#8212; No body will ever get fired for choosing Google Cloud.</p>
<p><strong>4.   Whats  in it for YOU?</strong></p>
<p>If you are an IT Services provider, it just makes plain future sense to focus on hosted open source application space and particularly on Cloud based applications.</p>
<p>As an adopter of open source, there couldn’t have been a better news.  It means a future that attracts more credible service providers and increasing lower total life cycle cost for your future IT initiatives.</p>
]]></content:encoded>
			<wfw:commentRss>http://adpsconsulting.com/knowledge/2009/07/google-chrome-os-%e2%80%93-why-should-you-care/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>The Fortnight That Was: Firefox 3.5 out and more</title>
		<link>http://adpsconsulting.com/knowledge/2009/07/the-fortnight-that-was-firefox-3-5-out-and-more/</link>
		<comments>http://adpsconsulting.com/knowledge/2009/07/the-fortnight-that-was-firefox-3-5-out-and-more/#comments</comments>
		<pubDate>Thu, 09 Jul 2009 04:05:36 +0000</pubDate>
		<dc:creator>ADPS Admin</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Cloud computing]]></category>
		<category><![CDATA[Firefox 3.5]]></category>
		<category><![CDATA[Moblin]]></category>
		<category><![CDATA[Red Hat]]></category>

		<guid isPermaLink="false">http://adpsconsulting.com/knowledge/?p=98</guid>
		<description><![CDATA[•  Intel has just released the first beta of Moblin v2.0. Moblin is Intel’s open source operating system for netbooks, and is essentially another distribution of Linux, Fedora based. Moblin is built for Intel’s Atom chips which are found in many netbooks, and is an internet and multimedia focused OS. Moblin is open source and [...]]]></description>
			<content:encoded><![CDATA[<p>•  Intel has just released the first beta of Moblin v2.0. Moblin is Intel’s open source operating system for netbooks, and is essentially another distribution of Linux, Fedora based. Moblin is built for Intel’s Atom chips which are found in many netbooks, and is an internet and multimedia focused OS. Moblin is open source and free.</p>
<p>•  PostgreSQL has released version 8.4 of the popular open source database. Features include faster recovery from backups, per column permissions for more granular control of data, faster upgrades from v8.3 and semi-joins and anti-joins, among others.</p>
<p>•  Mozilla has launched Firefox 3.5. It’s faster, and has features of IE8 and Chrome.</p>
<p>•  Red Hat is offering the Premier Cloud Provider Certification and Partner Program, designed to simplify and expand the adoption of cloud computing by enterprise customers. It enables industry leaders in cloud computing to become certified to offer Red Hat technology solutions. Amazon Web Services became the first Red Hat Premier Cloud Provide Partner.</p>
<p>•  In a survey of 104 Global 2000 companies, 30% of respondents said they were already using the cloud, and another 20% said that they would be moving their applications to the cloud in the next year. However, the remaining half said that they had no plans of using the cloud in the near future, citing lack of awareness, security concerns, cost, and not enough technical expertise.</p>
]]></content:encoded>
			<wfw:commentRss>http://adpsconsulting.com/knowledge/2009/07/the-fortnight-that-was-firefox-3-5-out-and-more/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Why Use a PHP Framework?</title>
		<link>http://adpsconsulting.com/knowledge/2009/07/why-use-a-php-framework/</link>
		<comments>http://adpsconsulting.com/knowledge/2009/07/why-use-a-php-framework/#comments</comments>
		<pubDate>Thu, 09 Jul 2009 04:05:16 +0000</pubDate>
		<dc:creator>ADPS Admin</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[CakePHP]]></category>
		<category><![CDATA[php company]]></category>
		<category><![CDATA[php development corner]]></category>
		<category><![CDATA[PHP framwork]]></category>
		<category><![CDATA[php service provider]]></category>
		<category><![CDATA[Zend]]></category>

		<guid isPermaLink="false">http://adpsconsulting.com/knowledge/?p=96</guid>
		<description><![CDATA[There are many PHP frameworks currently in use, with Zend and CakePHP being the most common, followed by Symfony and CodeIgniter. Why should frameworks be so popular? Why should you invest time in understanding and using them?
PHP frameworks follow the MVC architecture, which means that the presentation is separated from the database and business layers, [...]]]></description>
			<content:encoded><![CDATA[<p>There are many PHP frameworks currently in use, with Zend and CakePHP being the most common, followed by Symfony and CodeIgniter. Why should frameworks be so popular? Why should you invest time in understanding and using them?</p>
<p>PHP frameworks follow the <em><strong>MVC architecture</strong></em>, which means that the presentation is separated from the database and business layers, resulting is neat, clean and understandable code modules.<br />
You are forced to stick to certain <em><strong>coding rules</strong></em>, ensuring good coding standards, which means that the code is written as it is supposed to be written and you do not run into unreadable code later on.<br />
Most frameworks have built in checks to ensure that <em><strong>urls are clean</strong></em>. This is particularly important when you consider SEO.<br />
<em><strong>Access to service APIs</strong></em> makes expanding connecting to other applications like Facebook and Google Maps very easy<br />
<em><strong>Access to plugins </strong></em>means that many commonly used components need not be developed.<br />
<em><strong>Automatic includes </strong></em>mean that you never have to worry about forgetting to manually include common files ever again.<br />
<em><strong>Validation </strong></em>of forms and error flagging are made easy with built-in objects.<br />
Strictly followed coding standards and code modules makes it <em><strong>easier to reuse code.</strong></em></p>
<p>You may be tempted to create just one or two controllers, which, if done, defeats one of the purposes of using MVC. So, keep your controllers small and as close to the view as possible.</p>
<p>Although the learning curve can be steep when it comes to understanding frameworks, the effort pays off in the end – applications are a lot easier, and quicker, to develop using frameworks.</p>
<p style="text-align: left;"><em>Sources: http://joshsharp.com.au/blog/view/why_you_should_be_using_a_framework, http://toys.lerdorf.com/archives/38-The-no-framework-PHP-MVC-framework.html, http://www.workoninternet.com/article_26808.html</em></p>
]]></content:encoded>
			<wfw:commentRss>http://adpsconsulting.com/knowledge/2009/07/why-use-a-php-framework/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
