<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Shukhrat Rakhimov</title>
	<atom:link href="http://www.shukhrat.org/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.shukhrat.org</link>
	<description>Programmer, web-developer and designer</description>
	<lastBuildDate>Wed, 23 Nov 2011 17:36:32 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>How to restore a MySQL database from an sql dump?</title>
		<link>http://www.shukhrat.org/how-to-restore-a-mysql-database-from-an-sql-dump/</link>
		<comments>http://www.shukhrat.org/how-to-restore-a-mysql-database-from-an-sql-dump/#comments</comments>
		<pubDate>Wed, 23 Nov 2011 17:19:36 +0000</pubDate>
		<dc:creator>Shukhrat Rakhimov</dc:creator>
				<category><![CDATA[Web development]]></category>
		<category><![CDATA[commandline]]></category>
		<category><![CDATA[mysql]]></category>

		<guid isPermaLink="false">http://www.shukhrat.org/?p=95</guid>
		<description><![CDATA[In most common cases: mysql -h localhost -u [user] -p [database_name] &#60; [name_of_dump.sql] In many other sources, it&#8217;s mentioned that you need to put the password without a space attached to the -p parameter. No need to do that &#8211; you will be prompted for password after you hit Enter. And, yet, if you type [...]]]></description>
			<content:encoded><![CDATA[<p>In most common cases:</p>
<p><code>mysql -h localhost -u [user] -p [database_name] &lt; [name_of_dump.sql]<br />
</code></p>
<p>In many other sources, it&#8217;s mentioned that you need to put the password without a space attached to the <code>-p</code> parameter. No need to do that &#8211; you will be prompted for password after you hit Enter.</p>
<p>And, yet, if you type your password attached to the <code>-p</code> parameter, the command will be saved in your history. And potentially, if someone gets that, you are in trouble.</p>
<p>If your mysql user doesn&#8217;t have password, omit the <code>-p</code> parameter.</p>
<p><code>mysql -h localhost -u [user] [database_name] &lt; [name_of_dump.sql]<br />
</code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.shukhrat.org/how-to-restore-a-mysql-database-from-an-sql-dump/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Joomla Password Reset — Cannot Remember Joomla Admin Password</title>
		<link>http://www.shukhrat.org/joomla-administrator-password-reset-cannot-remember/</link>
		<comments>http://www.shukhrat.org/joomla-administrator-password-reset-cannot-remember/#comments</comments>
		<pubDate>Mon, 13 Sep 2010 06:56:15 +0000</pubDate>
		<dc:creator>Shukhrat Rakhimov</dc:creator>
				<category><![CDATA[Web development]]></category>
		<category><![CDATA[password]]></category>
		<category><![CDATA[reset]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://www.shukhrat.org/?p=79</guid>
		<description><![CDATA[Problem: Cannot remember Joomla administrator (or any other user) password. It&#8217;s impossible to retrieve Joomla administrator / user password, because, for security measures, it is stored in MD5-encoded string. That&#8217;s why you can only reset it. To do so, you need to have access to the database. Solution: Log in to your database Find table jos_users Edit [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Problem:</strong> Cannot remember Joomla administrator (or any other user) password.</p>
<p>It&#8217;s impossible to retrieve Joomla administrator / user password, because, for security measures, it is stored in MD5-encoded string. That&#8217;s why you can only reset it. To do so, you need to have access to the database.</p>
<p><strong>Solution:</strong> <span id="more-79"></span></p>
<ul>
<li>Log in to your database</li>
<li>Find table <strong>jos_users</strong></li>
<li>Edit the row, which corresponds to the admin / user.</li>
<li>Set the <strong>password</strong> field to: <strong>5ebe2294ecd0e0f08eab7690d2a6ee69</strong></li>
<li>Save changes</li>
</ul>
<p>This will reset the password to <strong>secret</strong>.<br />
Later you can change the password easily from the Joomla back-end.</p>
<p>Here are more MD5-password pairs (if you want to reset the password to something different from <strong>secret</strong>):</p>
<table style="margin: 0 auto;" cellspacing="5">
<tbody>
<tr>
<td>MD5 encoded string</td>
<td>Password</td>
</tr>
<tr>
<td>21232f297a57a5a743894a0e4a801fc3</td>
<td>admin</td>
</tr>
<tr>
<td>5ebe2294ecd0e0f08eab7690d2a6ee69</td>
<td>secret</td>
</tr>
<tr>
<td>7441de5382cf4fecbaa9a8c538e76783</td>
<td>OU812</td>
</tr>
</tbody>
</table>
<p>P.S. More comprehensive information on this you can find at Joomla Documentation:<br />
<a href="http://docs.joomla.org/How_do_you_recover_your_admin_password%3F">How do you recover your admin password?</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.shukhrat.org/joomla-administrator-password-reset-cannot-remember/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to add link to an Article while creating a content item in Joomla?</title>
		<link>http://www.shukhrat.org/how-to-add-link-to-an-article-while-creating-a-content-item-in-joomla/</link>
		<comments>http://www.shukhrat.org/how-to-add-link-to-an-article-while-creating-a-content-item-in-joomla/#comments</comments>
		<pubDate>Sat, 04 Sep 2010 11:26:18 +0000</pubDate>
		<dc:creator>Shukhrat Rakhimov</dc:creator>
				<category><![CDATA[Web development]]></category>
		<category><![CDATA[JCE]]></category>
		<category><![CDATA[TinyMCE]]></category>
		<category><![CDATA[wysiwyg-editor]]></category>

		<guid isPermaLink="false">http://www.shukhrat.org/?p=38</guid>
		<description><![CDATA[When we create a content item (it can be an Article, Custom Module, Description, etc.) in standard installation of Joomla 1.5.x, we face a problem of linking text or image to an Article which has been created before. When we click «Insert / edit link» button, there is a «Link URL» field, we need to [...]]]></description>
			<content:encoded><![CDATA[<p>When we create a content item (it can be an Article, Custom Module, Description, etc.) in standard installation of Joomla 1.5.x, we face a problem of linking text or image to an Article which has been created before. When we click «Insert / edit link» button, there is a «Link URL» field, we need to fill in. But we don&#8217;t know the URL of the article, which was created before.</p>
<p><span id="more-38"></span></p>
<p>For example, you have created an Article titled «About me». In another article you want to put link to the «About me» Article:</p>
<div id="attachment_54" class="wp-caption aligncenter" style="width: 560px"><a href="http://www.shukhrat.org/wp-content/uploads/2010/09/joomla-article-link.gif" target="_blank"><img class="size-full wp-image-54" title="Joomla insert / edit link button" src="http://www.shukhrat.org/wp-content/uploads/2010/09/joomla-article-link.gif" alt="Joomla insert / edit link button" width="550" height="360" /></a><p class="wp-caption-text">Joomla insert / edit link button</p></div>
<p>In Joomla with standard TinyMCE editor, you are requested to fill in the URL of the Article.</p>
<ol>There are two solutions to this problem:</p>
<li>Find out the URL of the «About me» Article.</li>
<li>Switch to another editor, which supports linking to the content items.</li>
</ol>
<h6>Finding the URL of an Article in Joomla</h6>
<p>Save your current Article as draft (save, but don&#8217;t publish). In the <span class="joomla-menu">Article Manager</span> locate the Article you want to link to. Remember the value of ID in the last column.</p>
<div id="attachment_60" class="wp-caption aligncenter" style="width: 560px"><a href="http://www.shukhrat.org/wp-content/uploads/2010/09/joomla-article-manager-id-column.gif" target="_blank"><img title="ID of an Article in Joomla" src="http://www.shukhrat.org/wp-content/uploads/2010/09/joomla-article-manager-id-column.gif" alt="ID of an Article in Joomla" width="550" /></a><p class="wp-caption-text">ID of an Article in Joomla</p></div>
<p>The URL link to this Article in the front-end is:</p>
<p style="font: 12px Verdana; text-align: center; background-color: #f0f0f0; padding: 10px;">index.php?option=com_content&amp;id=<span style="font-weight: bold; color: red;">ID</span></p>
<p>Replace «ID» with the actual ID of the «About me» Article. Type this URL into the «Link URL» field when inserting a link.</p>
<h6>JCE editor for Joomla</h6>
<p>A very powerful, award-winning JCE editor gives you easy solution to the problem of linking to Articles. <a href="http://extensions.joomla.org/extensions/edition/editors/88" target="_blank">Download</a> and install JCE editor, set it as Default WYSIWYG Editor in Joomla&#8217;s Global Configuration (<span class="joomla-menu">Site</span> → <span class="joomla-menu">Global Configuration</span> → Site Settings) and you&#8217;re editor&#8217;s toolbar will become a bit different:</p>
<div id="attachment_71" class="wp-caption aligncenter" style="width: 613px"><img class="size-full wp-image-71" title="JCE-editor toolbar" src="http://www.shukhrat.org/wp-content/uploads/2010/09/joomla-link-jce-editor-toolbar.gif" alt="JCE-editor toolbar" width="603" height="190" /><p class="wp-caption-text">JCE-editor toolbar</p></div>
<p>But when you click the «Insert/Edit link» button this time, you will get a window with possibility to link to a content item.</p>
<div id="attachment_70" class="wp-caption aligncenter" style="width: 518px"><img class="size-full wp-image-70" title="JCE-editor Insert link window" src="http://www.shukhrat.org/wp-content/uploads/2010/09/joomla-jce-editor-insert-link.gif" alt="JCE-editor Insert link window" width="508" height="507" /><p class="wp-caption-text">JCE-editor Insert link window</p></div>
]]></content:encoded>
			<wfw:commentRss>http://www.shukhrat.org/how-to-add-link-to-an-article-while-creating-a-content-item-in-joomla/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Joomla TinyMCE editor: extended editing options</title>
		<link>http://www.shukhrat.org/joomla-tinymce-editor-advanced/</link>
		<comments>http://www.shukhrat.org/joomla-tinymce-editor-advanced/#comments</comments>
		<pubDate>Sat, 04 Sep 2010 05:20:43 +0000</pubDate>
		<dc:creator>Shukhrat Rakhimov</dc:creator>
				<category><![CDATA[Web development]]></category>
		<category><![CDATA[JCE]]></category>
		<category><![CDATA[TinyMCE]]></category>
		<category><![CDATA[wysiwyg-editor]]></category>

		<guid isPermaLink="false">http://www.shukhrat.org/?p=43</guid>
		<description><![CDATA[Joomla 1.5&#8242;s standard editor, which is called TinyMCE, by default supports only few features. The toolbar of the editor looks like this: The toolbar is quite poor. There is no way, for example, to insert and edit tables, set element attributes, setting colors to the text, background, and many others. However, there is a possibility [...]]]></description>
			<content:encoded><![CDATA[<p>Joomla 1.5&#8242;s standard editor, which is called TinyMCE, by default supports only few features. The toolbar of the editor looks like this:</p>
<div id="attachment_44" class="wp-caption aligncenter" style="width: 583px"><a href="http://www.shukhrat.org/wp-content/uploads/2010/09/joomla-standard-editor.gif"><img class="size-full wp-image-44" title="Joomla TinyMCE standard editor toolbar" src="http://www.shukhrat.org/wp-content/uploads/2010/09/joomla-standard-editor.gif" alt="Joomla TinyMCE standard editor toolbar" width="573" height="92" /></a><p class="wp-caption-text">Joomla TinyMCE standard editor toolbar</p></div>
<p>The toolbar is quite poor. There is no way, for example, to insert and edit tables, set element attributes, setting colors to the text, background, and many others. However, there is a possibility to have many more useful buttons on the toolbar in standard installation of Joomla.</p>
<p><span id="more-43"></span> To take this advantage, go to <span class="joomla-menu">Extensions</span> → <span class="joomla-menu">Plugin Manager</span> and click on the <strong>Editor &#8211; TinyMCE</strong> plugin in the list. On the right side bar in <strong>Plugin Parameters</strong> section, change <strong>Functionality</strong> dropdown-box to <strong>Extended</strong>. Click <strong>Save</strong> and enjoy extended editing possibilities <img src='http://www.shukhrat.org/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> .</p>
<div id="attachment_46" class="wp-caption aligncenter" style="width: 583px"><a href="http://www.shukhrat.org/wp-content/uploads/2010/09/joomla-extended-editor.gif"><img class="size-full wp-image-46" title="Joomla TinyMCE extended editor toolbar" src="http://www.shukhrat.org/wp-content/uploads/2010/09/joomla-extended-editor.gif" alt="Joomla TinyMCE extended editor toolbar" width="573" height="117" /></a><p class="wp-caption-text">Joomla TinyMCE extended editor toolbar</p></div>
<p>TinyMCE is not the only WYSIWYG-editor for Joomla. <a href="http://extensions.joomla.org/extensions/edition/editors/88" target="_blank">JCE</a>, which is based on TinyMCE, is a configurable and plugin-extensible editor for Joomla. JCE supports code-highlighting, file and links handling, Joomla content item linking, advanced image/media embedding and many more.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.shukhrat.org/joomla-tinymce-editor-advanced/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

