<?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>Webmaster Bulletin &#187; Databases</title>
	<atom:link href="http://www.webmasterbulletin.net/category/technologies/database-management/feed" rel="self" type="application/rss+xml" />
	<link>http://www.webmasterbulletin.net</link>
	<description>Rambling around the web publishing industry</description>
	<lastBuildDate>Wed, 21 Jul 2010 09:48:58 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Database comparison tools</title>
		<link>http://www.webmasterbulletin.net/2009/05/database-comparison-tools/850</link>
		<comments>http://www.webmasterbulletin.net/2009/05/database-comparison-tools/850#comments</comments>
		<pubDate>Wed, 20 May 2009 08:26:36 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Databases]]></category>

		<guid isPermaLink="false">http://www.webmasterbulletin.net/?p=850</guid>
		<description><![CDATA[After a few schema problmes on some obscure CMS installation, I decided to go for an automatic comparison of database schemas. Here is a list of tools you might try

Commercial tools often come with synchronsiation features :

Mysqlworkbench commercial edition


SpectralCore Sync&#8217; database (trial version)


SQLMANAGER EMS DB Comparer for mysql
Nob Hill Database Compare


FreeWare or scripts

web  based mysqldiff [...]]]></description>
			<content:encoded><![CDATA[<p>After a few schema problmes on some obscure CMS installation, I decided to go for an automatic comparison of database schemas. Here is a list of tools you might try</p>
<ul>
<li>Commercial tools often come with synchronsiation features :
<ul>
<li>Mysqlworkbench commercial edition</li>
</ul>
<ul>
<li><a href="http://www.spectralcore.com">SpectralCore Sync&#8217; database (trial version)</a></li>
</ul>
<ul>
<li><a href="http://www.sqlmanager.net/en/products/mysql/dbcomparer/download">SQLMANAGER EMS DB Comparer for mysql</a></li>
<li><a rel="nofollow" href="http://nobhillsoft.com/NHDBCompare.aspx">Nob Hill Database Compare</a></li>
</ul>
</li>
<li>FreeWare or scripts
<ul>
<li><a href="http://www.mysqldiff.org/">web  based mysqldiff :  http://www.mysqldiff.org/</a></li>
<li>for script addicts,<a href="http://forums.mysql.com/read.php?20,60578,61225#msg-61225"> this poor man&#8217;s schema comparator can be an option too </a></li>
<li><a href="http://www.liquibase.org/">database change management :  http://www.liquibase.org/</a></li>
<li>TOAD  for mysql freeware : <a href="http://www.quest.com/toad-for-mysql/">http://www.quest.com/toad-for-mysql/</a></li>
</ul>
</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.webmasterbulletin.net/2009/05/database-comparison-tools/850/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Explaining database schema description formats</title>
		<link>http://www.webmasterbulletin.net/2009/04/explaining-database-schema-description-formats/798</link>
		<comments>http://www.webmasterbulletin.net/2009/04/explaining-database-schema-description-formats/798#comments</comments>
		<pubDate>Sat, 25 Apr 2009 08:03:34 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Databases]]></category>

		<guid isPermaLink="false">http://www.webmasterbulletin.net/?p=798</guid>
		<description><![CDATA[It is now common practise to use XML or YML (YAML) as convetionnal languages to describe SQL schema. This is particularly true within frameworks such as Symfony, propel, Doctrine , PhpOpenBiz. The advantages of using XML or YML to declare a DB schema include the automatic generation of SQL query codes and associated table relationship actions [...]]]></description>
			<content:encoded><![CDATA[<p>It is now common practise to use XML or YML (YAML) as convetionnal languages to describe SQL schema. This is particularly true within frameworks such as Symfony, <a href="http://propel.phpdb.org/trac/wiki/Users/Introduction/Technology">propel</a>, <a href="http://www.doctrine-project.org/documentation/cookbook/1_1/en/my-first-project">Doctrine</a> , <a href="http://www.phpopenbiz.org/jim/features">PhpOpenBiz</a>. The advantages of using XML or YML to declare a DB schema include the automatic generation of SQL query codes and associated table relationship actions such as CASCADE Delete. The final objective obviously is to work with databases as easily as a few lines of generation directives, a process that is used to  develops browser based   CRUD (Create Read Update Delete) applications.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.webmasterbulletin.net/2009/04/explaining-database-schema-description-formats/798/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>More on live grids : DHTMLXGRID</title>
		<link>http://www.webmasterbulletin.net/2008/07/more-on-live-grids-dhtmlxgrid/141</link>
		<comments>http://www.webmasterbulletin.net/2008/07/more-on-live-grids-dhtmlxgrid/141#comments</comments>
		<pubDate>Tue, 29 Jul 2008 12:00:13 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Content Management]]></category>
		<category><![CDATA[Databases]]></category>
		<category><![CDATA[grid]]></category>

		<guid isPermaLink="false">http://www.webmasterbulletin.net/?p=141</guid>
		<description><![CDATA[We &#8216;ve covered Jquery, extjs and DOJO &#8217;s grid : even though they all cover a gerat amount of features, none of them opensource celebrities can compete with chaklf GPL half commercial DHTMLXGRID, that delivers all features you can expect from a modern HTML AJAX powered Grid : buffered data (unlimited scrolling), editable fields with [...]]]></description>
			<content:encoded><![CDATA[<p>We &#8216;ve covered Jquery, extjs and DOJO &#8217;s grid : even though they all cover a gerat amount of features, none of them opensource celebrities can compete with chaklf GPL half commercial DHTMLXGRID, that delivers all features you can expect from a modern HTML AJAX powered Grid : buffered data (unlimited scrolling), editable fields with rich in-cell editing, fixed <strong>multiline headers/footers</strong>, resizable, sortable and draggable columns, built-in <strong>filtering</strong>, <strong>searching and grouping</strong> capabilities. Numerous event handlers let you add necessary interactivity to grid-based interfaces .The only drawback to relying on such vendors is that one day -it&#8217;s probably a matter of weeks- the opensource geeks will be up to date, including many more functions and compatibility guarantees. In the meanwhile, if you can&#8217;t afford to wait, go for <a href="http://dhtmlx.com/docs/products/dhtmlxGrid/index.shtml">DHTMLXGRID </a>with GPL license. If you plan to switch technologies, make sure your server side data delivery complies to standards datasources supported by most javascript grids, such as <strong>XML or JSON.</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.webmasterbulletin.net/2008/07/more-on-live-grids-dhtmlxgrid/141/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Ajax based universal data manager</title>
		<link>http://www.webmasterbulletin.net/2008/07/ajax-based-universal-data-manager/85</link>
		<comments>http://www.webmasterbulletin.net/2008/07/ajax-based-universal-data-manager/85#comments</comments>
		<pubDate>Wed, 23 Jul 2008 14:07:53 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Repositories]]></category>
		<category><![CDATA[ajax]]></category>

		<guid isPermaLink="false">http://www.webmasterbulletin.net/?p=85</guid>
		<description><![CDATA[
Ever been through the nightmare of planning to unify all data sources your business is dealing with ? Ever thought of what could happen to sensitive data when you&#8217;re travelling all around the world, physically or virtually, aggregating experience and datasources from all over the place  ? Seems that web based content and data managment [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><img class="aligncenter size-medium wp-image-86" title="informatica" src="http://www.webmasterbulletin.net/wp-content/uploads/2008/07/informatica-500x321.png" alt="" width="500" height="321" /></p>
<p>Ever been through the nightmare of planning to unify all data sources your business is dealing with ? Ever thought of what could happen to sensitive data when you&#8217;re travelling all around the world, physically or virtually, aggregating experience and datasources from all over the place  ? Seems that web based content and data managment is a must these days, and it pays to look at ajax based software from California based Informatica, which develops its application on the basis of <a href="http://www.smartclient.com/" target="_blank">SmartClient </a>library. SmartClient library is part commercial, part GPL  : you can download client side libraries and develop your own modules to serve data to JSON, XML, or whatever data format you can handle to provide. <a href="http://www.informatica.com/products_services/powercenter/Pages/index.aspx" target="_blank">PowerCenter</a>, that&#8217;s the name you want to remember when searching for data unification and centralization, accessible anywhere. Migration, synchronisation, warehousing are common tasks accomplished by PowerCenter Enterprise Platform, for which the AJAX based client side we could experience is only the visible part of the infrastructure iceberg it aims to support.</p>
<p><span id="more-85"></span></p>
<p>These data integration challenges include building multi-terabyte data warehouses, migrating off legacy systems, synchronizing operational data stores, consolidating applications and gaining a holistic view of all relevant data. PowerCenter 8 allows customers to process unstructured, semi-structured and structured data in a single, unified environment. It is estimated that unstructured data &#8212; including spreadsheets, e-mail, Microsoft Word files, presentations and .PDF documents &#8212; represents up to 90 percent of the information within today&#8217;s enterprise. With PowerCenter 8, customers can tap into the wealth of enterprise data that was previously accessible only through time-consuming and expensive custom programming.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.webmasterbulletin.net/2008/07/ajax-based-universal-data-manager/85/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Content Manager from Webgate anywhere</title>
		<link>http://www.webmasterbulletin.net/2008/07/content-manager-from-webgate-anywhere/72</link>
		<comments>http://www.webmasterbulletin.net/2008/07/content-manager-from-webgate-anywhere/72#comments</comments>
		<pubDate>Tue, 22 Jul 2008 21:20:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Content Management]]></category>
		<category><![CDATA[Repositories]]></category>
		<category><![CDATA[extjs]]></category>
		<category><![CDATA[j2ee]]></category>

		<guid isPermaLink="false">http://www.webmasterbulletin.net/?p=72</guid>
		<description><![CDATA[
A lot of nice names for this commercial J2EE based content management system that demonstrates extensive use of best dynamic HTML practice, with the help of the very special extJS library. The problem with that demonstration is that it will take you a while before you can test it on your development servers as you [...]]]></description>
			<content:encoded><![CDATA[<p><img class="aligncenter size-full wp-image-73" title="webgatecontent" src="http://www.webmasterbulletin.net/wp-content/uploads/2008/07/webgatecontent.jpg" alt="" width="500" height="290" /></p>
<p>A lot of nice names for this commercial J2EE based content management system that demonstrates extensive use of best dynamic HTML practice, with the help of the very special extJS library. The problem with that demonstration is that it will take you a while before you can test it on your development servers as you will have to go through commercial business AND serious java expertise in collaboration with <a href="http://www.innovationgate.com">Innovation Gate</a>, the  german company that develops this system. But it&#8217;s worth the try : this CMS goes further than basic content and workflow  management : cross browser is not enough, WGA is also &#8220;cross client&#8221; :  Browser (IE and Mozilla), Lotus Notes, MSWord, HTML- and XML-Editors or Email are acceptable platform to work with the system that allows publishing content to any media : Web, Cell phone, PDA, pdf. Finally,  WGA allows to integrate any data source and to deal with it as &#8220;virtual repositories&#8221;. Invoices from SAP, business cases from CRM, data sheets from relational databases &#8211; all &#8220;business objects&#8221; are treated as content, just as if they were Web content maintained by authors.</p>
<ul>
<li> <a href="http://www.innovationgate.de/plugin-contentmanager/html/contentstore?dbkey=wga4-demo"> Click here for demo </a>(user : demo / password : demo)</li>
<li>Source:  <a href="http://extjs.com/forum/showthread.php?t=6095" target="_blank">ExtJs forum</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.webmasterbulletin.net/2008/07/content-manager-from-webgate-anywhere/72/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flexigrid : inside the next data browser</title>
		<link>http://www.webmasterbulletin.net/2008/07/flexigrid-inside-the-next-data-browser/52</link>
		<comments>http://www.webmasterbulletin.net/2008/07/flexigrid-inside-the-next-data-browser/52#comments</comments>
		<pubDate>Mon, 21 Jul 2008 21:43:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Databases]]></category>
		<category><![CDATA[jquery]]></category>

		<guid isPermaLink="false">http://www.webmasterbulletin.net/?p=52</guid>
		<description><![CDATA[
Advanced DHTML / javascript grid layouts have been around for a while : OpenRico&#8217;s livegrid  has been available for years, and last february a new version of EXTJS&#8217; grid came out (UPDATE : EXTJS is about to relaease a new version of its editable GRID) . Well it&#8217;s good news that Jquery javascript library should now [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><a href="http://None"><img class="alignnone size-medium wp-image-53" title="flash" src="http://www.webmasterbulletin.net/wp-content/uploads/2008/07/flash-500x251.png" alt="" width="500" height="251" /></a></p>
<p>Advanced DHTML / javascript grid layouts have been around for a while : <a href="http://webxadmin.free.fr/article/open-rico-opensource-javascript-library-for-a-250.php">OpenRico&#8217;s livegrid</a>  has been available for years, and last february a new version of <a href="http://webxadmin.free.fr/article/extjs-livegrid-1081.php">EXTJS&#8217; grid </a>came out (UPDATE : <a href="http://extjs.com/blog/2008/07/23/preview-ext-gwt-grid-grid-plugins-and-editablegrid/" target="_self">EXTJS is about to relaease a new version of its editable GRID</a>) . Well it&#8217;s good news that Jquery javascript library should now be able to provide its own implentation of a data grid, with many features that any good data master should expect&#8230;</p>
<p><span id="more-52"></span></p>
<p>a good lot features but inplace editing, provided by competitor from <a title="dojo grid widget" href="http://ajaxian.com/archives/dojo-grid-widget-updated-data-integration-and-editing-improvements" target="_blank">DOJO</a>, is not available yet. No doubt that jquery&#8217;s <a href="http://www.appelsiini.net/projects/jeditable">jeditable </a>plugin  should come to the rescue soon.. Apart from this great missing friend, enjoy the following :</p>
<ul>
<li>Resizable columns</li>
<li>Resizable height and width</li>
<li>Sortable column headers</li>
<li>Cool theme</li>
<li>Can convert an ordinary table</li>
<li>Ability to connect to an ajax data source (XML and JSON[new])</li>
<li>Paging</li>
<li>Show/hide columns</li>
<li>Toolbar</li>
<li>Search</li>
<li>Accessible API</li>
</ul>
<p>more @ <a href="http://www.webplicity.net/flexigrid/">http://www.webplicity.net/flexigrid/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.webmasterbulletin.net/2008/07/flexigrid-inside-the-next-data-browser/52/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>drag &amp; drop tree</title>
		<link>http://www.webmasterbulletin.net/2008/07/drag-drop-tree/17</link>
		<comments>http://www.webmasterbulletin.net/2008/07/drag-drop-tree/17#comments</comments>
		<pubDate>Sun, 20 Jul 2008 14:16:45 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Content Management]]></category>
		<category><![CDATA[Databases]]></category>
		<category><![CDATA[Flash]]></category>

		<guid isPermaLink="false">http://dev/neopublish/wordpress/?p=17</guid>
		<description><![CDATA[Drag and Drop Tree Component . Allows dragging of nodes within a tree, dragging external objects to a tree, and dragging nodes to a custom trash object, re-ordering nodes with drag &#38; drop, populating the tree from an xml document, retrieving an xml string representing the tree
http://www.adobe.com/cfusion/exchange/index.cfm?event=extensionDetail&#38;loc=en_us&#38;extid=804451
]]></description>
			<content:encoded><![CDATA[<p>Drag and Drop Tree Component . Allows dragging of nodes within a tree, dragging external objects to a tree, and dragging nodes to a custom trash object, re-ordering nodes with drag &amp; drop, populating the tree from an xml document, retrieving an xml string representing the tree</p>
<p>http://www.adobe.com/cfusion/exchange/index.cfm?event=extensionDetail&amp;loc=en_us&amp;extid=804451</p>
]]></content:encoded>
			<wfw:commentRss>http://www.webmasterbulletin.net/2008/07/drag-drop-tree/17/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
