<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1036556" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1036556</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/how-good-development-software-you-use#comment-1210593</link>
    <description> &lt;p&gt;Nearly forgot, the graphical tools for MySQL management I&#039;m aware of are:&lt;/p&gt;
&lt;ul class=&quot;bb-list&quot;&gt;
&lt;li&gt;&lt;a href=&quot;http://www.mysql.com/products/tools/query-browser/&quot; class=&quot;bb-url&quot;&gt;MySQL Query Browser&lt;/a&gt;/&lt;a href=&quot;http://www.mysql.com/products/tools/administrator/&quot; class=&quot;bb-url&quot;&gt;MySQL Administrator&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://www.navicat.com/index.html&quot; class=&quot;bb-url&quot;&gt;Navicat&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://webyog.com/en/&quot; class=&quot;bb-url&quot;&gt;Webyog&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;None of them are web-based however, the only one I know of that is: phpMyAdmin. Which you already know about. &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/smile.png&quot; title=&quot;Smiling&quot; alt=&quot;Smiling&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
 </description>
     <pubDate>Thu, 16 Nov 2006 12:32:04 +0000</pubDate>
 <dc:creator>JeevesBond</dc:creator>
 <guid isPermaLink="false">comment 1210593 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/how-good-development-software-you-use#comment-1210592</link>
    <description> &lt;blockquote class=&quot;bb-quote-body&quot;&gt;&lt;p&gt;&lt;strong&gt;BKuhlOrElse wrote:&lt;/strong&gt; We&#039;re not writing a PHP editor... we&#039;re writing Database Management software such as PHPMyAdminp&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;Ooops! Entirely my mistake. I read your reply incorrectly.&lt;/p&gt;
&lt;p&gt;Thinking about things I dislike about phpMyAdmin: -&lt;/p&gt;
&lt;ul class=&quot;bb-list&quot;&gt;
&lt;li&gt;Cluttered.&lt;/li&gt;
&lt;li&gt;No AJAX.&lt;/li&gt;
&lt;li&gt;Not Web Standards compliant.&lt;/li&gt;
&lt;li&gt;Looks pretty ugly.&lt;/li&gt;
&lt;li&gt;High learning curve for new users.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;So if I were you, I&#039;d be thinking of creating a very clean interface that uses AJAX to send SQL requests and recieve the resultsets. That would be nice, and would use less bandwidth.&lt;/p&gt;
&lt;p&gt;In common use of MySQL I typically create new users, assign permissions and create new databases. Occassionally I do SELECT queries, usually to see what users are in the database.&lt;/p&gt;
&lt;p&gt;Probably best is to concentrate on getting a great-looking design, that&#039;s immediately comfortable to use, with AJAX for most operations. Don&#039;t worry too much about features, that&#039;s one area where I don&#039;t believe you can compete with phpMyAdmin. Just try doing something different, for a different market. &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/smile.png&quot; title=&quot;Smiling&quot; alt=&quot;Smiling&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
&lt;p&gt;Does that help?&lt;/p&gt;
 </description>
     <pubDate>Thu, 16 Nov 2006 12:26:43 +0000</pubDate>
 <dc:creator>JeevesBond</dc:creator>
 <guid isPermaLink="false">comment 1210592 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/how-good-development-software-you-use#comment-1210546</link>
    <description> &lt;p&gt;I&#039;m getting Frustrated.  I&#039;m trying to get feedback for software I&#039;m working on, but forums just aren&#039;t providing enough of what I need.  How do I get customer feedback without having a copy of the software out equipped with a feedback option?  I&#039;m trying to find out what the customers want before putting features in that aren&#039;t wanted or won&#039;t be used.&lt;/p&gt;
 </description>
     <pubDate>Wed, 15 Nov 2006 14:32:41 +0000</pubDate>
 <dc:creator>BKuhlOrElse</dc:creator>
 <guid isPermaLink="false">comment 1210546 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/how-good-development-software-you-use#comment-1210442</link>
    <description> &lt;p&gt;We&#039;re not writing a PHP editor... we&#039;re writing Database Management software such as PHPMyAdmin with enhanced features, better design, and additional tools for webmasters to manage their programmers/graphic designers and their web sites.  &lt;/p&gt;
&lt;p&gt;I appreciate the links to those other database management scripts. I&quot;ll be taking a look at them.&lt;/p&gt;
 </description>
     <pubDate>Mon, 13 Nov 2006 20:49:31 +0000</pubDate>
 <dc:creator>BKuhlOrElse</dc:creator>
 <guid isPermaLink="false">comment 1210442 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/how-good-development-software-you-use#comment-1210439</link>
    <description> &lt;blockquote class=&quot;bb-quote-body&quot;&gt;&lt;p&gt;&lt;strong&gt;BKuhlOrElse wrote:&lt;/strong&gt; I&#039;m talking about web software written in PHP&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt; If this is an answer to the platform question, I meant will it work on Windows, Linux, and Mac (or any combination of these)?&lt;/p&gt;
