<?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>Gibni - The Prime &#187; Ramblings</title> <atom:link href="http://www.gibni.com/category/ramblings/feed" rel="self" type="application/rss+xml" /><link>http://www.gibni.com</link> <description>Providing Solutions.</description> <lastBuildDate>Fri, 20 Jan 2012 15:31:33 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" /> <item><title>SOLVED : Can&#8217;t update to Joomla 1.7?</title><link>http://www.gibni.com/solved-cant-update-joomla-to-1-7</link> <comments>http://www.gibni.com/solved-cant-update-joomla-to-1-7#comments</comments> <pubDate>Thu, 28 Jul 2011 13:11:49 +0000</pubDate> <dc:creator>Gi</dc:creator> <category><![CDATA[Ramblings]]></category> <category><![CDATA[cms]]></category> <category><![CDATA[error]]></category> <category><![CDATA[Internet]]></category> <category><![CDATA[joomla]]></category> <category><![CDATA[Web Developpment]]></category><guid isPermaLink="false">http://www.gibni.com/?p=1920</guid> <description><![CDATA[Solutions to some errors while updating Joomla to 1.7. <a href="http://www.gibni.com/solved-cant-update-joomla-to-1-7">Continue reading <span class="meta-nav">&#8594;</span></a><br /><a target="_blank" href="http://www.gdstarrating.com/"><img src="http://www.gibni.com/wp-content/plugins/gd-star-rating/gfx/powered.png" border="0" width="80" height="15" /></a><br />]]></description> <content:encoded><![CDATA[<h2>To Joomla 1.7&#8230;</h2><p>If you are running a <strong>Joomla!</strong> website, you&#8217;ve already heard about the Joomla 1.7 upgrade. It&#8217;s recommended to upgrade to this version specially if you run Joomla 1.6.</p><p style="text-align: center;"><a href="http://www.gibni.com/wp-content/uploads/2011/07/joomla17upgrade.jpg" ><img class="aligncenter size-full wp-image-1923" title="joomla17upgrade" src="http://www.gibni.com/wp-content/uploads/2011/07/joomla17upgrade.jpg" alt="joomla17upgrade SOLVED : Cant update to Joomla 1.7?" width="468" height="250" /></a></p><p>&nbsp;<span id="more-1920"></span></p><h2>Basic steps to update/upgrade to Joomla 1.7:</h2><ul><li><strong>How to Upgrade 1.6 to 1.7</strong> <a target="_blank" rel="nofollow" href="http://www.gibni.com/goto/http://docs.joomla.org/Upgrade_1.6.5_to_1.7"  target="_blank">http://docs.joomla.org/Upgrade_1.6.5_to_1.7</a></li><li><strong>How to Upgrade 1.5 to 1.7</strong> <a target="_blank" rel="nofollow" href="http://www.gibni.com/goto/http://docs.joomla.org/Upgrade_1.5_to_1.7"  target="_blank">http://docs.joomla.org/Upgrade_1.5_to_1.7</a></li><li><strong>How to Install 1.7</strong> <a target="_blank" rel="nofollow" href="http://www.gibni.com/goto/http://docs.joomla.org/Install_1.7"  target="_blank">http://docs.joomla.org/Install_1.7</a></li></ul><p>&nbsp;</p><p>In some situtations, you might have trouble upgrading Joomla with the built-in &#8220;Joomla Updater&#8221;.</p><h2>Joomla 1.7 Upgrade errors:</h2><ul><li><h3><strong>&#8220;Update: :Collection: Could not open http://update.joomla.org/core/list.xml&#8221;</strong></h3><p>To solve this errror, you need to &#8220;allow fopen&#8221; on your server:</p><ol><li>Create a <strong>php.ini</strong> file in your Joomla site&#8217;s root. This file should contain the following line:<br />   <pre><code>allow_url_fopen = on</code></pre></li><li>Make sure that the file is having the 644 permissions at least.</li><li>Check if fopen is allowed by running a simple php file inside your Joomla root directory containing the following line:<pre><code>&lt;?php phpinfo(); ?&gt;</code></pre><p>and look for <strong>&#8220;allow_url_fopen&#8221;</strong>, it should say <strong>&#8220;ON&#8221;</strong></p></li></ol><p>To upgrade to Joomla 1.7 on a Godaddy hosting running PHP5, you should create a <strong>&#8220;php5.ini&#8221;</strong> instead of the php.ini stated above.</p></li><li><h3>Joomla updates do not appear, and Joomla says there is no upgrade available at the moment?</h3><p>If you run Joomla 1.6.x,</p><ol><li>Go to the &#8220;Extension Manager&#8221;, hit the &#8220;Manage&#8221; tab, click the &#8220;Refresh Cache&#8221; button.</li><li>Go back to &#8220;Update&#8221; tab, click &#8220;Purge Cache&#8221;</li><li>Click on the &#8220;Find updates&#8221; button,</li><li>Joomla should appear as an update option, check it and click the &#8220;Update&#8221; button.</li></ol></li><li><h3>Fatal error: Cannot instantiate abstract class JDatabaseQuery in mysite/plugins/system/jat3/jat3/core/joomla/modulehelper.php on line 292</h3><p>When you run a JoomlaArt template, as of today, you will get an error after upgrading to Joomla 1.7.</p><p>As the error message says it, the error is on line 292 of the above file. With your FTP client, or web file manager, navigate to the file mentioned above and edit the file.</p><p>On line 292, comment out this:</p><pre>$query = new JDatabaseQuery;</pre><p>and insert this line below it:</p><pre>$query = $db-&gt;getQuery(true);</pre><p>so the final result at lines 292 and 293 looks like this:</p><pre><code>//$query = new JDatabaseQuery;<br/>$query = $db-&gt;getQuery(true);</code></pre></li><li><h3>Fatal error: Cannot instantiate abstract class JDatabaseQuery in mysite/plugins/system/jat3/jat3/core/menu/base.class.php on line 329</h3><p>If you use the mega menu of JoomlaArt, you need to do the same proccess for the file <strong>base.class.php</strong></p><p><strong></strong>That is, the lines 329 and 330 should be as follows:</p><pre><code>//$query = new JDatabaseQuery;$query = $db-&gt;getQuery(true);</code></pre></li></ul> <br /><a target="_blank" rel="nofollow" href="http://www.gibni.com/goto/http://www.gdstarrating.com/" target="_blank" ><img src="http://www.gibni.com/wp-content/plugins/gd-star-rating/gfx/powered.png" border="0" width="80" height="15" title="SOLVED : Cant update to Joomla 1.7?" alt="powered SOLVED : Cant update to Joomla 1.7?" /></a><br />]]></content:encoded> <wfw:commentRss>http://www.gibni.com/solved-cant-update-joomla-to-1-7/feed</wfw:commentRss> <slash:comments>2</slash:comments> </item> <item><title>Can&#8217;t login after OS X Lion install/upgrade : SOLVED</title><link>http://www.gibni.com/cant-login-after-os-x-lion-install-solved</link> <comments>http://www.gibni.com/cant-login-after-os-x-lion-install-solved#comments</comments> <pubDate>Mon, 25 Jul 2011 10:06:43 +0000</pubDate> <dc:creator>Gi</dc:creator> <category><![CDATA[Ramblings]]></category> <category><![CDATA[Computers]]></category> <category><![CDATA[mac]]></category> <category><![CDATA[osx]]></category><guid isPermaLink="false">http://www.gibni.com/?p=1915</guid> <description><![CDATA[Solution for Mac OS X Lion Login Error (Users disappear after upgrade to Lion) <a href="http://www.gibni.com/cant-login-after-os-x-lion-install-solved">Continue reading <span class="meta-nav">&#8594;</span></a><br /><a target="_blank" href="http://www.gdstarrating.com/"><img src="http://www.gibni.com/wp-content/plugins/gd-star-rating/gfx/powered.png" border="0" width="80" height="15" /></a><br />]]></description> <content:encoded><![CDATA[<p><a href="http://www.gibni.com/wp-content/uploads/2011/07/macosxlion.png" ><img class="alignleft size-thumbnail wp-image-1916" title="macosxlion" src="http://www.gibni.com/wp-content/uploads/2011/07/macosxlion-150x150.png" alt="macosxlion 150x150 Cant login after OS X Lion install/upgrade : SOLVED" width="150" height="150" /></a>After installing the latest upgrade for Mac OS X, the Lion, I couldn&#8217;t  login to my user account on my Macbook Pro! There was no way to log into my user. I tried to login with &#8220;root&#8221; and the root account was not available.</p><p>Basically,  all users disappear after install of Mac OS X Lion or upgrade to Lion (10.7), and you can&#8217;t login to your system.</p><p>After a little research, here is what worked for me:<span id="more-1915"></span></p><p><em><span style="color: #ff0000; font-size: x-small;">Before giving you the solution, you should know that the first thing to do, is to call Apple&#8217;s customer service, and I take no responsibility for what ever might happen if you follow these instructions. They worked for my case, use at your own risk. </span></em></p><p>&nbsp;</p><p>&nbsp;</p><h2>Solution for Mac OS X Lion Login Error (Users disappear after upgrade to Lion):</h2><ul><li><h3>Step 0 : Don&#8217;t panic, your files are not gone !  </h3></li><li><h3>Step 1: Reset ROOT Password for Mac OS X Lion:</h3></li><ol><ol><li>Restart your Mac,</li><li>Hold &#8220;Command+R&#8221; buttons just the moment your Mac starts up,</li><li>Hold still&#8230;</li><li>A window should appear, it says &#8220;Utilities&#8230;&#8221;</li><li>From the tools menu, at the top, open &#8220;Terminal&#8221;</li><li>Type &#8220;resetpassword&#8221; and hit enter</li><li>A new window opens, select the System Administrator account (root) option</li><li>Set a new password, easy to remember for you,</li><li>Confirm and close all the windows,</li><li>A question will appear as would you like to restart?</li><li>Restart!</li></ol></ol><li><h3>Step 2: Login as ROOT on Mac OS X Lion: </h3></li><ol><ol><li>Let the Mac startup,</li><li>At login screen, type the user  name as &#8220;root&#8221; and put in the password you&#8217;ve chosen in <strong>step 1.8</strong> above.</li><li>Wait a while&#8230;</li><li>You should be logged in with the &#8220;root&#8221; account to your Mac OS X Lion.</li></ol></ol><li><h3>Step 3: Re-create your user (Reincarnation!)</h3></li><ol><ol><li>Right click on the &#8220;Finder&#8221; icon in the dock, select &#8220;Go to folder&#8230;&#8221;</li><li>Type &#8220;/&#8221; and click on &#8220;GO&#8221; to go to your Mac&#8217;s hard drive,</li><li>Navigate to the &#8220;Users&#8221; directory, you <strong>should</strong> see your own user folder, remember the folder&#8217;s name!</li><li>Click the Apple logo on the left top side of the screen, select &#8220;System Preferences&#8230;&#8221;</li><li>Go to &#8220;Users and Groups&#8221;</li><li>Your user should not exist in the left side list, so click the small &#8220;+&#8221; button below the users list to add a new one.</li><li>Set your Full name as it was previously (not very important though)</li><li>Set the &#8220;Account name&#8221;  <strong>EXACTLY AS THE FOLDER NAME YOU SAW IN STEP3.3 (VERY IMPORTANT)</strong></li><li>Set an easy to remember password for your account,</li><li>And hit &#8220;Create User&#8221;</li><li>Confirm on &#8220;using the Existing folder for Home&#8230;&#8221;</li><li>Wait&#8230;.until you see your user appear on the users list&#8230;</li></ol></ol><li><h3>Step 4: Back on the Road:</h3></li><ol><ol><li>Restart your Mac</li><li>Login to your own account easily and get all your data back!</li></ol></ol><li><h3>Step 5: Send me a coffee from the <a href="http://www.gibni.com/donations" title="Donations" >Donations Page</a>.</h3></li></ul> <br /><a target="_blank" rel="nofollow" href="http://www.gibni.com/goto/http://www.gdstarrating.com/" target="_blank" ><img src="http://www.gibni.com/wp-content/plugins/gd-star-rating/gfx/powered.png" border="0" width="80" height="15" title="Cant login after OS X Lion install/upgrade : SOLVED" alt="powered Cant login after OS X Lion install/upgrade : SOLVED" /></a><br />]]></content:encoded> <wfw:commentRss>http://www.gibni.com/cant-login-after-os-x-lion-install-solved/feed</wfw:commentRss> <slash:comments>9</slash:comments> </item> <item><title>Add a Google +1 button to your PrestaShop store for Free!</title><link>http://www.gibni.com/add-google-1-button-to-prestashop-free</link> <comments>http://www.gibni.com/add-google-1-button-to-prestashop-free#comments</comments> <pubDate>Tue, 19 Jul 2011 14:33:06 +0000</pubDate> <dc:creator>Gi</dc:creator> <category><![CDATA[Ramblings]]></category> <category><![CDATA[modules]]></category> <category><![CDATA[prestashop]]></category> <category><![CDATA[Reviews]]></category> <category><![CDATA[Web Developpment]]></category><guid isPermaLink="false">http://www.gibni.com/?p=1907</guid> <description><![CDATA[Free Google +1 button for PrestaShop. Grab your free module Today! <a href="http://www.gibni.com/add-google-1-button-to-prestashop-free">Continue reading <span class="meta-nav">&#8594;</span></a><br /><a target="_blank" href="http://www.gdstarrating.com/"><img src="http://www.gibni.com/wp-content/plugins/gd-star-rating/gfx/powered.png" border="0" width="80" height="15" /></a><br />]]></description> <content:encoded><![CDATA[<p>Today I&#8217;m going to give you some <strong>great news</strong>.</p><p>&nbsp;</p><h2>Online stores, e-commerce software&#8230;</h2><p>More than <strong>50 thousand</strong> online stores run on <a target="_blank" rel="nofollow" href="http://www.gibni.com/goto/http://www.prestashop.com/" title="PrestaShop, e-commerce software"  target="_blank">PrestaShop</a>, an online e-commerce software. There are lots of advantages using this software, e.g. it&#8217;s <strong>open source</strong>, it&#8217;s got a <strong>huge community</strong> of developers and users, <strong>lots of modules and themes</strong> are being added to it regularly&#8230;</p><p><a href="http://www.gibni.com/wp-content/uploads/2011/07/prestashop.jpg" ><img class="alignright size-thumbnail wp-image-1908" title="free prestashop google +1" src="http://www.gibni.com/wp-content/uploads/2011/07/prestashop-150x150.jpg" alt="prestashop 150x150 Add a Google +1 button to your PrestaShop store for Free!" width="150" height="150" /></a></p><p>&nbsp;<span id="more-1907"></span></p><h2>PrestaShop&#8217;s Drawback</h2><p>But the main drawback of PrestaShop is that most of its modules are not free and to run a decent business you gonna spend a lot of money over the modules. Well, I would <strong>recommend to buy the modules you need without hesitation</strong>, because it is an <strong>investment in your business</strong>, but I know that you are looking for the <strong>Free</strong> ones at first.</p><p>&nbsp;</p><h2>Google <em>+1</em></h2><p>You&#8217;ve certainly heard of the <strong>&#8220;+1&#8243;</strong> button from Google, and it would be nice to add it to your shop so that your users can recommend your products on Google.</p><p>There are modules on the PrestaShop&#8217;s market to allow you putting a &#8220;Google +1&#8243; button to you store, and they are priced at around 40€ (about 50USD).</p><p>&nbsp;</p><h2>Free Google +1 for PrestaShop</h2><p><a href="http://www.gibni.com/wp-content/uploads/2011/07/logo_128x128.png" ><img class="alignleft size-full wp-image-1909" title="Free Google +1 module for PrestaShop" src="http://www.gibni.com/wp-content/uploads/2011/07/logo_128x128.png" alt="logo 128x128 Add a Google +1 button to your PrestaShop store for Free!" width="128" height="128" /></a></p><p>The great news is that <strong>odience.net</strong> offers a &#8220;Google +1&#8243; button for PrestaShop, completely <strong>FREE</strong>! and that saves you about 50USD!</p><p>&nbsp;</p><p>As you know, you can <strong>donate to thank the developer</strong> <img src='http://www.gibni.com/wp-includes/images/smilies/icon_wink.gif' alt="icon wink Add a Google +1 button to your PrestaShop store for Free!" class='wp-smiley' title="Add a Google +1 button to your PrestaShop store for Free!" /></p><p>&nbsp;</p><p>I got a copy of the <strong>oGooglePlusOne</strong> module from <strong>odience.net</strong> and tested it on one of my e-commerce websites. It is <strong>complete and integrates itself automatically</strong>! Go to <a target="_blank" rel="nofollow" href="http://www.gibni.com/goto/http://www.odience.net/produits/modules-prestashop/ogoogleplusone" title="Free Google +1 module for PrestaShop"  target="_blank">odience.net</a> and grab yourself a <a target="_blank" rel="nofollow" href="http://www.gibni.com/goto/http://www.odience.net/produits/modules-prestashop/ogoogleplusone" title="Free Google +1 button for PrestaShop"  target="_blank">Free copy of oGooglePlusOne for Prestashop</a>!</p><p>&nbsp;</p><p>Don&#8217;t forget to say Thank You and send a donation if you think it&#8217;s worth it.</p> <br /><a target="_blank" rel="nofollow" href="http://www.gibni.com/goto/http://www.gdstarrating.com/" target="_blank" ><img src="http://www.gibni.com/wp-content/plugins/gd-star-rating/gfx/powered.png" border="0" width="80" height="15" title="Add a Google +1 button to your PrestaShop store for Free!" alt="powered Add a Google +1 button to your PrestaShop store for Free!" /></a><br />]]></content:encoded> <wfw:commentRss>http://www.gibni.com/add-google-1-button-to-prestashop-free/feed</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>Embed Images in PHPMailer</title><link>http://www.gibni.com/embed-images-in-phpmailer</link> <comments>http://www.gibni.com/embed-images-in-phpmailer#comments</comments> <pubDate>Fri, 20 May 2011 01:22:34 +0000</pubDate> <dc:creator>Gi</dc:creator> <category><![CDATA[Ramblings]]></category> <category><![CDATA[php]]></category> <category><![CDATA[prestashop]]></category> <category><![CDATA[Web Developpment]]></category><guid isPermaLink="false">http://www.gibni.com/?p=1902</guid> <description><![CDATA[Easy way to embed inline images in email with PHPMailer. Tested and working with PHPMailer on GMAIL, Yahoo Mail and Mac Mail app. <a href="http://www.gibni.com/embed-images-in-phpmailer">Continue reading <span class="meta-nav">&#8594;</span></a><br /><a target="_blank" href="http://www.gdstarrating.com/"><img src="http://www.gibni.com/wp-content/plugins/gd-star-rating/gfx/powered.png" border="0" width="80" height="15" /></a><br />]]></description> <content:encoded><![CDATA[<p>I&#8217;ll keep this one short and fast:</p><p><a target="_blank" rel="nofollow" href="http://www.gibni.com/goto/http://sourceforge.net/projects/phpmailer/"  target="_blank">PHPMailer</a> has lots of features, even if it&#8217;s a bit old.</p><p>One great feature is that it allows you to<strong> embed images inline</strong> within your e-mail&#8217;s body. In most email clients, the inline embedded images are shown in their right place just as on a web page and are &#8220;also&#8221; in the attachements list.</p><p>To be able to use this feature, proceed as follows:</p><p><strong>1- Instantiate PHPMailer:</strong><span id="more-1902"></span></p><pre><code>

