<?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>ImBlog</title>
	<atom:link href="http://imbloger.net/feed/" rel="self" type="application/rss+xml" />
	<link>http://imbloger.net</link>
	<description>Just only share</description>
	<lastBuildDate>Thu, 14 Mar 2013 08:16:14 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>Difference of 3 type certificates</title>
		<link>http://imbloger.net/difference-of-3-type-certificates/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=difference-of-3-type-certificates</link>
		<comments>http://imbloger.net/difference-of-3-type-certificates/#comments</comments>
		<pubDate>Thu, 14 Mar 2013 08:13:31 +0000</pubDate>
		<dc:creator>ImBlog</dc:creator>
				<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://imbloger.net/?p=614</guid>
		<description><![CDATA[<p>These are the difference of 3 type certificates. For my recommendation should use OV certificate or up.Domain validated SSL certificates (DV SSL) (Cost: low) Provide the lowest level of validation available from commercial certificate authorities Often offered at prices much lower than OV or EV SSL Low cost SSL quickly and without the effort of submitting company documents (No company identity information). [...]</p><p>The post <a href="http://imbloger.net/difference-of-3-type-certificates/">Difference of 3 type certificates</a> appeared first on <a href="http://imbloger.net">ImBlog</a>.</p>]]></description>
				<content:encoded><![CDATA[<p>These are the difference of 3 type certificates. For my recommendation should use OV certificate or up.<span style="font-family: arial,helvetica,sans-serif;"><b>Domain validated SSL certificates (DV SSL) (Cost: low)</b></span></p>
<ul>
<li><span style="font-family: arial,helvetica,sans-serif;">Provide the lowest level of validation available from commercial certificate authorities</span></li>
<li><span style="font-family: arial,helvetica,sans-serif;">Often offered at prices much lower than OV or EV SSL</span></li>
<li><span style="font-family: arial,helvetica,sans-serif;">Low cost SSL quickly and without the effort of submitting company documents (No company identity information).</span></li>
<li><span style="font-family: arial,helvetica,sans-serif;">10,000 warranty </span></li>
</ul>
<p><span style="font-family: arial,helvetica,sans-serif;"><b>Organization Validation SSL certificates (OV SSL) (Cost: middle)</b></span></p>
<ul>
<li><span style="font-family: arial,helvetica,sans-serif;">Verify the identities of the organization or individual purchasing SSL certificates. So, You company have to submitting company documents.</span></li>
<li><span style="font-family: arial,helvetica,sans-serif;"> FREE Corner of TrustLogo </span></li>
<li><span style="font-family: arial,helvetica,sans-serif;"> $50,000 warranty and up </span></li>
</ul>
<p><span style="font-family: arial,helvetica,sans-serif;"><b>Extended Validation SSL certificates (EV SSL) (Cost: high)</b></span></p>
<ul>
<li><span style="font-family: arial,helvetica,sans-serif;">High-assurance and EV ssl certificates add trust to your website. </span></li>
<li><span style="font-family: arial,helvetica,sans-serif;">FREE Corner of TrustLogo </span></li>
<li><span style="font-family: arial,helvetica,sans-serif;">Have  &#8221;Green Bar&#8221; on browsers </span></li>
<li><span style="font-family: arial,helvetica,sans-serif;">Steps required for a CA before issuing a certificate, and includes:</span></li>
<li>Verifying the legal, physical and operational existence of the entity</li>
<li>Verifying that the identity of the entity matches official records</li>
<li>Verifying that the entity has exclusive right to use the domain specified in the EV SSL Certificate</li>
<li>Verifying that the entity has properly authorized the issuance of the EV SSL Certificate</li>
<li><span style="font-family: arial,helvetica,sans-serif;">$250,000 Warranty</span></li>
</ul>
<div style="border: 1px dashed #CCCCCC; padding: 9px; margin:9px;">Incoming search terms: <a href="http://imbloger.net/difference-of-3-type-certificates/" title="inssider2 unknown">inssider2 unknown</a></div><p>The post <a href="http://imbloger.net/difference-of-3-type-certificates/">Difference of 3 type certificates</a> appeared first on <a href="http://imbloger.net">ImBlog</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://imbloger.net/difference-of-3-type-certificates/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Restore or import SQL file into database using PHP</title>
		<link>http://imbloger.net/restore-or-import-sql-file-into-database-using-php/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=restore-or-import-sql-file-into-database-using-php</link>
		<comments>http://imbloger.net/restore-or-import-sql-file-into-database-using-php/#comments</comments>
		<pubDate>Wed, 21 Nov 2012 07:23:26 +0000</pubDate>
		<dc:creator>ImBlog</dc:creator>
				<category><![CDATA[Database]]></category>
		<category><![CDATA[Import SQL]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Restore SQL]]></category>
		<category><![CDATA[SQL]]></category>

		<guid isPermaLink="false">http://imbloger.net/?p=591</guid>
		<description><![CDATA[<p>For an easy way to restore or import a SQL file that backed up by MySQL dump command or PhpMyAdmin. You can use the code from PHP below to restore or import a SQL file. Note: Before using this script, you should edit the &#8216;memory_limit&#8217; parameter to larger than SQL file which avoid error &#8220;PHP [...]</p><p>The post <a href="http://imbloger.net/restore-or-import-sql-file-into-database-using-php/">Restore or import SQL file into database using PHP</a> appeared first on <a href="http://imbloger.net">ImBlog</a>.</p>]]></description>
				<content:encoded><![CDATA[<p><img src="http://cdn4.imbloger.net/wp-content/uploads/2012/03/mysql-logo.jpg" alt="mysql logo" title="mysql logo" width="593" height="199" class="aligncenter size-full wp-image-453" /><br />
For an easy way to restore or import a SQL file that backed up by MySQL dump command or PhpMyAdmin. You can use the code from PHP below to restore or import a SQL file. </p>
<p>Note: Before using this script, you should edit the &#8216;memory_limit&#8217; parameter to larger than SQL file which avoid error &#8220;PHP Fatal error:  Allowed memory size of xxxxxxx bytes exhausted&#8221;<br />
<span id="more-591"></span></p>
<pre class="brush: php; title: ; notranslate">
&lt;?php
/*
 * Restore MySQL using PHP
 * (c) 2012 IMBLOGER.NET
 * Last Update: 19th November 2012
 * Version: 0.1
 */

// Memory limit, It should larger than size of SQL file.
ini_set('memory_limit', '512M');
  
// Path and name of the SQL file
$filename = 'path/of/data.sql';
// MySQL host 
$mysql_host = 'localhost';
// MySQL username
$mysql_username = 'user';
// MySQL password
$mysql_password = 'password';
// Database name
$mysql_database = 'database_name';
  
// Connect to MySQL server
mysql_connect($mysql_host, $mysql_username, $mysql_password) or die('Error connecting to MySQL server: ' . mysql_error());
// Select database
mysql_select_db($mysql_database) or die('Error selecting MySQL database: ' . mysql_error());
 
$data_content = file($filename);

$query = &quot;&quot;;
foreach($data_content as $sql_line){
  if(trim($sql_line) == &quot;&quot; || substr($sql_line, 0, 2) == '--' || substr($sql_line, 0, 2) == '/*')
        continue;
  $query .= $sql_line;
  if (substr(trim($query), -1, 1) == ';'){
      mysql_query($templine) or print('Error performing query \'&lt;strong&gt;' . $query . '\': ' . mysql_error() . '&lt;br /&gt;&lt;br /&gt;');
      $query = &quot;&quot;;
  }
}
 
?&gt;
</pre>
<p>The post <a href="http://imbloger.net/restore-or-import-sql-file-into-database-using-php/">Restore or import SQL file into database using PHP</a> appeared first on <a href="http://imbloger.net">ImBlog</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://imbloger.net/restore-or-import-sql-file-into-database-using-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OpenX: Fix M2M authentication error &#8211; password invalid (code: 823)</title>
		<link>http://imbloger.net/fix-m2m-authentication-error-password-invalid-code-823/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=fix-m2m-authentication-error-password-invalid-code-823</link>
		<comments>http://imbloger.net/fix-m2m-authentication-error-password-invalid-code-823/#comments</comments>
		<pubDate>Fri, 09 Nov 2012 07:02:56 +0000</pubDate>
		<dc:creator>ImBlog</dc:creator>
				<category><![CDATA[Internet Marketing]]></category>
		<category><![CDATA[authentication]]></category>
		<category><![CDATA[OpenX]]></category>

		<guid isPermaLink="false">http://imbloger.net/?p=579</guid>
		<description><![CDATA[<p>If have install or upgrad OpenX advertising software you might meet encounter &#8220;M2M authentcation error &#8211; password invalid (code: 823)&#8221; on the dashboard page after upgraded or installed. The solution for fix &#8220;M2M authentication error &#8211; password invalid (code: 823)&#8221; issue. You need to open OpenX in your web browser and logged in as administrator. [...]</p><p>The post <a href="http://imbloger.net/fix-m2m-authentication-error-password-invalid-code-823/">OpenX: Fix M2M authentication error &#8211; password invalid (code: 823)</a> appeared first on <a href="http://imbloger.net">ImBlog</a>.</p>]]></description>
				<content:encoded><![CDATA[<p><img src="http://cdn4.imbloger.net/wp-content/uploads/2012/11/M2M-authentication-error-password-invalid-code-823.jpg" alt="M2M authentication error - password invalid (code: 823)" title="M2M authentication error - password invalid (code 823)" width="366" height="302" class="aligncenter size-full wp-image-584" /><br />
If have install or upgrad OpenX advertising software you might meet encounter &#8220;M2M authentcation error &#8211; password invalid (code: 823)&#8221; on the dashboard page after upgraded or installed.<br />
<span id="more-579"></span><br />
The solution for fix &#8220;M2M authentication error &#8211; password invalid (code: 823)&#8221; issue. You need to open OpenX in your web browser and logged in as administrator. After that go to:</p>
<blockquote><p>http://your_ads_domain/openx_folder/www/admin/regenerate-platformhash.php</p></blockquote>
<p>I followed that steps, and it worked like a charm. The next time I opened the dashboard I was able to see it without any problems.</p>
<p>I hope this helps for fix &#8220;M2M authentication error &#8211; password invalid (code: 823)&#8221; on your OpenX system.</p>
<p>The post <a href="http://imbloger.net/fix-m2m-authentication-error-password-invalid-code-823/">OpenX: Fix M2M authentication error &#8211; password invalid (code: 823)</a> appeared first on <a href="http://imbloger.net">ImBlog</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://imbloger.net/fix-m2m-authentication-error-password-invalid-code-823/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to fix &#8220;The VMRC console has  disconnected&#8230;attempting to reconnect&#8221;</title>
		<link>http://imbloger.net/how-to-fix-the-vmrc-console-has-disconnected-attempting-to-reconnect/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-fix-the-vmrc-console-has-disconnected-attempting-to-reconnect</link>
		<comments>http://imbloger.net/how-to-fix-the-vmrc-console-has-disconnected-attempting-to-reconnect/#comments</comments>
		<pubDate>Sat, 13 Oct 2012 19:11:01 +0000</pubDate>
		<dc:creator>ImBlog</dc:creator>
				<category><![CDATA[Knowledge Base]]></category>
		<category><![CDATA[IE10]]></category>
		<category><![CDATA[VMware]]></category>
		<category><![CDATA[VMware ESX]]></category>
		<category><![CDATA[Windows 8]]></category>

		<guid isPermaLink="false">http://imbloger.net/?p=563</guid>
		<description><![CDATA[<p>For Windows 8 user that need to connect VMware ESX(i)/vCenter server using vSphere client but can&#8217;t open a console session to the VMs, get the message &#8220;The VMRC console has disconnected&#8230;attempting to reconnect&#8221; The error is happens because the IE10 has comes with Windows 8 which the vSphere client uses an Internet Explorer plug-in that [...]</p><p>The post <a href="http://imbloger.net/how-to-fix-the-vmrc-console-has-disconnected-attempting-to-reconnect/">How to fix &#8220;The VMRC console has  disconnected&#8230;attempting to reconnect&#8221;</a> appeared first on <a href="http://imbloger.net">ImBlog</a>.</p>]]></description>
				<content:encoded><![CDATA[<p><img class="aligncenter size-large wp-image-565" title="vsphere client" src="http://cdn2.imbloger.net/wp-content/uploads/2012/10/vsphere-client-600x156.png" alt="vsphere client" width="600" height="156" /><br />
For Windows 8 user that need to connect VMware ESX(i)/vCenter server using vSphere client but can&#8217;t open a console session to the VMs, get the message</p>
<blockquote><p>&#8220;The VMRC console has disconnected&#8230;attempting to reconnect&#8221;</p></blockquote>
<p>The error is happens because the IE10 has comes with Windows 8 which the vSphere client uses an Internet Explorer plug-in that does not yet compatible with IE10 in Windows 8. Even disabling IE10 and forcing an alternate web browser in Windows 8 doesn’t fix the problem.</p>
<p>For the work around to fix this problem you can do this:</p>
<ul>
<li>Work-Around 1 &#8211; Install vSphere client 5.1 but you must have done the full upgrade including Hosts to 5.1.</li>
<li>Work-Around 2 &#8211; Use VMware workstation<br />
If you have VMware Workstation 9.x version you can following this steps:</p>
<ol>
<li>Launch VMware workstation &gt; File &gt; Connect to Server &gt; Enter your ESX/vCenter server details &gt; Connect.</li>
<li>Accept the certificate warning if you are using self signed certificates.</li>
<li>Now you can open a console session to your VMs.</li>
</ol>
</li>
<li>Work-Around 3 &#8211; Use VMware Guest Console
<ol>
<li><a href="http://labs.vmware.com/flings/vgc" rel="nofollow" target="_blank">Download VMware Guest Console</a> and install.</li>
<li>Launch VMware Guest Console &gt; Add Host &gt; Enter your ESX/vCenter server details &gt; Connect.<br />
<a href="http://cdn3.imbloger.net/wp-content/uploads/2012/10/VMware-Guest-Console.png" rel="lightbox[563]"><img src="http://cdn2.imbloger.net/wp-content/uploads/2012/10/VMware-Guest-Console-300x196.png" alt="VMware Guest Console" title="VMware Guest Console" width="300" height="196" class="aligncenter size-medium wp-image-569" /></a></li>
<li>Accept the certificate warning if you are using self signed certificates.</li>
<li>Now you can open a console session to your VMs.</li>
</ol>
</li>
</ul>
<div style="border: 1px dashed #CCCCCC; padding: 9px; margin:9px;">Incoming search terms: <a href="http://imbloger.net/how-to-fix-the-vmrc-console-has-disconnected-attempting-to-reconnect/" title="vmrc console has disconnected">vmrc console has disconnected</a>, <a href="http://imbloger.net/how-to-fix-the-vmrc-console-has-disconnected-attempting-to-reconnect/" title="The VMRC console has disconnected attempting to reconnect">The VMRC console has disconnected attempting to reconnect</a>, <a href="http://imbloger.net/how-to-fix-the-vmrc-console-has-disconnected-attempting-to-reconnect/" title="the vmrc console has disconnected">the vmrc console has disconnected</a>, <a href="http://imbloger.net/how-to-fix-the-vmrc-console-has-disconnected-attempting-to-reconnect/" title="the vmrc console has disconnected attempting to reconnect windows 7">the vmrc console has disconnected attempting to reconnect windows 7</a>, <a href="http://imbloger.net/how-to-fix-the-vmrc-console-has-disconnected-attempting-to-reconnect/" title="IE10 fix for vmware">IE10 fix for vmware</a>, <a href="http://imbloger.net/how-to-fix-the-vmrc-console-has-disconnected-attempting-to-reconnect/" title="vmrc console has disconnected Windows 7 update">vmrc console has disconnected Windows 7 update</a>, <a href="http://imbloger.net/how-to-fix-the-vmrc-console-has-disconnected-attempting-to-reconnect/" title="vmrc console has disconnect">vmrc console has disconnect</a>, <a href="http://imbloger.net/how-to-fix-the-vmrc-console-has-disconnected-attempting-to-reconnect/" title="vcenter web access ie10">vcenter web access ie10</a>, <a href="http://imbloger.net/how-to-fix-the-vmrc-console-has-disconnected-attempting-to-reconnect/" title="the VMRC cosole has disconnected attempting to reconnect">the VMRC cosole has disconnected attempting to reconnect</a></div><p>The post <a href="http://imbloger.net/how-to-fix-the-vmrc-console-has-disconnected-attempting-to-reconnect/">How to fix &#8220;The VMRC console has  disconnected&#8230;attempting to reconnect&#8221;</a> appeared first on <a href="http://imbloger.net">ImBlog</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://imbloger.net/how-to-fix-the-vmrc-console-has-disconnected-attempting-to-reconnect/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to change MySQL database collation</title>
		<link>http://imbloger.net/how-to-change-mysql-database-collation/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-change-mysql-database-collation</link>
		<comments>http://imbloger.net/how-to-change-mysql-database-collation/#comments</comments>
		<pubDate>Tue, 28 Aug 2012 06:15:39 +0000</pubDate>
		<dc:creator>ImBlog</dc:creator>
				<category><![CDATA[Database]]></category>
		<category><![CDATA[collation]]></category>
		<category><![CDATA[Database collation]]></category>
		<category><![CDATA[MySQL]]></category>

		<guid isPermaLink="false">http://imbloger.net/?p=543</guid>
		<description><![CDATA[<p>You can use the following query in PhpMyAdmin or MySQL console for to change the database collation: MySQL console: PhpMyAdmin: Enter your phpMyAdmin and select the database you wish to manage Click on the Operations tab in the top menu of your phpMyAdmin At the bottom of the page you will see the collation option. [...]</p><p>The post <a href="http://imbloger.net/how-to-change-mysql-database-collation/">How to change MySQL database collation</a> appeared first on <a href="http://imbloger.net">ImBlog</a>.</p>]]></description>
				<content:encoded><![CDATA[<p><img src="http://cdn4.imbloger.net/wp-content/uploads/2012/03/mysql-logo.jpg" alt="mysql logo" title="mysql logo" width="593" height="199" class="aligncenter size-full wp-image-453" /><br />
You can use the following query in PhpMyAdmin or MySQL console for to change the database collation:</p>
<p><strong>MySQL console</strong>:</p>
<pre class="brush: bash; title: ; notranslate">
mysql&gt; USE (database name here)
mysql&gt; ALTER DATABASE (database name here) CHARACTER SET (charset name here) COLLATE (collation name here)</pre>
<p><strong>PhpMyAdmin</strong>:</p>
<ol>
<li>Enter your phpMyAdmin and select the database you wish to manage</li>
<li>Click on the Operations tab in the top menu of your phpMyAdmin</li>
<li>At the bottom of the page you will see the collation option. You can select a collation from the drop down menu and click on the Go button</li>
</ol>
<p>The post <a href="http://imbloger.net/how-to-change-mysql-database-collation/">How to change MySQL database collation</a> appeared first on <a href="http://imbloger.net">ImBlog</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://imbloger.net/how-to-change-mysql-database-collation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to change the collation to UTF-8 of all tables in a MySQL database</title>
		<link>http://imbloger.net/how-to-change-the-collation-to-utf-8-of-all-tables-in-a-mysql-database/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-change-the-collation-to-utf-8-of-all-tables-in-a-mysql-database</link>
		<comments>http://imbloger.net/how-to-change-the-collation-to-utf-8-of-all-tables-in-a-mysql-database/#comments</comments>
		<pubDate>Sun, 26 Aug 2012 07:04:17 +0000</pubDate>
		<dc:creator>ImBlog</dc:creator>
				<category><![CDATA[Database]]></category>
		<category><![CDATA[collation]]></category>
		<category><![CDATA[Database collation]]></category>
		<category><![CDATA[MySQL]]></category>

		<guid isPermaLink="false">http://imbloger.net/?p=536</guid>
		<description><![CDATA[<p>Changing the collation for table in a MySQL can try the command: However, if you will change all tables in a database it can be time consuming depending on how many tables you have. So, I recommend using the following PHP script for change the collation all tables at one time. You just config some [...]</p><p>The post <a href="http://imbloger.net/how-to-change-the-collation-to-utf-8-of-all-tables-in-a-mysql-database/">How to change the collation to UTF-8 of all tables in a MySQL database</a> appeared first on <a href="http://imbloger.net">ImBlog</a>.</p>]]></description>
				<content:encoded><![CDATA[<p><img src="http://cdn4.imbloger.net/wp-content/uploads/2012/03/mysql-logo.jpg" alt="mysql logo" title="mysql logo" width="593" height="199" class="aligncenter size-full wp-image-453" /></p>
<p>Changing the collation for table in a MySQL can try the command:</p>
<pre class="brush: bash; title: ; notranslate">ALTER TABLE table_name CONVERT TO CHARACTER SET utf8 COLLATE utf8_unicode_ci;</pre>
<p>However, if you will change all tables in a database it can be time consuming depending on how many tables you have. So, I recommend using the following PHP script for change the collation all tables at one time. You just config some parameters below:</p>
<pre class="brush: plain; title: ; notranslate">$database = Your database name that need to change the collation
$user =  Your MySQL username
$password = You password for the MySQL user
$host = Your MySQL hostname or IP</pre>
<p>This is a script for change the collation all tables at one time:</p>
<pre class="brush: php; title: ; notranslate">
&lt;?php
$database = &quot;Database name&quot;;
$user = &quot;MySQL username&quot;;
$password = &quot;password for the MySQL user&quot;;
$host = &quot;MySQL host&quot;;

$db = mysql_connect($host,$user,$password);
if(!$db){
	echo &quot;Cannot connect to database, please check username, password and host&quot;;
}else{
	mysql_select_db(&quot;$database&quot;);
	$res = mysql_query(&quot;SHOW TABLES&quot;);
	while ($row = mysql_fetch_array($res))
	{
		foreach ($row as $key =&gt; $table)
		{
			mysql_query(&quot;ALTER TABLE &quot; . $table . &quot; CONVERT TO CHARACTER SET utf8 COLLATE utf8_unicode_ci&quot;);
			echo $key . &quot; =&amp;gt; &quot; . $table . &quot; CONVERTED&lt;br /&gt;&quot;;
		}
	}
}
?&gt;</pre>
<p>The post <a href="http://imbloger.net/how-to-change-the-collation-to-utf-8-of-all-tables-in-a-mysql-database/">How to change the collation to UTF-8 of all tables in a MySQL database</a> appeared first on <a href="http://imbloger.net">ImBlog</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://imbloger.net/how-to-change-the-collation-to-utf-8-of-all-tables-in-a-mysql-database/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to fixs [ERROR] Unknown/unsupported storage engine: InnoDB</title>
		<link>http://imbloger.net/how-to-fixs-error-unknownunsupported-storage-engine-innodb/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-fixs-error-unknownunsupported-storage-engine-innodb</link>
		<comments>http://imbloger.net/how-to-fixs-error-unknownunsupported-storage-engine-innodb/#comments</comments>
		<pubDate>Mon, 02 Jul 2012 05:06:52 +0000</pubDate>
		<dc:creator>ImBlog</dc:creator>
				<category><![CDATA[Database]]></category>
		<category><![CDATA[Error]]></category>
		<category><![CDATA[InnoDB]]></category>
		<category><![CDATA[MySQL]]></category>

		<guid isPermaLink="false">http://imbloger.net/?p=527</guid>
		<description><![CDATA[<p>I&#8217;ve upgraded MySQL 5.0 to MySQL 5.5 with MySQL databases. When I start MySQL the service could not be started. I checked the Mysql error logs, saw below errors: For solution, I remove the ib_logfile files and start MySQL again. Now this time, it is working fine. Incoming search terms: Unknown/unsupported storage engine: InnoDB, unknown/unsupported [...]</p><p>The post <a href="http://imbloger.net/how-to-fixs-error-unknownunsupported-storage-engine-innodb/">How to fixs [ERROR] Unknown/unsupported storage engine: InnoDB</a> appeared first on <a href="http://imbloger.net">ImBlog</a>.</p>]]></description>
				<content:encoded><![CDATA[<p><img src="http://cdn4.imbloger.net/wp-content/uploads/2012/03/mysql-logo.jpg" alt="mysql logo" title="mysql logo" width="593" height="199" class="aligncenter size-full wp-image-453" /><br />
I&#8217;ve upgraded MySQL 5.0 to MySQL 5.5 with MySQL databases. When I start MySQL the service could not be started. I checked the Mysql error logs, saw below errors:<br />
<span id="more-527"></span></p>
<pre class="brush: plain; title: ; notranslate">
InnoDB: Error: log file ./ib_logfile2 is of different size 0 0 bytes
InnoDB: than specified in the .cnf file 0 268435456 bytes!
120702 11:44:05 [ERROR] Plugin 'InnoDB' init function returned error.
120702 11:44:05 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.
120702 11:44:05 [ERROR] Unknown/unsupported storage engine: InnoDB
120702 11:44:05 [ERROR] Aborting
</pre>
<p>For solution, I remove the ib_logfile files and start MySQL again. Now this time, it is working fine.</p>
<pre class="brush: bash; title: ; notranslate">[root@mysql]# rm -f ib_logfile*</pre>
<div style="border: 1px dashed #CCCCCC; padding: 9px; margin:9px;">Incoming search terms: <a href="http://imbloger.net/how-to-fixs-error-unknownunsupported-storage-engine-innodb/" title="Unknown/unsupported storage engine: InnoDB">Unknown/unsupported storage engine: InnoDB</a>, <a href="http://imbloger.net/how-to-fixs-error-unknownunsupported-storage-engine-innodb/" title="unknown/unsupported storage engine innodb como resolver">unknown/unsupported storage engine innodb como resolver</a></div><p>The post <a href="http://imbloger.net/how-to-fixs-error-unknownunsupported-storage-engine-innodb/">How to fixs [ERROR] Unknown/unsupported storage engine: InnoDB</a> appeared first on <a href="http://imbloger.net">ImBlog</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://imbloger.net/how-to-fixs-error-unknownunsupported-storage-engine-innodb/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to integrate Timthumb to your WordPress theme</title>
		<link>http://imbloger.net/how-to-integrate-timthumb-to-your-wordpress-theme/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-integrate-timthumb-to-your-wordpress-theme</link>
		<comments>http://imbloger.net/how-to-integrate-timthumb-to-your-wordpress-theme/#comments</comments>
		<pubDate>Mon, 25 Jun 2012 15:16:13 +0000</pubDate>
		<dc:creator>ImBlog</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[Theme]]></category>
		<category><![CDATA[Timthumb]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[WordPress theme]]></category>

		<guid isPermaLink="false">http://imbloger.net/?p=516</guid>
		<description><![CDATA[<p>TimThumb is a simple, flexible, PHP script that allows you to produce a cropped and sized version of an image. You just give it a bunch of parameters, and it spits out a thumbnail image for websites and blogs. Nowaday, TimThumb has seen a massive amount of the WordPress blogs because the timthumb script help [...]</p><p>The post <a href="http://imbloger.net/how-to-integrate-timthumb-to-your-wordpress-theme/">How to integrate Timthumb to your WordPress theme</a> appeared first on <a href="http://imbloger.net">ImBlog</a>.</p>]]></description>
				<content:encoded><![CDATA[<p><img src="http://cdn2.imbloger.net/wp-content/uploads/2012/06/timthumb.jpg" alt="timthumb" title="timthumb" width="540" height="267" class="aligncenter size-full wp-image-521" /><br />
TimThumb is a simple, flexible, PHP script that allows you to produce a cropped and sized version of an image. You just give it a bunch of parameters, and it spits out a thumbnail image for websites and blogs.<br />
<span id="more-516"></span><br />
Nowaday, TimThumb has seen a massive amount of the WordPress blogs because the timthumb script help you resizeing of images with on-the-fly which helping your website to reduce the number of image sizes and speed up.</p>
<p>This below is &#8220;how to integrate Timthumb with wordpress theme&#8221;</p>
<ol>
<li>Setting Up The Script &#8211; Download the TimThumb.php source code, and save it to your theme directory.</li>
<li>Add timthumb_image function to Theme Functions (functions.php) of your theme.
<pre class="brush: php; title: ; notranslate">function timthumb_image() {
  global $post, $posts;
  $first_img = '';
  ob_start();
  ob_end_clean();
  $attachments = get_posts(array('post_type' =&gt; 'attachment', 'numberposts' =&gt; 1, 'post_status' =&gt; null, 'post_parent' =&gt; $post-&gt;ID));

	if ($attachments) {

		foreach ($attachments as $attachment) $image = wp_get_attachment_image_src($attachment-&gt;ID, 'full', false);
		$first_img = $image[0];

	} else {
		$output = preg_match_all('//i', $post-&gt;post_content, $matches);
		$first_img = $matches [1] [0];

	}

  if(empty($first_img)){ //Defines a default image
    $first_img = &quot;/images/smallthumb.jpg&quot;;
  }
  return $first_img;
}</pre>
</li>
<li>Calling timthumb to generate the thumbs on your page &#8211; insert code below to the file(s) that return the content on the index/category pages/<br />
archives&#8230; etc.</p>
<pre class="brush: php; title: ; notranslate">&lt;a title=&quot;&lt;?php the_title(); ?&gt;&quot; href=&quot;&lt;?php the_permalink(); ?&gt;&quot;&gt;&lt;img title=&quot;&lt;?php the_title(); ?&gt;&quot; src=&quot;http://imbloger.net/path/to/timthumb.php?src=&lt;?php echo catch_that_image() ?&gt;&amp;w=100&amp;h=100&amp;zc=1&quot; alt=&quot;&lt;?php the_title(); ?&gt;&quot; /&gt;&lt;/a&gt;</pre>
<blockquote><p>Timthumb parameters:</p>
<ul>
<li>    src &#8211; this is the only required parameter. Absolutely everything else is optional. If you only specify the source property then the image will be cropped/ resized to the default dimensions (which are 100 x 100)</li>
<li>    w and h &#8211; width and height. Totally optional but also almost essential, few people want the default sizes. The width and height can be any value, TimThumb will enlarge or shrink as required.</li>
<li>    q &#8211; quality. This specifies the compression level of the images being cropped/ resized.</li>
</ul>
</blockquote>
</li>
</ol>
<p>The post <a href="http://imbloger.net/how-to-integrate-timthumb-to-your-wordpress-theme/">How to integrate Timthumb to your WordPress theme</a> appeared first on <a href="http://imbloger.net">ImBlog</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://imbloger.net/how-to-integrate-timthumb-to-your-wordpress-theme/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to create App folders on iPhone or iPad</title>
		<link>http://imbloger.net/how-to-create-app-folders-on-iphone-or-ipad/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-create-app-folders-on-iphone-or-ipad</link>
		<comments>http://imbloger.net/how-to-create-app-folders-on-iphone-or-ipad/#comments</comments>
		<pubDate>Mon, 14 May 2012 16:46:33 +0000</pubDate>
		<dc:creator>ImBlog</dc:creator>
				<category><![CDATA[Gadgets]]></category>
		<category><![CDATA[iPad]]></category>
		<category><![CDATA[iPhone]]></category>

		<guid isPermaLink="false">http://imbloger.net/?p=502</guid>
		<description><![CDATA[<p>If you need to organize the App on your iPhone or iPad, you can create app folders to store and categorize your applications. This feature has released on iOS 4 for iOS devices, which allows iPads to hold up to 4400 apps in folders and iPhones to hold over 2000 apps. If you’re not familiar [...]</p><p>The post <a href="http://imbloger.net/how-to-create-app-folders-on-iphone-or-ipad/">How to create App folders on iPhone or iPad</a> appeared first on <a href="http://imbloger.net">ImBlog</a>.</p>]]></description>
				<content:encoded><![CDATA[<p><a href="http://cdn2.imbloger.net/wp-content/uploads/2012/05/ipad-iphone-os-folder.jpg" rel="lightbox[502]"><img src="http://cdn2.imbloger.net/wp-content/uploads/2012/05/ipad-iphone-os-folder.jpg" alt="ipad-iphone-os-folder" title="ipad-iphone-os-folder" width="411" height="250" class="aligncenter size-full wp-image-508" /></a><br />
If you need to organize the App on your iPhone or iPad, you can create app folders to store and categorize your applications. This feature has released on iOS 4 for iOS devices, which allows iPads to hold up to 4400 apps in folders and iPhones to hold over 2000 apps.<br />
<span id="more-502"></span><br />
If you’re not familiar with folders, you can follow below step to create App folders on iPhone or iPad. And don’t worry about whether iOS 5 because the folders feature remains intact.</p>
<p><strong>The steps to create App folders on iPhone or iPad.</strong></p>
<ol>
<li>        Press your finger on an app and hold until the app icons start to shake. This is the same process up to this point that you follow to rearrange your apps.</li>
<li>        Drag one app on top of another to create a new folder containing both apps. A new folder icon appears when you do this.</li>
<li>        Continue to drag and drop any additional app icons to that folder that you wish to include. Folders are automatically named based on the App Store category of the included apps. You can rename the folders is you desire.</li>
</ol>
<p>The post <a href="http://imbloger.net/how-to-create-app-folders-on-iphone-or-ipad/">How to create App folders on iPhone or iPad</a> appeared first on <a href="http://imbloger.net">ImBlog</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://imbloger.net/how-to-create-app-folders-on-iphone-or-ipad/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to downgrade from IE9 to IE8 on Windows 7</title>
		<link>http://imbloger.net/how-to-downgrade-from-ie9-to-ie8-on-windows-7/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-downgrade-from-ie9-to-ie8-on-windows-7</link>
		<comments>http://imbloger.net/how-to-downgrade-from-ie9-to-ie8-on-windows-7/#comments</comments>
		<pubDate>Mon, 07 May 2012 08:06:05 +0000</pubDate>
		<dc:creator>ImBlog</dc:creator>
				<category><![CDATA[Gadgets]]></category>
		<category><![CDATA[Downgrade]]></category>
		<category><![CDATA[IE8]]></category>
		<category><![CDATA[IE9]]></category>
		<category><![CDATA[Internet Explorer]]></category>

		<guid isPermaLink="false">http://imbloger.net/?p=493</guid>
		<description><![CDATA[<p>If you have installed recently released Internet Explorer 9 in your computer you may have to know that you can no longer access IE8 on your computer, so if you have to get back to IE8 from IE9, just remove the IE9 update which you can following steps below to downgrade from IE9 to IE8. [...]</p><p>The post <a href="http://imbloger.net/how-to-downgrade-from-ie9-to-ie8-on-windows-7/">How to downgrade from IE9 to IE8 on Windows 7</a> appeared first on <a href="http://imbloger.net">ImBlog</a>.</p>]]></description>
				<content:encoded><![CDATA[<p><img src="http://cdn2.imbloger.net/wp-content/uploads/2012/05/IE9-and-IE8.png" alt="IE9 and IE8" title="IE9 and IE8" width="539" height="276" class="aligncenter size-full wp-image-497" /><br />
If you have installed recently released Internet Explorer 9 in your computer you may have to know that you can no longer access IE8 on your computer, so if you have to get back to IE8 from IE9, just remove the IE9 update which you can following steps below to downgrade from IE9 to IE8.<br />
<span id="more-493"></span></p>
<ol>
<li>Click Start and click Control Panel.</li>
<li>Click Programs and Features.</li>
<li>Click “View installed updates” option in the task pane.</li>
<li>Select &#8220;Windows Internet Explorer 9&#8243; shown under Microsoft Windows updates and click Uninstall and follow the instructions on the screen. The process will take minimun 3 minutes.</li>
<p><img src="http://cdn1.imbloger.net/wp-content/uploads/2012/05/Downgrade-from-IE9-to-IE8-600x406.png" alt="Downgrade from IE9 to IE8" title="Downgrade from IE9 to IE8" width="600" height="406" class="aligncenter size-large wp-image-494" /></p>
<li>After that you will be able to access Internet Explorer 8 as usual after restart.</li>
</ol>
<p>The post <a href="http://imbloger.net/how-to-downgrade-from-ie9-to-ie8-on-windows-7/">How to downgrade from IE9 to IE8 on Windows 7</a> appeared first on <a href="http://imbloger.net">ImBlog</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://imbloger.net/how-to-downgrade-from-ie9-to-ie8-on-windows-7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: enhanced
Content Delivery Network via cdn1.imbloger.net

 Served from: imbloger.net @ 2013-05-23 14:05:24 by W3 Total Cache -->