<?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:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Mahesh Prasad  ( Web Development ) [LAMP/AJAX/SEO/SQL/XML/JavaScript]</title>
	<atom:link href="http://maheshvnit.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://maheshvnit.wordpress.com</link>
	<description>Interested in Full time Job, Part time Job, Remote work, Consulting on web development, Freelance web consultant</description>
	<lastBuildDate>Thu, 05 Jan 2012 08:03:36 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='maheshvnit.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://0.gravatar.com/blavatar/e7dd17d1efa497f5b7b67b13447a01cb?s=96&#038;d=http%3A%2F%2Fs2.wp.com%2Fi%2Fbuttonw-com.png</url>
		<title>Mahesh Prasad  ( Web Development ) [LAMP/AJAX/SEO/SQL/XML/JavaScript]</title>
		<link>http://maheshvnit.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://maheshvnit.wordpress.com/osd.xml" title="Mahesh Prasad  ( Web Development ) [LAMP/AJAX/SEO/SQL/XML/JavaScript]" />
	<atom:link rel='hub' href='http://maheshvnit.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Python Django Profiler / Debugger : django-debug-toolbar</title>
		<link>http://maheshvnit.wordpress.com/2011/08/11/python-django-profiler-debuger-django-debug-toolbar/</link>
		<comments>http://maheshvnit.wordpress.com/2011/08/11/python-django-profiler-debuger-django-debug-toolbar/#comments</comments>
		<pubDate>Wed, 10 Aug 2011 19:19:40 +0000</pubDate>
		<dc:creator>Mahesh Prasad</dc:creator>
				<category><![CDATA[python]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[debug]]></category>
		<category><![CDATA[debugger]]></category>
		<category><![CDATA[django]]></category>
		<category><![CDATA[django debug toolbar]]></category>
		<category><![CDATA[profiler]]></category>

		<guid isPermaLink="false">http://maheshvnit.wordpress.com/?p=409</guid>
		<description><![CDATA[A configurable set of panels that display various debug information about the current request/response. The Django Debug Toolbar is a configurable set of panels that display various debug information about the current request/response and when clicked, display more details about the panel&#8217;s content. Currently, the following panels have been written and are working: Django version <a href="http://maheshvnit.wordpress.com/2011/08/11/python-django-profiler-debuger-django-debug-toolbar/" class="excerpt-more-link">[&#8230;]</a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=maheshvnit.wordpress.com&amp;blog=2221147&amp;post=409&amp;subd=maheshvnit&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>A configurable set of panels that display various debug information about the current request/response.</p>
<p>The Django Debug Toolbar is a configurable set of panels that display various debug information about the current request/response and when clicked, display more details about the panel&#8217;s content.</p>
<p>Currently, the following panels have been written and are working:</p>
<ul>
<li>Django version</li>
<li>Request timer</li>
<li>A list of settings in settings.py</li>
<li>Common HTTP headers</li>
<li>GET/POST/cookie/session variable display</li>
<li>Templates and context used, and their template paths</li>
<li>SQL queries including time to execute and links to EXPLAIN each query</li>
<li>List of signals, their args and receivers</li>
<li>Logging output via Python&#8217;s built-in logging, or via the <a href="http://logbook.pocoo.org/" target="_blank">logbook</a> module</li>
</ul>
<p>There is also one Django management command currently:</p>
<ul>
<li><cite>debugsqlshell</cite>: Outputs the SQL that gets executed as you work in the Python interactive shell.</li>
</ul>
<div>
<p><strong>1.)  Install the django debug toolbar with <a title="Easy Install : a python module (easy_install) bundled with setuptools that lets you automatically download, build, install, and manage Python packages." href="http://packages.python.org/distribute/easy_install.html" target="_blank">easy install</a> </strong></p>
<p>E:\&gt;cd python</p>
<p>E:\python&gt;cd Scripts</p>
<p><strong>E:\python\Scripts&gt;easy_install.exe django-debug-toolbar</strong></p>
<p>Searching for django-debug-toolbar</p>
<p>Reading http://pypi.python.org/simple/django-debug-toolbar/</p>
<p>Reading http://robhudson.github.com/django-debug-toolbar/</p>
<p>Reading http://github.com/robhudson/django-debug-toolbar/downloads</p>
<p>Reading http://rob.cogit8.org/blog/2008/Sep/19/introducing-django-debug-toolbar/</p>
<p>Best match: django-debug-toolbar 0.8.5</p>
<p>Downloading http://pypi.python.org/packages/source/d/django-debug-toolbar/django-debug-toolbar-0.8.5.tar.gz#md5=0815d5071bb0628b</p>
<p>85e9915007e053</p>
<p>Processing django-debug-toolbar-0.8.5.tar.gz</p>
<p>Running django-debug-toolbar-0.8.5\setup.py -q bdist_egg &#8211;dist-dir c:\docume~1\maheshp\locals~1\temp\easy_install-e1thej\django</p>
<p>ebug-toolbar-0.8.5\egg-dist-tmp-zt7aws</p>
<p>Adding django-debug-toolbar 0.8.5 to easy-install.pth file</p>
<p>Installed e:\python\lib\site-packages\django_debug_toolbar-0.8.5-py2.7.egg</p>
<p>Processing dependencies for django-debug-toolbar</p>
<p>Finished processing dependencies for django-debug-toolbar</p>
<p>E:\python\Scripts&gt;</p>
<p><strong>2.) Change in setting</strong></p>
<p>A.)</p>
<p>Add the following middleware to your project&#8217;s <cite>settings.py</cite> file:</p>
<p>&#8216;debug_toolbar.middleware.DebugToolbarMiddleware&#8217;,</p>
<p>B.)</p>
<p>Make sure your IP is listed in the <cite>INTERNAL_IPS</cite> setting. If you are working locally this will be:</p>
<p>INTERNAL_IPS = (&#8217;127.0.0.1&#8242;,)</p>
<p>C.)</p>
<p>Add <cite>debug_toolbar</cite> to your <cite>INSTALLED_APPS</cite> setting so Django can find the template files associated with the Debug Toolbar.</p>
<p>&#8216;debug_toolbar&#8217;,</p>
<p><strong>3.)</strong> More information:</p>
<p><a href="http://pypi.python.org/pypi/django-debug-toolbar/" target="_blank">http://pypi.python.org/pypi/django-debug-toolbar/</a></p>
<p><a href="http://packages.python.org/distribute/easy_install.html" target="_blank">http://packages.python.org/distribute/easy_install.html</a></p>
<p><a href="http://pypi.python.org/pypi/setuptools" target="_blank">http://pypi.python.org/pypi/setuptools</a></p>
</div>
<br />Filed under: <a href='http://maheshvnit.wordpress.com/category/languages/python/'>python</a>, <a href='http://maheshvnit.wordpress.com/category/tools/'>Tools</a> Tagged: <a href='http://maheshvnit.wordpress.com/tag/debug/'>debug</a>, <a href='http://maheshvnit.wordpress.com/tag/debugger/'>debugger</a>, <a href='http://maheshvnit.wordpress.com/tag/django/'>django</a>, <a href='http://maheshvnit.wordpress.com/tag/django-debug-toolbar/'>django debug toolbar</a>, <a href='http://maheshvnit.wordpress.com/tag/profiler/'>profiler</a>, <a href='http://maheshvnit.wordpress.com/tag/python/'>python</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/maheshvnit.wordpress.com/409/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/maheshvnit.wordpress.com/409/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/maheshvnit.wordpress.com/409/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/maheshvnit.wordpress.com/409/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/maheshvnit.wordpress.com/409/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/maheshvnit.wordpress.com/409/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/maheshvnit.wordpress.com/409/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/maheshvnit.wordpress.com/409/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/maheshvnit.wordpress.com/409/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/maheshvnit.wordpress.com/409/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/maheshvnit.wordpress.com/409/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/maheshvnit.wordpress.com/409/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/maheshvnit.wordpress.com/409/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/maheshvnit.wordpress.com/409/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=maheshvnit.wordpress.com&amp;blog=2221147&amp;post=409&amp;subd=maheshvnit&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://maheshvnit.wordpress.com/2011/08/11/python-django-profiler-debuger-django-debug-toolbar/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b87df17f41a4edcacf3b4a0cc8fea1c1?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">maheshvnit</media:title>
		</media:content>
	</item>
		<item>
		<title>Set / Change / Reset the MySQL root password on Ubuntu Linux</title>
		<link>http://maheshvnit.wordpress.com/2011/07/09/set-change-reset-the-mysql-root-password-on-ubuntu-linux/</link>
		<comments>http://maheshvnit.wordpress.com/2011/07/09/set-change-reset-the-mysql-root-password-on-ubuntu-linux/#comments</comments>
		<pubDate>Fri, 08 Jul 2011 20:40:46 +0000</pubDate>
		<dc:creator>Mahesh Prasad</dc:creator>
				<category><![CDATA[mysql]]></category>
		<category><![CDATA[MySQL]]></category>

		<guid isPermaLink="false">http://maheshvnit.wordpress.com/?p=397</guid>
		<description><![CDATA[How reset MySQL password?  Following this procedure, you will disable access control on the MySQL server. All connexions will have a root access. It is a good thing to unplug your server from the network or at least disable remote access. To reset your mysqld password just follow these instructions : Stop the mysql demon <a href="http://maheshvnit.wordpress.com/2011/07/09/set-change-reset-the-mysql-root-password-on-ubuntu-linux/" class="excerpt-more-link">[&#8230;]</a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=maheshvnit.wordpress.com&amp;blog=2221147&amp;post=397&amp;subd=maheshvnit&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<h2 id="How can I reset my MySQL password?">How reset MySQL password?</h2>
<p><img title="IconsPage/IconWarning3.png" src="https://help.ubuntu.com/community/IconsPage?action=AttachFile&amp;do=get&amp;target=IconWarning3.png" alt="IconsPage/IconWarning3.png" /> Following this procedure, you will disable access control on the MySQL server. All connexions will have a root access. It is a good thing to unplug your server from the network or at least disable remote access.</p>
<p><strong>To reset your mysqld password just follow these instructions :</strong></p>
<ul>
<li>Stop the mysql demon process using this command :
<pre><span style="color:#ff6600;"> sudo /etc/init.d/mysql stop</span></pre>
</li>
<li>Start the mysqld demon process using the &#8211;skip-grant-tables option with this command
<pre><span style="color:#ff6600;"> sudo /usr/sbin/mysqld --skip-grant-tables --skip-networking &amp;</span></pre>
</li>
</ul>
<p><strong>Because you are not checking user privs at this point, it&#8217;s safest to disable networking.</strong></p>
<ul>
<li>start the mysql client process using this command
<pre><span style="color:#ff6600;"> mysql -u root</span></pre>
</li>
<li>from the mysql prompt execute this command to be able to change any password
<pre><span style="color:#ff6600;"> FLUSH PRIVILEGES;</span></pre>
</li>
<li>Then reset/update your password
<pre><span style="color:#ff6600;"> SET PASSWORD FOR root@'localhost' = PASSWORD('password');</span></pre>
</li>
<li>If you have a mysql root account that can connect from everywhere, you should also do:
<pre><span style="color:#ff6600;"> UPDATE mysql.user SET Password=PASSWORD('newpwd') WHERE User='root';</span></pre>
</li>
<li>Alternate Method:
<pre><span style="color:#ff6600;"> USE mysql </span>
<span style="color:#ff6600;"> UPDATE user SET Password = PASSWORD('newpwd') </span>
<span class="Apple-style-span" style="color:#ff6600;"> WHERE Host = 'localhost' AND User = 'root';</span></pre>
</li>
<li>And if you have a root account that can access from everywhere:
<pre><span style="color:#ff6600;"> USE mysql </span>
<span style="color:#ff6600;"> UPDATE user SET Password = PASSWORD('newpwd') </span>
<span style="color:#ff6600;"> WHERE Host = '%' AND User = 'root';</span></pre>
</li>
</ul>
<p>For either method, once have received a message indicating a successful query (one or more rows affected), flush privileges:</p>
<pre><span style="color:#ff6600;"> FLUSH PRIVILEGES;</span></pre>
<p>Then stop the <tt>mysqld</tt> process and relaunch it with the classical way:</p>
<pre><span style="color:#ff6600;"> sudo /etc/init.d/mysql stop </span>
<span style="color:#ff6600;"> sudo /etc/init.d/mysql start</span></pre>
<p>Note: This method is not regarded as the securest way of resetting the password. However it works.</p>
<p><strong>References</strong></p>
<p><a href="http://dev.mysql.com/doc/refman/5.0/en/resetting-permissions.html" target="_blank">MySQL 5.0 Reference Manual: How to Reset the Root Password</a></p>
<p><a href="https://help.ubuntu.com/community/MysqlPasswordReset" target="_blank">https://help.ubuntu.com/community/MysqlPasswordReset</a></p>
<p><a href="http://ubuntu.flowconsult.at/en/mysql-set-change-reset-root-password/" target="_blank">http://ubuntu.flowconsult.at/en/mysql-set-change-reset-root-password/</a></p>
<br />Filed under: <a href='http://maheshvnit.wordpress.com/category/languages/mysql-languages/'>mysql</a> Tagged: <a href='http://maheshvnit.wordpress.com/tag/mysql/'>MySQL</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/maheshvnit.wordpress.com/397/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/maheshvnit.wordpress.com/397/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/maheshvnit.wordpress.com/397/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/maheshvnit.wordpress.com/397/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/maheshvnit.wordpress.com/397/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/maheshvnit.wordpress.com/397/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/maheshvnit.wordpress.com/397/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/maheshvnit.wordpress.com/397/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/maheshvnit.wordpress.com/397/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/maheshvnit.wordpress.com/397/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/maheshvnit.wordpress.com/397/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/maheshvnit.wordpress.com/397/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/maheshvnit.wordpress.com/397/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/maheshvnit.wordpress.com/397/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=maheshvnit.wordpress.com&amp;blog=2221147&amp;post=397&amp;subd=maheshvnit&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://maheshvnit.wordpress.com/2011/07/09/set-change-reset-the-mysql-root-password-on-ubuntu-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b87df17f41a4edcacf3b4a0cc8fea1c1?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">maheshvnit</media:title>
		</media:content>

		<media:content url="https://help.ubuntu.com/community/IconsPage?action=AttachFile&#38;do=get&#38;target=IconWarning3.png" medium="image">
			<media:title type="html">IconsPage/IconWarning3.png</media:title>
		</media:content>
	</item>
		<item>
		<title>Template Library for CodeIgniter, the PHP Framework</title>
		<link>http://maheshvnit.wordpress.com/2010/10/27/template-library-for-codeigniter-the-php-framework/</link>
		<comments>http://maheshvnit.wordpress.com/2010/10/27/template-library-for-codeigniter-the-php-framework/#comments</comments>
		<pubDate>Wed, 27 Oct 2010 12:13:46 +0000</pubDate>
		<dc:creator>Mahesh Prasad</dc:creator>
				<category><![CDATA[php]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[template]]></category>

		<guid isPermaLink="false">http://maheshvnit.wordpress.com/?p=368</guid>
		<description><![CDATA[Template has been verified to work with CodeIgniter 1.7 The Template library, written for the CodeIgniter PHP-framework, is a wrapper for CI’s View implementation. Template is a reaction to the numerous questions from the CI community regarding how one would display multiple views for one controller, and how to embed “views within views” in a standardized <a href="http://maheshvnit.wordpress.com/2010/10/27/template-library-for-codeigniter-the-php-framework/" class="excerpt-more-link">[&#8230;]</a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=maheshvnit.wordpress.com&amp;blog=2221147&amp;post=368&amp;subd=maheshvnit&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><strong>Template has been verified to work with CodeIgniter 1.7</strong></p>
<p>The Template library, written for the CodeIgniter PHP-framework, is a wrapper for <abbr title="CodeIgniter">CI</abbr>’s View implementation. Template is a reaction to the numerous questions from the CI community regarding how one would display multiple views for one controller, and how to embed “views within views” in a standardized fashion. In addition, Template provides extra Views loading capabilities, the ability to utilize any template parser (like Smarty), and shortcuts for including CSS, JavaScript, and other common elements in your final rendered HTML.</p>
<h2>Template is right for you if:</h2>
<ul>
<li>You feel like using views can be clunky, especially when &#8220;embedding&#8221; views.</li>
<li>You don&#8217;t like calling header, footer, and other global views from <em>every</em> Controller method.</li>
<li>You prefer having one &#8220;master template&#8221; that can be changed for any controller in order to meet unique application design needs.</li>
<li>You don&#8217;t want to drastically alter the way you interface controllers and views.</li>
<li>You like clear, thorough documentation on par with CodeIgniter&#8217;s User Guide.</li>
</ul>
<p><strong>Ready to give Template a shot? <a href="http://williamsconcepts.com/ci/codeigniter/libraries/template/download.html" target="_blank">Download it</a> now and <a href="http://williamsconcepts.com/ci/codeigniter/libraries/template/start.html" target="_blank">get started</a>.</strong></p>
<h2>What&#8217;s New in Version 1.4.1?</h2>
<p>Version 1.4.1 is mostly a maintenance release, fixing comment and documentation typos. In addition, the 1.4.1 download now ships with its documentation. And finally, the Template class was renamed to work more like a core library so you can extend/overload/replace it in your application libraries folder, among other things.</p>
<p><a href="http://williamsconcepts.com/ci/codeigniter/libraries/template/download.html" target="_blank">Download Version 1.4.1</a></p>
<h2>Template&#8217;s Approach</h2>
<p>Template works by writing to pre-defined regions of a master template. Although you will most often write to your template from a Controller, you can write content to these regions from any part of your application. Content could be a simple string of plain text, <abbr title="Hypertext Markup Language">HTML</abbr>, or the results from a View. Regions display by echoing variables placed throughout your master template as desired. Template also lets you use multiple template configurations, making it completely flexible to meet the needs of your application’s design.</p>
<p>Here&#8217;s what using template looks like:</p>
<p><code>$this-&gt;template-&gt;write('title', 'Introduction to Template');<br />
$this-&gt;template-&gt;write_view('content', 'blog/posts', $this-&gt;blog-&gt;get_posts());<br />
$this-&gt;template-&gt;render();</code>Look interesting? Head over to the <a href="http://williamsconcepts.com/ci/codeigniter/libraries/template/start.html" target="_blank">Getting Started section</a> to begin using Template in your next CodeIgniter application.</p>
<h2>Template User Guide:</h2>
<ul>
<li><a href="http://williamsconcepts.com/ci/codeigniter/libraries/template/start.html" target="_blank">Getting Started</a></li>
<li><a href="http://williamsconcepts.com/ci/codeigniter/libraries/template/reference.html" target="_blank">Template User Guide</a></li>
<li><a href="http://williamsconcepts.com/ci/codeigniter/libraries/template/download.html" target="_blank">Download Template Library</a></li>
</ul>
<p><strong>More info:</strong></p>
<p><a href="http://williamsconcepts.com/ci/codeigniter/libraries/template/index.html" target="_blank">http://williamsconcepts.com/ci/codeigniter/libraries/template/index.html</a><br />
<a href="http://codeigniter.com/user_guide/libraries/parser.html" target="_blank">http://codeigniter.com/user_guide/libraries/parser.html</a></p>
<p><strong>Other Template Library for CodeIgniter</strong><br />
<a href="http://maestric.com/doc/php/codeigniter_template" target="_blank">http://maestric.com/doc/php/codeigniter_template</a></p>
<br />Filed under: <a href='http://maheshvnit.wordpress.com/category/languages/php-languages/'>php</a> Tagged: <a href='http://maheshvnit.wordpress.com/tag/php/'>PHP</a>, <a href='http://maheshvnit.wordpress.com/tag/template/'>template</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/maheshvnit.wordpress.com/368/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/maheshvnit.wordpress.com/368/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/maheshvnit.wordpress.com/368/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/maheshvnit.wordpress.com/368/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/maheshvnit.wordpress.com/368/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/maheshvnit.wordpress.com/368/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/maheshvnit.wordpress.com/368/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/maheshvnit.wordpress.com/368/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/maheshvnit.wordpress.com/368/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/maheshvnit.wordpress.com/368/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/maheshvnit.wordpress.com/368/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/maheshvnit.wordpress.com/368/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/maheshvnit.wordpress.com/368/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/maheshvnit.wordpress.com/368/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=maheshvnit.wordpress.com&amp;blog=2221147&amp;post=368&amp;subd=maheshvnit&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://maheshvnit.wordpress.com/2010/10/27/template-library-for-codeigniter-the-php-framework/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b87df17f41a4edcacf3b4a0cc8fea1c1?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">maheshvnit</media:title>
		</media:content>
	</item>
		<item>
		<title>How to set InnoDB as a default storage engine for MySQL tables</title>
		<link>http://maheshvnit.wordpress.com/2010/10/27/how-to-set-innodb-as-a-default-storage-engine-for-mysql-tables/</link>
		<comments>http://maheshvnit.wordpress.com/2010/10/27/how-to-set-innodb-as-a-default-storage-engine-for-mysql-tables/#comments</comments>
		<pubDate>Wed, 27 Oct 2010 10:01:15 +0000</pubDate>
		<dc:creator>Mahesh Prasad</dc:creator>
				<category><![CDATA[mysql]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[InnoDB]]></category>
		<category><![CDATA[MySQL]]></category>

		<guid isPermaLink="false">http://maheshvnit.wordpress.com/?p=356</guid>
		<description><![CDATA[I use InnoDB storage engine in my projects because of its support for transactions and referral integrity rules. However, MySQL still creates new tables as MyISAM by default. It was so annoying for me to always define storage engine when creating new tables and double check that I didn’t forget it until I found how I <a href="http://maheshvnit.wordpress.com/2010/10/27/how-to-set-innodb-as-a-default-storage-engine-for-mysql-tables/" class="excerpt-more-link">[&#8230;]</a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=maheshvnit.wordpress.com&amp;blog=2221147&amp;post=356&amp;subd=maheshvnit&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I use <a title="InnoDB" href="http://en.wikipedia.org/wiki/InnoDB" target="_blank">InnoDB</a> storage engine in my projects because of its support for transactions and referral integrity rules. However, MySQL still creates new tables as MyISAM by default. It was so annoying for me to always define storage engine when creating new tables and double check that I didn’t forget it until I found how I can set InnoDB as default.</p>
<p>The solution is very easy:</p>
<ol>
<li>Open your MySQL configuration file: my.cnf or my.ini depending on your operation system.</li>
<li>Locate [mysqld] section which usually goes at the top of file.</li>
<li>Add this setting to the section:<strong><br />
</strong></p>
<p><strong>default-storage-engine = InnoDB</strong></li>
<li>Restart MySQL server.</li>
<li>Enjoy your new new tables created as InnoDB w/o any additional worry.</li>
</ol>
<p>The setting is applied to CREATE TABLE queries as well as tables created with phpMyAdmin, navicat and possibly any other MySQL client.</p>
<p>If you can’t change MySQL configuration file you still can change default storage engine used during a session by setting <strong>storage_engine </strong>system variable:</p>
<p><strong><code>SET</code> <code>storage_engine=InnoDB;</code></strong></p>
<p><strong>More Info </strong></p>
<p><a href="http://www.innodb.com/" target="_blank">http://www.innodb.com/</a></p>
<p><a href="http://www.innodb.com/wp/products/innodb/" target="_blank">http://www.innodb.com/wp/products/innodb/</a></p>
<p><a href="http://en.wikipedia.org/wiki/InnoDB" target="_blank">http://en.wikipedia.org/wiki/InnoDB</a></p>
<p><a href="http://dev.mysql.com/doc/refman/5.5/en/innodb.html" target="_blank">http://dev.mysql.com/doc/refman/5.5/en/innodb.html</a></p>
<p><a href="http://dev.mysql.com/doc/refman/5.5/en/table-locking.html" target="_blank">http://dev.mysql.com/doc/refman/5.5/en/table-locking.html</a></p>
<p><a href="http://tag1consulting.com/InnoDB_Performance_Tuning" target="_blank">http://tag1consulting.com/InnoDB_Performance_Tuning</a></p>
<p><a href="http://www.mysqlperformanceblog.com/2009/01/12/should-you-move-from-myisam-to-innodb/" target="_blank">http://www.mysqlperformanceblog.com/2009/01/12/should-you-move-from-myisam-to-innodb/</a></p>
<p><strong><br />
</strong></p>
<br />Filed under: <a href='http://maheshvnit.wordpress.com/category/languages/mysql-languages/'>mysql</a> Tagged: <a href='http://maheshvnit.wordpress.com/tag/database/'>database</a>, <a href='http://maheshvnit.wordpress.com/tag/innodb/'>InnoDB</a>, <a href='http://maheshvnit.wordpress.com/tag/mysql/'>MySQL</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/maheshvnit.wordpress.com/356/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/maheshvnit.wordpress.com/356/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/maheshvnit.wordpress.com/356/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/maheshvnit.wordpress.com/356/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/maheshvnit.wordpress.com/356/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/maheshvnit.wordpress.com/356/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/maheshvnit.wordpress.com/356/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/maheshvnit.wordpress.com/356/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/maheshvnit.wordpress.com/356/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/maheshvnit.wordpress.com/356/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/maheshvnit.wordpress.com/356/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/maheshvnit.wordpress.com/356/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/maheshvnit.wordpress.com/356/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/maheshvnit.wordpress.com/356/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=maheshvnit.wordpress.com&amp;blog=2221147&amp;post=356&amp;subd=maheshvnit&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://maheshvnit.wordpress.com/2010/10/27/how-to-set-innodb-as-a-default-storage-engine-for-mysql-tables/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b87df17f41a4edcacf3b4a0cc8fea1c1?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">maheshvnit</media:title>
		</media:content>
	</item>
		<item>
		<title>Web-Based Systems Management Tools</title>
		<link>http://maheshvnit.wordpress.com/2010/08/27/web-based-systems-management-tools-2/</link>
		<comments>http://maheshvnit.wordpress.com/2010/08/27/web-based-systems-management-tools-2/#comments</comments>
		<pubDate>Fri, 27 Aug 2010 07:04:03 +0000</pubDate>
		<dc:creator>Mahesh Prasad</dc:creator>
				<category><![CDATA[Tools]]></category>
		<category><![CDATA[sysadmin]]></category>
		<category><![CDATA[system admin]]></category>
		<category><![CDATA[system tool]]></category>
		<category><![CDATA[system tools]]></category>
		<category><![CDATA[tool]]></category>
		<category><![CDATA[web hosting tool]]></category>
		<category><![CDATA[web hosting tools]]></category>
		<category><![CDATA[webmin]]></category>

		<guid isPermaLink="false">http://maheshvnit.wordpress.com/?p=348</guid>
		<description><![CDATA[Webmin Webmin is a web-based interface for system administration for Unix. Using any modern web browser, you can setup user accounts, Apache, DNS, file sharing and much more. Webmin removes the need to manually edit Unix configuration files like /etc/passwd, and lets you manage a system from the console or remotely. See the standard modules page for <a href="http://maheshvnit.wordpress.com/2010/08/27/web-based-systems-management-tools-2/" class="excerpt-more-link">[&#8230;]</a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=maheshvnit.wordpress.com&amp;blog=2221147&amp;post=348&amp;subd=maheshvnit&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<h1><strong><a title="http://www.webmin.com/" href="http://www.webmin.com/" target="_blank">Webmin</a></strong></h1>
<p>Webmin is a web-based interface for system administration for Unix. Using any modern web browser, you can setup user accounts, Apache, DNS, file sharing and much more. Webmin removes the need to manually edit Unix configuration files like <tt>/etc/passwd</tt>, and lets you manage a system from the console or remotely. See the <a href="http://www.webmin.com/standard.html" target="_blank">standard modules</a> page for a list of all the functions built into Webmin, or check out the <a href="http://www.webmin.com/demo.html" target="_blank">screenshots</a>.</p>
<p>check more information here:</p>
<p><a title="http://www.webmin.com/" href="http://www.webmin.com/" target="_blank">http://www.webmin.com/</a></p>
<h1><strong><a title="http://www.virtualmin.com/" href="http://www.virtualmin.com/" target="_blank">Virtualmin</a></strong></h1>
<p>Virtualmin is a powerful and flexible web server control panel based on the well-known Open Source web-based systems management GUI, Webmin. Manage your virtual domains, mailboxes, databases, applications, and the entire server, from one comprehensive and friendly interface.</p>
<p>check more information here:</p>
<p><a title="http://www.virtualmin.com/" href="http://www.virtualmin.com/" target="_blank">http://www.virtualmin.com/</a></p>
<p><a href="http://www.ispconfig.org/"><span style="font-weight:normal;">http://www.ispconfig.org/</span></a></p>
<p><a href="http://www.tlbox.com/system_administrators/linux">http://www.tlbox.com/system_administrators/linux</a></p>
<p><a href="http://www.google.com/Top/Computers/Software/Operating_Systems/Unix/Administration/Software/">http://www.google.com/Top/Computers/Software/Operating_Systems/Unix/Administration/Software/</a></p>
<p><a href="http://www.topology.org/soft/admin.html">http://www.topology.org/soft/admin.html</a></p>
<h2>Free Hosting Manager</h2>
<p>Free Hosting Manager is an open source CPanel/WHM Account Creator designed for free hosting companies. It is coded with PHP and MySQL. Our aim is to make free hosting management as easy, simple and hassle-free as possible.</p>
<p><a href="http://www.fhm-script.com/index.php">http://www.fhm-script.com/index.php</a></p>
<h1>web-cp <span style="font-weight:normal;font-size:13.3333px;">is a full-featured, open source web hosting control panel written in <a href="http://www.php.net/">PHP</a> and released under the <a href="http://www.gnu.org/licenses/gpl.txt">GPL</a>.</span></h1>
<p><a href="http://www.web-cp.net/">http://www.web-cp.net/</a></p>
<h1>RavenCore</h1>
<p>The RavenCore Project is an Open Source hosting control panel aimed at making the most robust, secure, and reliable hosting software. And best of all, it is free!</p>
<p><a href="http://www.ravencore.com/">http://www.ravencore.com/</a></p>
<br />Filed under: <a href='http://maheshvnit.wordpress.com/category/tools/'>Tools</a> Tagged: <a href='http://maheshvnit.wordpress.com/tag/sysadmin/'>sysadmin</a>, <a href='http://maheshvnit.wordpress.com/tag/system-admin/'>system admin</a>, <a href='http://maheshvnit.wordpress.com/tag/system-tool/'>system tool</a>, <a href='http://maheshvnit.wordpress.com/tag/system-tools/'>system tools</a>, <a href='http://maheshvnit.wordpress.com/tag/tool/'>tool</a>, <a href='http://maheshvnit.wordpress.com/tag/tools/'>Tools</a>, <a href='http://maheshvnit.wordpress.com/tag/web-hosting-tool/'>web hosting tool</a>, <a href='http://maheshvnit.wordpress.com/tag/web-hosting-tools/'>web hosting tools</a>, <a href='http://maheshvnit.wordpress.com/tag/webmin/'>webmin</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/maheshvnit.wordpress.com/348/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/maheshvnit.wordpress.com/348/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/maheshvnit.wordpress.com/348/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/maheshvnit.wordpress.com/348/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/maheshvnit.wordpress.com/348/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/maheshvnit.wordpress.com/348/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/maheshvnit.wordpress.com/348/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/maheshvnit.wordpress.com/348/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/maheshvnit.wordpress.com/348/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/maheshvnit.wordpress.com/348/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/maheshvnit.wordpress.com/348/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/maheshvnit.wordpress.com/348/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/maheshvnit.wordpress.com/348/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/maheshvnit.wordpress.com/348/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=maheshvnit.wordpress.com&amp;blog=2221147&amp;post=348&amp;subd=maheshvnit&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://maheshvnit.wordpress.com/2010/08/27/web-based-systems-management-tools-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b87df17f41a4edcacf3b4a0cc8fea1c1?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">maheshvnit</media:title>
		</media:content>
	</item>
		<item>
		<title>JavaScript Programming Patterns</title>
		<link>http://maheshvnit.wordpress.com/2010/08/18/javascript-programming-patterns/</link>
		<comments>http://maheshvnit.wordpress.com/2010/08/18/javascript-programming-patterns/#comments</comments>
		<pubDate>Wed, 18 Aug 2010 11:50:11 +0000</pubDate>
		<dc:creator>Mahesh Prasad</dc:creator>
				<category><![CDATA[javascript]]></category>
		<category><![CDATA[javascript framework]]></category>
		<category><![CDATA[Patterns]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Programming Patterns]]></category>

		<guid isPermaLink="false">http://maheshvnit.wordpress.com/?p=345</guid>
		<description><![CDATA[JavaScript Programming Patterns The Old-School Way Singleton Module Pattern Revealing Module Pattern Custom Objects Lazy Function Definition http://www.klauskomenda.com/code/javascript-programming-patterns/ http://www.webreference.com/programming/javascript/ncz/column5/index.html Filed under: javascript Tagged: javascript, javascript framework, Patterns, Programming, Programming Patterns<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=maheshvnit.wordpress.com&amp;blog=2221147&amp;post=345&amp;subd=maheshvnit&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>JavaScript Programming Patterns</p>
<ol>
<li><span style="font-size:13.3333px;">The Old-School Way </span></li>
<li><span style="font-size:13.3333px;">Singleton </span></li>
<li><span style="font-size:13.3333px;">Module Pattern </span></li>
<li><span style="font-size:13.3333px;">Revealing Module Pattern </span></li>
<li><span style="font-size:13.3333px;">Custom Objects </span></li>
<li><span style="font-size:13.3333px;">Lazy Function Definition </span></li>
</ol>
<p><a href="http://www.klauskomenda.com/code/javascript-programming-patterns/" target="_blank">http://www.klauskomenda.com/code/javascript-programming-patterns/</a></p>
<p><a href="http://www.webreference.com/programming/javascript/ncz/column5/index.html" target="_blank">http://www.webreference.com/programming/javascript/ncz/column5/index.html</a></p>
<br />Filed under: <a href='http://maheshvnit.wordpress.com/category/design/javascript-design-2/'>javascript</a> Tagged: <a href='http://maheshvnit.wordpress.com/tag/javascript/'>javascript</a>, <a href='http://maheshvnit.wordpress.com/tag/javascript-framework/'>javascript framework</a>, <a href='http://maheshvnit.wordpress.com/tag/patterns/'>Patterns</a>, <a href='http://maheshvnit.wordpress.com/tag/programming/'>Programming</a>, <a href='http://maheshvnit.wordpress.com/tag/programming-patterns/'>Programming Patterns</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/maheshvnit.wordpress.com/345/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/maheshvnit.wordpress.com/345/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/maheshvnit.wordpress.com/345/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/maheshvnit.wordpress.com/345/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/maheshvnit.wordpress.com/345/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/maheshvnit.wordpress.com/345/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/maheshvnit.wordpress.com/345/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/maheshvnit.wordpress.com/345/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/maheshvnit.wordpress.com/345/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/maheshvnit.wordpress.com/345/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/maheshvnit.wordpress.com/345/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/maheshvnit.wordpress.com/345/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/maheshvnit.wordpress.com/345/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/maheshvnit.wordpress.com/345/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=maheshvnit.wordpress.com&amp;blog=2221147&amp;post=345&amp;subd=maheshvnit&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://maheshvnit.wordpress.com/2010/08/18/javascript-programming-patterns/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b87df17f41a4edcacf3b4a0cc8fea1c1?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">maheshvnit</media:title>
		</media:content>
	</item>
		<item>
		<title>Model-View-Controller (MVC) with JavaScript</title>
		<link>http://maheshvnit.wordpress.com/2010/08/18/model-view-controller-mvc-with-javascript/</link>
		<comments>http://maheshvnit.wordpress.com/2010/08/18/model-view-controller-mvc-with-javascript/#comments</comments>
		<pubDate>Wed, 18 Aug 2010 11:47:51 +0000</pubDate>
		<dc:creator>Mahesh Prasad</dc:creator>
				<category><![CDATA[javascript]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[javascript framework]]></category>
		<category><![CDATA[mvc]]></category>

		<guid isPermaLink="false">http://maheshvnit.wordpress.com/?p=343</guid>
		<description><![CDATA[Model-View-Controller (MVC) with JavaScript http://www.alexatnet.com/content/model-view-controller-mvc-javascript AJAX and the Model-View-Controller Design Pattern http://roborant.info/main.do?entry=1305 JavaScript Programming Techniques http://www.informit.com/articles/article.aspx?p=27769 http://en.wikipedia.org/wiki/Model–View–Controller Filed under: javascript Tagged: ajax, javascript, javascript framework, mvc<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=maheshvnit.wordpress.com&amp;blog=2221147&amp;post=343&amp;subd=maheshvnit&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Model-View-Controller (MVC) with JavaScript</p>
<p><a href="http://www.alexatnet.com/content/model-view-controller-mvc-javascript" target="_blank">http://www.alexatnet.com/content/model-view-controller-mvc-javascript</a></p>
<p>AJAX and the Model-View-Controller Design Pattern</p>
<p><a href="http://roborant.info/main.do?entry=1305" target="_blank">http://roborant.info/main.do?entry=1305</a></p>
<p>JavaScript Programming Techniques</p>
<p><a href="http://www.informit.com/articles/article.aspx?p=27769" target="_blank">http://www.informit.com/articles/article.aspx?p=27769</a></p>
<p><a href="http://en.wikipedia.org/wiki/Model%E2%80%93View%E2%80%93Controller" target="_blank">http://en.wikipedia.org/wiki/Model–View–Controller</a></p>
<br />Filed under: <a href='http://maheshvnit.wordpress.com/category/design/javascript-design-2/'>javascript</a> Tagged: <a href='http://maheshvnit.wordpress.com/tag/ajax/'>ajax</a>, <a href='http://maheshvnit.wordpress.com/tag/javascript/'>javascript</a>, <a href='http://maheshvnit.wordpress.com/tag/javascript-framework/'>javascript framework</a>, <a href='http://maheshvnit.wordpress.com/tag/mvc/'>mvc</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/maheshvnit.wordpress.com/343/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/maheshvnit.wordpress.com/343/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/maheshvnit.wordpress.com/343/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/maheshvnit.wordpress.com/343/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/maheshvnit.wordpress.com/343/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/maheshvnit.wordpress.com/343/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/maheshvnit.wordpress.com/343/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/maheshvnit.wordpress.com/343/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/maheshvnit.wordpress.com/343/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/maheshvnit.wordpress.com/343/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/maheshvnit.wordpress.com/343/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/maheshvnit.wordpress.com/343/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/maheshvnit.wordpress.com/343/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/maheshvnit.wordpress.com/343/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=maheshvnit.wordpress.com&amp;blog=2221147&amp;post=343&amp;subd=maheshvnit&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://maheshvnit.wordpress.com/2010/08/18/model-view-controller-mvc-with-javascript/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b87df17f41a4edcacf3b4a0cc8fea1c1?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">maheshvnit</media:title>
		</media:content>
	</item>
		<item>
		<title>Google Chrome Extensions for web developers</title>
		<link>http://maheshvnit.wordpress.com/2010/07/24/google-chrome-extensions-for-web-developers/</link>
		<comments>http://maheshvnit.wordpress.com/2010/07/24/google-chrome-extensions-for-web-developers/#comments</comments>
		<pubDate>Sat, 24 Jul 2010 11:04:49 +0000</pubDate>
		<dc:creator>Mahesh Prasad</dc:creator>
				<category><![CDATA[Tools]]></category>
		<category><![CDATA[Extensions]]></category>
		<category><![CDATA[tool]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://maheshvnit.wordpress.com/?p=320</guid>
		<description><![CDATA[Web Developer Adds a toolbar button with various web developer tools. Measureit! Draw out a ruler that will help you get the pixel width and height of any elements on a webpage. Eye Dropper Eye Dropper and Color Picker extension which allows you to pick color from any webpage or from advanced color picker. Instant <a href="http://maheshvnit.wordpress.com/2010/07/24/google-chrome-extensions-for-web-developers/" class="excerpt-more-link">[&#8230;]</a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=maheshvnit.wordpress.com&amp;blog=2221147&amp;post=320&amp;subd=maheshvnit&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div>
<h1><a href="http://maheshvnit.files.wordpress.com/2010/07/image001.gif"><img title="image001" src="http://maheshvnit.files.wordpress.com/2010/07/image001.gif?w=32&#038;h=32" alt="" width="32" height="32" /></a><a title="Web developer" href="https://chrome.google.com/extensions/detail/bfbameneiokkgbdmiekhjnmfkcnldhhm" target="_blank">Web Developer</a></h1>
<p>Adds a toolbar button with various web developer tools.</p>
<p><a href="http://maheshvnit.files.wordpress.com/2010/07/image002.gif"><img title="image002" src="http://maheshvnit.files.wordpress.com/2010/07/image002.gif?w=32&#038;h=32" alt="" width="32" height="32" /></a><strong><a title="Measureit!" href="https://chrome.google.com/extensions/detail/aonjhmdcgbgikgjapjckfkefpphjpgma" target="_blank">Measureit!</a></strong></p>
<p>Draw out a ruler that will help you get the pixel width and height of any elements on a webpage.</p>
<p><a href="http://maheshvnit.files.wordpress.com/2010/07/image003.gif"><img title="image003" src="http://maheshvnit.files.wordpress.com/2010/07/image003.gif?w=32&#038;h=32" alt="" width="32" height="32" /></a><strong><a title="Eye Dropper" href="https://chrome.google.com/extensions/detail/hmdcmlfkchdmnmnmheododdhjedfccka" target="_blank">Eye Dropper</a></strong></p>
<p>Eye Dropper and Color Picker extension which allows you to pick color from any webpage or from advanced color picker.</p>
<p><a href="http://maheshvnit.files.wordpress.com/2010/07/image004.gif"><img title="image004" src="http://maheshvnit.files.wordpress.com/2010/07/image004.gif?w=32&#038;h=32" alt="" width="32" height="32" /></a><strong><a title="Instant Image Editor" href="https://chrome.google.com/extensions/detail/kflilpkdgadcajfcafmefmndemaafcfe" target="_blank">Instant Image Editor</a></strong></p>
<p>Edit any image or background image instantly.</p>
<p><a href="http://maheshvnit.files.wordpress.com/2010/07/image005.gif"><img title="image005" src="http://maheshvnit.files.wordpress.com/2010/07/image005.gif?w=32&#038;h=32" alt="" width="32" height="32" /></a><strong><a title="Picnik" href="https://chrome.google.com/extensions/detail/hcifofgaphfkfdcjbdogpamghiihilkl" target="_blank">Picnik</a></strong></p>
<p>Capture web pages and edit images right in your browser using Picnik.</p>
<p><a href="http://maheshvnit.files.wordpress.com/2010/07/image006.gif"><img title="image006" src="http://maheshvnit.files.wordpress.com/2010/07/image006.gif?w=32&#038;h=32" alt="" width="32" height="32" /></a><strong><a title="SpeedTracer" href="https://chrome.google.com/extensions/detail/ognampngfcbddbfemdapefohjiobgbdl" target="_blank">SpeedTracer</a></strong></p>
<p>Get insight into the performance of your web applications.</p>
<p><a href="http://maheshvnit.files.wordpress.com/2010/07/image007.gif"><img title="image007" src="http://maheshvnit.files.wordpress.com/2010/07/image007.gif?w=32&#038;h=32" alt="" width="32" height="32" /></a><strong><a href="https://chrome.google.com/extensions/detail/gbkffbkamcejhkcaocmkdeiiccpmjfdi" target="_blank">Pendule</a></strong></p>
<p>Web developer tools for Chrome.</p>
<p>Like more</p>
<p><a title="Extensions for web developers" href="https://chrome.google.com/extensions/featured/web_dev?hl=en-US" target="_blank">https://chrome.google.com/extensions/featured/web_dev?hl=en-US</a></p>
</div>
<br />Filed under: <a href='http://maheshvnit.wordpress.com/category/tools/'>Tools</a> Tagged: <a href='http://maheshvnit.wordpress.com/tag/extensions/'>Extensions</a>, <a href='http://maheshvnit.wordpress.com/tag/tool/'>tool</a>, <a href='http://maheshvnit.wordpress.com/tag/tools/'>Tools</a>, <a href='http://maheshvnit.wordpress.com/tag/web-development/'>Web Development</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/maheshvnit.wordpress.com/320/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/maheshvnit.wordpress.com/320/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/maheshvnit.wordpress.com/320/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/maheshvnit.wordpress.com/320/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/maheshvnit.wordpress.com/320/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/maheshvnit.wordpress.com/320/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/maheshvnit.wordpress.com/320/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/maheshvnit.wordpress.com/320/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/maheshvnit.wordpress.com/320/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/maheshvnit.wordpress.com/320/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/maheshvnit.wordpress.com/320/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/maheshvnit.wordpress.com/320/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/maheshvnit.wordpress.com/320/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/maheshvnit.wordpress.com/320/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=maheshvnit.wordpress.com&amp;blog=2221147&amp;post=320&amp;subd=maheshvnit&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://maheshvnit.wordpress.com/2010/07/24/google-chrome-extensions-for-web-developers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b87df17f41a4edcacf3b4a0cc8fea1c1?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">maheshvnit</media:title>
		</media:content>

		<media:content url="http://maheshvnit.files.wordpress.com/2010/07/image001.gif" medium="image">
			<media:title type="html">image001</media:title>
		</media:content>

		<media:content url="http://maheshvnit.files.wordpress.com/2010/07/image002.gif" medium="image">
			<media:title type="html">image002</media:title>
		</media:content>

		<media:content url="http://maheshvnit.files.wordpress.com/2010/07/image003.gif" medium="image">
			<media:title type="html">image003</media:title>
		</media:content>

		<media:content url="http://maheshvnit.files.wordpress.com/2010/07/image004.gif" medium="image">
			<media:title type="html">image004</media:title>
		</media:content>

		<media:content url="http://maheshvnit.files.wordpress.com/2010/07/image005.gif" medium="image">
			<media:title type="html">image005</media:title>
		</media:content>

		<media:content url="http://maheshvnit.files.wordpress.com/2010/07/image006.gif" medium="image">
			<media:title type="html">image006</media:title>
		</media:content>

		<media:content url="http://maheshvnit.files.wordpress.com/2010/07/image007.gif" medium="image">
			<media:title type="html">image007</media:title>
		</media:content>
	</item>
		<item>
		<title>How to install FTP Client (gFTP)</title>
		<link>http://maheshvnit.wordpress.com/2010/07/21/how-to-install-ftp-client-gftp/</link>
		<comments>http://maheshvnit.wordpress.com/2010/07/21/how-to-install-ftp-client-gftp/#comments</comments>
		<pubDate>Wed, 21 Jul 2010 10:23:13 +0000</pubDate>
		<dc:creator>Mahesh Prasad</dc:creator>
				<category><![CDATA[Tools]]></category>
		<category><![CDATA[tool]]></category>
		<category><![CDATA[ftp]]></category>
		<category><![CDATA[sftp]]></category>
		<category><![CDATA[gftp]]></category>
		<category><![CDATA[FTP Client]]></category>

		<guid isPermaLink="false">http://maheshvnit.wordpress.com/?p=283</guid>
		<description><![CDATA[Prerequisites: add universe and multiverse repositories. Open a terminal window and type in: sudo apt-get install gftp killall gnome-panel The second command refreshes the GNOME panel. You can find gFTP then in the Gnome menu under Applications -&#62; Internet. More information here: http://www.ubuntux.org/how-to-install-ftp-client-gftp Filed under: Tools Tagged: ftp, FTP Client, gftp, sftp, tool, Tools<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=maheshvnit.wordpress.com&amp;blog=2221147&amp;post=283&amp;subd=maheshvnit&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><strong>Prerequisites:</strong> <a href="http://www.ubuntux.org/node/71" target="_blank">add universe and multiverse repositories</a>.</p>
<p>Open a terminal window and type in:<br />
sudo apt-get install gftp<br />
killall gnome-panel</p>
<p>The second command refreshes the GNOME panel.</p>
<p>You can find gFTP then in the Gnome menu under Applications -&gt; Internet.</p>
<p>More information here:</p>
<p><a href="http://www.ubuntux.org/how-to-install-ftp-client-gftp" target="_blank">http://www.ubuntux.org/how-to-install-ftp-client-gftp</a></p>
<br />Filed under: <a href='http://maheshvnit.wordpress.com/category/tools/'>Tools</a> Tagged: <a href='http://maheshvnit.wordpress.com/tag/ftp/'>ftp</a>, <a href='http://maheshvnit.wordpress.com/tag/ftp-client/'>FTP Client</a>, <a href='http://maheshvnit.wordpress.com/tag/gftp/'>gftp</a>, <a href='http://maheshvnit.wordpress.com/tag/sftp/'>sftp</a>, <a href='http://maheshvnit.wordpress.com/tag/tool/'>tool</a>, <a href='http://maheshvnit.wordpress.com/tag/tools/'>Tools</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/maheshvnit.wordpress.com/283/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/maheshvnit.wordpress.com/283/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/maheshvnit.wordpress.com/283/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/maheshvnit.wordpress.com/283/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/maheshvnit.wordpress.com/283/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/maheshvnit.wordpress.com/283/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/maheshvnit.wordpress.com/283/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/maheshvnit.wordpress.com/283/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/maheshvnit.wordpress.com/283/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/maheshvnit.wordpress.com/283/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/maheshvnit.wordpress.com/283/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/maheshvnit.wordpress.com/283/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/maheshvnit.wordpress.com/283/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/maheshvnit.wordpress.com/283/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=maheshvnit.wordpress.com&amp;blog=2221147&amp;post=283&amp;subd=maheshvnit&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://maheshvnit.wordpress.com/2010/07/21/how-to-install-ftp-client-gftp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b87df17f41a4edcacf3b4a0cc8fea1c1?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">maheshvnit</media:title>
		</media:content>
	</item>
		<item>
		<title>MySQL Web / Desktop Management Tools</title>
		<link>http://maheshvnit.wordpress.com/2010/07/19/mysql-web-desktop-management-tools/</link>
		<comments>http://maheshvnit.wordpress.com/2010/07/19/mysql-web-desktop-management-tools/#comments</comments>
		<pubDate>Mon, 19 Jul 2010 07:31:57 +0000</pubDate>
		<dc:creator>Mahesh Prasad</dc:creator>
				<category><![CDATA[mysql]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[tool]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://maheshvnit.wordpress.com/?p=277</guid>
		<description><![CDATA[1.) phpMyAdmin phpMyAdmin is a free software tool written in PHP intended to handle the administration of MySQL over the World Wide Web. phpMyAdmin supports a wide range of operations with MySQL. The most frequently used operations are supported by the user interface (managing databases, tables, fields, relations, indexes, users, permissions, etc), while you still have the <a href="http://maheshvnit.wordpress.com/2010/07/19/mysql-web-desktop-management-tools/" class="excerpt-more-link">[&#8230;]</a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=maheshvnit.wordpress.com&amp;blog=2221147&amp;post=277&amp;subd=maheshvnit&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<address><strong>1.) phpMyAdmin<br />
</strong>phpMyAdmin is a free software tool written in <a href="http://php.net/" target="_blank">PHP</a> intended to handle the administration of <a href="http://mysql.com/" target="_blank">MySQL</a> over the World Wide Web. phpMyAdmin supports a wide range of operations with MySQL. The most frequently used operations are supported by the user interface (managing databases, tables, fields, relations, indexes, users, permissions, etc), while you still have the ability to directly execute any SQL statement. </address>
<address><a href="http://www.phpmyadmin.net/home_page/" target="_blank">http://www.phpmyadmin.net/home_page/</a></address>
<address></address>
<address><strong>2.) Adminer</strong></address>
<address>Adminer (formerly phpMinAdmin) is a full-featured MySQL management tool written in PHP. Conversely to <a href="http://www.phpmyadmin.net/" target="_blank">phpMyAdmin</a>, it consist of a single file ready to deploy to the target server.</address>
<address><strong><a href="http://www.adminer.org/" target="_blank">http://www.adminer.org/</a></strong></address>
<address></address>
<address><strong>3.) MySQL Workbench</strong></p>
</address>
<address><span style="font-weight:normal;">MySQL Workbench is a unified visual tool for database architects, developers, and DBAs. MySQL Workbench provides data modeling, SQL development, and comprehensive administration tools for server configuration, user administration, and much more. MySQL Workbench is available on Windows, Linux and Mac OS.</span></address>
<p><strong><a href="http://www.mysql.com/products/workbench/" target="_blank">http://www.mysql.com/products/workbench/</a></strong></p>
<p><strong> </strong></p>
<p><strong>4.) HeidiSQL &#8211; a free MySQL front-end</strong></p>
<p><a href="http://www.heidisql.com/" target="_blank">http://www.heidisql.com/</a></p>
<p><strong>HeidiSQL</strong> is an easy-to-use interface and a &#8220;working-horse&#8221; for web-developers using the popular <a href="http://www.mysql.com/" target="_blank">MySQL-Database</a>. It allows you to manage and browse your databases and tables from an intuitive Windows® interface.</p>
<p><strong>5.) Navicat well-designed (GUI), Navicat for MySQL</strong></p>
<p>Navicat for MySQL is a powerful Database administration and development tool for MySQL. It works with any MySQL Database Server from version 3.21 or above, and supports most of the latest MySQL features including Trigger, Stored Procedure, Function, Event, View, and Manage User, etc.</p>
<p><strong><a href="http://www.navicat.com/" target="_blank">http://www.navicat.com/</a></strong></p>
<p><strong>6.) </strong><a title="EMS SQL Manager for MySQL" href="http://www.sqlmanager.net/en/products/mysql/manager" target="_blank"><strong>EMS SQL Manager for MySQL</strong></a></p>
<p><strong>EMS SQL Manager for MySQL</strong> is a high performance tool for MySQL database administration and development. It works with any MySQL versions from 3.23 to the newest one and supports all of the latest features including <em>MySQL triggers, views, stored procedures and functions, InnoDB foreign keys, Unicode data</em> and so on. SQL Manager for MySQL allows you to create/edit all MySQL database objects, design MySQL databases visually, run SQL scripts, import and export MySQL database data, manage MySQL users and their privileges and has many other useful features for efficient MySQL administration. SQL Manager for MySQL has a state-of-the-art graphical user interface with well-described wizard system, so clear in use that even a newbie will not be confused</p>
<p><a href="http://www.sqlmanager.net/en/products/mysql/manager" target="_blank">http://www.sqlmanager.net/en/products/mysql/manager</a></p>
<address> <strong>7.) SIDU 3.2 DB Web GUI</strong></address>
<p><a href="http://sidu.sourceforge.net/sidu/" target="_blank">http://sidu.sourceforge.net/sidu/</a></p>
<pre>8.) SQLyog MySQL GUI</pre>
<p>SQLyog MySQL GUI is the most powerful MySQL manager and admin tool, combining the features of MySQL Query Browser, Administrator, phpMyAdmin and other MySQL Front Ends and MySQL GUI tools in a single intuitive interface.</p>
<p><a href="http://www.webyog.com/en/" target="_blank">http://www.webyog.com/en/</a></p>
<p><strong>9.) MySQL-Front</strong></p>
<p><strong><a href="http://www.mysqlfront.de/wp/" target="_blank">http://www.mysqlfront.de/wp/</a></strong></p>
<p><strong> </strong><span style="font-size:13.3333px;"><a href="http://www.brothersoft.com/mysql-front-80299.html">http://www.brothersoft.com/mysql-front-80299.html</a></span></p>
<p>More information here:</p>
<p><a href="http://en.wikipedia.org/wiki/MySQL" target="_blank">http://en.wikipedia.org/wiki/MySQL</a></p>
<p><a href="http://en.wikipedia.org/wiki/Comparison_of_database_tools" target="_blank">http://en.wikipedia.org/wiki/Comparison_of_database_tools</a></p>
<br />Filed under: <a href='http://maheshvnit.wordpress.com/category/languages/mysql-languages/'>mysql</a>, <a href='http://maheshvnit.wordpress.com/category/tools/'>Tools</a> Tagged: <a href='http://maheshvnit.wordpress.com/tag/database/'>database</a>, <a href='http://maheshvnit.wordpress.com/tag/mysql/'>MySQL</a>, <a href='http://maheshvnit.wordpress.com/tag/php/'>PHP</a>, <a href='http://maheshvnit.wordpress.com/tag/tool/'>tool</a>, <a href='http://maheshvnit.wordpress.com/tag/tools/'>Tools</a>, <a href='http://maheshvnit.wordpress.com/tag/web-development/'>Web Development</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/maheshvnit.wordpress.com/277/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/maheshvnit.wordpress.com/277/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/maheshvnit.wordpress.com/277/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/maheshvnit.wordpress.com/277/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/maheshvnit.wordpress.com/277/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/maheshvnit.wordpress.com/277/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/maheshvnit.wordpress.com/277/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/maheshvnit.wordpress.com/277/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/maheshvnit.wordpress.com/277/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/maheshvnit.wordpress.com/277/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/maheshvnit.wordpress.com/277/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/maheshvnit.wordpress.com/277/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/maheshvnit.wordpress.com/277/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/maheshvnit.wordpress.com/277/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=maheshvnit.wordpress.com&amp;blog=2221147&amp;post=277&amp;subd=maheshvnit&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://maheshvnit.wordpress.com/2010/07/19/mysql-web-desktop-management-tools/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b87df17f41a4edcacf3b4a0cc8fea1c1?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">maheshvnit</media:title>
		</media:content>
	</item>
		<item>
		<title>PHP5 Charting Library Built On Google Chart API</title>
		<link>http://maheshvnit.wordpress.com/2010/06/15/php5-charting-library-built-on-google-chart-api/</link>
		<comments>http://maheshvnit.wordpress.com/2010/06/15/php5-charting-library-built-on-google-chart-api/#comments</comments>
		<pubDate>Tue, 15 Jun 2010 06:33:38 +0000</pubDate>
		<dc:creator>Mahesh Prasad</dc:creator>
				<category><![CDATA[php]]></category>
		<category><![CDATA[chart]]></category>
		<category><![CDATA[chart library]]></category>
		<category><![CDATA[Google Chart Library]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://maheshvnit.wordpress.com/?p=270</guid>
		<description><![CDATA[Google Chart PHP Library A lightweight object-oriented charting library for PHP 5 built on top of the powerful Google Chart API. Google Chart PHP Library is a open-source (MIT License) and free to use wrapper for the awesome Google Chart API, a tool provided by Google to create PNG charts using a simple HTTP request. Google Chart PHP <a href="http://maheshvnit.wordpress.com/2010/06/15/php5-charting-library-built-on-google-chart-api/" class="excerpt-more-link">[&#8230;]</a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=maheshvnit.wordpress.com&amp;blog=2221147&amp;post=270&amp;subd=maheshvnit&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div id="header">
<h1 style="text-align:left;"><img class="alignleft" src="http://chart.apis.google.com/chart?cht=ls&amp;chs=130x70&amp;chf=bg%2Cs%2C73A2BD&amp;chma=5%2C5%2C5%2C5&amp;chd=t%3A10%2C80%2C30%2C60%2C30%2C50%2C100&amp;chls=4&amp;chds=0%2C100&amp;chm=B%2C86B4CF%2C0%2C0%2C0%7Co%2C73A2BD%2C0%2C-1%2C10%7Co%2Cff9900%2C0%2C-1%2C8&amp;chxt=x&amp;chxl=0%3A%7C08%7C+%7C+%7C09%7C+%7C+%7C10&amp;chxtc=0%2C5%2C3%2C3&amp;chxs=0%2Cffffff%2C11%2C0%2Clt%2Cffffff" alt="Logo powered by Google Chart PHP Library" width="130" height="70" /> <span style="color:#ff0000;"> </span><strong><span style="color:#ff0000;">Google Chart PHP Library</span></strong></h1>
<p id="catchphrase" style="text-align:center;"><strong>A lightweight object-oriented charting library for PHP 5 built on top of the powerful Google Chart API.</strong></p>
<p style="text-align:left;"><strong><a href="http://googlechartphplib.cloudconnected.fr/" target="_blank">Google Chart PHP Library</a> is a <strong>open-source</strong> (MIT License) and <strong>free to use</strong> wrapper for the awesome <a href="http://code.google.com/intl/fr-FR/apis/chart/docs/making_charts.html" target="_blank">Google Chart API</a>, a tool provided by Google to create PNG charts using a simple HTTP request. Google Chart PHP Library aims to to simplify the request generation by offering a <strong>high-level object-oriented PHP interface</strong>.</strong></p>
<h2>See it in action!</h2>
<p style="text-align:center;"><img class="aligncenter" title="Line Chart" src="http://chart.apis.google.com/chart?cht=lc&amp;chs=500x200&amp;chg=25%2C50%2C1%2C1&amp;chf=bg%2Cs%2C333333%7Cc%2Cs%2C444444&amp;chma=50%2C50%2C30%2C30%7C100%2C10&amp;chtt=Sinus+%26+Cosinus&amp;chts=FFFFFF%2C18&amp;chd=t%3A0%2C0.17%2C0.34%2C0.5%2C0.64%2C0.77%2C0.87%2C0.94%2C0.98%2C1%2C0.98%2C0.94%2C0.87%2C0.77%2C0.64%2C0.5%2C0.34%2C0.17%2C0%2C-0.17%2C-0.34%2C-0.5%2C-0.64%2C-0.77%2C-0.87%2C-0.94%2C-0.98%2C-1%2C-0.98%2C-0.94%2C-0.87%2C-0.77%2C-0.64%2C-0.5%2C-0.34%2C-0.17%2C-0%7C1%2C0.98%2C0.94%2C0.87%2C0.77%2C0.64%2C0.5%2C0.34%2C0.17%2C0%2C-0.17%2C-0.34%2C-0.5%2C-0.64%2C-0.77%2C-0.87%2C-0.94%2C-0.98%2C-1%2C-0.98%2C-0.94%2C-0.87%2C-0.77%2C-0.64%2C-0.5%2C-0.34%2C-0.17%2C-0%2C0.17%2C0.34%2C0.5%2C0.64%2C0.77%2C0.87%2C0.94%2C0.98%2C1&amp;chco=D1F2A5%2CF56991&amp;chls=2%7C2&amp;chds=-1%2C1&amp;chdl=Sinus%7CCosinus&amp;chdlp=s&amp;chxt=y%2Cx&amp;chxl=1%3A%7C0%7C90%7C180%7C270%7C360&amp;chxr=0%2C-1%2C1%7C1%2C0%2C360&amp;chxs=0%2Cffffff%2C11%2C1%2Ct%7C1%2Cffffff%2C11%2C0%2Ct" alt="Line Chart" /></p>
<p style="text-align:center;"><img class="aligncenter" title="Bar Chart" src="http://chart.apis.google.com/chart?cht=bvs&amp;chs=400x200&amp;chg=100%2C20%2C1%2C1&amp;chf=c%2Cs%2C9FC2D6%7Cbg%2Cs%2C73A2BD&amp;chd=t%3A10%2C20%2C30%2C40%2C50%2C60%2C70%2C60%2C50%2C40%2C30%2C20%2C10&amp;chds=0%2C100&amp;chm=N%2Cffeaad%2C0%2C-1%2C14%2C%2Chs%3A0%3A5&amp;chxt=y" alt="Bar Chart" /></p>
<p style="text-align:center;"><img class="aligncenter" title="Map Chart" src="http://chart.apis.google.com/chart?cht=t&amp;chs=440x220&amp;chd=t%3A20%2C30%2C50%2C70%2C100&amp;chld=FRFIGBDEUS&amp;chtm=world&amp;chf=bg%2Cs%2C86B4CF&amp;chco=ffffff%2Cffffff%2CFF0000" alt="Map Chart" /></p>
<p style="text-align:left;">Readmore here»</p>
<p style="text-align:left;"><a href="http://googlechartphplib.cloudconnected.fr/" target="_blank">http://googlechartphplib.cloudconnected.fr/</a></p>
</div>
<br />Filed under: <a href='http://maheshvnit.wordpress.com/category/languages/php-languages/'>php</a> Tagged: <a href='http://maheshvnit.wordpress.com/tag/chart/'>chart</a>, <a href='http://maheshvnit.wordpress.com/tag/chart-library/'>chart library</a>, <a href='http://maheshvnit.wordpress.com/tag/google-chart-library/'>Google Chart Library</a>, <a href='http://maheshvnit.wordpress.com/tag/php/'>PHP</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/maheshvnit.wordpress.com/270/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/maheshvnit.wordpress.com/270/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/maheshvnit.wordpress.com/270/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/maheshvnit.wordpress.com/270/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/maheshvnit.wordpress.com/270/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/maheshvnit.wordpress.com/270/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/maheshvnit.wordpress.com/270/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/maheshvnit.wordpress.com/270/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/maheshvnit.wordpress.com/270/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/maheshvnit.wordpress.com/270/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/maheshvnit.wordpress.com/270/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/maheshvnit.wordpress.com/270/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/maheshvnit.wordpress.com/270/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/maheshvnit.wordpress.com/270/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=maheshvnit.wordpress.com&amp;blog=2221147&amp;post=270&amp;subd=maheshvnit&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://maheshvnit.wordpress.com/2010/06/15/php5-charting-library-built-on-google-chart-api/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b87df17f41a4edcacf3b4a0cc8fea1c1?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">maheshvnit</media:title>
		</media:content>

		<media:content url="http://chart.apis.google.com/chart?cht=ls&#38;chs=130x70&#38;chf=bg%2Cs%2C73A2BD&#38;chma=5%2C5%2C5%2C5&#38;chd=t%3A10%2C80%2C30%2C60%2C30%2C50%2C100&#38;chls=4&#38;chds=0%2C100&#38;chm=B%2C86B4CF%2C0%2C0%2C0%7Co%2C73A2BD%2C0%2C-1%2C10%7Co%2Cff9900%2C0%2C-1%2C8&#38;chxt=x&#38;chxl=0%3A%7C08%7C+%7C+%7C09%7C+%7C+%7C10&#38;chxtc=0%2C5%2C3%2C3&#38;chxs=0%2Cffffff%2C11%2C0%2Clt%2Cffffff" medium="image">
			<media:title type="html">Logo powered by Google Chart PHP Library</media:title>
		</media:content>

		<media:content url="http://chart.apis.google.com/chart?cht=lc&#38;chs=500x200&#38;chg=25%2C50%2C1%2C1&#38;chf=bg%2Cs%2C333333%7Cc%2Cs%2C444444&#38;chma=50%2C50%2C30%2C30%7C100%2C10&#38;chtt=Sinus+%26+Cosinus&#38;chts=FFFFFF%2C18&#38;chd=t%3A0%2C0.17%2C0.34%2C0.5%2C0.64%2C0.77%2C0.87%2C0.94%2C0.98%2C1%2C0.98%2C0.94%2C0.87%2C0.77%2C0.64%2C0.5%2C0.34%2C0.17%2C0%2C-0.17%2C-0.34%2C-0.5%2C-0.64%2C-0.77%2C-0.87%2C-0.94%2C-0.98%2C-1%2C-0.98%2C-0.94%2C-0.87%2C-0.77%2C-0.64%2C-0.5%2C-0.34%2C-0.17%2C-0%7C1%2C0.98%2C0.94%2C0.87%2C0.77%2C0.64%2C0.5%2C0.34%2C0.17%2C0%2C-0.17%2C-0.34%2C-0.5%2C-0.64%2C-0.77%2C-0.87%2C-0.94%2C-0.98%2C-1%2C-0.98%2C-0.94%2C-0.87%2C-0.77%2C-0.64%2C-0.5%2C-0.34%2C-0.17%2C-0%2C0.17%2C0.34%2C0.5%2C0.64%2C0.77%2C0.87%2C0.94%2C0.98%2C1&#38;chco=D1F2A5%2CF56991&#38;chls=2%7C2&#38;chds=-1%2C1&#38;chdl=Sinus%7CCosinus&#38;chdlp=s&#38;chxt=y%2Cx&#38;chxl=1%3A%7C0%7C90%7C180%7C270%7C360&#38;chxr=0%2C-1%2C1%7C1%2C0%2C360&#38;chxs=0%2Cffffff%2C11%2C1%2Ct%7C1%2Cffffff%2C11%2C0%2Ct" medium="image">
			<media:title type="html">Line Chart</media:title>
		</media:content>

		<media:content url="http://chart.apis.google.com/chart?cht=bvs&#38;chs=400x200&#38;chg=100%2C20%2C1%2C1&#38;chf=c%2Cs%2C9FC2D6%7Cbg%2Cs%2C73A2BD&#38;chd=t%3A10%2C20%2C30%2C40%2C50%2C60%2C70%2C60%2C50%2C40%2C30%2C20%2C10&#38;chds=0%2C100&#38;chm=N%2Cffeaad%2C0%2C-1%2C14%2C%2Chs%3A0%3A5&#38;chxt=y" medium="image">
			<media:title type="html">Bar Chart</media:title>
		</media:content>

		<media:content url="http://chart.apis.google.com/chart?cht=t&#38;chs=440x220&#38;chd=t%3A20%2C30%2C50%2C70%2C100&#38;chld=FRFIGBDEUS&#38;chtm=world&#38;chf=bg%2Cs%2C86B4CF&#38;chco=ffffff%2Cffffff%2CFF0000" medium="image">
			<media:title type="html">Map Chart</media:title>
		</media:content>
	</item>
		<item>
		<title>Lightweight JavaScript framework designed for HTML5</title>
		<link>http://maheshvnit.wordpress.com/2010/06/09/lightweight-javascript-framework-designed-for-html5/</link>
		<comments>http://maheshvnit.wordpress.com/2010/06/09/lightweight-javascript-framework-designed-for-html5/#comments</comments>
		<pubDate>Wed, 09 Jun 2010 07:26:04 +0000</pubDate>
		<dc:creator>Mahesh Prasad</dc:creator>
				<category><![CDATA[javascript]]></category>
		<category><![CDATA[Frameworks]]></category>
		<category><![CDATA[html5]]></category>
		<category><![CDATA[javascript framework]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://maheshvnit.wordpress.com/?p=263</guid>
		<description><![CDATA[Jo JavaScript Application Framework for HTML5 jo is a lightweight JavaScript framework designed for HTML5 apps.Available as a zip download or with git from GitHub. jo does Embrace JavaScript&#8217;s object model and loosely typed nature Leverage CSS3 to handle as much of the pretty presentation and animation as possible Provide a consistent and modular event model between <a href="http://maheshvnit.wordpress.com/2010/06/09/lightweight-javascript-framework-designed-for-html5/" class="excerpt-more-link">[&#8230;]</a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=maheshvnit.wordpress.com&amp;blog=2221147&amp;post=263&amp;subd=maheshvnit&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><strong><a rel="nofollow" href="http://grrok.com/jo/" target="_blank">Jo JavaScript Application Framework for HTML5</a></strong></p>
<p><a href="http://grrok.com/jo/#jo" target="_blank">jo</a> is a lightweight JavaScript framework designed for HTML5 apps.<em>Available as a zip <a href="http://github.com/davebalmer/jo/downloads" target="_blank">download</a> or with git from <a href="http://github.com/davebalmer/jo" target="_blank">GitHub</a>.</em></p>
<h2><a href="http://grrok.com/jo/#jo" target="_blank">jo</a> does</h2>
<ul>
<li>Embrace JavaScript&#8217;s object model and loosely typed nature</li>
<li>Leverage CSS3 to handle as much of the pretty presentation and animation as possible</li>
<li>Provide a consistent and modular event model between objects</li>
<li>Wrap DOM and device-specific events into a cohesive gesture system</li>
<li>Insulate developers from different persistent storage solutions</li>
<li>Play nicely with other libraries like <a href="http://grrok.com/jo/#PhoneGap" target="_blank">PhoneGap</a></li>
</ul>
<h4><a name="Philosophy"><span style="font-weight:normal;">Philosophy</span></a></h4>
<p>If you want to jam an existing web page into an application framework, <a href="http://grrok.com/jo/#jo" target="_blank">jo</a> probably isn&#8217;t for you. <a href="http://grrok.com/jo/#jo" target="_blank">jo</a> is designed to create applications. While it will play nicely with a mixture of new and old web development techniques, it uses HTML5 as a development stack and does not require direct DOM manipulation.</p>
<p>Readmore here»</p>
<p><strong><a href="http://grrok.com/jo/" target="_blank">http://grrok.com/jo/</a></strong></p>
<br />Filed under: <a href='http://maheshvnit.wordpress.com/category/design/javascript-design-2/'>javascript</a> Tagged: <a href='http://maheshvnit.wordpress.com/tag/frameworks/'>Frameworks</a>, <a href='http://maheshvnit.wordpress.com/tag/html5/'>html5</a>, <a href='http://maheshvnit.wordpress.com/tag/javascript/'>javascript</a>, <a href='http://maheshvnit.wordpress.com/tag/javascript-framework/'>javascript framework</a>, <a href='http://maheshvnit.wordpress.com/tag/web-development/'>Web Development</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/maheshvnit.wordpress.com/263/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/maheshvnit.wordpress.com/263/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/maheshvnit.wordpress.com/263/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/maheshvnit.wordpress.com/263/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/maheshvnit.wordpress.com/263/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/maheshvnit.wordpress.com/263/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/maheshvnit.wordpress.com/263/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/maheshvnit.wordpress.com/263/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/maheshvnit.wordpress.com/263/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/maheshvnit.wordpress.com/263/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/maheshvnit.wordpress.com/263/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/maheshvnit.wordpress.com/263/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/maheshvnit.wordpress.com/263/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/maheshvnit.wordpress.com/263/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=maheshvnit.wordpress.com&amp;blog=2221147&amp;post=263&amp;subd=maheshvnit&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://maheshvnit.wordpress.com/2010/06/09/lightweight-javascript-framework-designed-for-html5/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b87df17f41a4edcacf3b4a0cc8fea1c1?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">maheshvnit</media:title>
		</media:content>
	</item>
		<item>
		<title>25 EXCELLENT PHP TOOLS THAT ENHANCE THE WAY YOU DEVELOP</title>
		<link>http://maheshvnit.wordpress.com/2010/04/16/25-excellent-php-tools-that-enhance-the-way-you-develop/</link>
		<comments>http://maheshvnit.wordpress.com/2010/04/16/25-excellent-php-tools-that-enhance-the-way-you-develop/#comments</comments>
		<pubDate>Fri, 16 Apr 2010 07:24:14 +0000</pubDate>
		<dc:creator>Mahesh Prasad</dc:creator>
				<category><![CDATA[php]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Frameworks]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[tool]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://maheshvnit.wordpress.com/?p=259</guid>
		<description><![CDATA[PHP has grown to become one of the most wide-spread server-side scripting language that’s used on a daily basis in a variety of ways. For the most part, almost every developer that’s introduced to this programming language uses it and becomes fond of it at some point. With the support of a very large community, <a href="http://maheshvnit.wordpress.com/2010/04/16/25-excellent-php-tools-that-enhance-the-way-you-develop/" class="excerpt-more-link">[&#8230;]</a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=maheshvnit.wordpress.com&amp;blog=2221147&amp;post=259&amp;subd=maheshvnit&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><strong>PHP</strong> has grown to become one of the most wide-spread server-side scripting language that’s used on a daily basis in a variety of ways. For the most part, almost every developer that’s introduced to this programming language uses it and becomes fond of it at some point. With the support of a very large community, this incredibly fast technology is taking over other server-side scripting languages. If you conduct a quick search on the subject you’ll find countless ready-to-use scripts and a fist-full of quality frameworks.</p>
<p>Here you can see we’ve complied <strong>25 Excellent PHP Tools That Will Enhance The Way You Develop</strong> in detail. Take a look at a few of these tools, assess which ones address your needs, and take advantage of them. After all, they’re there for us to use.</p>
<p>Read full entry here»</p>
<p><a href="http://www.reencoded.com/2010/02/06/25-excellent-php-tools-that-enhance-the-way-you-develop/" target="_blank">http://www.reencoded.com/2010/02/06/25-excellent-php-tools-that-enhance-the-way-you-develop/</a></p>
<br />Filed under: <a href='http://maheshvnit.wordpress.com/category/languages/php-languages/'>php</a>, <a href='http://maheshvnit.wordpress.com/category/tools/'>Tools</a> Tagged: <a href='http://maheshvnit.wordpress.com/tag/frameworks/'>Frameworks</a>, <a href='http://maheshvnit.wordpress.com/tag/php/'>PHP</a>, <a href='http://maheshvnit.wordpress.com/tag/tool/'>tool</a>, <a href='http://maheshvnit.wordpress.com/tag/tools/'>Tools</a>, <a href='http://maheshvnit.wordpress.com/tag/web-development/'>Web Development</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/maheshvnit.wordpress.com/259/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/maheshvnit.wordpress.com/259/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/maheshvnit.wordpress.com/259/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/maheshvnit.wordpress.com/259/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/maheshvnit.wordpress.com/259/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/maheshvnit.wordpress.com/259/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/maheshvnit.wordpress.com/259/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/maheshvnit.wordpress.com/259/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/maheshvnit.wordpress.com/259/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/maheshvnit.wordpress.com/259/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/maheshvnit.wordpress.com/259/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/maheshvnit.wordpress.com/259/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/maheshvnit.wordpress.com/259/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/maheshvnit.wordpress.com/259/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=maheshvnit.wordpress.com&amp;blog=2221147&amp;post=259&amp;subd=maheshvnit&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://maheshvnit.wordpress.com/2010/04/16/25-excellent-php-tools-that-enhance-the-way-you-develop/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b87df17f41a4edcacf3b4a0cc8fea1c1?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">maheshvnit</media:title>
		</media:content>
	</item>
		<item>
		<title>web-based systems management tools</title>
		<link>http://maheshvnit.wordpress.com/2010/04/01/web-based-systems-management-tools/</link>
		<comments>http://maheshvnit.wordpress.com/2010/04/01/web-based-systems-management-tools/#comments</comments>
		<pubDate>Thu, 01 Apr 2010 14:09:46 +0000</pubDate>
		<dc:creator>Mahesh Prasad</dc:creator>
				<category><![CDATA[Tools]]></category>
		<category><![CDATA[system tools]]></category>
		<category><![CDATA[tool]]></category>

		<guid isPermaLink="false">http://maheshvnit.wordpress.com/?p=252</guid>
		<description><![CDATA[Virtualmin Virtualmin is a powerful and flexible web server control panel based on the well-known Open Source web-based systems management GUI, Webmin. Manage your virtual domains, mailboxes, databases, applications, and the entire server, from one comprehensive and friendly interface. check more information here: http://www.virtualmin.com/ Webmin Webmin is a web-based interface for system administration for Unix. <a href="http://maheshvnit.wordpress.com/2010/04/01/web-based-systems-management-tools/" class="excerpt-more-link">[&#8230;]</a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=maheshvnit.wordpress.com&amp;blog=2221147&amp;post=252&amp;subd=maheshvnit&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<h1><strong><span style="color:#ff00ff;"><a title="http://www.virtualmin.com/" href="http://www.virtualmin.com/" target="_blank">Virtualmin</a></span></strong></h1>
<p>Virtualmin is a powerful and flexible web server control panel based on  the well-known Open Source web-based systems management GUI, Webmin.  Manage your virtual domains, mailboxes, databases, applications, and the  entire server, from one comprehensive and friendly interface.</p>
<p>check more information here:</p>
<p><a title="http://www.virtualmin.com/" href="http://www.virtualmin.com/" target="_blank">http://www.virtualmin.com/</a></p>
<h1><strong><span style="color:#ff00ff;"><a title="http://www.webmin.com/" href="http://www.webmin.com/" target="_blank">Webmin</a></span></strong></h1>
<p>Webmin is a web-based interface for system administration for Unix. Using any modern web browser, you can setup user accounts, Apache, DNS, file sharing and much more. Webmin removes the need to manually edit Unix configuration files like <tt>/etc/passwd</tt>, and lets you manage a system from the console or remotely. See the <a href="http://www.webmin.com/standard.html" target="_blank">standard modules</a> page for a list of all the functions built into Webmin, or check out the <a href="http://www.webmin.com/demo.html" target="_blank">screenshots</a>.</p>
<p>check more information here:</p>
<p><a title="http://www.webmin.com/" href="http://www.webmin.com/" target="_blank">http://www.webmin.com/</a></p>
<p><strong><br />
</strong></p>
<br />Filed under: <a href='http://maheshvnit.wordpress.com/category/tools/'>Tools</a> Tagged: <a href='http://maheshvnit.wordpress.com/tag/system-tools/'>system tools</a>, <a href='http://maheshvnit.wordpress.com/tag/tool/'>tool</a>, <a href='http://maheshvnit.wordpress.com/tag/tools/'>Tools</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/maheshvnit.wordpress.com/252/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/maheshvnit.wordpress.com/252/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/maheshvnit.wordpress.com/252/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/maheshvnit.wordpress.com/252/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/maheshvnit.wordpress.com/252/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/maheshvnit.wordpress.com/252/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/maheshvnit.wordpress.com/252/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/maheshvnit.wordpress.com/252/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/maheshvnit.wordpress.com/252/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/maheshvnit.wordpress.com/252/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/maheshvnit.wordpress.com/252/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/maheshvnit.wordpress.com/252/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/maheshvnit.wordpress.com/252/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/maheshvnit.wordpress.com/252/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=maheshvnit.wordpress.com&amp;blog=2221147&amp;post=252&amp;subd=maheshvnit&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://maheshvnit.wordpress.com/2010/04/01/web-based-systems-management-tools/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b87df17f41a4edcacf3b4a0cc8fea1c1?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">maheshvnit</media:title>
		</media:content>
	</item>
		<item>
		<title>Web site load testing / web performance</title>
		<link>http://maheshvnit.wordpress.com/2010/01/24/web-site-load-testing-web-performance/</link>
		<comments>http://maheshvnit.wordpress.com/2010/01/24/web-site-load-testing-web-performance/#comments</comments>
		<pubDate>Sun, 24 Jan 2010 11:49:23 +0000</pubDate>
		<dc:creator>Mahesh Prasad</dc:creator>
				<category><![CDATA[Server]]></category>
		<category><![CDATA[apachebench]]></category>
		<category><![CDATA[load testing]]></category>
		<category><![CDATA[web performance]]></category>
		<category><![CDATA[web site load testing]]></category>
		<category><![CDATA[webserver load testing]]></category>

		<guid isPermaLink="false">http://maheshvnit.wordpress.com/?p=237</guid>
		<description><![CDATA[Howto: Performance Benchmarks a Webserver here is simple examples for web site load testing http://www.cyberciti.biz/tips/howto-performance-benchmarks-a-web-server.html here is about apache bench process. http://httpd.apache.org/docs/2.0/programs/ab.html http://en.wikipedia.org/wiki/ApacheBench Posted in Server Tagged: apachebench, load testing, web performance, web site load testing, webserver load testing<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=maheshvnit.wordpress.com&amp;blog=2221147&amp;post=237&amp;subd=maheshvnit&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<h1>Howto: Performance Benchmarks a Webserver</h1>
<p>here is simple examples for web site load testing</p>
<p><a href="http://www.cyberciti.biz/tips/howto-performance-benchmarks-a-web-server.html" target="_blank">http://www.cyberciti.biz/tips/howto-performance-benchmarks-a-web-server.html</a></p>
<p>here is about apache bench process.</p>
<p><a href="http://httpd.apache.org/docs/2.0/programs/ab.html" target="_blank">http://httpd.apache.org/docs/2.0/programs/ab.html</a></p>
<p><a href="http://en.wikipedia.org/wiki/ApacheBench" target="_blank">http://en.wikipedia.org/wiki/ApacheBench</a></p>
<br />Posted in Server Tagged: apachebench, load testing, web performance, web site load testing, webserver load testing <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/maheshvnit.wordpress.com/237/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/maheshvnit.wordpress.com/237/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/maheshvnit.wordpress.com/237/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/maheshvnit.wordpress.com/237/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/maheshvnit.wordpress.com/237/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/maheshvnit.wordpress.com/237/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/maheshvnit.wordpress.com/237/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/maheshvnit.wordpress.com/237/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/maheshvnit.wordpress.com/237/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/maheshvnit.wordpress.com/237/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/maheshvnit.wordpress.com/237/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/maheshvnit.wordpress.com/237/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/maheshvnit.wordpress.com/237/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/maheshvnit.wordpress.com/237/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=maheshvnit.wordpress.com&amp;blog=2221147&amp;post=237&amp;subd=maheshvnit&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://maheshvnit.wordpress.com/2010/01/24/web-site-load-testing-web-performance/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b87df17f41a4edcacf3b4a0cc8fea1c1?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">maheshvnit</media:title>
		</media:content>
	</item>
		<item>
		<title>SQL for Beginners</title>
		<link>http://maheshvnit.wordpress.com/2010/01/14/sql-for-beginners/</link>
		<comments>http://maheshvnit.wordpress.com/2010/01/14/sql-for-beginners/#comments</comments>
		<pubDate>Thu, 14 Jan 2010 07:58:58 +0000</pubDate>
		<dc:creator>Mahesh Prasad</dc:creator>
				<category><![CDATA[mysql]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[SQL]]></category>

		<guid isPermaLink="false">http://maheshvnit.wordpress.com/?p=235</guid>
		<description><![CDATA[What You Need SQL (Structured Query Language) is a language designed for interacting with relational database management systems (RDBMS), like MySQL, Oracle, Sqlite etc&#8230; To perform the SQL queries in this article, I suggest that you have MySQL installed. I also recommend phpMyAdmin as a visual interface to MySQL. The following applications make it very <a href="http://maheshvnit.wordpress.com/2010/01/14/sql-for-beginners/" class="excerpt-more-link">[&#8230;]</a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=maheshvnit.wordpress.com&amp;blog=2221147&amp;post=235&amp;subd=maheshvnit&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<h3>What You Need</h3>
<p>SQL (Structured Query Language) is a language designed for interacting with relational database management systems (RDBMS), like MySQL, Oracle, Sqlite etc&#8230; To perform the SQL queries in this article, I suggest that you have MySQL installed. I also recommend phpMyAdmin as a visual interface to MySQL.</p>
<p>The following applications make it very easy to install both MySQL and phpMyAdmin on your local machine:</p>
<ul>
<li><a href="http://www.wampserver.com/en/" target="_blank">WAMP</a> for Windows</li>
<li><a href="http://www.mamp.info/en/index.html" target="_blank">MAMP</a> for Mac</li>
</ul>
<p>We are going to use command line for queries. WAMP already comes with a MySQL Console. For MAMP, you may want to read <a href="http://blog.arc90.com/2008/03/26/mamp-mysql-command-line-access/" target="_blank">this article.</a></p>
<p>If you would like to follow the examples in this article on your own development server, do the following:</p>
<ol>
<li>Open MySQL Console and login.</li>
<li>If you haven&#8217;t already, create a database named &#8220;my_first_db&#8221; with a CREATE query.</li>
<li>Switch to the database with the USE statement.</li>
</ol>
<p>When creating a database, common sense dictates that we use separate tables for different types of entities. Some examples are: customers, orders, items, messages etc&#8230; But we also need to have relationships between these tables. For instance, customers make orders, and orders contain items. These relationships need to be represented in the database. Also, when fetching data with SQL, we need to use certain types of JOIN queries to get what we need.</p>
<p>There are several types of database relationships. Today we are going to cover the following:</p>
<ul>
<li>One to One Relationships</li>
<li>One to Many and Many to One Relationships</li>
<li>Many to Many Relationships</li>
<li>Self Referencing Relationships</li>
</ul>
<p>When selecting data from multiple tables with relationships, we will be using the JOIN query. There are several types of JOIN&#8217;s, and we are going to learn about the the following:</p>
<ul>
<li>Cross Joins</li>
<li>Natural Joins</li>
<li>Inner Joins</li>
<li>Left (Outer) Joins</li>
<li>Right (Outer) Joins</li>
</ul>
<p>We will also learn about the ON clause and the USING clause.</p>
<h3>Catch Up All Here</h3>
<ul>
<li><a href="http://net.tutsplus.com/tutorials/other/sql-for-beginners/" target="_blank">SQL for Beginners: Part 1</a></li>
<li><a href="http://net.tutsplus.com/tutorials/other/sql-for-beginners-part-2/" target="_blank">SQL for Beginners: Part 2</a></li>
<li><a href="http://net.tutsplus.com/tutorials/databases/sql-for-beginners-part-3-database-relationships/" target="_blank">SQL for Beginners: Part 3</a></li>
</ul>
<p>Read the rest of entries here »</p>
<p><a href="http://net.tutsplus.com/tutorials/databases/sql-for-beginners-part-3-database-relationships/">http://net.tutsplus.com/tutorials/databases/sql-for-beginners-part-3-database-relationships/</a></p>
<br />Posted in mysql Tagged: database, MySQL, SQL <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/maheshvnit.wordpress.com/235/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/maheshvnit.wordpress.com/235/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/maheshvnit.wordpress.com/235/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/maheshvnit.wordpress.com/235/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/maheshvnit.wordpress.com/235/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/maheshvnit.wordpress.com/235/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/maheshvnit.wordpress.com/235/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/maheshvnit.wordpress.com/235/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/maheshvnit.wordpress.com/235/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/maheshvnit.wordpress.com/235/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/maheshvnit.wordpress.com/235/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/maheshvnit.wordpress.com/235/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/maheshvnit.wordpress.com/235/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/maheshvnit.wordpress.com/235/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=maheshvnit.wordpress.com&amp;blog=2221147&amp;post=235&amp;subd=maheshvnit&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://maheshvnit.wordpress.com/2010/01/14/sql-for-beginners/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b87df17f41a4edcacf3b4a0cc8fea1c1?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">maheshvnit</media:title>
		</media:content>
	</item>
		<item>
		<title>jQuery Multi Level Popup Menu</title>
		<link>http://maheshvnit.wordpress.com/2009/12/30/jquery-multi-level-popup-menu/</link>
		<comments>http://maheshvnit.wordpress.com/2009/12/30/jquery-multi-level-popup-menu/#comments</comments>
		<pubDate>Wed, 30 Dec 2009 12:10:20 +0000</pubDate>
		<dc:creator>Mahesh Prasad</dc:creator>
				<category><![CDATA[css]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[Drop-Down Menu]]></category>
		<category><![CDATA[Menu]]></category>
		<category><![CDATA[menu bar]]></category>
		<category><![CDATA[menus]]></category>
		<category><![CDATA[multi popup]]></category>
		<category><![CDATA[popup]]></category>

		<guid isPermaLink="false">http://maheshvnit.wordpress.com/?p=231</guid>
		<description><![CDATA[Description: Enhance arbitrary links on your page with some multi level powers with jQuery Multi Level Popup Menu! It lets you associate a multi level drop down menu to any link on the page, so moving the mouse over the link activates the menu to be shown beside it. Each pop up menu is simply <a href="http://maheshvnit.wordpress.com/2009/12/30/jquery-multi-level-popup-menu/" class="excerpt-more-link">[&#8230;]</a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=maheshvnit.wordpress.com&amp;blog=2221147&amp;post=231&amp;subd=maheshvnit&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><strong>Description: </strong>Enhance arbitrary links on your page with some multi level powers with jQuery Multi Level Popup Menu! It lets you associate a multi level drop down menu to any link on the page, so moving the mouse over the link activates the menu to be shown beside it. Each pop up menu is simply defined as a regular nested UL on the page, making it very intuitive to set up, not to mention the menus search engine friendly! Lets run down the script&#8217;s features:</p>
<ul>
<li>Lets you extend any link on the page with a multi level pop up menu, by inserting the custom attribute <code>data-popupmenu</code> inside the link.</li>
<li>Each pop up menu is simply defined as a regular, hidden nested UL on the page.</li>
<li>Sub Menus repositions themselves when too close to the right or bottom edges of the browser window so they remain in view.</li>
<li>Ability to customize the expand animation speed.</li>
<li>Ability to specify the delay before each menu and its sub menus appear/ disappear when the mouse rolls over and out of them.</li>
</ul>
<p>When it comes to menus, popping up is a good thing!</p>
<p><a href="http://www.dynamicdrive.com/" target="_blank">Dynamic Drive</a></p>
<p><a href="http://www.dynamicdrive.com/" target="_blank">Webmaster Resources</a></p>
<p>Read full entry here»</p>
<p><a href="http://www.dynamicdrive.com/dynamicindex1/popupmenu.htm" target="_blank">http://www.dynamicdrive.com/dynamicindex1/popupmenu.htm</a></p>
<br />Posted in css, design Tagged: Drop-Down Menu, Menu, menu bar, menus, multi popup, popup <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/maheshvnit.wordpress.com/231/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/maheshvnit.wordpress.com/231/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/maheshvnit.wordpress.com/231/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/maheshvnit.wordpress.com/231/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/maheshvnit.wordpress.com/231/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/maheshvnit.wordpress.com/231/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/maheshvnit.wordpress.com/231/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/maheshvnit.wordpress.com/231/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/maheshvnit.wordpress.com/231/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/maheshvnit.wordpress.com/231/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/maheshvnit.wordpress.com/231/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/maheshvnit.wordpress.com/231/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/maheshvnit.wordpress.com/231/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/maheshvnit.wordpress.com/231/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=maheshvnit.wordpress.com&amp;blog=2221147&amp;post=231&amp;subd=maheshvnit&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://maheshvnit.wordpress.com/2009/12/30/jquery-multi-level-popup-menu/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b87df17f41a4edcacf3b4a0cc8fea1c1?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">maheshvnit</media:title>
		</media:content>
	</item>
		<item>
		<title>Best Open Source Wireframing Tool</title>
		<link>http://maheshvnit.wordpress.com/2009/12/28/best-open-source-wireframing-tool/</link>
		<comments>http://maheshvnit.wordpress.com/2009/12/28/best-open-source-wireframing-tool/#comments</comments>
		<pubDate>Mon, 28 Dec 2009 12:09:09 +0000</pubDate>
		<dc:creator>Mahesh Prasad</dc:creator>
				<category><![CDATA[design]]></category>
		<category><![CDATA[tool]]></category>
		<category><![CDATA[wireframe]]></category>

		<guid isPermaLink="false">http://maheshvnit.wordpress.com/?p=226</guid>
		<description><![CDATA[The Pencil Project&#8217;s unique mission is to build a free and opensource tool for making diagrams and GUI prototyping that everyone can use. Top features: Built-in stencils for diagraming and prototyping Multi-page document with background page Inter-page linkings! On-screen text editing with rich-text supports Exporting to HTML, PNG, Openoffice.org document, Word document and PDF. Undo/redo <a href="http://maheshvnit.wordpress.com/2009/12/28/best-open-source-wireframing-tool/" class="excerpt-more-link">[&#8230;]</a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=maheshvnit.wordpress.com&amp;blog=2221147&amp;post=226&amp;subd=maheshvnit&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a id="logoLink" href="http://www.evolus.vn/Pencil/Home.html" target="_blank"><img src="http://www.evolus.vn/Pencil/Images/logo.png" alt="The Pencil Project logo" width="330" height="67" /></a></p>
<p>The <a href="http://www.evolus.vn/Pencil/Home.html" target="_blank">Pencil</a> Project&#8217;s unique mission is to build a free and opensource tool for making diagrams and GUI prototyping that everyone can use.</p>
<p><strong>Top features:</strong></p>
<ul>
<li>Built-in stencils for diagraming and prototyping</li>
<li>Multi-page document with background page</li>
<li>Inter-page linkings!</li>
<li>On-screen text editing with rich-text supports</li>
<li>Exporting to HTML, PNG, Openoffice.org document, Word document and PDF.</li>
<li>Undo/redo supports</li>
<li>Installing user-defined stencils and templates</li>
<li>Standard drawing operations: aligning, z-ordering, scaling, rotating&#8230;</li>
<li>Cross-platforms</li>
<li>Adding external objects</li>
<li>Personal Collection</li>
<li>Clipart Browser</li>
<li>And much more&#8230;</li>
</ul>
<p>Pencil will always be free as it is released under the <a href="http://www.gnu.org/licenses/gpl-2.0.html" target="_blank"><abbr title="The GNU Public License">GPL</abbr> version 2</a> and is available for virtually all platforms that Firefox 3 can run. The first version of Pencil is tested against GNU/Linux 2.6 with GTK+, Windows XP and Windows Vista.</p>
<h1>Get the Latest Release Candidate:</h1>
<ol>
<li id="devVersion"><a href="http://evoluspencil.googlecode.com/files/Pencil-1.1-1-fx.xpi" target="_blank">Pencil 1.1-rc2 for Firefox 3.5+</a>~423 KB, file from Google Code
<p id="aboutStandaloneVersions">Standalone builds of Pencil 1.1 Release Candidates are <a href="http://www.evolus.vn/Pencil/Downloads.html#standalone" target="_blank">available in the download page</a> &#8211; for GNU/Linux and Windows.</p>
</li>
<li id="stableVersion">The <a href="https://addons.mozilla.org/en-US/firefox/addon/8487">previous stable version of Pencil</a> can be found in the <a href="http://addons.mozilla.org/">Firefox Add-ons</a>.</li>
</ol>
<p style="text-align:center;"><a id="selectedScreenshot" title="Come and see Pencil in action!" href="http://www.evolus.vn/Pencil/Screenshots.html" target="_blank"><img class="aligncenter" src="http://www.evolus.vn/Pencil/Images/Screenshots/Selected-home.jpg" alt="" width="475" height="338" /></a></p>
<p><a id="selectedScreenshot" title="Come and see Pencil in action!" href="http://www.evolus.vn/Pencil/Screenshots.html" target="_blank">View more screenshots..</a></p>
<br />Posted in design Tagged: tool, wireframe <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/maheshvnit.wordpress.com/226/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/maheshvnit.wordpress.com/226/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/maheshvnit.wordpress.com/226/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/maheshvnit.wordpress.com/226/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/maheshvnit.wordpress.com/226/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/maheshvnit.wordpress.com/226/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/maheshvnit.wordpress.com/226/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/maheshvnit.wordpress.com/226/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/maheshvnit.wordpress.com/226/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/maheshvnit.wordpress.com/226/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/maheshvnit.wordpress.com/226/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/maheshvnit.wordpress.com/226/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/maheshvnit.wordpress.com/226/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/maheshvnit.wordpress.com/226/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=maheshvnit.wordpress.com&amp;blog=2221147&amp;post=226&amp;subd=maheshvnit&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://maheshvnit.wordpress.com/2009/12/28/best-open-source-wireframing-tool/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b87df17f41a4edcacf3b4a0cc8fea1c1?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">maheshvnit</media:title>
		</media:content>

		<media:content url="http://www.evolus.vn/Pencil/Images/logo.png" medium="image">
			<media:title type="html">The Pencil Project logo</media:title>
		</media:content>

		<media:content url="http://www.evolus.vn/Pencil/Images/Screenshots/Selected-home.jpg" medium="image" />
	</item>
		<item>
		<title>Free PHP Encryption Software</title>
		<link>http://maheshvnit.wordpress.com/2009/12/21/free-php-encryption-software/</link>
		<comments>http://maheshvnit.wordpress.com/2009/12/21/free-php-encryption-software/#comments</comments>
		<pubDate>Mon, 21 Dec 2009 07:52:46 +0000</pubDate>
		<dc:creator>Mahesh Prasad</dc:creator>
				<category><![CDATA[php]]></category>
		<category><![CDATA[encoder]]></category>
		<category><![CDATA[encryption]]></category>
		<category><![CDATA[php encoder]]></category>
		<category><![CDATA[php encryption]]></category>
		<category><![CDATA[PHP Security]]></category>

		<guid isPermaLink="false">http://maheshvnit.wordpress.com/?p=223</guid>
		<description><![CDATA[PHP Encryption At one time or another, a software developer is faced with a potential troublesome issue. When all the programming is done, and it&#8217;s time to distribute the actual program, the question arises: How do I protect my intellectual property from being misused, changed and sold by a potential user of my program? Of course there <a href="http://maheshvnit.wordpress.com/2009/12/21/free-php-encryption-software/" class="excerpt-more-link">[&#8230;]</a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=maheshvnit.wordpress.com&amp;blog=2221147&amp;post=223&amp;subd=maheshvnit&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><strong>PHP Encryption</strong></p>
<p>At one time or another, a software developer is faced with a potential troublesome issue. When all the programming is done, and it&#8217;s time to distribute the actual program, the question arises: How do I protect my intellectual property from being misused, changed and sold by a potential user of my program? Of course there are Copyrights, but not all users might be aware or care about it.</p>
<p><img src="http://www.seocompany.ca/software/images/phpencryption.jpg" border="1" alt="" width="500" height="117" /><br />
<em>unencrypted code</em></p>
<p>Usually this is not a problem when using ordinary executable files. The customer would have a hard time opening up the file in Notepad, figuring out and modifying the code. This process is called reverse engineering, and for some people this is an art.</p>
<p><img src="http://www.seocompany.ca/software/images/phpencryption2.jpg" border="1" alt="" width="500" height="117" /><br />
<em>encrypted code</em></p>
<p>The problem is a bit trickier when programming in an open format such as ASP, PHP or any type of scripting. The program is easily readable and sometimes ingenious and potential lucrative algorithms could fall into the wrong hands. But there is a solution. This article is focused on how to protect your PHP scripts using obfuscation techniques that makes the program unreadable for humans &#8211; but still fully functional for a computer.</p>
<p>Here are two of the main Open Source PHP encryption tools:</p>
<h2><a title="Turck MMCache for PHP home page" href="http://turck-mmcache.sourceforge.net/" target="_blank">Turck MMCache for PHP</a></h2>
<p>Turck MMCache is an open source software package with many included features, such as PHP accelerator, optimizer, encoder and dynamic content cache. One drawback is that in order to use all these functions you need to have additional software installed on the running server. It is fully compatible with Zend Optimizer, but not recommended.</p>
<h2><a title="POBS home page" href="http://pobs.mywalhalla.net/" target="_blank">PHP Obfuscator (POBS)</a></h2>
<p>This is the software package focused on in this arcicle. It does not need additional server PHP modules installed in order to run. It&#8217;s easy to install and easy to use. The main feature is the actual PHP encryption, with many configuration options. The PHP Obfuscator is <a href="http://pobs.mywalhalla.net/download.htm" target="_blank">available for download from their home page</a>.</p>
<p>Read full entry here»</p>
<p><a href="http://www.seocompany.ca/software/free-encryption-software.html" target="_blank">http://www.seocompany.ca/software/free-encryption-software.html</a></p>
<p>Other encoder :</p>
<p><a href="http://www.freephpencoder.com/">http://www.freephpencoder.com/</a></p>
<br />Posted in php Tagged: encoder, encryption, php encoder, php encryption, PHP Security <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/maheshvnit.wordpress.com/223/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/maheshvnit.wordpress.com/223/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/maheshvnit.wordpress.com/223/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/maheshvnit.wordpress.com/223/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/maheshvnit.wordpress.com/223/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/maheshvnit.wordpress.com/223/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/maheshvnit.wordpress.com/223/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/maheshvnit.wordpress.com/223/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/maheshvnit.wordpress.com/223/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/maheshvnit.wordpress.com/223/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/maheshvnit.wordpress.com/223/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/maheshvnit.wordpress.com/223/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/maheshvnit.wordpress.com/223/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/maheshvnit.wordpress.com/223/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=maheshvnit.wordpress.com&amp;blog=2221147&amp;post=223&amp;subd=maheshvnit&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://maheshvnit.wordpress.com/2009/12/21/free-php-encryption-software/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b87df17f41a4edcacf3b4a0cc8fea1c1?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">maheshvnit</media:title>
		</media:content>

		<media:content url="http://www.seocompany.ca/software/images/phpencryption.jpg" medium="image" />

		<media:content url="http://www.seocompany.ca/software/images/phpencryption2.jpg" medium="image" />
	</item>
		<item>
		<title>12 Excellent jQuery Plugins for Enhancing Forms</title>
		<link>http://maheshvnit.wordpress.com/2009/11/20/12-excellent-jquery-plugins-for-enhancing-forms/</link>
		<comments>http://maheshvnit.wordpress.com/2009/11/20/12-excellent-jquery-plugins-for-enhancing-forms/#comments</comments>
		<pubDate>Fri, 20 Nov 2009 11:08:34 +0000</pubDate>
		<dc:creator>Mahesh Prasad</dc:creator>
				<category><![CDATA[css]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[form]]></category>
		<category><![CDATA[form design]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[jquery plugin]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[webdesign]]></category>

		<guid isPermaLink="false">http://maheshvnit.wordpress.com/?p=220</guid>
		<description><![CDATA[Forms are part of almost every website. Whether it’s a simple contact form or a complex sign-up form, filling one out is usually a mundane task. When possible, you should try to make form completion for the user easier and more enjoyable. Here are 12 jQuery plugins that can help you enhance your forms. Read <a href="http://maheshvnit.wordpress.com/2009/11/20/12-excellent-jquery-plugins-for-enhancing-forms/" class="excerpt-more-link">[&#8230;]</a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=maheshvnit.wordpress.com&amp;blog=2221147&amp;post=220&amp;subd=maheshvnit&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Forms are part of almost every website. Whether it’s a simple contact form or a complex sign-up form, filling one out is usually a mundane task. When possible, you should try to make form completion for the user easier and more enjoyable. Here are 12 jQuery plugins that can help you enhance your forms.</p>
<p>Read full entry here»</p>
<p><a href="http://webdesignledger.com/resources/12-excellent-jquery-plugins-for-enhancing-forms" target="_blank">http://webdesignledger.com/resources/12-excellent-jquery-plugins-for-enhancing-forms</a></p>
<br />Posted in css, design, javascript Tagged: CSS, design, form, form design, jQuery, jquery plugin, plugin, webdesign <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/maheshvnit.wordpress.com/220/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/maheshvnit.wordpress.com/220/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/maheshvnit.wordpress.com/220/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/maheshvnit.wordpress.com/220/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/maheshvnit.wordpress.com/220/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/maheshvnit.wordpress.com/220/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/maheshvnit.wordpress.com/220/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/maheshvnit.wordpress.com/220/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/maheshvnit.wordpress.com/220/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/maheshvnit.wordpress.com/220/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/maheshvnit.wordpress.com/220/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/maheshvnit.wordpress.com/220/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/maheshvnit.wordpress.com/220/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/maheshvnit.wordpress.com/220/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=maheshvnit.wordpress.com&amp;blog=2221147&amp;post=220&amp;subd=maheshvnit&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://maheshvnit.wordpress.com/2009/11/20/12-excellent-jquery-plugins-for-enhancing-forms/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b87df17f41a4edcacf3b4a0cc8fea1c1?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">maheshvnit</media:title>
		</media:content>
	</item>
	</channel>
</rss>
