<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
		<title><![CDATA[Software Colossus - All Forums]]></title>
		<link>http://www.softwarecolossus.com/</link>
		<description><![CDATA[Software Colossus - http://www.softwarecolossus.com]]></description>
		<pubDate>Tue, 21 May 2013 22:38:09 +0000</pubDate>
		<generator>MyBB</generator>
		<item>
			<title><![CDATA[phpMyAdmin 3.4.9-rc1]]></title>
			<link>http://www.softwarecolossus.com/thread-37.html</link>
			<pubDate>Wed, 16 Feb 2011 08:44:16 -0700</pubDate>
			<guid isPermaLink="false">http://www.softwarecolossus.com/thread-37.html</guid>
			<description><![CDATA[phpMyAdmin Official Website: <a href="http://www.phpmyadmin.net/" target="_blank">http://www.phpmyadmin.net/</a><br />
<br />
<span style="font-weight: bold;">Release Notes</span><br />
Welcome to the first release candidate for phpMyAdmin 3.4.9, a bugfix release <br />
with minor security corrections.<br />
<br />
<span style="font-weight: bold;">Official Download Links:</span><br />
Stable: <a href="http://www.phpmyadmin.net/home_page/downloads.php" target="_blank">phpMyAdmin 3.4.8</a><br />
Version compatible with PHP 5.2 and MySQL 5. Currently recommended version.<br />
Released On: Thu, 01 Dec 2011 17:22:40 GMT<br />
Size: 2.5~5.6 MB<br />
Unstable: <a href="http://www.phpmyadmin.net/home_page/downloads.php" target="_blank">phpMyAdmin 3.4.9-rc1</a><br />
Version compatible with PHP 5.2 and MySQL 5. First release candidate.<br />
Released On: Wed, 14 Dec 2011 16:49:01 GMT<br />
Size: 2.5~5.6 MB<br />
<br />
<span style="font-weight: bold;">Changelog</span><br />
3.4.9.0 (not yet released)<br />
- bug #3442028 [edit] Inline editing enum fields with null shows no dropdown<br />
- bug #3442004 [interface] DB suggestion not correct for user with underscore<br />
- bug #3438420 [core] Magic quotes removed in PHP 5.4<br />
- bug #3398788 [session] No feedback when result is empty (signon auth_type)<br />
- bug #3384035 [display] Problems regarding ShowTooltipAliasTB<br />
- bug #3306875 [edit] Can't rename a database that contains views<br />
- bug #3452506 [edit] Unable to move tables with triggers<br />
- bug #3449659 [navi] Fast filter broken with table tree<br />
- bug #3448485 [GUI] Firefox favicon frameset regression<br />
- [core] Better compatibility with mysql extension<br />
- [security] Self-XSS on export options (export server/database/table), see PMASA-2011-20<br />
- [security] Self-XSS in setup (host parameter), see PMASA-2011-19<br />
<br />
<span style="font-weight: bold;">Introduction</span><br />
phpMyAdmin is a free software tool written in PHP intended to handle the administration of MySQL over the World Wide Web. phpMyAdmin supports a wide range of operations with MySQL. The most frequently used operations are supported by the user interface (managing databases, tables, fields, relations, indexes, users, permissions, etc), while you still have the ability to directly execute any SQL statement.<br />
phpMyAdmin bookphpMyAdmin bookphpMyAdmin bookphpMyAdmin book<br />
<br />
phpMyAdmin comes with a wide range of documentation and users are welcome to update our wiki pages to share ideas and howtos for various operations. The phpMyAdmin team will try to help you if you face any problem, you can use variety of support channels to get help.<br />
<br />
phpMyAdmin is also very deeply documented in a book written by one of developers – Mastering phpMyAdmin for Effective MySQL Management, which is available in English, Czech, German and Spanish.<br />
<br />
To ease usage to a wide range of people, phpMyAdmin is translated into 62 languages and supports both LTR and RTL languages.<br />
<br />
Since version 3.0.0, phpMyAdmin joined the GoPHP5 initiative and dropped compatibility code for older PHP and MySQL versions; version 3 and later requires at least PHP 5.2 and MySQL 5. To use with older PHP or MySQL versions, use the older (but still maintained) branch of 2.x releases, which you can find on the download page.<br />
<br />
phpMyAdmin has won several awards. Among others, it was chosen as the best PHP application in various awards and every year wins the SourceForge.net Community Choice Awards as "Best Tool or Utility for SysAdmins".<br />
<br />
phpMyAdmin is a more than ten years old project with stable and flexible code base, to find out more about the project and its history see separate page. <br />
<br />
<span style="font-size: 15pt;"><span style="font-weight: bold;">Features</span></span><br />
<ul>
<li>Intuitive web interface</li>
<li>Support for most MySQL features:<ul>
<li>browse and drop databases, tables, views, fields and indexes</li>
<li>create, copy, drop, rename and alter databases, tables, fields and<br />
indexes</li>
<li>maintenance server, databases and tables, with proposals on server<br />
configuration</li>
<li>execute, edit and bookmark any<br />
SQL-statement, even<br />
batch-queries</li>
<li>manage MySQL users and privileges</li>
<li>manage stored procedures and triggers</li></ul></li>
<li>Import data from<br />
CSV and<br />
SQL</li>
<li>Export data to various formats:<br />
CSV,<br />
SQL,<br />
XML,<br />
PDF,<br />
ISO/IEC 26300 -<br />
OpenDocument Text and Spreadsheet,<br />
Word,<br />
Excel, L[sup]A[/sup]T[sub]E[/sub]X<br />
and others</li>
<li>Administering multiple servers</li>
<li>Creating PDF graphics of<br />
your database layout</li>
<li>Creating complex queries using Query-by-example (QBE)</li>
<li>Searching globally in a database or a subset of it</li>
<li>Transforming stored data into any format using a set of predefined<br />
functions, like displaying BLOB-data as image or download-link</li>
<li>And much more...</li></ul>
<br />
Languages: PHP<br />
Database: MySQL<br />
License: phpMyAdmin is released under <a href="http://creativecommons.orglicenses/GPL/2.0/" target="_blank">GNU General Public License, version 2</a>.<br />
<br />
News: <a href="http://www.phpmyadmin.net/home_page/news.php" target="_blank">http://www.phpmyadmin.net/home_page/news.php</a><br />
Demo: <a href="http://www.phpmyadmin.net/home_page/try.php" target="_blank">http://www.phpmyadmin.net/home_page/try.php</a><br />
Logo: <img src="http://www.phpmyadmin.net/home_page/images/logo.png" border="0" alt="[Image: logo.png]" />]]></description>
			<content:encoded><![CDATA[phpMyAdmin Official Website: <a href="http://www.phpmyadmin.net/" target="_blank">http://www.phpmyadmin.net/</a><br />
<br />
<span style="font-weight: bold;">Release Notes</span><br />
Welcome to the first release candidate for phpMyAdmin 3.4.9, a bugfix release <br />
with minor security corrections.<br />
<br />
<span style="font-weight: bold;">Official Download Links:</span><br />
Stable: <a href="http://www.phpmyadmin.net/home_page/downloads.php" target="_blank">phpMyAdmin 3.4.8</a><br />
Version compatible with PHP 5.2 and MySQL 5. Currently recommended version.<br />
Released On: Thu, 01 Dec 2011 17:22:40 GMT<br />
Size: 2.5~5.6 MB<br />
Unstable: <a href="http://www.phpmyadmin.net/home_page/downloads.php" target="_blank">phpMyAdmin 3.4.9-rc1</a><br />
Version compatible with PHP 5.2 and MySQL 5. First release candidate.<br />
Released On: Wed, 14 Dec 2011 16:49:01 GMT<br />
Size: 2.5~5.6 MB<br />
<br />
<span style="font-weight: bold;">Changelog</span><br />
3.4.9.0 (not yet released)<br />
- bug #3442028 [edit] Inline editing enum fields with null shows no dropdown<br />
- bug #3442004 [interface] DB suggestion not correct for user with underscore<br />
- bug #3438420 [core] Magic quotes removed in PHP 5.4<br />
- bug #3398788 [session] No feedback when result is empty (signon auth_type)<br />
- bug #3384035 [display] Problems regarding ShowTooltipAliasTB<br />
- bug #3306875 [edit] Can't rename a database that contains views<br />
- bug #3452506 [edit] Unable to move tables with triggers<br />
- bug #3449659 [navi] Fast filter broken with table tree<br />
- bug #3448485 [GUI] Firefox favicon frameset regression<br />
- [core] Better compatibility with mysql extension<br />
- [security] Self-XSS on export options (export server/database/table), see PMASA-2011-20<br />
- [security] Self-XSS in setup (host parameter), see PMASA-2011-19<br />
<br />
<span style="font-weight: bold;">Introduction</span><br />
phpMyAdmin is a free software tool written in PHP intended to handle the administration of MySQL over the World Wide Web. phpMyAdmin supports a wide range of operations with MySQL. The most frequently used operations are supported by the user interface (managing databases, tables, fields, relations, indexes, users, permissions, etc), while you still have the ability to directly execute any SQL statement.<br />
phpMyAdmin bookphpMyAdmin bookphpMyAdmin bookphpMyAdmin book<br />
<br />
phpMyAdmin comes with a wide range of documentation and users are welcome to update our wiki pages to share ideas and howtos for various operations. The phpMyAdmin team will try to help you if you face any problem, you can use variety of support channels to get help.<br />
<br />
phpMyAdmin is also very deeply documented in a book written by one of developers – Mastering phpMyAdmin for Effective MySQL Management, which is available in English, Czech, German and Spanish.<br />
<br />
To ease usage to a wide range of people, phpMyAdmin is translated into 62 languages and supports both LTR and RTL languages.<br />
<br />
Since version 3.0.0, phpMyAdmin joined the GoPHP5 initiative and dropped compatibility code for older PHP and MySQL versions; version 3 and later requires at least PHP 5.2 and MySQL 5. To use with older PHP or MySQL versions, use the older (but still maintained) branch of 2.x releases, which you can find on the download page.<br />
<br />
phpMyAdmin has won several awards. Among others, it was chosen as the best PHP application in various awards and every year wins the SourceForge.net Community Choice Awards as "Best Tool or Utility for SysAdmins".<br />
<br />
phpMyAdmin is a more than ten years old project with stable and flexible code base, to find out more about the project and its history see separate page. <br />
<br />
<span style="font-size: 15pt;"><span style="font-weight: bold;">Features</span></span><br />
<ul>
<li>Intuitive web interface</li>
<li>Support for most MySQL features:<ul>
<li>browse and drop databases, tables, views, fields and indexes</li>
<li>create, copy, drop, rename and alter databases, tables, fields and<br />
indexes</li>
<li>maintenance server, databases and tables, with proposals on server<br />
configuration</li>
<li>execute, edit and bookmark any<br />
SQL-statement, even<br />
batch-queries</li>
<li>manage MySQL users and privileges</li>
<li>manage stored procedures and triggers</li></ul></li>
<li>Import data from<br />
CSV and<br />
SQL</li>
<li>Export data to various formats:<br />
CSV,<br />
SQL,<br />
XML,<br />
PDF,<br />
ISO/IEC 26300 -<br />
OpenDocument Text and Spreadsheet,<br />
Word,<br />
Excel, L[sup]A[/sup]T[sub]E[/sub]X<br />
and others</li>
<li>Administering multiple servers</li>
<li>Creating PDF graphics of<br />
your database layout</li>
<li>Creating complex queries using Query-by-example (QBE)</li>
<li>Searching globally in a database or a subset of it</li>
<li>Transforming stored data into any format using a set of predefined<br />
functions, like displaying BLOB-data as image or download-link</li>
<li>And much more...</li></ul>
<br />
Languages: PHP<br />
Database: MySQL<br />
License: phpMyAdmin is released under <a href="http://creativecommons.orglicenses/GPL/2.0/" target="_blank">GNU General Public License, version 2</a>.<br />
<br />
News: <a href="http://www.phpmyadmin.net/home_page/news.php" target="_blank">http://www.phpmyadmin.net/home_page/news.php</a><br />
Demo: <a href="http://www.phpmyadmin.net/home_page/try.php" target="_blank">http://www.phpmyadmin.net/home_page/try.php</a><br />
Logo: <img src="http://www.phpmyadmin.net/home_page/images/logo.png" border="0" alt="[Image: logo.png]" />]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Safari 5.0.3]]></title>
			<link>http://www.softwarecolossus.com/thread-36.html</link>
			<pubDate>Tue, 15 Feb 2011 06:54:57 -0700</pubDate>
			<guid isPermaLink="false">http://www.softwarecolossus.com/thread-36.html</guid>
			<description><![CDATA[Safari Official Website: <a href="http://www.apple.com/safari/" target="_blank">http://www.apple.com/safari/</a><br />
 <br />
<span style="font-weight: bold;">Release Notes</span><br />
Apple® today released Safari® 5, the latest version of the world’s fastest and most innovative web browser, featuring the new Safari Reader for reading articles on the web without distraction, a 30 percent performance increase over Safari 4,* and the ability to choose Google, Yahoo! or Bing as the search service powering Safari’s search field. Available for both Mac® and Windows, Safari 5 includes improved developer tools and supports more than a dozen new HTML5 technologies that allow web developers to create rich, dynamic websites. With Safari 5, developers can now create secure Safari Extensions to customize and enhance the browsing experience.<br />
 <br />
“Safari continues to lead the pack in performance, innovation and standards support,” said Philip Schiller, Apple’s senior vice president of Worldwide Product Marketing. “Safari now runs on over 200 million devices worldwide and its open source WebKit engine runs on over 500 million devices.”<br />
 <br />
Safari Reader makes it easy to read single and multipage articles on the web by presenting them in a new, scrollable view without any additional content or clutter. When Safari 5 detects an article, users can click on the Reader icon in the Smart Address Field to display the entire article for clear, uninterrupted reading with options to enlarge, print or send via email.<br />
 <br />
Powered by the Nitro JavaScript engine, Safari 5 on the Mac runs JavaScript 30 percent faster than Safari 4, three percent faster than Chrome 5.0, and over twice as fast as Firefox 3.6.* Safari 5 loads new webpages faster using Domain Name System (DNS) prefetching, and improves the caching of previously viewed pages to return to them more quickly.<br />
 <br />
Safari 5 adds more than a dozen powerful HTML5 features that allow web developers to create media-rich experiences, including full screen playback and closed captions for HTML5 video. Other new HTML5 features in Safari 5 include HTML5 Geolocation, HTML5 sectioning elements, HTML5 draggable attribute, HTML5 forms validation, HTML5 Ruby, HTML5 AJAX History, EventSource and WebSocket.<br />
 <br />
The new, free Safari Developer Program allows developers to customize and enhance Safari 5 with extensions based on standard web technologies like HTML5, CSS3 and JavaScript. The Extension Builder, new in Safari 5, simplifies the development, installation and packaging of extensions. For enhanced security and stability, Safari Extensions are sandboxed, signed with a digital certificate from Apple and run solely in the browser.<br />
 <br />
Pricing &amp; Availability <br />
Safari 5 is available for both Mac OS® X and Windows as a free download at <a href="http://www.apple.com/safari." target="_blank">http://www.apple.com/safari.</a> Safari 5 for Mac OS X requires Mac OS X Leopard 10.5.8 or Mac OS X Snow Leopard® 10.6.2 or later. Safari 5 for Windows requires Windows XP SP2, Windows Vista or Windows 7, a minimum 256MB of memory and a system with at least a 500 MHz Intel Pentium processor. Full system requirements and more information on Safari 5 can be found at <a href="http://www.apple.com/safari." target="_blank">http://www.apple.com/safari.</a> The Safari Developer Program is free to join at developer.apple.com/programs/safari.<br />
 <br />
*Performance will vary based on system configuration, network connection and other factors. All testing conducted by Apple in May 2010 on an iMac® 3.06 GHz Intel Core 2 Duo system running Mac OS X 10.6.3, with 4GB of RAM. JavaScript benchmark based on the SunSpider 0.9.1 JavaScript Performance test.<br />
 <br />
Apple ignited the personal computer revolution with the Apple II, then reinvented the personal computer with the Macintosh. Apple continues to lead the industry with its award-winning computers, OS X operating system, and iLife, iWork and professional applications. Apple leads the digital music revolution with its iPods and iTunes online store, has reinvented the mobile phone with its revolutionary iPhone and App Store, and has recently introduced its magical iPad which is defining the future of mobile media and computing devices.<br />
 <br />
Press Contacts:<br />
 Khyati Shah<br />
 Apple<br />
 shah@apple.com<br />
 (408) 974-1330<br />
 <br />
<br />
Monica Sarkar<br />
 Apple<br />
 monica_sarkar@apple.com<br />
 (408) 862-3204<br />
<br />
<span style="font-weight: bold;">Official Download Links:</span><br />
Stable: <a href="http://www.apple.com/safari/download/" target="_blank">Safari 5.0.3</a><br />
Released On: June 7, 2010 <br />
Size: 34.6 MB <br />
 <br />
<span style="font-weight: bold;">Changelog</span><br />
 <br />
<span style="font-weight: bold;">Introduction</span><br />
The world’s fastest browser. Free download for Mac + PC.<br />
<br />
It has innovative new features that improve the way you view the web. And powerful new tools to help developers enhance and customize the browsing experience altogether.<br />
<br />
News: <a href="http://www.apple.com/pr/products/safari/safari.html" target="_blank">http://www.apple.com/pr/products/safari/safari.html</a><br />
Logo: <img src="http://www.softwarecolossus.com/assets/images/icons/safari.png" border="0" alt="[Image: safari.png]" />]]></description>
			<content:encoded><![CDATA[Safari Official Website: <a href="http://www.apple.com/safari/" target="_blank">http://www.apple.com/safari/</a><br />
 <br />
<span style="font-weight: bold;">Release Notes</span><br />
Apple® today released Safari® 5, the latest version of the world’s fastest and most innovative web browser, featuring the new Safari Reader for reading articles on the web without distraction, a 30 percent performance increase over Safari 4,* and the ability to choose Google, Yahoo! or Bing as the search service powering Safari’s search field. Available for both Mac® and Windows, Safari 5 includes improved developer tools and supports more than a dozen new HTML5 technologies that allow web developers to create rich, dynamic websites. With Safari 5, developers can now create secure Safari Extensions to customize and enhance the browsing experience.<br />
 <br />
“Safari continues to lead the pack in performance, innovation and standards support,” said Philip Schiller, Apple’s senior vice president of Worldwide Product Marketing. “Safari now runs on over 200 million devices worldwide and its open source WebKit engine runs on over 500 million devices.”<br />
 <br />
Safari Reader makes it easy to read single and multipage articles on the web by presenting them in a new, scrollable view without any additional content or clutter. When Safari 5 detects an article, users can click on the Reader icon in the Smart Address Field to display the entire article for clear, uninterrupted reading with options to enlarge, print or send via email.<br />
 <br />
Powered by the Nitro JavaScript engine, Safari 5 on the Mac runs JavaScript 30 percent faster than Safari 4, three percent faster than Chrome 5.0, and over twice as fast as Firefox 3.6.* Safari 5 loads new webpages faster using Domain Name System (DNS) prefetching, and improves the caching of previously viewed pages to return to them more quickly.<br />
 <br />
Safari 5 adds more than a dozen powerful HTML5 features that allow web developers to create media-rich experiences, including full screen playback and closed captions for HTML5 video. Other new HTML5 features in Safari 5 include HTML5 Geolocation, HTML5 sectioning elements, HTML5 draggable attribute, HTML5 forms validation, HTML5 Ruby, HTML5 AJAX History, EventSource and WebSocket.<br />
 <br />
The new, free Safari Developer Program allows developers to customize and enhance Safari 5 with extensions based on standard web technologies like HTML5, CSS3 and JavaScript. The Extension Builder, new in Safari 5, simplifies the development, installation and packaging of extensions. For enhanced security and stability, Safari Extensions are sandboxed, signed with a digital certificate from Apple and run solely in the browser.<br />
 <br />
Pricing &amp; Availability <br />
Safari 5 is available for both Mac OS® X and Windows as a free download at <a href="http://www.apple.com/safari." target="_blank">http://www.apple.com/safari.</a> Safari 5 for Mac OS X requires Mac OS X Leopard 10.5.8 or Mac OS X Snow Leopard® 10.6.2 or later. Safari 5 for Windows requires Windows XP SP2, Windows Vista or Windows 7, a minimum 256MB of memory and a system with at least a 500 MHz Intel Pentium processor. Full system requirements and more information on Safari 5 can be found at <a href="http://www.apple.com/safari." target="_blank">http://www.apple.com/safari.</a> The Safari Developer Program is free to join at developer.apple.com/programs/safari.<br />
 <br />
*Performance will vary based on system configuration, network connection and other factors. All testing conducted by Apple in May 2010 on an iMac® 3.06 GHz Intel Core 2 Duo system running Mac OS X 10.6.3, with 4GB of RAM. JavaScript benchmark based on the SunSpider 0.9.1 JavaScript Performance test.<br />
 <br />
Apple ignited the personal computer revolution with the Apple II, then reinvented the personal computer with the Macintosh. Apple continues to lead the industry with its award-winning computers, OS X operating system, and iLife, iWork and professional applications. Apple leads the digital music revolution with its iPods and iTunes online store, has reinvented the mobile phone with its revolutionary iPhone and App Store, and has recently introduced its magical iPad which is defining the future of mobile media and computing devices.<br />
 <br />
Press Contacts:<br />
 Khyati Shah<br />
 Apple<br />
 shah@apple.com<br />
 (408) 974-1330<br />
 <br />
<br />
Monica Sarkar<br />
 Apple<br />
 monica_sarkar@apple.com<br />
 (408) 862-3204<br />
<br />
<span style="font-weight: bold;">Official Download Links:</span><br />
Stable: <a href="http://www.apple.com/safari/download/" target="_blank">Safari 5.0.3</a><br />
Released On: June 7, 2010 <br />
Size: 34.6 MB <br />
 <br />
<span style="font-weight: bold;">Changelog</span><br />
 <br />
<span style="font-weight: bold;">Introduction</span><br />
The world’s fastest browser. Free download for Mac + PC.<br />
<br />
It has innovative new features that improve the way you view the web. And powerful new tools to help developers enhance and customize the browsing experience altogether.<br />
<br />
News: <a href="http://www.apple.com/pr/products/safari/safari.html" target="_blank">http://www.apple.com/pr/products/safari/safari.html</a><br />
Logo: <img src="http://www.softwarecolossus.com/assets/images/icons/safari.png" border="0" alt="[Image: safari.png]" />]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Chrome 11.0.672.2 dev]]></title>
			<link>http://www.softwarecolossus.com/thread-35.html</link>
			<pubDate>Sat, 12 Feb 2011 08:35:58 -0700</pubDate>
			<guid isPermaLink="false">http://www.softwarecolossus.com/thread-35.html</guid>
			<description><![CDATA[Chrome Official Website: <a href="http://www.google.com/chrome" target="_blank">http://www.google.com/chrome</a><br />
 <br />
<span style="font-weight: bold;">Release Notes</span><br />
The Dev channel has been updated to 11.0.672.2 for Mac, Windows and Linux platforms<br />
<br />
All<br />
Updated V8 - 3.1.4.0 <br />
Fixed the crash when loading tabbed options in some cases.<br />
Fixed a crash triggered when canceling a download. (Issue 70592)<br />
Fixed a crash triggered by form resubmissions. (Issue 70315)<br />
FTP: fixed a compatibility issue. (Issue 70394)<br />
XSS Auditor re-designed and enabled by default. It’s still experimental (and there are known bypasses), but we’re looking for feedback about false positives.<br />
<br />
Mac<br />
Fixed a crash during plugin shutdown <br />
Tab overview mode is on by default.<br />
Added unspoofable infobars. (Issue 57106)<br />
Accelerometer data is more reliable.<br />
<br />
Known Issues <br />
Temporarily dropped support for building with system sqlite: (Issues 70589 and 22208)<br />
<br />
More details about additional changes are available in the log of all revisions. <br />
<br />
You can find out about getting on the Dev channel here: <a href="http://dev.chromium.org/getting-involved/dev-channel.  " target="_blank">http://dev.chromium.org/getting-involved/dev-channel.  </a> <br />
<br />
If you find new issues, please let us know by filing a bug at <a href="http://code.google.com/p/chromium/issues/entry" target="_blank">http://code.google.com/p/chromium/issues/entry</a> <br />
<br />
Karen Grunberg<br />
Google Chrome<br />
<br />
<span style="font-weight: bold;">Official Download Links:</span><br />
Stable: <a href="http://www.google.com/chrome/eula.html?hl=en" target="_blank">Chrome 9.0.597.98</a><br />
Released On: February 10, 2011 <br />
Size: 25 MB<br />
Unstable: <a href="http://www.google.com/chrome/eula.html?extra=betachannel" target="_blank">Chrome 10.0.648.82</a><br />
Released On: February 16, 2011<br />
Size: 25 MB<br />
Dev: <a href="http://dev.chromium.org/getting-involved/dev-channel" target="_blank">Chrome 11.0.672.2</a><br />
Released On: February 17, 2011<br />
Size: 25 MB<br />
 <br />
<span style="font-weight: bold;">Changelog</span><br />
 <br />
<span style="font-weight: bold;">Introduction</span><br />
Get a fast, free web browser. Google Chrome runs web pages and applications with lightning speed. <br />
<br />
Fast start-up<br />
Google Chrome launches in a snap.<br />
<br />
Fast loading<br />
Google Chrome loads web pages quickly.<br />
<br />
Fast search<br />
Search the web right from the address bar.<br />
<br />
News: <a href="http://googlechromereleases.blogspot.com/?source=ln" target="_blank">http://googlechromereleases.blogspot.com/?source=ln</a><br />
Logo: <img src="http://www.google.com/tools/dlpage/res/chrome/images/chrome-205_noshadow.png" border="0" alt="[Image: chrome-205_noshadow.png]" />]]></description>
			<content:encoded><![CDATA[Chrome Official Website: <a href="http://www.google.com/chrome" target="_blank">http://www.google.com/chrome</a><br />
 <br />
<span style="font-weight: bold;">Release Notes</span><br />
The Dev channel has been updated to 11.0.672.2 for Mac, Windows and Linux platforms<br />
<br />
All<br />
Updated V8 - 3.1.4.0 <br />
Fixed the crash when loading tabbed options in some cases.<br />
Fixed a crash triggered when canceling a download. (Issue 70592)<br />
Fixed a crash triggered by form resubmissions. (Issue 70315)<br />
FTP: fixed a compatibility issue. (Issue 70394)<br />
XSS Auditor re-designed and enabled by default. It’s still experimental (and there are known bypasses), but we’re looking for feedback about false positives.<br />
<br />
Mac<br />
Fixed a crash during plugin shutdown <br />
Tab overview mode is on by default.<br />
Added unspoofable infobars. (Issue 57106)<br />
Accelerometer data is more reliable.<br />
<br />
Known Issues <br />
Temporarily dropped support for building with system sqlite: (Issues 70589 and 22208)<br />
<br />
More details about additional changes are available in the log of all revisions. <br />
<br />
You can find out about getting on the Dev channel here: <a href="http://dev.chromium.org/getting-involved/dev-channel.  " target="_blank">http://dev.chromium.org/getting-involved/dev-channel.  </a> <br />
<br />
If you find new issues, please let us know by filing a bug at <a href="http://code.google.com/p/chromium/issues/entry" target="_blank">http://code.google.com/p/chromium/issues/entry</a> <br />
<br />
Karen Grunberg<br />
Google Chrome<br />
<br />
<span style="font-weight: bold;">Official Download Links:</span><br />
Stable: <a href="http://www.google.com/chrome/eula.html?hl=en" target="_blank">Chrome 9.0.597.98</a><br />
Released On: February 10, 2011 <br />
Size: 25 MB<br />
Unstable: <a href="http://www.google.com/chrome/eula.html?extra=betachannel" target="_blank">Chrome 10.0.648.82</a><br />
Released On: February 16, 2011<br />
Size: 25 MB<br />
Dev: <a href="http://dev.chromium.org/getting-involved/dev-channel" target="_blank">Chrome 11.0.672.2</a><br />
Released On: February 17, 2011<br />
Size: 25 MB<br />
 <br />
<span style="font-weight: bold;">Changelog</span><br />
 <br />
<span style="font-weight: bold;">Introduction</span><br />
Get a fast, free web browser. Google Chrome runs web pages and applications with lightning speed. <br />
<br />
Fast start-up<br />
Google Chrome launches in a snap.<br />
<br />
Fast loading<br />
Google Chrome loads web pages quickly.<br />
<br />
Fast search<br />
Search the web right from the address bar.<br />
<br />
News: <a href="http://googlechromereleases.blogspot.com/?source=ln" target="_blank">http://googlechromereleases.blogspot.com/?source=ln</a><br />
Logo: <img src="http://www.google.com/tools/dlpage/res/chrome/images/chrome-205_noshadow.png" border="0" alt="[Image: chrome-205_noshadow.png]" />]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Internet Explorer 9 Release Candidate]]></title>
			<link>http://www.softwarecolossus.com/thread-34.html</link>
			<pubDate>Sat, 12 Feb 2011 08:18:45 -0700</pubDate>
			<guid isPermaLink="false">http://www.softwarecolossus.com/thread-34.html</guid>
			<description><![CDATA[Internet Explorer Official Website: <a href="http://www.microsoft.com/windows/internet-explorer/default.aspx" target="_blank">http://www.microsoft.com/windows/interne...fault.aspx</a><br />
 <br />
<span style="font-weight: bold;">Release Notes</span><br />
Today Microsoft unveiled the Internet Explorer 9 Release Candidate which, after months of testing and feedback, is feature complete. The Release Candidate introduces several new features that build on the browser’s core themes of speed, streamlined design, privacy and security, and interoperability.<br />
<br />
<span style="font-weight: bold;">Official Download Links:</span><br />
Stable: <a href="http://www.microsoft.com/windows/internet-explorer/worldwide-sites.aspx" target="_blank">Internet Explorer 8</a><br />
Released On: March 19, 2009 <br />
Size: 25 MB <br />
Unstable: <a href="http://windows.microsoft.com/en-US/internet-explorer/downloads/ie-9/worldwide-languages" target="_blank">Internet Explorer 9 Release Candidate 32-bit or 64-bit</a><br />
Released On: Feb. 10, 2011<br />
Size: 37 MB<br />
 <br />
<span style="font-weight: bold;">Changelog</span><br />
 <br />
<span style="font-weight: bold;">Introduction</span><br />
Performance Improvements<br />
<br />
 Between the Internet Explorer 9 Beta and Internet Explorer 9 RC releases over 2,000 changes have been made to improve browser performance for real customer scenarios. Internet Explorer 9 RC starts faster, loads webpages faster, and allows you to interact with webpages faster than ever before. <br />
<br />
Improved JavaScript Engine Performance<br />
<br />
 Chakra, the new JavaScript engine for Internet Explorer 9 RC, has continued to be tuned for the common patterns found across real-world websites. Chakra uses advanced techniques traditionally only found in desktop optimizing compilers. A byproduct of improving the performance of Chakra for real-world scenarios is that Internet Explorer 9 RC is now the fastest JavaScript engine on the WebKit SunSpider Benchmark. <br />
<br />
Dynamic GPU Usage <br />
<br />
Internet Explorer 9 RC now dynamically decides when to use GPU based rendering and when to use software based rendering based on the customer’s GPU and installed graphics driver, which ensure the fastest possible experience for all customers by default. <br />
<br />
Industry Leading Power Consumption Levels<br />
<br />
 By leveraging the GPU for graphical computation, Internet Explorer 9 RC saves significant power and leads the industry in power consumption by allowing the CPU to sleep for longer durations. Internet Explorer 9 RC is also the only browser on the Windows platform that integrates with the Windows Power Options and respects customers’ power settings to conserve power and maximize battery life. <br />
<br />
News: <a href="http://www.microsoft.com/presspass/presskits/internetexplorer/" target="_blank">http://www.microsoft.com/presspass/press...texplorer/</a><br />
Logo: <img src="http://www.softwarecolossus.com/assets/images/icons/ie.png" border="0" alt="[Image: ie.png]" />]]></description>
			<content:encoded><![CDATA[Internet Explorer Official Website: <a href="http://www.microsoft.com/windows/internet-explorer/default.aspx" target="_blank">http://www.microsoft.com/windows/interne...fault.aspx</a><br />
 <br />
<span style="font-weight: bold;">Release Notes</span><br />
Today Microsoft unveiled the Internet Explorer 9 Release Candidate which, after months of testing and feedback, is feature complete. The Release Candidate introduces several new features that build on the browser’s core themes of speed, streamlined design, privacy and security, and interoperability.<br />
<br />
<span style="font-weight: bold;">Official Download Links:</span><br />
Stable: <a href="http://www.microsoft.com/windows/internet-explorer/worldwide-sites.aspx" target="_blank">Internet Explorer 8</a><br />
Released On: March 19, 2009 <br />
Size: 25 MB <br />
Unstable: <a href="http://windows.microsoft.com/en-US/internet-explorer/downloads/ie-9/worldwide-languages" target="_blank">Internet Explorer 9 Release Candidate 32-bit or 64-bit</a><br />
Released On: Feb. 10, 2011<br />
Size: 37 MB<br />
 <br />
<span style="font-weight: bold;">Changelog</span><br />
 <br />
<span style="font-weight: bold;">Introduction</span><br />
Performance Improvements<br />
<br />
 Between the Internet Explorer 9 Beta and Internet Explorer 9 RC releases over 2,000 changes have been made to improve browser performance for real customer scenarios. Internet Explorer 9 RC starts faster, loads webpages faster, and allows you to interact with webpages faster than ever before. <br />
<br />
Improved JavaScript Engine Performance<br />
<br />
 Chakra, the new JavaScript engine for Internet Explorer 9 RC, has continued to be tuned for the common patterns found across real-world websites. Chakra uses advanced techniques traditionally only found in desktop optimizing compilers. A byproduct of improving the performance of Chakra for real-world scenarios is that Internet Explorer 9 RC is now the fastest JavaScript engine on the WebKit SunSpider Benchmark. <br />
<br />
Dynamic GPU Usage <br />
<br />
Internet Explorer 9 RC now dynamically decides when to use GPU based rendering and when to use software based rendering based on the customer’s GPU and installed graphics driver, which ensure the fastest possible experience for all customers by default. <br />
<br />
Industry Leading Power Consumption Levels<br />
<br />
 By leveraging the GPU for graphical computation, Internet Explorer 9 RC saves significant power and leads the industry in power consumption by allowing the CPU to sleep for longer durations. Internet Explorer 9 RC is also the only browser on the Windows platform that integrates with the Windows Power Options and respects customers’ power settings to conserve power and maximize battery life. <br />
<br />
News: <a href="http://www.microsoft.com/presspass/presskits/internetexplorer/" target="_blank">http://www.microsoft.com/presspass/press...texplorer/</a><br />
Logo: <img src="http://www.softwarecolossus.com/assets/images/icons/ie.png" border="0" alt="[Image: ie.png]" />]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Opera 11.01]]></title>
			<link>http://www.softwarecolossus.com/thread-33.html</link>
			<pubDate>Wed, 29 Dec 2010 07:39:05 -0700</pubDate>
			<guid isPermaLink="false">http://www.softwarecolossus.com/thread-33.html</guid>
			<description><![CDATA[Opera Official Website: <a href="http://www.opera.com/" target="_blank">http://www.opera.com/</a><br />
<br />
<span style="font-weight: bold;">Release Notes</span><br />
Opera 11.01 is a recommended upgrade offering security and stability enhancements.<br />
<br />
<span style="font-weight: bold;">Official Download Links:</span><br />
Stable: <a href="http://www.opera.com/browser/download/" target="_blank">Opera 11.01</a><br />
Released On: January 27, 2011 <br />
Size: 8.85 MB <br />
<br />
<span style="font-weight: bold;">Changelog</span><br />
Changes since Opera 11.00<br />
Web specificationsImplementedSupport for window.DOMStringList object of the W3C DOM3 DOMStringList Interface<br />
 User interface Improved Translation updates added throughout the UI<br />
 Fixed Various mouse gesture sensitivity and recognition issues<br />
Crashes occurring with Opera Dragonfly reload, file download, extension autoupdate, search suggestions<br />
Crash occurring when clicking a link twice<br />
An issue with feed preview<br />
Opera installer fixes: Crash when installing or uninstalling Opera<br />
No File Lock window on upgrade when Opera is running on Windows 2000<br />
Several processes when upgrading on a limited Windows Vista/7 account<br />
Opera creating a file called desktop.ini and places it on the desktop<br />
Switching languages in the installer does not changing the language in the help tooltip<br />
Error code 76 occurring if the MSI uninstallation fails to find the source package<br />
<br />
Crash occuring when closing a tab<br />
Crash occuring when opening a downloaded file<br />
Default size of the search field unintentionally changing<br />
Crash occuring on page load for some sites, for example vkontakte.ru<br />
Repaint issues occuring when in Facebook<br />
Disk cache in Turbo mode being prematurely emptied after bringing up a context menu<br />
Deactivated auto-reload in speed dials when the address changes<br />
Removed the close button on tabs that are not selected<br />
 Display and scripting Fixed script element being re-executed if child text changes<br />
HTMLElement.toString() throwing an exception for all HTMLElement prototypes<br />
Touch event attributes being misnamed in SVG<br />
Dynamically added style sheet fails to apply if rel attribute is set after a href attribute<br />
DocumentType not being prototypable<br />
Empty script elements still have an empty text node child<br />
Iframe with document.domain is not being allowed to open parent's document<br />
Not being able to submit forms with input[type="search"] or with &lt;input type="number"&gt; when pressing Enter<br />
Deeply nested (5+ levels) iframe not loading in Analytix<br />
Crash when clicking in a dropdown on a WAP page<br />
Crash when downloading to a non-accessible target<br />
Opera installer crash when upgrading a running copy of Opera<br />
Crash prevention for spell checking<br />
URI fragment identifier not being exposed in all extension URIs<br />
 Mail, news, chatImprovedUpdated the HushMail mailproviders entry<br />
Added MobileMe Mail-me.com-to mail providers<br />
Now possible to open the mail panel as a tab when only using feeds<br />
The appearance of the signature editor<br />
HTML replying and forwarding format<br />
 Fixed Crash occurring with the mail account dropdown<br />
Mail bodies sometimes not loading in single message view<br />
Settings being lost for POP views after a restart<br />
Unread count in the Mail panel button not being updated<br />
Crash occurring when changing an M2 account in mail compose<br />
The default font for HTML mail composition Simultaneouly fixed an issue with dir=rtl that was inserted in the wrong place in the HTML<br />
<br />
Mail Toolbar instead of Feed Toolbar being shown when searching in a 'feeds only' installation<br />
Right-click context menu in Mail panel section headers being misplaced when the section is expanded<br />
Incorrect right-click context menu being in the Mail Toolbar search field<br />
Crash occurring when trying to edit two links in mail compose at once<br />
Crash occurring while creating folders when no item is selected in the feed section<br />
Index sizes above 2 GB that have negative values in the mail panel window<br />
Issues with the mail panel context menu when only using feeds<br />
Account does not loading on startup if the signature is wrong<br />
Showing feeds when showing a mail account (show messages from)<br />
 Security FixedRemoved support for "j<strong></strong>avascript:" URLs in CSS -o-link values, to make it easier for sites to filter untrusted CSS.<br />
Fixed an issue where large form inputs could allow execution of arbitrary code, as reported by Jordi Chancel; see our advisory.<br />
Fixed an issue which made it possible to carry out clickjacking attacks against internal opera: URLs; see our advisory.<br />
Fixed issues which allowed web pages to gain limited access to files on the user's computer; see our advisory.<br />
Fixed an issue where email passwords were not immediately deleted when deleting private data; see our advisory.<br />
Fixed an issue which could cause the wrong executable to be used to display a downloaded file in its folder, as reported by Makoto Shiotsuki; see our advisory.<br />
<br />
<span style="font-weight: bold;">Introduction</span><br />
Lightning fast<br />
Make your web browsing faster. Everything from loading webpages to opening tabs is optimized to happen almost instantly. You can even speed up browsing on slow connections, with Opera Turbo.<br />
<br />
Safe and secure<br />
Reduce your exposure to threats on the Web. Your safety is ensured by industry-leading security, Fraud and Malware Protection and an address field that clearly shows your security level.<br />
<br />
Powerful features<br />
Use great features that make common browsing tasks faster and easier. Opera has more features built-in than any other browser. You can also add new functionality with extensions.<br />
<br />
Languages: C/C++<br />
License: <a href="http://www.opensource.org/licenses/bsd-license.php" target="_blank">BSD license</a><br />
Price: freeware<br />
<br />
Logo: <img src="http://help.opera.com/img/logo.png" border="0" alt="[Image: logo.png]" />]]></description>
			<content:encoded><![CDATA[Opera Official Website: <a href="http://www.opera.com/" target="_blank">http://www.opera.com/</a><br />
<br />
<span style="font-weight: bold;">Release Notes</span><br />
Opera 11.01 is a recommended upgrade offering security and stability enhancements.<br />
<br />
<span style="font-weight: bold;">Official Download Links:</span><br />
Stable: <a href="http://www.opera.com/browser/download/" target="_blank">Opera 11.01</a><br />
Released On: January 27, 2011 <br />
Size: 8.85 MB <br />
<br />
<span style="font-weight: bold;">Changelog</span><br />
Changes since Opera 11.00<br />
Web specificationsImplementedSupport for window.DOMStringList object of the W3C DOM3 DOMStringList Interface<br />
 User interface Improved Translation updates added throughout the UI<br />
 Fixed Various mouse gesture sensitivity and recognition issues<br />
Crashes occurring with Opera Dragonfly reload, file download, extension autoupdate, search suggestions<br />
Crash occurring when clicking a link twice<br />
An issue with feed preview<br />
Opera installer fixes: Crash when installing or uninstalling Opera<br />
No File Lock window on upgrade when Opera is running on Windows 2000<br />
Several processes when upgrading on a limited Windows Vista/7 account<br />
Opera creating a file called desktop.ini and places it on the desktop<br />
Switching languages in the installer does not changing the language in the help tooltip<br />
Error code 76 occurring if the MSI uninstallation fails to find the source package<br />
<br />
Crash occuring when closing a tab<br />
Crash occuring when opening a downloaded file<br />
Default size of the search field unintentionally changing<br />
Crash occuring on page load for some sites, for example vkontakte.ru<br />
Repaint issues occuring when in Facebook<br />
Disk cache in Turbo mode being prematurely emptied after bringing up a context menu<br />
Deactivated auto-reload in speed dials when the address changes<br />
Removed the close button on tabs that are not selected<br />
 Display and scripting Fixed script element being re-executed if child text changes<br />
HTMLElement.toString() throwing an exception for all HTMLElement prototypes<br />
Touch event attributes being misnamed in SVG<br />
Dynamically added style sheet fails to apply if rel attribute is set after a href attribute<br />
DocumentType not being prototypable<br />
Empty script elements still have an empty text node child<br />
Iframe with document.domain is not being allowed to open parent's document<br />
Not being able to submit forms with input[type="search"] or with &lt;input type="number"&gt; when pressing Enter<br />
Deeply nested (5+ levels) iframe not loading in Analytix<br />
Crash when clicking in a dropdown on a WAP page<br />
Crash when downloading to a non-accessible target<br />
Opera installer crash when upgrading a running copy of Opera<br />
Crash prevention for spell checking<br />
URI fragment identifier not being exposed in all extension URIs<br />
 Mail, news, chatImprovedUpdated the HushMail mailproviders entry<br />
Added MobileMe Mail-me.com-to mail providers<br />
Now possible to open the mail panel as a tab when only using feeds<br />
The appearance of the signature editor<br />
HTML replying and forwarding format<br />
 Fixed Crash occurring with the mail account dropdown<br />
Mail bodies sometimes not loading in single message view<br />
Settings being lost for POP views after a restart<br />
Unread count in the Mail panel button not being updated<br />
Crash occurring when changing an M2 account in mail compose<br />
The default font for HTML mail composition Simultaneouly fixed an issue with dir=rtl that was inserted in the wrong place in the HTML<br />
<br />
Mail Toolbar instead of Feed Toolbar being shown when searching in a 'feeds only' installation<br />
Right-click context menu in Mail panel section headers being misplaced when the section is expanded<br />
Incorrect right-click context menu being in the Mail Toolbar search field<br />
Crash occurring when trying to edit two links in mail compose at once<br />
Crash occurring while creating folders when no item is selected in the feed section<br />
Index sizes above 2 GB that have negative values in the mail panel window<br />
Issues with the mail panel context menu when only using feeds<br />
Account does not loading on startup if the signature is wrong<br />
Showing feeds when showing a mail account (show messages from)<br />
 Security FixedRemoved support for "j<strong></strong>avascript:" URLs in CSS -o-link values, to make it easier for sites to filter untrusted CSS.<br />
Fixed an issue where large form inputs could allow execution of arbitrary code, as reported by Jordi Chancel; see our advisory.<br />
Fixed an issue which made it possible to carry out clickjacking attacks against internal opera: URLs; see our advisory.<br />
Fixed issues which allowed web pages to gain limited access to files on the user's computer; see our advisory.<br />
Fixed an issue where email passwords were not immediately deleted when deleting private data; see our advisory.<br />
Fixed an issue which could cause the wrong executable to be used to display a downloaded file in its folder, as reported by Makoto Shiotsuki; see our advisory.<br />
<br />
<span style="font-weight: bold;">Introduction</span><br />
Lightning fast<br />
Make your web browsing faster. Everything from loading webpages to opening tabs is optimized to happen almost instantly. You can even speed up browsing on slow connections, with Opera Turbo.<br />
<br />
Safe and secure<br />
Reduce your exposure to threats on the Web. Your safety is ensured by industry-leading security, Fraud and Malware Protection and an address field that clearly shows your security level.<br />
<br />
Powerful features<br />
Use great features that make common browsing tasks faster and easier. Opera has more features built-in than any other browser. You can also add new functionality with extensions.<br />
<br />
Languages: C/C++<br />
License: <a href="http://www.opensource.org/licenses/bsd-license.php" target="_blank">BSD license</a><br />
Price: freeware<br />
<br />
Logo: <img src="http://help.opera.com/img/logo.png" border="0" alt="[Image: logo.png]" />]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Firefox 13.0]]></title>
			<link>http://www.softwarecolossus.com/thread-32.html</link>
			<pubDate>Tue, 28 Dec 2010 07:47:39 -0700</pubDate>
			<guid isPermaLink="false">http://www.softwarecolossus.com/thread-32.html</guid>
			<description><![CDATA[Firefox Official Website: <a href="http://www.mozilla.com/" target="_blank">http://www.mozilla.com/</a><br />
<br />
<span style="font-weight: bold;">Release Notes</span><br />
Check out what’s new and known issues for this version of Firefox below.<br />
<br />
<span style="font-weight: bold;">Official Download Links:</span><br />
Stable: <a href="http://www.mozilla.com/en-US/firefox/all.html" target="_blank">Firefox 13.0</a><br />
Released On: June 5, 2012<br />
Size: 15.7 MB<br />
Unstable: <a href="http://www.mozilla.com/en-US/firefox/all-beta.html" target="_blank">Firefox 13.0 Beta 7</a><br />
Released On: March 16, 2012<br />
Size: 16.5 MB<br />
<br />
<span style="font-weight: bold;">Changelog</span><br />
What’s New<br />
<br />
    NEW<br />
    When opening a new tab, users are now presented with their most visited pages<br />
    NEW<br />
    The default home page now has quicker access to bookmarks, history, settings, and more<br />
    CHANGED<br />
    SPDY protocol now enabled by default for faster browsing on supported sites<br />
    CHANGED<br />
    Restored background tabs are not loaded by default for faster startup<br />
    CHANGED<br />
    Smooth scrolling is now enabled by default<br />
    DEVELOPER<br />
    72 total improvements to Page Inspector, HTML panel, Style Inspector, Scratchpad and Style Editor<br />
    DEVELOPER<br />
    The column-fill CSS property has been implemented<br />
    DEVELOPER<br />
    Experimental support for ECMAScript 6 Map and Set objects has been implemented<br />
    DEVELOPER<br />
    Support for the CSS3 background-position property extended syntax has been added<br />
    DEVELOPER<br />
    The :invalid pseudo-class can now be applied to the<br />
    element<br />
    DEVELOPER<br />
    The CSS turn &lt;angle&gt; unit is now supported<br />
<br />
Known Issues<br />
<br />
    Unresolved<br />
    If you try to start Firefox using a locked profile, it will crash (see 573369)<br />
    Unresolved<br />
    For some users, scrolling in the main GMail window will be slower than usual (see 579260)<br />
    Unresolved<br />
    Windows: The use of Microsoft's System Restore functionality shortly after updating Firefox may prevent future updates (see 730285)<br />
    Unresolved<br />
    OS X: nsCocoaWindow::ConstrainPosition uses wrong screen in multi-display setup (see 752149)<br />
    Unresolved<br />
    CSS :hover regression when an element's class name is set by Javascript (see 758885)<br />
<br />
<span style="font-weight: bold;">Introduction</span><br />
Mozilla Firefox<br />
Your web, the way you like it:<br />
<br />
    * high performance<br />
    * easy customization<br />
    * advanced security<br />
<br />
Firefox Helps You Stay Safe<br />
Worried about online security? We’ve got your back.<br />
<br />
Get Ready To Go Fast<br />
Firefox is built to accelerate the way you use the Web.<br />
<br />
Easy Ways To Personalize<br />
When it comes to browsing, one size doesn’t fit all.<br />
<br />
Languages: C/C++<br />
License: <a href="http://www.opensource.org/licenses/mit-license.php" target="_blank">MIT License</a><br />
<br />
News: <a href="http://www.mozilla.org/" target="_blank">http://www.mozilla.org/</a><br />
Logo: <img src="http://firefox.com.cn/static/images/download-logo-ie.png" border="0" alt="[Image: download-logo-ie.png]" />]]></description>
			<content:encoded><![CDATA[Firefox Official Website: <a href="http://www.mozilla.com/" target="_blank">http://www.mozilla.com/</a><br />
<br />
<span style="font-weight: bold;">Release Notes</span><br />
Check out what’s new and known issues for this version of Firefox below.<br />
<br />
<span style="font-weight: bold;">Official Download Links:</span><br />
Stable: <a href="http://www.mozilla.com/en-US/firefox/all.html" target="_blank">Firefox 13.0</a><br />
Released On: June 5, 2012<br />
Size: 15.7 MB<br />
Unstable: <a href="http://www.mozilla.com/en-US/firefox/all-beta.html" target="_blank">Firefox 13.0 Beta 7</a><br />
Released On: March 16, 2012<br />
Size: 16.5 MB<br />
<br />
<span style="font-weight: bold;">Changelog</span><br />
What’s New<br />
<br />
    NEW<br />
    When opening a new tab, users are now presented with their most visited pages<br />
    NEW<br />
    The default home page now has quicker access to bookmarks, history, settings, and more<br />
    CHANGED<br />
    SPDY protocol now enabled by default for faster browsing on supported sites<br />
    CHANGED<br />
    Restored background tabs are not loaded by default for faster startup<br />
    CHANGED<br />
    Smooth scrolling is now enabled by default<br />
    DEVELOPER<br />
    72 total improvements to Page Inspector, HTML panel, Style Inspector, Scratchpad and Style Editor<br />
    DEVELOPER<br />
    The column-fill CSS property has been implemented<br />
    DEVELOPER<br />
    Experimental support for ECMAScript 6 Map and Set objects has been implemented<br />
    DEVELOPER<br />
    Support for the CSS3 background-position property extended syntax has been added<br />
    DEVELOPER<br />
    The :invalid pseudo-class can now be applied to the<br />
    element<br />
    DEVELOPER<br />
    The CSS turn &lt;angle&gt; unit is now supported<br />
<br />
Known Issues<br />
<br />
    Unresolved<br />
    If you try to start Firefox using a locked profile, it will crash (see 573369)<br />
    Unresolved<br />
    For some users, scrolling in the main GMail window will be slower than usual (see 579260)<br />
    Unresolved<br />
    Windows: The use of Microsoft's System Restore functionality shortly after updating Firefox may prevent future updates (see 730285)<br />
    Unresolved<br />
    OS X: nsCocoaWindow::ConstrainPosition uses wrong screen in multi-display setup (see 752149)<br />
    Unresolved<br />
    CSS :hover regression when an element's class name is set by Javascript (see 758885)<br />
<br />
<span style="font-weight: bold;">Introduction</span><br />
Mozilla Firefox<br />
Your web, the way you like it:<br />
<br />
    * high performance<br />
    * easy customization<br />
    * advanced security<br />
<br />
Firefox Helps You Stay Safe<br />
Worried about online security? We’ve got your back.<br />
<br />
Get Ready To Go Fast<br />
Firefox is built to accelerate the way you use the Web.<br />
<br />
Easy Ways To Personalize<br />
When it comes to browsing, one size doesn’t fit all.<br />
<br />
Languages: C/C++<br />
License: <a href="http://www.opensource.org/licenses/mit-license.php" target="_blank">MIT License</a><br />
<br />
News: <a href="http://www.mozilla.org/" target="_blank">http://www.mozilla.org/</a><br />
Logo: <img src="http://firefox.com.cn/static/images/download-logo-ie.png" border="0" alt="[Image: download-logo-ie.png]" />]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[CMS Made Simple 1.9.3 Released]]></title>
			<link>http://www.softwarecolossus.com/thread-31.html</link>
			<pubDate>Tue, 14 Dec 2010 07:39:41 -0700</pubDate>
			<guid isPermaLink="false">http://www.softwarecolossus.com/thread-31.html</guid>
			<description><![CDATA[CMS Made Simple Official Website: <a href="http://www.cmsmadesimple.org/" target="_blank">http://www.cmsmadesimple.org/</a><br />
<br />
<span style="font-weight: bold;">Release Notes</span><br />
Over the past few weeks the CMSMS Dev team has spent hundreds of man hours on the core to address long standing issues, and to fix anything that popped its ugly head up in 1.9.2. We intend to make CMSMS 1.9.3 a good, stable, friendly, fast version that our users could use for a good long time. This should allow us to persue other longer term, though related projects. To that end, there isn't much for new features; though there are a few new buttons and options here and there. The intent of this release was to apply bug fixes only, we were adamant that absolutely no features would 'sneak in', that would cause new issues, and we wanted to be able to distribute a .diff release with this version so we made sure that the database schema was not changed.<br />
<br />
In this version, along with all of the regular bug fixes that we fix as we find, we endeavored to comb through the various bug trackers and at least address them in one way, shape, or form. Though not all bugs are 'fixed', there are a surprising number from as far back as 2007 that have been addressed in this version of CMS Made Simple. In addition our ever vigilant Quality Control team has kept a watchful eye on the forum and tested, reproduced, reported, and tested fixes on a number of issues found there.<br />
<br />
Perhaps the biggest noticeable change in 1.9.3 is related to browser caching pages. This was actually a bug reported back in 2007 that we had reviewed numerous times previously but didn't quite know how to fix properly (and not break a bunch of other stuff). Well we figured it out. As of CMSMS 1.9.3 cache-able pages can now be cached by your browser, thus giving your visitors a perceived performance increase when re-visiting a page. There is a setting in the global settings page to specify how long those pages should be cached for. and of course, a 'Reload' will reload the latest version of the page. Pages without the 'cache-able' check-mark are not allowed to be cached by the browser.<br />
<br />
In the name of caching and performance we've also improved the sample htaccess file (shipped as doc/htaccess.txt) to illustrate some common apache rules that can be used to optimize the performance of your site. We recommend that everybody at least review this file, and implement what they think is appropriate to their site.<br />
<br />
The MenuManager has also been re-re-visited and we fixed a number of issues in it, including that pesky &#36;node-&gt;parent problem that popped up in 1.9.2. This has been tested extensively, and should now be stable for a good long time.<br />
<br />
We recommend you upgrade your websites to 1.9.3 at your earliest convenience so that you can take advantage of the new performance features, and the stability of the latest version of your favorite CMS.<br />
<br />
Enjoy!<br />
<br />
* As of this release only CMSMS 1.9.2 and CMSMS 1.9.3 are supported by the development team and in the 'official' boards on the forum.<br />
&copy; 2011 CMS Made Simple - No reproduction, duplication, modification or translation without explicit consent.<br />
<br />
<span style="font-weight: bold;">Official Download Links:</span><br />
Stable: <a href="http://s3.amazonaws.com/cmsms/downloads/6950/cmsmadesimple-1.9.3-full.tar.gz" target="_blank">CMS Made Simple 1.9.3</a><br />
Released On: Feb 05, 2011<br />
Size: 5.86 MB<br />
<br />
<span style="font-weight: bold;">Changelog</span><br />
Version 1.9.3 - Motu Tane<br />
-----------------------------<br />
Core - Bugreports:<br />
- #3766 Admin screens blank on new install (firewalled)<br />
- #3794 Remove use of readfile<br />
- #3820 Included method.install.php cannot return an error message<br />
- #3848 Pages flashing on load - no-cache headers<br />
- #5329 Assigning language from locale is not correct<br />
- #5619 Too short input fields<br />
- #5744 Impossible to reload and save a valid sitedown html page.<br />
- #5747 Error when final line of UDT is a comment<br />
- #5794 Stylesheet url in header could be wrong<br />
- #5861 Extra fields are cleared if a mandatory field is forgotten<br />
- #5865 Small issue with admin panel tab header id's.<br />
- #5888 Remove markedown plugins from distribution.<br />
- #5952 GetPageAliasFromID() Undefined variable "alias"<br />
- #5846 When Power Users edit page content, the aliases change<br />
- #5959 UserTagOperations::SetUserTag() does not set ID<br />
- #5971 Missing Image File in the default theme for CMSMS<br />
- #5996 {content_image} does not show in preview-tab<br />
- Page URLS are case in-sensitive but forced to lowercase on page submit.<br />
- Fixes a minor problems with modules adding tasks to be executed with psuedocron<br />
<br />
Core - Feature requests:<br />
- #1133 Admin Panel: MenuText instead of page title in overview &amp; hierarchy<br />
- #1654 Add additional options to the cmsmslink plug-in for WYSIWYG editors.<br />
- #1656 Add the "Character Map" to the TinyMCE WYSIWYG Basic toolbar by default.<br />
- #2635 Enable "reorder pages" tool to change parent id<br />
- #2969 Install &gt; integrity check &gt; number of failed files<br />
- #3140 Improved Page Re-order<br />
- #3194 Page_image and page_thumbnail sort order and/or path<br />
- #3282 Description field for GCB's<br />
- #3670 Better solution for viewing when site is down<br />
- #3689 Create config.php automatically if file does not exist<br />
- #3958 Pretty CSS URLs<br />
- #3975 New checkbox for global content blocks<br />
- #4172 Page_image setting<br />
- #4554 Display ALL Global Content Blocks on One Page<br />
- #5440 View website in maintenance mode.<br />
- #5670 Pref to disable wywiwyg for sitedown message<br />
- Caching - Important Change<br />
1. Now pages marked as 'cachable' will be cachable in the browser for a time period as specified in the global settings page.<br />
Pages not marked as 'cachable', or those accessed via a POST request will not be allowed to be cached by the browser.<br />
2. Adds new settings to global settings to control browser cache capabilities.<br />
<br />
Core Installer:<br />
- #4136 Admin gui breaks when isntalling update over https<br />
- #4978 Upgrade.32.to.33<br />
- #5406 Upgrade stops when locales not correct<br />
<br />
FileManager:<br />
- #4046 Files too large won't upload<br />
<br />
MenuManager:<br />
- #1761 Adding new template downloads moduleinterface.php<br />
- #2488 Apply and Submit does not work in certain scenario<br />
- #2503 Sectionheader is displayed as Link when is activeparent<br />
- #2489 &#36;node-&gt;current missing in Help description<br />
- #3460 'items=' active page not working correctly<br />
- #3599 simple_menu not setting correct CSS selectors since 1.6<br />
- #3620 &#36;node-&gt;image disapear in 1.6 version<br />
- #4089 "loadprops" doesn't work if "items" is set<br />
- #4186 Template error in simple_navigation.tpl causing invalid XHTML output<br />
- #4237 Menu Separators not generated since v1.6.x<br />
- #5447 Menu function childrenof breaks collapse<br />
<br />
News:<br />
- #5987 Field Definition - Public option<br />
<br />
Printing:<br />
- #5209 Printing module causes fatal errors when used with gallery<br />
<br />
CMSMailer:<br />
- Remove misleading, and buggy cancel button.<br />
<br />
Search:<br />
- Fixes problems with quotes in search terms<br />
<br />
ThemeManager:<br />
- Fixes to importing themes wrt Menumanager calls... should now be completely flexible.<br />
<br />
<span style="font-weight: bold;">Introduction</span><br />
CMS Made Simple™ is an open source ( GPL) package first released in July 2004. Its built using PHP that provides website developers with a simple, easy to use utility to allow building small-ish (dozens to hundreds of pages), semi-static websites. Typically our tool is used for corporate websites, or the website promoting a team or organization, etc. This is where we shine. There are other content management packages that specialize in building portals, or blogs, or article based content, etc. CMS Made Simple™ can do much of this, but it is not our area of focus.<br />
 CMS Made Simple™ provides a mechanism for the website administrator to create and manage "pages", their layout, and their content. CMS Made Simple™ is unobtrusive.... You can create a table based layout, or a fully validating XHTML/CSS layout.<br />
 CMS Made Simple™ makes managing the navigation in your website a breeze... you can re-organize your pages any way you want, and navigations are automatically created from your page hierarchy. This tool makes creating numerous different navigations with the entire page hierarchy, or a subset of it "simple".<br />
 CMS Made Simple™ separates layout code from content code, so that editors can manage content without having to know much about how websites work, so that layouts can be easily edited and take effect on numerous pages, and can be easily shared. With CMS Made Simple™ you design once, and easily use that same design over and over again. Smarty (a php based templating engine) is used to provide most of the caching, templating, and logic capabilities. This basic building block also provides the ability for website administrators to virtually eliminate any duplication of code or content.<br />
 The Core package provides the ability to manage news articles, search functionality a contact form, a WYSIWYG editor (for your customers or editors) and numerous other built in functions. Additionally, there are hundreds of third party add-on tools that are quickly and easily installable to allow building websites with many different capabilities.<br />
 CMS Made Simple™ is built in PHP, and allows you to integrate many existing PHP scripts or PHP snippets into your website... Though you definitely don't need in-depth knowledge of PHP to use CMS Made Simple™.<br />
<br />
Languages: PHP 5.2.4+, recommend PHP 5.2.12+<br />
Database: MySQL 4.1+ or PostgreSQL 7 +<br />
License: CMS Made Simple™ is an open source (<a href="http://www.gnu.org/licenses/gpl-2.0.html" target="_blank">GPL</a>) package first released in July 2004.<br />
<br />
News: <a href="http://forum.cmsmadesimple.org/index.php/board,1.0.html" target="_blank">http://forum.cmsmadesimple.org/index.php/board,1.0.html</a><br />
Demo: <a href="http://php.opensourcecms.com/scripts/details.php?scriptid=9" target="_blank">http://php.opensourcecms.com/scripts/det...scriptid=9</a><br />
Roadmap: <a href="http://www.cmsmadesimple.org/development/roadmap/" target="_blank">http://www.cmsmadesimple.org/development/roadmap/</a><br />
Logo: <img src="http://www.softwarecolossus.com/assets/images/icons/cmsmadesimple.jpg" border="0" alt="[Image: cmsmadesimple.jpg]" />]]></description>
			<content:encoded><![CDATA[CMS Made Simple Official Website: <a href="http://www.cmsmadesimple.org/" target="_blank">http://www.cmsmadesimple.org/</a><br />
<br />
<span style="font-weight: bold;">Release Notes</span><br />
Over the past few weeks the CMSMS Dev team has spent hundreds of man hours on the core to address long standing issues, and to fix anything that popped its ugly head up in 1.9.2. We intend to make CMSMS 1.9.3 a good, stable, friendly, fast version that our users could use for a good long time. This should allow us to persue other longer term, though related projects. To that end, there isn't much for new features; though there are a few new buttons and options here and there. The intent of this release was to apply bug fixes only, we were adamant that absolutely no features would 'sneak in', that would cause new issues, and we wanted to be able to distribute a .diff release with this version so we made sure that the database schema was not changed.<br />
<br />
In this version, along with all of the regular bug fixes that we fix as we find, we endeavored to comb through the various bug trackers and at least address them in one way, shape, or form. Though not all bugs are 'fixed', there are a surprising number from as far back as 2007 that have been addressed in this version of CMS Made Simple. In addition our ever vigilant Quality Control team has kept a watchful eye on the forum and tested, reproduced, reported, and tested fixes on a number of issues found there.<br />
<br />
Perhaps the biggest noticeable change in 1.9.3 is related to browser caching pages. This was actually a bug reported back in 2007 that we had reviewed numerous times previously but didn't quite know how to fix properly (and not break a bunch of other stuff). Well we figured it out. As of CMSMS 1.9.3 cache-able pages can now be cached by your browser, thus giving your visitors a perceived performance increase when re-visiting a page. There is a setting in the global settings page to specify how long those pages should be cached for. and of course, a 'Reload' will reload the latest version of the page. Pages without the 'cache-able' check-mark are not allowed to be cached by the browser.<br />
<br />
In the name of caching and performance we've also improved the sample htaccess file (shipped as doc/htaccess.txt) to illustrate some common apache rules that can be used to optimize the performance of your site. We recommend that everybody at least review this file, and implement what they think is appropriate to their site.<br />
<br />
The MenuManager has also been re-re-visited and we fixed a number of issues in it, including that pesky &#36;node-&gt;parent problem that popped up in 1.9.2. This has been tested extensively, and should now be stable for a good long time.<br />
<br />
We recommend you upgrade your websites to 1.9.3 at your earliest convenience so that you can take advantage of the new performance features, and the stability of the latest version of your favorite CMS.<br />
<br />
Enjoy!<br />
<br />
* As of this release only CMSMS 1.9.2 and CMSMS 1.9.3 are supported by the development team and in the 'official' boards on the forum.<br />
&copy; 2011 CMS Made Simple - No reproduction, duplication, modification or translation without explicit consent.<br />
<br />
<span style="font-weight: bold;">Official Download Links:</span><br />
Stable: <a href="http://s3.amazonaws.com/cmsms/downloads/6950/cmsmadesimple-1.9.3-full.tar.gz" target="_blank">CMS Made Simple 1.9.3</a><br />
Released On: Feb 05, 2011<br />
Size: 5.86 MB<br />
<br />
<span style="font-weight: bold;">Changelog</span><br />
Version 1.9.3 - Motu Tane<br />
-----------------------------<br />
Core - Bugreports:<br />
- #3766 Admin screens blank on new install (firewalled)<br />
- #3794 Remove use of readfile<br />
- #3820 Included method.install.php cannot return an error message<br />
- #3848 Pages flashing on load - no-cache headers<br />
- #5329 Assigning language from locale is not correct<br />
- #5619 Too short input fields<br />
- #5744 Impossible to reload and save a valid sitedown html page.<br />
- #5747 Error when final line of UDT is a comment<br />
- #5794 Stylesheet url in header could be wrong<br />
- #5861 Extra fields are cleared if a mandatory field is forgotten<br />
- #5865 Small issue with admin panel tab header id's.<br />
- #5888 Remove markedown plugins from distribution.<br />
- #5952 GetPageAliasFromID() Undefined variable "alias"<br />
- #5846 When Power Users edit page content, the aliases change<br />
- #5959 UserTagOperations::SetUserTag() does not set ID<br />
- #5971 Missing Image File in the default theme for CMSMS<br />
- #5996 {content_image} does not show in preview-tab<br />
- Page URLS are case in-sensitive but forced to lowercase on page submit.<br />
- Fixes a minor problems with modules adding tasks to be executed with psuedocron<br />
<br />
Core - Feature requests:<br />
- #1133 Admin Panel: MenuText instead of page title in overview &amp; hierarchy<br />
- #1654 Add additional options to the cmsmslink plug-in for WYSIWYG editors.<br />
- #1656 Add the "Character Map" to the TinyMCE WYSIWYG Basic toolbar by default.<br />
- #2635 Enable "reorder pages" tool to change parent id<br />
- #2969 Install &gt; integrity check &gt; number of failed files<br />
- #3140 Improved Page Re-order<br />
- #3194 Page_image and page_thumbnail sort order and/or path<br />
- #3282 Description field for GCB's<br />
- #3670 Better solution for viewing when site is down<br />
- #3689 Create config.php automatically if file does not exist<br />
- #3958 Pretty CSS URLs<br />
- #3975 New checkbox for global content blocks<br />
- #4172 Page_image setting<br />
- #4554 Display ALL Global Content Blocks on One Page<br />
- #5440 View website in maintenance mode.<br />
- #5670 Pref to disable wywiwyg for sitedown message<br />
- Caching - Important Change<br />
1. Now pages marked as 'cachable' will be cachable in the browser for a time period as specified in the global settings page.<br />
Pages not marked as 'cachable', or those accessed via a POST request will not be allowed to be cached by the browser.<br />
2. Adds new settings to global settings to control browser cache capabilities.<br />
<br />
Core Installer:<br />
- #4136 Admin gui breaks when isntalling update over https<br />
- #4978 Upgrade.32.to.33<br />
- #5406 Upgrade stops when locales not correct<br />
<br />
FileManager:<br />
- #4046 Files too large won't upload<br />
<br />
MenuManager:<br />
- #1761 Adding new template downloads moduleinterface.php<br />
- #2488 Apply and Submit does not work in certain scenario<br />
- #2503 Sectionheader is displayed as Link when is activeparent<br />
- #2489 &#36;node-&gt;current missing in Help description<br />
- #3460 'items=' active page not working correctly<br />
- #3599 simple_menu not setting correct CSS selectors since 1.6<br />
- #3620 &#36;node-&gt;image disapear in 1.6 version<br />
- #4089 "loadprops" doesn't work if "items" is set<br />
- #4186 Template error in simple_navigation.tpl causing invalid XHTML output<br />
- #4237 Menu Separators not generated since v1.6.x<br />
- #5447 Menu function childrenof breaks collapse<br />
<br />
News:<br />
- #5987 Field Definition - Public option<br />
<br />
Printing:<br />
- #5209 Printing module causes fatal errors when used with gallery<br />
<br />
CMSMailer:<br />
- Remove misleading, and buggy cancel button.<br />
<br />
Search:<br />
- Fixes problems with quotes in search terms<br />
<br />
ThemeManager:<br />
- Fixes to importing themes wrt Menumanager calls... should now be completely flexible.<br />
<br />
<span style="font-weight: bold;">Introduction</span><br />
CMS Made Simple™ is an open source ( GPL) package first released in July 2004. Its built using PHP that provides website developers with a simple, easy to use utility to allow building small-ish (dozens to hundreds of pages), semi-static websites. Typically our tool is used for corporate websites, or the website promoting a team or organization, etc. This is where we shine. There are other content management packages that specialize in building portals, or blogs, or article based content, etc. CMS Made Simple™ can do much of this, but it is not our area of focus.<br />
 CMS Made Simple™ provides a mechanism for the website administrator to create and manage "pages", their layout, and their content. CMS Made Simple™ is unobtrusive.... You can create a table based layout, or a fully validating XHTML/CSS layout.<br />
 CMS Made Simple™ makes managing the navigation in your website a breeze... you can re-organize your pages any way you want, and navigations are automatically created from your page hierarchy. This tool makes creating numerous different navigations with the entire page hierarchy, or a subset of it "simple".<br />
 CMS Made Simple™ separates layout code from content code, so that editors can manage content without having to know much about how websites work, so that layouts can be easily edited and take effect on numerous pages, and can be easily shared. With CMS Made Simple™ you design once, and easily use that same design over and over again. Smarty (a php based templating engine) is used to provide most of the caching, templating, and logic capabilities. This basic building block also provides the ability for website administrators to virtually eliminate any duplication of code or content.<br />
 The Core package provides the ability to manage news articles, search functionality a contact form, a WYSIWYG editor (for your customers or editors) and numerous other built in functions. Additionally, there are hundreds of third party add-on tools that are quickly and easily installable to allow building websites with many different capabilities.<br />
 CMS Made Simple™ is built in PHP, and allows you to integrate many existing PHP scripts or PHP snippets into your website... Though you definitely don't need in-depth knowledge of PHP to use CMS Made Simple™.<br />
<br />
Languages: PHP 5.2.4+, recommend PHP 5.2.12+<br />
Database: MySQL 4.1+ or PostgreSQL 7 +<br />
License: CMS Made Simple™ is an open source (<a href="http://www.gnu.org/licenses/gpl-2.0.html" target="_blank">GPL</a>) package first released in July 2004.<br />
<br />
News: <a href="http://forum.cmsmadesimple.org/index.php/board,1.0.html" target="_blank">http://forum.cmsmadesimple.org/index.php/board,1.0.html</a><br />
Demo: <a href="http://php.opensourcecms.com/scripts/details.php?scriptid=9" target="_blank">http://php.opensourcecms.com/scripts/det...scriptid=9</a><br />
Roadmap: <a href="http://www.cmsmadesimple.org/development/roadmap/" target="_blank">http://www.cmsmadesimple.org/development/roadmap/</a><br />
Logo: <img src="http://www.softwarecolossus.com/assets/images/icons/cmsmadesimple.jpg" border="0" alt="[Image: cmsmadesimple.jpg]" />]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[IBD Micro CMS 3.5 released]]></title>
			<link>http://www.softwarecolossus.com/thread-30.html</link>
			<pubDate>Tue, 14 Dec 2010 07:20:40 -0700</pubDate>
			<guid isPermaLink="false">http://www.softwarecolossus.com/thread-30.html</guid>
			<description><![CDATA[IBD Micro CMS Official Website: <a href="http://www.impliedbydesign.com/ibd-micro-cms-static-content-manager.html" target="_blank">http://www.impliedbydesign.com/ibd-micro...nager.html</a><br />
<br />
<span style="font-weight: bold;">Download Links:</span><br />
Stable: <a href="http://www.impliedbydesign.com/files/software_downloads/microcms/microcms.zip" target="_blank">IBD Micro CMS 3.5</a><br />
<br />
<span style="font-weight: bold;">Introduction</span><br />
Micro CMS is the only program available that combines a search-engine-friendly WYSIWYG with a simple, AJAX-based content management system, making the management of your static web site incredibly easy and fast.<br />
<br />
<span style="font-weight: bold;">We have taken down the IBD Micro-CMS demo for now, due to some security issues. As soon as we are able, we will be putting it back up.</span><br />
<br />
Here's how a typical session with Micro CMS would work:<br />
1) The administrator logs in via a simple form.<br />
2) They visit the page where they have content the need to change.<br />
3) They click a button that is visible only to administrators, and without even having to refresh the page, they're offered a fully functional WYSIWIG to edit their content.<br />
Once they get done editing the content, they click a save button. Again, no page refreshing is needed, so it works super-fast! Micro CMS comes with an installer program to make installation easy for just about anyone. You just need a hosting account with PHP and a MySQL database, and you're set!<br />
<br />
<span style="font-weight: bold;">Note:</span> We have disabled the demo for now, but it should be back soon.<br />
<br />
<span style="font-size: 14pt;"><span style="font-weight: bold;">IBD Micro CMS 3.5 Features</span></span><br />
<ul>
<li>Micro CMS uses a WYSIWIG that is as search engine optimized as WYSIWYG gets!</li>
<li>AJAX-based page editing makes making changes to your site nearly instantanious.</li>
<li>Amazingly simple interface that anyone can understand. Setting up a site using Micro CMS only takes a few minutes.</li>
<li>Support for CSS styling for extra search engine optimization.</li>
<li>Easily preview changes before you commit to them.</li>
<li>Supports versioning, so you can roll back changes with the click of a button. You set the number of versions you want to be able to save through the admin area.</li>
<li>Comes with installer for easy database setup and configuration.</li>
<li>Cross-browser compatibility. For real! If you're an Internet Explorer user, you have the added benefit of spell checking.<br />
</li></ul>
<br />
Languages: PHP<br />
Database: MySQL]]></description>
			<content:encoded><![CDATA[IBD Micro CMS Official Website: <a href="http://www.impliedbydesign.com/ibd-micro-cms-static-content-manager.html" target="_blank">http://www.impliedbydesign.com/ibd-micro...nager.html</a><br />
<br />
<span style="font-weight: bold;">Download Links:</span><br />
Stable: <a href="http://www.impliedbydesign.com/files/software_downloads/microcms/microcms.zip" target="_blank">IBD Micro CMS 3.5</a><br />
<br />
<span style="font-weight: bold;">Introduction</span><br />
Micro CMS is the only program available that combines a search-engine-friendly WYSIWYG with a simple, AJAX-based content management system, making the management of your static web site incredibly easy and fast.<br />
<br />
<span style="font-weight: bold;">We have taken down the IBD Micro-CMS demo for now, due to some security issues. As soon as we are able, we will be putting it back up.</span><br />
<br />
Here's how a typical session with Micro CMS would work:<br />
1) The administrator logs in via a simple form.<br />
2) They visit the page where they have content the need to change.<br />
3) They click a button that is visible only to administrators, and without even having to refresh the page, they're offered a fully functional WYSIWIG to edit their content.<br />
Once they get done editing the content, they click a save button. Again, no page refreshing is needed, so it works super-fast! Micro CMS comes with an installer program to make installation easy for just about anyone. You just need a hosting account with PHP and a MySQL database, and you're set!<br />
<br />
<span style="font-weight: bold;">Note:</span> We have disabled the demo for now, but it should be back soon.<br />
<br />
<span style="font-size: 14pt;"><span style="font-weight: bold;">IBD Micro CMS 3.5 Features</span></span><br />
<ul>
<li>Micro CMS uses a WYSIWIG that is as search engine optimized as WYSIWYG gets!</li>
<li>AJAX-based page editing makes making changes to your site nearly instantanious.</li>
<li>Amazingly simple interface that anyone can understand. Setting up a site using Micro CMS only takes a few minutes.</li>
<li>Support for CSS styling for extra search engine optimization.</li>
<li>Easily preview changes before you commit to them.</li>
<li>Supports versioning, so you can roll back changes with the click of a button. You set the number of versions you want to be able to save through the admin area.</li>
<li>Comes with installer for easy database setup and configuration.</li>
<li>Cross-browser compatibility. For real! If you're an Internet Explorer user, you have the added benefit of spell checking.<br />
</li></ul>
<br />
Languages: PHP<br />
Database: MySQL]]></content:encoded>
		</item>
	</channel>
</rss>