&lt;p&gt;As it won&#039;t be Free (as in freedom) I would never use it anyway. I have one editor that works for everything, Haskell through to C to PHP, I regard it as a royal pain to switch specialised editors every time I switch languages and that&#039;s &lt;a href=&quot;http://www.webmaster-forums.net/showthread.php?t=36553&quot; class=&quot;bb-url&quot;&gt;Vim&lt;/a&gt;. It&#039;s probably the editor with the steepest learning curve, but the things that can be done with it are astounding.&lt;/p&gt;
&lt;p&gt;Looks like I&#039;m not in your target market really!&lt;/p&gt;
&lt;p&gt;I am aware of some of the competition you&#039;ll have in the PHP editor market: &lt;a href=&quot;http://www.zend.com/products/zend_studio&quot; class=&quot;bb-url&quot;&gt;Zend Studio&lt;/a&gt; and &lt;a href=&quot;http://www.activestate.com/Products/Komodo/&quot; class=&quot;bb-url&quot;&gt;Komodo&lt;/a&gt;. Are they able to do the same things you&#039;re proposing? There may well be some merit in integrating everything (scripting, FTP, database access) into one product.&lt;/p&gt;
&lt;blockquote class=&quot;bb-quote-body&quot;&gt;&lt;p&gt;&lt;strong&gt;BKhulOrElse wrote:&lt;/strong&gt; However the only software we&#039;ve really used is PHPMyAdmin to manage our databases.&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt; Seems this is the software most people use to manage their databases. It follows the Open Source mantra of: &#039;Do one thing, and do it well.&#039; There are also the tools I mentioned above (MySQL Administrator and Query Browser) and third-party tools such as: &lt;a href=&quot;http://www.navicat.com/index.html&quot; class=&quot;bb-url&quot;&gt;Navicat&lt;/a&gt;, or &lt;a href=&quot;http://webyog.com/en/&quot; class=&quot;bb-url&quot;&gt;Webyog&lt;/a&gt;. Those are the ones I&#039;ve heard of/tried to use at one time or another.&lt;/p&gt;
 </description>
     <pubDate>Mon, 13 Nov 2006 20:10:36 +0000</pubDate>
 <dc:creator>JeevesBond</dc:creator>
 <guid isPermaLink="false">comment 1210439 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/how-good-development-software-you-use#comment-1210366</link>
    <description> &lt;p&gt;I&#039;m talking about web software written in PHP you install on your web server and grant specific access to.  Specific lisencing hasn&#039;t been setup/specified, however we do know for the everyday user it won&#039;t be free.  BETA testers and those who contribute to our development will receive a reward, whether that be a free lisence or not is undetermined at this point.&lt;/p&gt;
&lt;p&gt;The software is primarily designed to allow for webmasters to better manage their employees (i.e - programmers/graphic artist).  To-do lists, ftp permissions, database permissions and such are some features to put more control into the webmaster&#039;s hands.  We&#039;re pondering what options we should include in our database manager.  However the only software we&#039;ve really used is PHPMyAdmin to manage our databases.  I&#039;m trying to get a feel from more experienced people of what makes up good database/ftp management software, and what is it missing?&lt;/p&gt;
 </description>
     <pubDate>Sun, 12 Nov 2006 03:59:50 +0000</pubDate>
 <dc:creator>BKuhlOrElse</dc:creator>
 <guid isPermaLink="false">comment 1210366 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/how-good-development-software-you-use#comment-1210350</link>
    <description> &lt;p&gt;What platform(s) are you creating this software under? What license will you be using? These are important questions for some of the people on this site, we may not be in your target market as we&#039;re Linux users.&lt;/p&gt;
&lt;p&gt;For MySQL database management I use the MySQL command-line client over SSH. There&#039;s nothing bad about it for dba style tasks, it&#039;s simple and works. Occassionally I want to have a rich client that can display large result sets better, in this case I use the MySQL Query Browser. It seems to work perfectly fine. Haven&#039;t got any complaints, but then I don&#039;t often use it! There&#039;s also the MySQL Administrator, which can help with dba tasks.&lt;/p&gt;
&lt;p&gt;FTP (using a GUI) under Linux could definately be improved upon, there&#039;s only one option called: gFTP. It&#039;s lacking a few features and sometimes crashes. Although they&#039;re just minor annoyances, certainly not enough to make me use a proprietary tool--or worse--go back to Windows! &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/smile.png&quot; title=&quot;Smiling&quot; alt=&quot;Smiling&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
 </description>
     <pubDate>Sat, 11 Nov 2006 19:03:42 +0000</pubDate>
 <dc:creator>JeevesBond</dc:creator>
 <guid isPermaLink="false">comment 1210350 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
