<?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>Mahbubur Rahman - jQuery, PHP, JavaScript, Codeigniter, CSS &#187; Tools</title>
	<atom:link href="http://www.mahbubblog.com/category/tools/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mahbubblog.com</link>
	<description>PHP, JQUERY, JAVASCRIPT fun</description>
	<lastBuildDate>Thu, 02 Jun 2011 09:28:55 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Sorting table columns in mysql by adminer</title>
		<link>http://www.mahbubblog.com/php/sorting-table-columns-in-mysql-by-adminer/</link>
		<comments>http://www.mahbubblog.com/php/sorting-table-columns-in-mysql-by-adminer/#comments</comments>
		<pubDate>Mon, 07 Sep 2009 05:16:13 +0000</pubDate>
		<dc:creator>Mahbub</dc:creator>
				<category><![CDATA[mysql]]></category>
		<category><![CDATA[Php]]></category>
		<category><![CDATA[Tools]]></category>

		<guid isPermaLink="false">http://www.mahbubblog.com/?p=207</guid>
		<description><![CDATA[Sorting columns in a mysql table has always been a nasty way to deal with. It can be done some sql commands of course but this is not what we do more often. Even the most popular DB admin package &#8211; phpmyadmin doesn&#8217;t provide such utility to sort or re-arrange fields in mysql. It occurred [...]]]></description>
			<content:encoded><![CDATA[<p>Sorting columns in a mysql table has always been a nasty way to deal with. It can be done some sql commands of course but this is not what we do more often. Even the most popular DB admin package &#8211; phpmyadmin doesn&#8217;t provide such utility to sort or re-arrange fields in mysql. It occurred to me a lot of times that i had to bring some filed to a different position for convenience after i first created it. But i had to run some queries which i never liked, to do this task.</p>
<p>So ADMINER (formerly phpminadmin) comes up with a nifty utility in their one file standalone package.</p>
<p>If you haven&#8217;t heard of Adminer yet (you must have missed a great tool),  download from http://www.adminer.org/en/</p>
<p>And run it from your web server from any location. After entering credentials and selecting database, just select a table from the left which appears like this.</p>
<p><a href="http://www.mahbubblog.com/wp-content/uploads/2009/09/adminer_table_select.jpg"><img class="alignnone size-medium wp-image-208" title="adminer_table_select" src="http://www.mahbubblog.com/wp-content/uploads/2009/09/adminer_table_select-300x157.jpg" alt="adminer_table_select" width="300" height="157" /></a></p>
<p>Now you get some options like &#8211; Alter table   |   Default values  |   Select table  |  New item</p>
<p>Select Alter Table and you get a screen like this</p>
<p><a style="text-decoration: none; color: #cc6600; padding: 0px; margin: 0px; border: 0px initial initial;" href="http://www.mahbubblog.com/wp-content/uploads/2009/09/adminer.jpg"><img style="text-align: center; padding: 0px; margin: 0px; border: 0px none initial;" title="adminer" src="http://www.mahbubblog.com/wp-content/uploads/2009/09/adminer-300x117.jpg" alt="adminer" width="300" height="117" /></a></p>
<p>Alright, you pretty know what to do with those up and down arrows now. Don&#8217;t forget to save the changes <img src='http://www.mahbubblog.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.mahbubblog.com/php/sorting-table-columns-in-mysql-by-adminer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PhpMinAdmin &#8211; nearest alternative to phpMyAdmin</title>
		<link>http://www.mahbubblog.com/php/phpminiadmin-nearest-alternative-to-phpmyadmin/</link>
		<comments>http://www.mahbubblog.com/php/phpminiadmin-nearest-alternative-to-phpmyadmin/#comments</comments>
		<pubDate>Wed, 18 Mar 2009 10:25:28 +0000</pubDate>
		<dc:creator>Mahbub</dc:creator>
				<category><![CDATA[mysql]]></category>
		<category><![CDATA[Php]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[adminer]]></category>
		<category><![CDATA[dbadmin]]></category>
		<category><![CDATA[phpminadmin]]></category>
		<category><![CDATA[phpminiadmin]]></category>
		<category><![CDATA[phpmyadmin]]></category>

		<guid isPermaLink="false">http://www.mahbubblog.com/?p=119</guid>
		<description><![CDATA[I can&#8217;t possibly tell how many times i&#8217;ve been seriously irritated  navigating to phpmyadmin option of my hosting or hostings of the projects i have worked with. Most of the cases you&#8217;ll have to click many times. And in Plesk ? It simply sucks when it comes to use phpMyAdmin from there. I&#8217;ve always used [...]]]></description>
			<content:encoded><![CDATA[<p>I can&#8217;t possibly tell how many times i&#8217;ve been seriously irritated  navigating to phpmyadmin option of my hosting or hostings of the projects i have worked with. Most of the cases you&#8217;ll have to click many times. And in Plesk ? It simply sucks when it comes to use phpMyAdmin from there. I&#8217;ve always used phpminiadmin as a quick alternative solution because it needs no configuration and no install. But it&#8217;s very basic and needs too much typing to get things done. Today I found phpminadmin. It&#8217;s just the name without the <strong>i </strong>in php phpmin<strong><span style="color: #ff0000; ">i</span></strong>admin. It simply rocks!! It has nearly every option that you&#8217;d normally expect from a db admin tool. And to me, it&#8217;s a substitute to phpmyadmin for ongoing operations.</p>
<p><a href="http://www.mahbubblog.com/wp-content/uploads/2009/03/phpminadmin.png"><img class="size-medium wp-image-120" title="phpminadmin" src="http://www.mahbubblog.com/wp-content/uploads/2009/03/phpminadmin-300x160.png" alt="phpminadmin screenshot" width="300" height="160" /></a></p>
<p>It has select, search, edit, index , create &#8212; almost everything u need. The best part is that it needs no install and it&#8217;s a single file weighing about 167KB.</p>
<p>But of course, i&#8217;m not saying it&#8217;s a fully alternative to phpmyadmin. No way. They have been developing this mighty tool for over nine years.  But phpminadmin surely is a very very good altenative of that for quick solutions. Check it out here.</p>
<p><a href="http://phpminadmin.sourceforge.net/" target="_blank">http://phpminadmin.sourceforge.net/</a></p>
<p>Why didn&#8217;t I find it earlier ?  :-(</p>
<p><strong>UPDATE : THE PROJECT HAS BEEN RENAMED TO &#8220;adminer&#8221; AND IS AVAILABLE at </strong><a href="http://www.adminer.org/en/"><strong>http://www.adminer.org/en/</strong></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.mahbubblog.com/php/phpminiadmin-nearest-alternative-to-phpmyadmin/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>What if there were no firebug ?</title>
		<link>http://www.mahbubblog.com/miscellaneous/what-if-there-were-no-firebug/</link>
		<comments>http://www.mahbubblog.com/miscellaneous/what-if-there-were-no-firebug/#comments</comments>
		<pubDate>Thu, 12 Mar 2009 11:39:11 +0000</pubDate>
		<dc:creator>Mahbub</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Misc]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[firebug]]></category>
		<category><![CDATA[firebug lite]]></category>
		<category><![CDATA[MRI]]></category>
		<category><![CDATA[x-ray]]></category>

		<guid isPermaLink="false">http://www.mahbubblog.com/?p=81</guid>
		<description><![CDATA[Sometimes this comes to my mind that what if there were no firebug ? What would it mean to debug the DOM and Javascript, AJAX &#8211; everything ? The answer comes like a dark age. Seriously, we got so much used to Firebug that i can&#8217;t even think of making apps that involves DOM manipulation, [...]]]></description>
			<content:encoded><![CDATA[<a href="http://www.mahbubblog.com/wp-content/uploads/2009/03/firebug.jpg"><img alt="firebug" title="firebug" width="442" height="154" class="size-full wp-image-88" src="http://www.mahbubblog.com/wp-content/uploads/2009/03/firebug.jpg" /></a>
<p>
Sometimes this comes to my mind that what if there were no firebug ? What would it mean to debug the DOM and Javascript, AJAX &#8211; everything ? The answer comes like a dark age. Seriously, we got so much used to Firebug that i can&#8217;t even think of making apps that involves DOM manipulation, AJAX.   If you&#8217;re reading this blog, i&#8217;m sure you know what&#8217;s firebug and what it does. Wait let me just list&#8217;em down what would life mean without firebug.</p>
<ul>
<li>I&#8217;d probably give up developing JS intensive pages</li>
<li>Would have stopped to enjoy playing with DOM and CSS&nbsp;</li>
<li>I&#8217;d be a guy with less AJAX knowledge than what i&#8217;m now</li>
<li>My hundreds of Man Hours would have been wasted trying to run after stupid errors.</li>
<li>I would scold and curse Microsoft for IE every other day</li>
<li>May be some other browser would have been my default browser</li>
<li>Or may be i&#8217;d be truly dependent on DOM inspector and web developer toolbar of FF although they are not as good as firebug.</li>
</ul>
<p>What else? Let me know what&#8217;s in your list.</p>
<p>And if you haven&#8217;t used firebug yet, to my language, you have committed a SIN. Let&#8217;s not bear the sin anymore <a target="_blank" href="http://getfirebug.com/">GETFIREBUG</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.mahbubblog.com/miscellaneous/what-if-there-were-no-firebug/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Make yourself comfortable with Circle Dock</title>
		<link>http://www.mahbubblog.com/tools/make-yourself-comfortable-with-circle-dock/</link>
		<comments>http://www.mahbubblog.com/tools/make-yourself-comfortable-with-circle-dock/#comments</comments>
		<pubDate>Mon, 09 Mar 2009 09:37:15 +0000</pubDate>
		<dc:creator>Mahbub</dc:creator>
				<category><![CDATA[Tools]]></category>
		<category><![CDATA[application dock]]></category>
		<category><![CDATA[circle dock]]></category>
		<category><![CDATA[favorite programs]]></category>

		<guid isPermaLink="false">http://www.mahbubblog.com/?p=51</guid>
		<description><![CDATA[How many times have you been irritated finding your most frequently used tools in quick launch, programs menu ? I guess lot of times. Clicking the mouse 3-4 times or more to execute your favorite programs is just awful. There are lot of programs coming to rescue to minimize clicks like using dockbars. But I&#8217;m [...]]]></description>
			<content:encoded><![CDATA[<p>How many times have you been irritated finding your most frequently used tools in quick launch, programs menu ? I guess lot of times. Clicking the mouse 3-4 times or more to execute your favorite programs is just awful. There are lot of programs coming to rescue to minimize clicks like using dockbars. But I&#8217;m more of a keyboard user and less mouse clickers. After using so many dock programs , my most favorite pick is the circle dock. You can add as many programs and folders as you want and they come like this</p>
<a href="http://www.mahbubblog.com/wp-content/uploads/2009/03/circle_dock1.jpg"><img alt="Circle Dock" title="circle_dock1" width="300" height="225" class="size-medium wp-image-73" src="http://www.mahbubblog.com/wp-content/uploads/2009/03/circle_dock1-300x225.jpg" /></a>
<p>Looks awsome, right? <span id="more-51"></span>It just pops up when pressing it by a key. I&#8217;ve used the key F1. I don&#8217;t recall when did i last pressed F1 for help. So it was kind of useless. Pressing F1 or clicking on any of the programs closes it. Very easy and handy, stays on your systray&nbsp; and consumes 1-5MB depending on the resources you put.</p>
<p>&nbsp;</p>
<h2>How to get it ?</h2>
<p>It&#8217;s open source and free. It can be downloaded from <a href="http://sourceforge.net/projects/circledock/">http://sourceforge.net/projects/circledock/</a>. Download, install, play and have fun with the configuration options. All the options are self explanatory.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mahbubblog.com/tools/make-yourself-comfortable-with-circle-dock/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Why not use black background in your code editor ?</title>
		<link>http://www.mahbubblog.com/tools/why-not-use-black-background-in-your-code-editor/</link>
		<comments>http://www.mahbubblog.com/tools/why-not-use-black-background-in-your-code-editor/#comments</comments>
		<pubDate>Tue, 03 Mar 2009 05:18:53 +0000</pubDate>
		<dc:creator>Mahbub</dc:creator>
				<category><![CDATA[Tools]]></category>
		<category><![CDATA[blackscreen]]></category>
		<category><![CDATA[editor]]></category>
		<category><![CDATA[notepad++]]></category>
		<category><![CDATA[php editor]]></category>

		<guid isPermaLink="false">http://www.mahbubblog.com/?p=40</guid>
		<description><![CDATA[I just realized that I spend more time with Notepad++ than my wife . Well, it&#8217;s nothing new for a full time programmer. So why not make my code editor comfortable for me. I have to stare the editor more than 9-10hrs a day. So a huge pressure on eyes. For a long term perspective, [...]]]></description>
			<content:encoded><![CDATA[<p>I just realized that I spend more time with Notepad++ than my wife <img src='http://www.mahbubblog.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> . Well, it&#8217;s nothing new for a full time programmer. So why not make my code editor comfortable for me. I have to stare the editor more than 9-10hrs a day. So a huge pressure on eyes. For a long term perspective, i must take care of the eye. The screen distance, the radiation, frequecny- everything must be taken seriously.</p>
<p>My favorite code editor is notepad++. It&#8217;s lightweight, sleek and has very good options to code PHP, JS, HTML. The default installation comes with a white background as most others do. But let me show how my code window looks.</p>
<p><a href="http://www.mahbubblog.com/wp-content/uploads/2009/03/npp_bg.gif" target="_blank"><img height="304" width="500" class="alignnone size-large wp-image-41" title="Notepad++ Background" alt="Notepad++ Background" src="http://www.mahbubblog.com/wp-content/uploads/2009/03/npp_bg-1024x622.gif" /></a></p>
<p>&nbsp;</p>
<p>I feel more comfortable reading these colored texts on a black and it helps me work more. And actually the radiation from a black screen is obviously less from a white screen. So in the long run, it&#8217;s helpful for our eyes. </p>
<h2>How to do it&nbsp; in Windows ?</h2>
<p><span id="more-40"></span></p>
<p>Download Notepad++ if you don&#8217;t have it from <a target="_blank" href="http://notepad-plus.sourceforge.net/uk/site.htm">http://notepad-plus.sourceforge.net/uk/site.htm</a></p>
<p>On that page find a section called &quot;Style files&quot; and you&#8217;ll see two styles there which are</p>
<p><a href="http://notepad-plus.sourceforge.net/commun/misc/Port_of_Ruby_Blue.zip"> Ruby Blue</a> (<a href="http://notepad-plus.sourceforge.net/commun/screenshots/scrsh_rubyBlue2.png" target="blank">Screenshot</a>) : by <a href="javascript:writeTo('sourceforge.net','tonoslo');"><strong>tomsolo</strong></a><br />
<a href="http://notepad-plus.sourceforge.net/commun/misc/Port_VibrantInk.zip">Vibrant Ink</a>  (<a href="http://notepad-plus.sourceforge.net/commun/screenshots/scrsh_VibrantInk.png" target="blank">Screenshot</a>) : by <a href="javascript:writeTo('gmail.com','tyler.ritchie');"><strong>Tyler Ritchie</strong></a></p>
<ul>
<li>Download any of them and save the zip file somewhere (possibly&nbsp; on your desktop).</li>
<li>Now unzipping that archive will let you find a file called stylers.xml. Copy this file (CTRL+C).</li>
<li>Now type %appdata% in your run panel in start menu. Your application data directory will show up.</li>
<li>And now find the folder called notepad++ and paste that xml file which you have just copied.</li>
<li>Restart notepad++ and there you go!!</li>
</ul>
<p>For further customization in colors and fonts you can always change it from &quot;settings-&gt;Styler Configurator&quot; and select your language from there (I changed only php and javascript).</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mahbubblog.com/tools/why-not-use-black-background-in-your-code-editor/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>Safari 4, impressing !!</title>
		<link>http://www.mahbubblog.com/tools/safari-4-impressing/</link>
		<comments>http://www.mahbubblog.com/tools/safari-4-impressing/#comments</comments>
		<pubDate>Mon, 02 Mar 2009 04:53:09 +0000</pubDate>
		<dc:creator>Mahbub</dc:creator>
				<category><![CDATA[Tools]]></category>
		<category><![CDATA[new look]]></category>
		<category><![CDATA[safari]]></category>

		<guid isPermaLink="false">http://www.mahbubblog.com/?p=24</guid>
		<description><![CDATA[I downloaded the safari 4 for windows(haven&#8217;t found enough reasons to swicth to MAC) last week. It looks pretty optimized the way they have designed. It&#8217;s no doubt that MAC people are creative. They put signatures wherever they go. The recent release of Safari proves it once again. It gives you the best possible area [...]]]></description>
			<content:encoded><![CDATA[<p>I downloaded the safari 4 for windows(haven&#8217;t found enough reasons to swicth to MAC) last week. It looks pretty optimized the way they have designed. It&#8217;s no doubt that MAC people are creative. They put signatures wherever they go. The recent release of Safari proves it once again. It gives you the best possible area within the browser. So many toolbars in browser sometimes are very irritating. Sometime you wan to have more space in browser so that you have to use the scroller less. Safari 4 tried to make the best use of it. They have shifted the tab bar to the title bar and i found this very creative. As a web developer and designer, we have to test in all browsers. Although IE makes our life hell when we see that more than 50% are still IE users and making a page compatible in IE6,7 is more than 50% of entire design work.  Anyways, Let&#8217;s not fall over IE now. I&#8217;m talking Safari now.  We know that Safari and Google Chrome uses the same rendering engine. And Safari&#8217;s top right menu looks pretty the same as google chrome. But there&#8217;s certain improvements in Safari&#8217;s rendering engine. Like you can set the border radius of fieldset element in Safari but Chrome can&#8217;t render it as rounded. I haven&#8217;t tested other things but it seems there are more. I hope google updates chrome with the latest webkit.  The startpage was inspired by opera but in an improved manner. Here&#8217;s how it looks.  <a target="_blank" href="http://www.mahbubblog.com/wp-content/uploads/2009/03/safari_startpage.jpg"><img height="224" width="368" alt="Safari 4 startpage" src="http://www.mahbubblog.com/wp-content/uploads/2009/03/safari_startpage-1024x621.jpg" title="safari_startpage" class="size-large wp-image-25" /></a>  <br style="clear: both;" /><br />
Looks cool, huh?</p>
<p><span id="more-24"></span></p>
<p>Now talking about the speed of browsing!! When installing, i didn&#8217;t install the bonjour package with it and to me it&#8217;s the fastest browser right now in my PC. It responds faster than Chrome, which used to be the fastest&nbsp;until&nbsp;i installed Safari.  I&#8217;m pretty impressed by it. Let&#8217;s discover it more.  Thanks to Apple.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mahbubblog.com/tools/safari-4-impressing/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

