<?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/"
	xmlns:series="http://unfoldingneurons.com/"
	>

<channel>
	<title>Programming Ideas, Logics, Tips and Tricks &#187; editor</title>
	<atom:link href="http://www.sajithmr.me/tag/editor/feed" rel="self" type="application/rss+xml" />
	<link>http://www.sajithmr.me</link>
	<description></description>
	<lastBuildDate>Sat, 07 Apr 2012 16:30:06 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Mysql Table Editor</title>
		<link>http://www.sajithmr.me/mysql-table-editor</link>
		<comments>http://www.sajithmr.me/mysql-table-editor#comments</comments>
		<pubDate>Thu, 04 Jun 2009 04:31:56 +0000</pubDate>
		<dc:creator>Mr Me</dc:creator>
				<category><![CDATA[php]]></category>
		<category><![CDATA[php source code]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[editor]]></category>
		<category><![CDATA[msql]]></category>
		<category><![CDATA[phpmyadmin]]></category>
		<category><![CDATA[query]]></category>
		<category><![CDATA[sql]]></category>
		<category><![CDATA[table]]></category>

		<guid isPermaLink="false">http://www.sajithmr.com/?p=439</guid>
		<description><![CDATA[In a php project, if we get the requirement , we usually start design and database. But the data entry procedure is very hard. In this case PhpMyadmin is a good comfort.  Here is another tool from phpguru.org , MySQL Table Editor. Using this library you can make your database table editable from your php [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.sajithmr.com/wp-content/uploads/2009/06/mysql-table-editor.png"><img class="alignnone size-full wp-image-442" title="mysql-table-editor" src="http://www.sajithmr.com/wp-content/uploads/2009/06/mysql-table-editor.png" alt="" width="291" height="59" /></a></p>
<p>In a php project, if we get the requirement , we usually start design and database. But the data entry procedure is very hard. In this case PhpMyadmin is a good comfort. </p>
<p>Here is another tool from phpguru.org , MySQL Table Editor. Using this library you can make your database table editable from your php code. </p>
<p>You can  :</p>
<ol>
<li>Select the table to be displayed</li>
<li>decide which column should be hidden</li>
<li>Whether a column should be editable or not</li>
<li>Add advanced searching option</li>
<li>Download the table as csv format</li>
<li>Add pagination</li>
<li>Set alias display name for your column</li>
</ol>
<div>Download Library from: </div>
<div><a href="http://www.phpguru.org/downloads/TableEditor/TableEditor.zip">http://www.phpguru.org/downloads/TableEditor/TableEditor.zip</a></div>
<div></div>
<div>Documentation:</div>
<div><a href="http://www.phpguru.org/static/TableEditor.html">http://www.phpguru.org/static/TableEditor.html</a></div>
<div></div>
<div>Sample Code Below:</div>
<pre class="crayon-plain-tag"><code>&lt;?php
require_once('TableEditor.php');
//database connection object 
$db_conn = mysql_connect('localhost','root','');
mysql_select_db('mydbname'); 




//select the table to be edited, here it is accounts
$editor = new TableEditor($db_conn, 'accounts');
//I dont want to display id and password column
$editor-&gt;noDisplay('id');
$editor-&gt;noDisplay('password');
//the email column should not be editable
$editor-&gt;noEdit('email');
//set display name for column email and login
$editor-&gt;setDisplayNames(array('email'       =&gt; 'Email',
                              'login'     =&gt; 'Username'
                              ));
//sort order of first name
$editor-&gt;setDefaultOrderby('namefirst', 0);
//set which are the filed to be searchable
$editor-&gt;setConfig('searchableFields', array('namefirst', 'namelast', 'email'));
//can set the type of input field
$editor-&gt;setInputType('available', 'select');
//finally display the editor window
$editor-&gt;display();
?&gt;</code></pre>
]]></content:encoded>
			<wfw:commentRss>http://www.sajithmr.me/mysql-table-editor/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Google Chrome</title>
		<link>http://www.sajithmr.me/google-chrome</link>
		<comments>http://www.sajithmr.me/google-chrome#comments</comments>
		<pubDate>Wed, 03 Sep 2008 15:22:07 +0000</pubDate>
		<dc:creator>Mr Me</dc:creator>
				<category><![CDATA[webworld]]></category>
		<category><![CDATA[Browser]]></category>
		<category><![CDATA[chrash]]></category>
		<category><![CDATA[chrome]]></category>
		<category><![CDATA[editor]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[flop]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[mozilla]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.sajithmr.com/google-chrome/</guid>
		<description><![CDATA[10 Features of Google Chrome &#8211; Youtube Video [youtube:http://in.youtube.com/watch?v=Xlh8gSF_hhE] Yes, a browser with very simple layout. The features i like in this new browser is its full screee view. The only thing in the top area is the location bar. No other menus or buttons or panels are there. It gives a comfort feeling. (All [...]]]></description>
			<content:encoded><![CDATA[<h3>10 Features of Google Chrome &#8211; Youtube Video</h3>
<p>[youtube:http://in.youtube.com/watch?v=Xlh8gSF_hhE]</p>
<p>Yes, a browser with very simple layout. The features i like in this new browser is its full screee view. The only thing in the top area is the location bar. No other menus or buttons or panels are there. It gives a comfort feeling. (All other browsers are very congested )</p>
<p><img src="http://www.sajithmr.com/wp-content/uploads/2008/09/03pogue_span.jpg" alt="The Competition is started" width="467" height="202" /></p>
<p>Another feature i like to see was that task manager. I was searching for such a plugin in mozilla. Which tabs takes more memory , more internet resources etc. And we can even end the process . Good approach google. Hats off.</p>
<p>The next feature i like is downloading files. It never ask for location for saving. After download you can save as you wish (You can drag the downloaded file anywhere in your computer ). So when you want to download , just download it !!!</p>
<p>On the very first day, i got a crashed warning message from chrome while i browsing !!!</p>
<p><img src="http://www.sajithmr.com/wp-content/uploads/2008/09/crashed2.JPG" alt="Google Chrome Crashed" /></p>
<p>But there was option to restart, so saved  all the tabs.</p>
<p>Another feature i liked is it error display mechanism. It shows proper error and proper solution just like google style <img src='http://www.sajithmr.me/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><img src="http://www.sajithmr.com/wp-content/uploads/2008/09/error.JPG" alt="Dns Error Chrome" width="525" height="183" /></p>
<p>One feature i expect was the warning before closing tabs. When i closed the browser, all the tab get closed without any warning.. I think firefox made me to think like this .</p>
<p>And in option , you can see the saved passwords (without any masking !!!) .  That is a bad feature i think.Lets expect more features in the coming update .</p>
<p>And about wordpress editor; some of the functions of WYSWUG wordpress editor is not working with chrome. I think this is because of the javascript compatibility  .</p>
<p>From a developer angle , i got one more browser to test a webpage  (How it appears after changing the html, javascript and css )</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sajithmr.me/google-chrome/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>

