<?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>Es Developed - Fresh Website and Graphic Design &#187; databases</title> <atom:link href="http://esdev.net/tags/databases/feed/" rel="self" type="application/rss+xml" /><link>http://esdev.net</link> <description>Weblog</description> <lastBuildDate>Mon, 07 Jun 2010 13:35:21 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <item><title>Simple MySQL Database Management</title><link>http://esdev.net/simple-mysql-database-management/</link> <comments>http://esdev.net/simple-mysql-database-management/#comments</comments> <pubDate>Mon, 03 Nov 2008 12:00:36 +0000</pubDate> <dc:creator>Shawn</dc:creator> <category><![CDATA[web design]]></category> <category><![CDATA[code]]></category> <category><![CDATA[databases]]></category> <category><![CDATA[PHP]]></category><guid
isPermaLink="false">http://esdev.net/?p=462</guid> <description><![CDATA[
PhpMyAdmin is a great program for managing MySQL databases and is included in most web hosting control panels. But what turning a client loose in there? Scary.
Does the thought of letting a client manage their database through phpMyAdmin make you tremble in fear?
If you need to let a client edit their own databases—add and remove [...]]]></description> <content:encoded><![CDATA[<p><img
class="alignnone size-medium wp-image-468" title="vty-hd" src="http://esdev.net/wp-content/uploads/2008/10/vty-hd.jpg" alt="" width="560" height="130" /></p><p>PhpMyAdmin is a great program for managing MySQL databases and is included in most web hosting control panels. But what turning a client loose in there? Scary.</p><blockquote><p>Does the thought of letting a client manage their database through phpMyAdmin make you tremble in fear?</p></blockquote><p>If you need to let a client edit their own databases—add and remove records, there are a lot—A LOT—of things that can be messed up. Do you have to steady yourself on the furniture at just the thought?</p><p>I&#8217;m right there with you. There are way too many options available for mucking up a database using phpMyAdmin. Not only that, but you don&#8217;t want your clients passing out or going into an anxiety attack when they see phpMyAdmin for the first time.</p><h3>Simple Database Management With Vty</h3><p>Without having to build a custom admin system or anything like that, you can allow your clients to add and edit data in their databases with <a
href="http://www.kutukutu.com/vty/index.php">Vty</a>.</p><p>What exactly is <a
href="http://www.kutukutu.com/vty/index.php">Vty</a>?</p><ul><li>Web-based MySQL database management script written in PHP</li><li>Lets you view and edit your database tables</li><li>It&#8217;s only 1 file—yes, just one 30KB file needs to be uploaded to the server</li><li>It&#8217;s free under a GPL license</li><li>Supports multiple languages (English, Turkish, Italian, Spanish)</li></ul><p><span
id="more-462"></span></p><p>While, Vty (currently version 1.6) still gives a little more power to your client than needed in most cases, with an acceptable amount of effort, you can trim out the bits you don&#8217;t need/want.</p><h3>Try It Yourself</h3><p>As LeVar Burton always said, &#8220;But you don&#8217;t have to take my word for it&#8221;.</p><ul><li><a
href="http://www.kutukutu.com/vty/vty_database_manager_mysql_mssql_.php?sc_i_">Vty Screenshots</a></li><li><a
href="http://www.kutukutu.com/vty/vty_database_manager_mysql_mssql_.php?de_i_">Try the Vty Demo</a></li></ul><h3>Customizing Vty</h3><p>Since Vty is just a PHP script, you can edit and change the bits you need to customize the experience. Here&#8217;s just a taste of what&#8217;s possible with a bit of extra work (from one of my recent projects).</p><p><img
class="alignnone size-medium wp-image-464" title="vty-custom-admin-screen" src="http://esdev.net/wp-content/uploads/2008/10/vty-custom-admin-screen.png" alt="" width="250" height="200" /><br
/> <span
class="article_caption">Simplified entry page with client&#8217;s name and branding<br
/> </span></p><p><img
class="alignnone size-medium wp-image-465" title="vty-custom-edit-records-screen" src="http://esdev.net/wp-content/uploads/2008/10/vty-custom-edit-records-screen.png" alt="" width="250" height="200" /><br
/> <span
class="article_caption">Editing a record inline / text links replaced with icons<br
/> </span></p><p>In the above screenshots, I replaced some of the text links with icons from the <a
href="http://www.famfamfam.com/lab/icons/silk/">Silk icon set</a>. I also changed some of the wording to be more logical for my client and project (ex: changed &#8216;Insert a New Record&#8217; to &#8216;Add a New Member&#8217;).</p><p>The tricky part of customizing Vty is that the classes, IDs and functions are written in Turkish. That&#8217;s fine if you speak Turkish, but less helpful if you don&#8217;t. Fortunately, most everything&#8217;s in a function and there&#8217;s some helpful comments in English in the code, so you can use this to suss out everything. Search and replace will be a big help.</p><h3>MS SQL Anyone?</h3><p>There&#8217;s also a script that works with MS SQL that you could try: <a
href="http://www.kutukutu.com/vty/index.php">MS SQL Simple Manager</a> (toward the bottom of the page). I haven&#8217;t tried this, but it&#8217;d be worth a shot checking out.</p><h3>Database Management Made Easy</h3><p>Vty is a great free tool for giving your clients and simple and safe way of managing information in their databases. I&#8217;m certainly glad I found it and hopefully this will be helpful</p><p>Is anybody already using Vty in some of their projects? I&#8217;d love to hear about how you&#8217;re making use of this script.</p> ]]></content:encoded> <wfw:commentRss>http://esdev.net/simple-mysql-database-management/feed/</wfw:commentRss> <slash:comments>2</slash:comments> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (user agent is rejected)
Database Caching 148/168 queries in 0.110 seconds using disk

Served from: esdev.net @ 2010-07-30 14:26:59 -->