$mail = new PHPMailer(true);

$mail-&gt;CharSet='UTF-8';

...

...

//Path to image file (use full path)

$filepath= '/path/to/file/logo_mail.jpg';

//File token ID, use unique interger.

$filecid = 1001;

//File name which will be in the mail, overrides default filename.

$filename= 'shop-logo.jpg';

//Encoding

$encodingtouse = 'base64';

//File type MIME

$filemime = 'image/jpeg';

//EMBED IT

$mail-&gt;AddEmbeddedImage($filepath, $filecid, $filename, $encoding, $filemime);

//Message Html Body

$mail-&gt;MsgHTML(file_get_contents('/path/to/contents.html'));

</code></pre><p><strong>2-</strong> In your /path/to/contents.html file, which is your mail template message, you can include the inline image. Use this syntax for the &lt;img&gt; tag:</p><p>&lt;img src=&#8221;<strong>cid:1001</strong>&#8221; alt=&#8221;shop logo used in emails&#8221; width=&#8221;182&#8243; height=&#8221;75&#8243; /&gt;</p><p><span style="color: #ff0000;">Note</span> the CID here, it should be the same as the one you defined for your embedded inline image.</p><p><strong>Tested and working with PHPMailer 5.1 on GMAIL, Yahoo!Mail and Mac Mail application</strong></p><p>&nbsp;</p><p>ref: http://www.sitepoint.com/forums/php-34/embed-images-phpmailer-586789.html</p> <br /><a target="_blank" rel="nofollow" href="http://www.gibni.com/goto/http://www.gdstarrating.com/" target="_blank" ><img src="http://www.gibni.com/wp-content/plugins/gd-star-rating/gfx/powered.png" border="0" width="80" height="15" title="Embed Images in PHPMailer" alt="powered Embed Images in PHPMailer" /></a><br />]]></content:encoded> <wfw:commentRss>http://www.gibni.com/embed-images-in-phpmailer/feed</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>[SOLVED] Could not instantiate mail function in PHPMailer</title><link>http://www.gibni.com/could-not-instantiate-mail-function-phpmailer</link> <comments>http://www.gibni.com/could-not-instantiate-mail-function-phpmailer#comments</comments> <pubDate>Fri, 20 May 2011 00:50:50 +0000</pubDate> <dc:creator>Gi</dc:creator> <category><![CDATA[Ramblings]]></category> <category><![CDATA[php]]></category> <category><![CDATA[prestashop]]></category> <category><![CDATA[Web Developpment]]></category><guid isPermaLink="false">http://www.gibni.com/?p=1897</guid> <description><![CDATA[(This article has an advanced technical level, written for people with PhpMailer experience.) PHPMailer 5.1 in PrestaShop 1.4 Trying to integrate PHPMailer in Prestashop and use it instead of SWIFT Mailer 3 (which is the default mailer script included with Prestashop 1.4), &#8230; <a href="http://www.gibni.com/could-not-instantiate-mail-function-phpmailer">Continue reading <span class="meta-nav">&#8594;</span></a><br /><a target="_blank" href="http://www.gdstarrating.com/"><img src="http://www.gibni.com/wp-content/plugins/gd-star-rating/gfx/powered.png" border="0" width="80" height="15" /></a><br />]]></description> <content:encoded><![CDATA[<p>(This article has an advanced technical level, written for people with PhpMailer experience.)</p><h2>PHPMailer 5.1 in PrestaShop 1.4</h2><p>Trying to integrate PHPMailer in Prestashop and use it instead of SWIFT Mailer 3 (which is the default mailer script included with Prestashop 1.4), I spent hours to no avail and was getting the <strong>Could not instantiate mail function</strong> error.</p><h2>mail() function</h2><p>The mail() function by itself  was working correctly before and after loading Prestashop and every passed argument seemed to be correct. I did get the &#8220;<strong>Bad parameters to mail() function, mail not sent</strong>&#8221; error for mail() too.<span id="more-1897"></span></p><h2>Debugging and Abracadabra!</h2><p>I&#8217;ve done lots of debugging and found in my case that the following functions were causing the error, when passing the $Subject parameter to mail():</p><pre><code>SecureHeader();</code></pre><pre><code>EncodeHeader();</code></pre><p>To solve the &#8220;<strong>Could not instantiate mail function</strong>&#8221; error in PHPMailer, I removed the above 2 functions from the mail() function arguments.</p><p>Just be careful to remove these functions correctly from all places in your class.phpmailer.php.</p><p>I recommend using the PHP function</p><pre><code>mb_encode_mimeheader()</code></pre><p><a target="_blank" rel="nofollow" href="http://www.gibni.com/goto/http://php.net/manual/en/function.mb-encode-mimeheader.php"  target="_blank">http://php.net/manual/en/function.mb-encode-mimeheader.php</a></p><p>because it encodes your stuff correctly for the headers in emails.</p><h2>To be more clear,</h2><p><strong>1- </strong>open the PHPMAILER class file (class.phpmailer.php)</p><p><strong>2- </strong>Locate:</p><pre><code>protected function MailSend($header, $body)</code></pre><p>function and in its body,</p><p><strong>3- </strong> In every call to mail(),</p><p>replace this:</p><pre><code>@mail($val, <strong>$this-&gt;EncodeHeader($this-&gt;SecureHeader($this-&gt;Subject))</strong>, $body, $header, $params);</code></pre><p>by this:</p><pre><code>@mail($val, <strong>mb_encode_mimeheader($this-&gt;Subject,$this-&gt;CharSet, 'B', '')</strong>, $body, $header, $params);</code></pre><p>&nbsp;</p><p>This way you are sure to <span style="text-decoration: underline;">correctly encode your subjet</span>.</p><p><span style="color: #ff0000;">Remember</span> to set the correct Charset for your PHPMAILER instance. That is, when calling PHPMailer, just after:</p><pre><code>$mail=new PHPMailer(true);</code></pre><p>add:</p><pre><code>$mail-&gt;CharSet = 'UTF-8';</code></pre><p>(or any other charset you need).</p><p>This solved my &#8220;Could not instantiate mail() function in PHPMailer issue. I hope it helps you out if you got this issue too.</p><h2>Evenmore:</h2><p><strong>I&#8217;ll write more about PHPMailer and PrestaShop later,</strong></p><h3>In my next post, learn how to correctly include inline images in PHPMailer email to display in GMAIL, YAHOO, Mac Mail app and other email clients correctly as inline images.</h3> <br /><a target="_blank" rel="nofollow" href="http://www.gibni.com/goto/http://www.gdstarrating.com/" target="_blank" ><img src="http://www.gibni.com/wp-content/plugins/gd-star-rating/gfx/powered.png" border="0" width="80" height="15" title="[SOLVED] Could not instantiate mail function in PHPMailer" alt="powered [SOLVED] Could not instantiate mail function in PHPMailer" /></a><br />]]></content:encoded> <wfw:commentRss>http://www.gibni.com/could-not-instantiate-mail-function-phpmailer/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Bug Prestashop, la liste des magasins n&#8217;apparait pas</title><link>http://www.gibni.com/bug-prestashop-1-4-liste-magasins-vide</link> <comments>http://www.gibni.com/bug-prestashop-1-4-liste-magasins-vide#comments</comments> <pubDate>Mon, 16 May 2011 12:57:50 +0000</pubDate> <dc:creator>Gi</dc:creator> <category><![CDATA[Ramblings]]></category> <category><![CDATA[modules]]></category> <category><![CDATA[prestashop]]></category> <category><![CDATA[Web Developpment]]></category><guid isPermaLink="false">http://www.gibni.com/?p=1894</guid> <description><![CDATA[Cette article est sponsorisé par odience.net¦works En plein developpement En plein développement de plusieurs modules PrestaShop, j&#8217;ai rencontrer plusieurs souci dans les code du package PrestaShop. Ce qui m&#8217;étonne, c&#8217;est qu&#8217;il y a beaucoup de gens qui utilise PrestaShop, même si c&#8217;est du gros n&#8217;importe &#8230; <a href="http://www.gibni.com/bug-prestashop-1-4-liste-magasins-vide">Continue reading <span class="meta-nav">&#8594;</span></a><br /><a target="_blank" href="http://www.gdstarrating.com/"><img src="http://www.gibni.com/wp-content/plugins/gd-star-rating/gfx/powered.png" border="0" width="80" height="15" /></a><br />]]></description> <content:encoded><![CDATA[<h3>Cette article est sponsorisé par <a target="_blank" rel="nofollow" href="http://www.gibni.com/goto/http://www.odience.net/" title="odience.net¦works - connect."  target="_blank">odience.net¦works</a></h3><h2>En plein developpement</h2><p>En plein développement de plusieurs modules PrestaShop, j&#8217;ai rencontrer plusieurs souci dans les code du package PrestaShop. Ce qui m&#8217;étonne, c&#8217;est qu&#8217;il y a beaucoup de gens qui utilise PrestaShop, même si c&#8217;est du gros n&#8217;importe quoi en terme de codage et programmation.</p><p>&nbsp;</p><h2>Alors pourquoi je créer des module?<span id="more-1894"></span></h2><p>Tout simplement parcequ&#8217;il y a de la demande.</p><p><em>(Restez connecté pour avoir des nouvelles de mes modules:</em></p><ul><li><em><a target="_blank" rel="nofollow" href="http://www.gibni.com/goto/http://www.odience.net/fr/produits/modules-prestashop/ocontact"  target="_blank">Module Contact avec formulaire de contact et carte Google Maps avec possibilité de montrer l&#8217;itinéraire (oContact 1.0)</a></em></li><li><em><a target="_blank" rel="nofollow" href="http://www.gibni.com/goto/http://www.odience.net/fr/produits/modules-prestashop/ohookmanager"  target="_blank">Module de gestion des HOOKs pour PrestaShop ou &#8220;Le&#8221; Hook Manager de PrestaShop (oHookManager 1.0)</a></em></li><li><em><a target="_blank" rel="nofollow" href="http://www.gibni.com/goto/http://www.odience.net/store/fr/modules-prestashop/3-ocurrency.html"  target="_blank">Module d&#8217;affichage des devises dans un déroulant avec jQuery, pour economiser de l&#8217;espace dans le Front Store de PrestaShop (oCurrency 1.0)</a></em></li><li><em><a target="_blank" rel="nofollow" href="http://www.gibni.com/goto/http://www.odience.net/fr/produits/modules-prestashop/ogoogleplusone"  target="_blank">Module &#8220;Gratuit&#8221; pour ajouter le bouton &#8220;Google +1&#8243; a votre boutique PrestaShop (oGooglePlusOne 1.0)</a></em></li><li><em>Module de mise à jour pour jQuery (dans le pack oBasics 1.0)</em></li></ul><p><em><strong>Ces modules sont créer pour odience.net et <del>seront</del> sont disponible sur <a target="_blank" rel="nofollow" href="http://www.gibni.com/goto/http://www.odience.net/" title="connect."  target="_blank">odience.net</a></strong>)</em></p><h2>Retour à nos moutons</h2><p>Je vous explique un bug que j&#8217;ai trouver aujourd&#8217;hui et la solution.</p><p>Le problème est ceci:</p><p>La variable SMARTY qu&#8217;utilise PrestaShop pour stocker les informations des magasin est nomée &#8220;$stores&#8221;. On peut y acceder et donc afficher les details de nos magasin un peu partout dans les pages et les modules sans diriger le visiteur sur la page de &#8220;nos-magasin&#8221;.<a href="http://www.gibni.com/wp-content/uploads/2011/05/contactus.jpg" ><img class="alignright size-medium wp-image-1895" title="contactus" src="http://www.gibni.com/wp-content/uploads/2011/05/contactus-300x187.jpg" alt="contactus 300x187 Bug Prestashop, la liste des magasins napparait pas" width="300" height="187" /></a></p><p>Quand vous changez la configuration de l&#8217;affichage simplifié dans le Back Office, la variable $stores devient VIDE partout sur votre boutique. Donc vous ne pouvez plus afficher les details comme un numéro téléphone ou une photo tiré directement de la variable $stores.</p><p>Ceci est du au faite que une fois la configuration dans le Back Office modifié, PrestaShop relance une requete vers la base de donnée pour recréer $stores, mais cette fois il relance la requete en cherchant a calculer un distance! Donc la variable $stores reste vide.</p><p>Essayez d&#8217;ouvrir votre boutique en ligne en ajoutant &#8220;?all=1&#8243; à la fin de votre URL et vous verrez que la variable $stores fonctionne correctement et affiche bien les infos de vos magasins.</p><h2>Remède, Solution</h2><p>Le remède a ceci est de modifier le fichier</p><pre><code>PSdir -&gt;controllers -&gt; StoresController.php</code></pre><p>qui gère la variable $stores.</p><p>&nbsp;</p><p>Au environs de la ligne 73, on ajoute une nouvelle requete SQL qui remplit la variable $stores avec la liste de tous nos magasins, et une deuxième requete SQL qui servira a calculer la distance en cas de recherche.</p><pre><code>$stores = Db::getInstance()-&gt;ExecuteS(' SELECT s.*, cl.name country, st.iso_code state FROM '._DB_PREFIX_.'store s LEFT JOIN '._DB_PREFIX_.'country_lang cl ON (cl.id_country = s.id_country) LEFT JOIN '._DB_PREFIX_.'state st ON (st.id_state = s.id_state) WHERE s.active = 1 AND cl.id_lang = '.(int)($cookie-&gt;id_lang)); $results = Db::getInstance()-&gt;ExecuteS(' SELECT s.*, cl.name country, st.iso_code state, ('.(int)($multiplicator).' * acos(cos(radians('.(float)(Tools::getValue('latitude')).')) * cos(radians(latitude)) * cos(radians(longitude) - radians('.(float)(Tools::getValue('longitude')).')) + sin(radians('.(float)(Tools::getValue('latitude')).')) * sin(radians(latitude)))) distance, cl.id_country id_country FROM '._DB_PREFIX_.'store s LEFT JOIN '._DB_PREFIX_.'country_lang cl ON (cl.id_country = s.id_country) LEFT JOIN '._DB_PREFIX_.'state st ON (st.id_state = s.id_state) WHERE s.active = 1 AND cl.id_lang = '.(int)($cookie-&gt;id_lang).' HAVING distance &lt; '.(int)($distance).' ORDER BY distance ASC LIMIT 0,20');</code></pre><p>A savoir que la variable $results sera vide si il n&#8217;y a pas de demande de recherche de distance et donc StoresController.php ne genèrera pas de fichier XML servant a la mise en place d&#8217;une carte Google Maps dans le Store Locator. Pour assurer que le fichier XML sera créer seulement si $results contient quelque chose, je fait une verification avec:</p><pre><code>if (!empty($results))</code></pre><h2>Téléchargez, tout simplement</h2><p>Vous pouvez télécharger la version corrigée de ce fichier dans la <a href="http://www.gibni.com/downloads" title="Downloads" >page téléchargement de Gibni.com</a> (nom du fichier: <strong>StoresController-1.4.Amir.zip</strong>)</p><p>&nbsp;</p><h4>Pour l&#8217;utiliser,</h4><p>1- Allez dans:</p><pre><code>DossierPrestaShop/controllers/</code></pre><p>2- Renommez votre present fichier StoresController.php en StoresController.php.bak,</p><p>3- Placez le fichier php que vous avez télécharger et décompresser dans le même dossier.</p><p>&nbsp;</p><p>Maintenant la variable $stores est de nouveau accessible, quelconque la configuration dans le Back Office de PrestaShop.</p><p><strong><em>Je souhaite un grand succès à la communauté PrestaShop et j&#8217;espère qu&#8217;un jour ils auront du code concrete, correcte, scientifiquement étudié et structuré.</em></strong></p><p><strong><em><br /></em></strong></p><h3>Cette article est sponsorisé par <a target="_blank" rel="nofollow" href="http://www.gibni.com/goto/http://www.odience.net/" title="odience.net¦works - connect."  target="_blank">odience.net¦works</a></h3> <br /><a target="_blank" rel="nofollow" href="http://www.gibni.com/goto/http://www.gdstarrating.com/" target="_blank" ><img src="http://www.gibni.com/wp-content/plugins/gd-star-rating/gfx/powered.png" border="0" width="80" height="15" title="Bug Prestashop, la liste des magasins napparait pas" alt="powered Bug Prestashop, la liste des magasins napparait pas" /></a><br />]]></content:encoded> <wfw:commentRss>http://www.gibni.com/bug-prestashop-1-4-liste-magasins-vide/feed</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>Nowrouz Timing, Tahvile Sal + Nowrouz e-cards and Wallpapers</title><link>http://www.gibni.com/nowrouz-timing-tahvile-sal-ecard-wallpaper</link> <comments>http://www.gibni.com/nowrouz-timing-tahvile-sal-ecard-wallpaper#comments</comments> <pubDate>Sat, 19 Mar 2011 17:50:29 +0000</pubDate> <dc:creator>Gi</dc:creator> <category><![CDATA[Ramblings]]></category> <category><![CDATA[Iran]]></category> <category><![CDATA[New year]]></category> <category><![CDATA[Norouz]]></category> <category><![CDATA[Nowrouz]]></category><guid isPermaLink="false">http://www.gibni.com/?p=1870</guid> <description><![CDATA[Nowrouz Nowrouz is the Persian new year, the beginning of spring. Last few years, I&#8217;ve posted about Nowrouz, as in President Obama&#8217;s greeting to all who celebrate Nowrouz, the Haft-seen table&#8230; For youTimings and dates of Nowrouz &#160; Nowrouz 1390 (2570) Nowrouz 1390 Timing &#8230; <a href="http://www.gibni.com/nowrouz-timing-tahvile-sal-ecard-wallpaper">Continue reading <span class="meta-nav">&#8594;</span></a><br /><a target="_blank" href="http://www.gdstarrating.com/"><img src="http://www.gibni.com/wp-content/plugins/gd-star-rating/gfx/powered.png" border="0" width="80" height="15" /></a><br />]]></description> <content:encoded><![CDATA[<h2>Nowrouz</h2><p>Nowrouz is the Persian new year, the beginning of spring. Last few years, I&#8217;ve posted about Nowrouz, as in <a href="http://www.gibni.com/obama-nowrouz-1388" title="President Obama Wishes Happy Nowrouz to Everyone!" >President Obama&#8217;s greeting to all who celebrate Nowrouz</a>, the <a href="http://www.gibni.com/persian-calendars-new-year-happy-new-year-to-all-iranian" title="7-seen table" >Haft-seen table</a>&#8230;<br /> <span style="clear: both; display: block;"> </span></p><h2>For you</h2><div style="float: left; width: 30%; margin: 0px 3px;"><span id="more-1870"></span></p><h3>Timings and dates of Nowrouz</h3><p>&nbsp;</p><h4>Nowrouz 1390 (2570)</h4><p><a target="_blank" rel="nofollow" href="http://www.gibni.com/goto/http://www.timeanddate.com/worldclock/fixedtime.html?day=21&amp;month=3&amp;year=2011&amp;hour=2&amp;min=51&amp;sec=0&amp;p1=246" >Nowrouz 1390 Timing for more cities, </a></p><p><strong>Tehran:</strong> Monday, March 21, 2011, 02:51:00 AM</p><p><strong>New York:</strong> Sunday, March 20, 2011, 07:21:00 PM</p><p><strong>Chicago:</strong> Sunday, March 20, 2011, 06:21:00 PM</p><p><strong>Denver:</strong> Sunday, March 20, 2011, 05:21:00 PM</p><p><strong>Los Angeles:</strong> Sunday, March 20, 2011, 04:21:00 PM</p><p><strong>London:</strong> Sunday, March 20, 2011, 11:21:00 PM</p><p><strong>Paris:</strong> Monday, March 21, 2011, 00:21:00 AM</p><p><strong>Rome:</strong> Monday, March 21, 2011, 00:21:00 AM</p><p><strong>Berlin:</strong> Monday, March 21, 2011, 00:21:00 AM</p><p><strong>Athens:</strong> Monday, March 21, 2011, 01:21:00 AM</p><p><strong>Jerusalem:</strong> Monday, March 21, 2011, 01:21:00 AM</p><p><strong>Moscow:</strong> Monday, March 21, 2011, 02:21:00 AM</p><p><strong>Kuala Lumpur:</strong> Monday, March 21, 2011, 07:21:00 AM</p><p><strong>Tokyo:</strong> Monday, March 21, 2011, 08:21:00 AM</p><p><strong>Sydney:</strong> Monday, March 21, 2011, 10:21:00 AM</p><p><strong>UTC/GMT:</strong> Sunday, March 20, 2011, 11:21:00 PM</p></div><div style="float: left; width: 30%; margin: 0px 3px;"><h3>Nowrouz greeting cards and e-cards</h3><p>You can send these to your friends and familly <strong>just start dragging any of these images!</strong></p><p><strong><a href="http://www.gibni.com/wp-content/uploads/2011/03/nowruz_1390_by_abardaad-d3bevd3.jpg" class="nyro" ><img class="alignright size-thumbnail wp-image-1878" title="nowruz_1390_by_abardaad-d3bevd3" src="http://www.gibni.com/wp-content/uploads/2011/03/nowruz_1390_by_abardaad-d3bevd3-150x150.jpg" alt="nowruz 1390 by abardaad d3bevd3 150x150 Nowrouz Timing, Tahvile Sal + Nowrouz e cards and Wallpapers" width="150" height="150" /></a><a href="http://www.gibni.com/wp-content/uploads/2011/03/yoohoo_norooz_90_by_arthome121-d3b8pfc.jpg" class="nyro" ><img class="alignright size-thumbnail wp-image-1882" title="yoohoo_norooz_90_by_arthome121" src="http://www.gibni.com/wp-content/uploads/2011/03/yoohoo_norooz_90_by_arthome121-d3b8pfc-150x150.jpg" alt="yoohoo norooz 90 by arthome121 d3b8pfc 150x150 Nowrouz Timing, Tahvile Sal + Nowrouz e cards and Wallpapers" width="150" height="150" /></a><a href="http://www.gibni.com/wp-content/uploads/2011/03/Nowruz_Mobarak_by_iliadmoosavi.jpg" class="nyro" ><img class="alignright size-thumbnail wp-image-1883" title="Nowruz_Mobarak_by_iliadmoosavi" src="http://www.gibni.com/wp-content/uploads/2011/03/Nowruz_Mobarak_by_iliadmoosavi-150x150.jpg" alt="Nowruz Mobarak by iliadmoosavi 150x150 Nowrouz Timing, Tahvile Sal + Nowrouz e cards and Wallpapers" width="150" height="150" /></a><br /></strong></p></div><div style="float: left; width: 30%; margin: 0px 3px;"><h3>Nowrouz wallpapers and mobile wallpapers.</h3></div><p><span style="clear: both; display: block;"> </span></p><h3 style="text-align: center;"><strong><em><span style="color: #800000;">I wish you all the best and a very happy Nowrouz and new year.</span></em></strong></h3><p>&nbsp;</p><p><strong><em><span style="color: #800000;">Réf:</span></em></strong></p><p>http://anothervista.deviantart.com/art/Norouz-Greeting-1389-157530025</p><p>Yohoo Norooz:  http://arthome121.deviantart.com/art/YoOhoO-NoRoOz-90-200280504</p><p>Nowrouz Mobarak (en) : http://iliadmoosavi.deviantart.com/art/Nowruz-Mobarak-1-157810538</p> <br /><a target="_blank" rel="nofollow" href="http://www.gibni.com/goto/http://www.gdstarrating.com/" target="_blank" ><img src="http://www.gibni.com/wp-content/plugins/gd-star-rating/gfx/powered.png" border="0" width="80" height="15" title="Nowrouz Timing, Tahvile Sal + Nowrouz e cards and Wallpapers" alt="powered Nowrouz Timing, Tahvile Sal + Nowrouz e cards and Wallpapers" /></a><br />]]></content:encoded> <wfw:commentRss>http://www.gibni.com/nowrouz-timing-tahvile-sal-ecard-wallpaper/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>TNT à Nancy, Metz et toute la Lorraine</title><link>http://www.gibni.com/tnt-a-nancy-metz-et-toute-la-lorraine</link> <comments>http://www.gibni.com/tnt-a-nancy-metz-et-toute-la-lorraine#comments</comments> <pubDate>Mon, 08 Nov 2010 23:46:17 +0000</pubDate> <dc:creator>Gi</dc:creator> <category><![CDATA[Ramblings]]></category> <category><![CDATA[Nancy]]></category><guid isPermaLink="false">http://www.gibni.com/?p=1783</guid> <description><![CDATA[Tous au Numerique! Comme vous le savez déja, depuis le 28 Septembre 2010, la lorraine est passée à la TNT (Télévision Numérique Terrestre). Beaucop d&#8217;entre vous étes passer déja au numerique en achetant un decodeur ou une télévision avec TNT intégré. J&#8217;ai &#8230; <a href="http://www.gibni.com/tnt-a-nancy-metz-et-toute-la-lorraine">Continue reading <span class="meta-nav">&#8594;</span></a><br /><a target="_blank" href="http://www.gdstarrating.com/"><img src="http://www.gibni.com/wp-content/plugins/gd-star-rating/gfx/powered.png" border="0" width="80" height="15" /></a><br />]]></description> <content:encoded><![CDATA[<h2>Tous au Numerique!</h2><p>Comme vous le savez déja, depuis le 28 Septembre 2010, la lorraine est passée à la TNT (Télévision Numérique Terrestre). Beaucop d&#8217;entre vous étes passer déja au numerique en achetant un decodeur ou une télévision avec TNT intégré.</p><p>J&#8217;ai installer plusieur decodeurs et TV pour la TNT récement, voici quelques reponses à des probables souci:</p><p style="text-align: center;"><img class="aligncenter size-medium wp-image-1788" title="chaines-tnt-nancy-metz" src="http://www.gibni.com/wp-content/uploads/2010/11/chaines-tnt-nancy-metz-300x87.jpg" alt="chaines tnt nancy metz 300x87 TNT à Nancy, Metz et toute la Lorraine" width="300" height="87" /><span id="more-1783"></span></p><h2>Questions/Réponses à propos de la TNT:</h2><p><strong>Comment régler ses chaînes?</strong></p><p>- Visitez le lien : <a target="_blank" rel="nofollow" href="http://www.gibni.com/goto/http://www.tousaunumerique.fr/comment-faire/rechercher-et-memoriser-les-chaines/comment-regler-ses-chaines/" >Comment régler la TNT</a> , c&#8217;est simple et rapide.</p><p><strong>J&#8217;ai une télé LG, ai-je besoin d&#8217;un décodeur?</strong></p><p>- Si vous voyez la touche &#8220;DTV&#8221;, donc votre télé a déjà la TNT intégré.</p><p><strong>J&#8217;ai pas la TF1 parmis les chaines de la TNT. Que faire?</strong></p><p>- Il est possible que vous ne captiez pas le signal suffisament fort pour la TF1, faites une nouvelle recherche de chaînes, preferablement tard dans la nuit et si le problème perdure, installez une antenne plus puissante.</p><p><strong>M&#8217;a télé n&#8217;est pas une télé HD, pourrai-je avoir la TNT?</strong></p><p>- Vous n&#8217;avez pas besoin du HD pour recevoir les chaînes de la TNT. Le HD est requis seulement quand vous voulez regarder une chîne en Haute Definition.</p><p><strong>Doit-je changer de poste télé?</strong></p><p>- Si vous avez acheter votre télé après 1981, vous n&#8217;avez pas besoin de la changer. Vous pouvez recevoir la TNT avec un simple décodeur si votre télé n&#8217;a pas la TNT intégré. Bien à savoir, toutes les télé achetées en France après Mars 2008, a la TNT intégré (Source: <a target="_blank" rel="nofollow" href="http://www.gibni.com/goto/http://www.tousaunumerique.fr/" >http://www.tousaunumerique.fr/</a>)</p><h3>Plus de Question/Réponses à propos de la TNT sur : <a target="_blank" rel="nofollow" href="http://www.gibni.com/goto/http://www.tousaunumerique.fr/comment-faire/questions-reponses/" >http://www.tousaunumerique.fr/comment-faire/questions-reponses/</a></h3> <br /><a target="_blank" rel="nofollow" href="http://www.gibni.com/goto/http://www.gdstarrating.com/" target="_blank" ><img src="http://www.gibni.com/wp-content/plugins/gd-star-rating/gfx/powered.png" border="0" width="80" height="15" title="TNT à Nancy, Metz et toute la Lorraine" alt="powered TNT à Nancy, Metz et toute la Lorraine" /></a><br />]]></content:encoded> <wfw:commentRss>http://www.gibni.com/tnt-a-nancy-metz-et-toute-la-lorraine/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Must have mobile applications &#8211; Part 3</title><link>http://www.gibni.com/must-have-mobile-applications-3</link> <comments>http://www.gibni.com/must-have-mobile-applications-3#comments</comments> <pubDate>Sat, 25 Jul 2009 21:38:48 +0000</pubDate> <dc:creator>Gi</dc:creator> <category><![CDATA[Ramblings]]></category> <category><![CDATA[Downloads]]></category> <category><![CDATA[Mobile]]></category> <category><![CDATA[Nokia]]></category> <category><![CDATA[Symbian Applications]]></category> <category><![CDATA[Technology]]></category><guid isPermaLink="false">http://www.gibni.com/?p=848</guid> <description><![CDATA[Here&#8217;s  &#8220;Must have mobile applications&#8221; Part 3. Be sure to read the  Intro , the First Part and the Second Part.Y-BrowserHere&#8217;s another Symbian file browser which lets you browse all the system folders and drives on your phone. It comes &#8230; <a href="http://www.gibni.com/must-have-mobile-applications-3">Continue reading <span class="meta-nav">&#8594;</span></a><br /><a target="_blank" href="http://www.gdstarrating.com/"><img src="http://www.gibni.com/wp-content/plugins/gd-star-rating/gfx/powered.png" border="0" width="80" height="15" /></a><br />]]></description> <content:encoded><![CDATA[<p>Here&#8217;s  <a href="http://www.gibni.com/must-have-mobile-applications-3" >&#8220;Must have mobile applications&#8221; Part 3</a>. Be sure to read the <a href="http://www.gibni.com/must-have-mobile-applications" > Intro</a> , the <a href="http://www.gibni.com/must-have-mobile-applications-1" >First Part</a> and the <a href="http://www.gibni.com/must-have-mobile-applications-2" >Second Part</a>.</p><p><br class="spacer_" /></p><h2><img title="ybrowser_icon" src="http://www.gibni.com/wp-content/uploads/2009/06/ybrowser_main.jpg" alt="ybrowser main Must have mobile applications   Part 3" width="48" height="47" />Y-Browser<span id="more-848"></span></h2><p><br class="spacer_" /></p><p>Here&#8217;s another Symbian file browser which lets you browse all the system folders and drives on your phone. It comes with plugins to let you access your inbox and message folders for easy file transfers from your messages to your phone&#8217;s memory card. <a href="http://www.gibni.com/top-n95-applications-symbian-s60-applications-part-2" >More details here</a>.</p><p><br class="spacer_" /></p><h2>Mobiola Web Camera</h2><p>If you need to use your mobile phone as a wireless webcam, here&#8217;s Mobiola Web Camera, which is very reliable and supports bluetooth, wifi, and even USB cable connection, read more on this in <a href="http://www.gibni.com/mobile-phone-as-wireless-webcam" >Use you mobile phone as a wireless webcam.</a></p><p><br class="spacer_" /></p><p><br class="spacer_" /></p><p>&#8230; I&#8217;m actually writing next items, give me some time&#8230;</p><p><br class="spacer_" /></p><p><br class="spacer_" /></p><h3 style="text-align: center;">- <a href="http://www.gibni.com/must-have-mobile-applications" >Intro</a> &#8211; <a href="http://www.gibni.com/must-have-mobile-applications-1" >Part 1</a> &#8211; <a href="http://www.gibni.com/must-have-mobile-applications-2" >Part 2</a> &#8211; <a href="http://www.gibni.com/must-have-mobile-applications-3" >Part 3</a> -</h3><p><br class="spacer_" /></p><h3><img title="48px-warning_icon" src="http://www.gibni.com/wp-content/uploads/2009/06/120px-warning_icon.png" alt="120px warning icon Must have mobile applications   Part 3" width="48" height="40" />Warning!</h3><p><br class="spacer_" /></p><p>Installing the stated applications stated, and using them, might require a large amount of data transfer over the internet from your phone, be aware of the connection fees that may apply to you by your mobile operator.</p> <br /><a target="_blank" rel="nofollow" href="http://www.gibni.com/goto/http://www.gdstarrating.com/" target="_blank" ><img src="http://www.gibni.com/wp-content/plugins/gd-star-rating/gfx/powered.png" border="0" width="80" height="15" title="Must have mobile applications   Part 3" alt="powered Must have mobile applications   Part 3" /></a><br />]]></content:encoded> <wfw:commentRss>http://www.gibni.com/must-have-mobile-applications-3/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Must have mobile applications &#8211; Part 2</title><link>http://www.gibni.com/must-have-mobile-applications-2</link> <comments>http://www.gibni.com/must-have-mobile-applications-2#comments</comments> <pubDate>Sat, 25 Jul 2009 21:37:54 +0000</pubDate> <dc:creator>Gi</dc:creator> <category><![CDATA[Ramblings]]></category> <category><![CDATA[Downloads]]></category> <category><![CDATA[Mobile]]></category> <category><![CDATA[Nokia]]></category> <category><![CDATA[Symbian Applications]]></category> <category><![CDATA[Technology]]></category><guid isPermaLink="false">http://www.gibni.com/?p=847</guid> <description><![CDATA[Here comes the second part of  &#8220;Must have mobile applications&#8221; articles. Be sure to read the  Intro , and the First Part.Interactive Voice Call Manager This application by Mobisophy provides you with tons of features and is one of the best &#8230; <a href="http://www.gibni.com/must-have-mobile-applications-2">Continue reading <span class="meta-nav">&#8594;</span></a><br /><a target="_blank" href="http://www.gdstarrating.com/"><img src="http://www.gibni.com/wp-content/plugins/gd-star-rating/gfx/powered.png" border="0" width="80" height="15" /></a><br />]]></description> <content:encoded><![CDATA[<p>Here comes <a href="http://www.gibni.com/must-have-mobile-applications-2" >the second part of  &#8220;Must have mobile applications&#8221; articles</a>. Be sure to read the <a href="http://www.gibni.com/must-have-mobile-applications" > Intro</a> , and the <a href="http://www.gibni.com/must-have-mobile-applications-1" >First Part</a>.</p><p><br class="spacer_" /></p><h2>Interactive Voice Call Manager<span id="more-847"></span></h2><p>This application by <a target="_blank" rel="nofollow" href="http://www.gibni.com/goto/http://www.mobisophy.com/products/IVCMforS603rd-3.html" >Mobisophy</a> provides you with tons of features and is one of the best and most reliable call manager applications available on the market. Use this application to record voice conversations (without beep), have a personalized answering machine, send busy tone when you don&#8217;t want to answer a call, reply with text message when you&#8217;re not available, mute the ringer on scheduled hours and so on&#8230;</p><p><br class="spacer_" /></p><h2><img title="salling_clicker_icon1" src="http://www.gibni.com/wp-content/uploads/2009/06/salling_clicker_icon1.jpg" alt="salling clicker icon1 Must have mobile applications   Part 2" width="47" height="48" /> Salling Clicker</h2><p><br class="spacer_" /></p><p>Salling Clicker is the ultimate bluetooth remote control from your computer. With Salling Clicker you can use your phone as a remote control, <a href="http://www.gibni.com/top-n95-applications-symbian-s60-applications-part-2" >more details and download</a>&#8230;</p><p><br class="spacer_" /></p><h2><img title="yahoo_go_icon" src="http://www.gibni.com/wp-content/uploads/2009/06/yahoo_go_icon.jpg" alt="yahoo go icon Must have mobile applications   Part 2" width="47" height="17" /> Yahoo GO</h2><p><br class="spacer_" /></p><p>Here&#8217;s the application for all your Yahoo needs, <a href="http://www.gibni.com/top-n95-applications-symbian-s60-applications-part-3" >more details here</a>.</p><p><br class="spacer_" /></p><h2><img title="google-maps-icon" src="http://www.gibni.com/wp-content/uploads/2009/06/google-maps-icon.png" alt="google maps icon Must have mobile applications   Part 2" width="48" height="48" /> Google Maps</h2><p><br class="spacer_" /></p><p>Google maps is a must have application, it allows you to search local businesses and addresses, and can use your phone&#8217;s internal GPS for advanced maps features. Enjoy <a target="_blank" rel="nofollow" href="http://www.gibni.com/goto/http://www.google.com/latitude/intro.html" >Google Latitude</a> on your phone, computer or both to locate your friends and familly. <a href="http://www.gibni.com/top-n95-applications-symbian-s60-applications-part-3" >More details here</a>.</p><p><br class="spacer_" /></p><h2><img title="activefile_scr" src="http://www.gibni.com/wp-content/uploads/2009/06/activefile_scr.jpg" alt="activefile scr Must have mobile applications   Part 2" width="48" height="44" /> ActiveFile</h2><p><br class="spacer_" /></p><p><a target="_blank" rel="nofollow" href="http://www.gibni.com/goto/http://alietan.com/index.php?option=com_content&amp;view=article&amp;id=2&amp;Itemid=2" >ActiveFile</a> is a free browser giving you access to all your files and directories on the phone. You can navigate through your sms messages and backup your sms. It has lots of advanced features and tools. I recommend this application for free and advanced file browsing.</p><p><br class="spacer_" /></p><h3 style="text-align: center;">- <a href="http://www.gibni.com/must-have-mobile-applications" >Intro</a> &#8211; <a href="http://www.gibni.com/must-have-mobile-applications-1" >Part 1</a> &#8211; <a href="http://www.gibni.com/must-have-mobile-applications-2" >Part 2</a> &#8211; <a href="http://www.gibni.com/must-have-mobile-applications-3" >Part 3</a> -</h3><p><br class="spacer_" /></p><p><br class="spacer_" /></p><h3><img title="48px-warning_icon" src="http://www.gibni.com/wp-content/uploads/2009/06/120px-warning_icon.png" alt="120px warning icon Must have mobile applications   Part 2" width="48" height="40" />Warning!</h3><p><br class="spacer_" /></p><p>Installing the stated applications stated, and using them, might require a large amount of data transfer over the internet from your phone, be aware of the connection fees that may apply to you by your mobile operator.</p> <br /><a target="_blank" rel="nofollow" href="http://www.gibni.com/goto/http://www.gdstarrating.com/" target="_blank" ><img src="http://www.gibni.com/wp-content/plugins/gd-star-rating/gfx/powered.png" border="0" width="80" height="15" title="Must have mobile applications   Part 2" alt="powered Must have mobile applications   Part 2" /></a><br />]]></content:encoded> <wfw:commentRss>http://www.gibni.com/must-have-mobile-applications-2/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/

Minified using disk: basic
Page Caching using disk: enhanced
Database Caching 20/81 queries in 0.190 seconds using disk: basic
Object Caching 2958/3008 objects using disk: basic

Served from: www.gibni.com @ 2012-02-08 04:55:58 -->
