<?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>JDAMWEB3 - Jdam of WWW - My Official Website</title>
	<atom:link href="http://www.jdam.us/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jdam.us</link>
	<description>Web identity solutions bridge humanities and technologies for a better future!</description>
	<lastBuildDate>Wed, 07 Jul 2010 08:22:28 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Canon IP1980 printer via Linux Ubuntu 10.04</title>
		<link>http://www.jdam.us/2010/07/07/canon-ip1980-printer-via-linux-ubuntu-10-04/</link>
		<comments>http://www.jdam.us/2010/07/07/canon-ip1980-printer-via-linux-ubuntu-10-04/#comments</comments>
		<pubDate>Wed, 07 Jul 2010 08:06:04 +0000</pubDate>
		<dc:creator>jdam</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Server Related]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[canon printer]]></category>
		<category><![CDATA[linux guru]]></category>
		<category><![CDATA[linux printing]]></category>
		<category><![CDATA[linux professional]]></category>
		<category><![CDATA[pinter]]></category>
		<category><![CDATA[ubuntu canon ip1900]]></category>
		<category><![CDATA[ubuntu printer]]></category>

		<guid isPermaLink="false">http://www.jdam.us/?p=188</guid>
		<description><![CDATA[When I started using ubuntu, one of my dream for  an open source software like ubuntu is to become fully supported by all proprietary hardware manufacturer. I know that, it would take more time before it came to reality, the  way how things are working right now are thru contributions by different geeks, good hackers, [...]]]></description>
			<content:encoded><![CDATA[<p>When I started using ubuntu, one of my dream for  an open source software like ubuntu is to become fully supported by all proprietary hardware manufacturer. I know that, it would take more time before it came to reality, the  way how things are working right now are thru contributions by different geeks, good hackers, advocates &amp; enthusiasts via the world wide web.</p>
<p>I&#8217;LL make this tutorial very easy for anybody, I already compiled all the resources that you need. Recently I bought a new CanonIP1980 printer, then I tried to use it via Ubuntu 10.04 Linux OS. Here are the step by step process how to do it:</p>
<p><strong>Step 1:</strong></p>
<p>- Get all the source that you need, <a title="CLICK HERE" href="http://www.jdam.us/downloads/canonip1900_ubuntu10.04_driver_jdam071010.zip" target="_blank">click here</a></p>
<p>- After downloading, extract the files &amp; you will see libcupsys &amp; iP1900 debian driver.<a href="http://www.jdam.us/wp-content/uploads/2010/07/files_dl_ip1900u10041.png"><img class="aligncenter size-full wp-image-192" title="files_dl_ip1900u1004" src="http://www.jdam.us/wp-content/uploads/2010/07/files_dl_ip1900u10041.png" alt="" width="336" height="101" /></a>- Just in case you need an alternative download for iP1900_debian_printer.tar, here is the link</p>
<p><a href="http://software.canon-europe.com/products/0010647.asp" target="_blank">http://software.canon-europe.com/products/0010647.asp</a></p>
<p>- Open your terminal or console.</p>
<p>- If your using ubuntu 9.04 or lower than that, there is also other alternative way to get libcupsys2, try to do:</p>
<p>$ sudo apt-get install libcupsys2</p>
<p>- Next go to folder you used to download the driver:<br />
$ cd /path/to/your/folder</p>
<p>- Untar the dowloaded file:<br />
$ tar -xf iP1900_debian_printer.tar</p>
<p style="text-align: center;"><a href="http://www.jdam.us/wp-content/uploads/2010/07/files_extract_ip1900u1004.png"><img class="aligncenter size-full wp-image-194" title="files_extract_ip1900u1004" src="http://www.jdam.us/wp-content/uploads/2010/07/files_extract_ip1900u1004.png" alt="" width="377" height="108" /></a></p>
<p>- You will now have 3 files on this folder (+ original tar downloaded file).<br />
(In my case I&#8217;ve untargz the &#8220;tar.gz&#8221; file inside, but don&#8217;t think that this is necessary, how ever if you wanted or need to doit:<br />
$ tar xvzf cnijfilter-common-3.00-1.tar.gz)</p>
<p><strong>Step 2:</strong></p>
<p><strong><span style="font-weight: normal;">Then let&#8217;s install:</span></strong></p>
<p>$ sudo dpkg -i *deb<br />
- This will install the two deb packages included in the downloaded tar file that will install the proper drivers in the computer database.</p>
<p>- If your done installing, exit the terminal.</p>
<p><strong>Step 3:</strong></p>
<p>-Go to CUPS web manager using any of your favorite browser, run <a href="http://127.0.0.1:631" target="_blank">http://127.0.0.1:631</a></p>
<p>- In the page go to Admin and find the button that says &#8220;Find new printer&#8221; and then follow the assistant.</p>
<p style="text-align: center;"><a style="text-decoration: none;" href="http://www.jdam.us/wp-content/uploads/2010/07/cups_admin_ip1900u1004.png"><img class="aligncenter size-full wp-image-196" title="cups_admin_ip1900u1004" src="http://www.jdam.us/wp-content/uploads/2010/07/cups_admin_ip1900u1004.png" alt="" width="394" height="274" /></a></p>
<p style="text-align: left;">- After you complete the assistant, verify the printer properties by going to system-&gt;administration-&gt;printing-&gt;then right click the printer to show the properties.</p>
<p style="text-align: center;"><a href="http://www.jdam.us/wp-content/uploads/2010/07/printer_propterties_ip1900u1004.png"><img class="aligncenter size-full wp-image-198" title="printer_propterties_ip1900u1004" src="http://www.jdam.us/wp-content/uploads/2010/07/printer_propterties_ip1900u1004.png" alt="" width="423" height="267" /></a></p>
<p style="text-align: left;">You can run test print page to verify that its working, then if it works, CONGRATULATIONS!</p>
<p style="text-align: center;"><a style="text-decoration: none;" href="http://www.jdam.us/wp-content/uploads/2010/07/ubuntu_test_ip1900u1004.png"><img class="aligncenter size-full wp-image-199" title="ubuntu_test_ip1900u1004" src="http://www.jdam.us/wp-content/uploads/2010/07/ubuntu_test_ip1900u1004.png" alt="" width="410" height="216" /></a></p>
<p style="text-align: left;">Hope this helps someone. If you have troubles making the tutorial works just post your concern here, I will be glad to answer your question.</p>
<p style="text-align: left;">Watch out for my next post, for the part 2 of this tutorial its about how to print via your network &amp; how to lower down print resolution via Ubuntu.</p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.jdam.us%2F2010%2F07%2F07%2Fcanon-ip1980-printer-via-linux-ubuntu-10-04%2F&amp;linkname=Canon%20IP1980%20printer%20via%20Linux%20Ubuntu%2010.04" target="_blank"><img src="http://www.jdam.us/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://www.jdam.us/2010/07/07/canon-ip1980-printer-via-linux-ubuntu-10-04/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The World Wide Web clone wars, who will win?</title>
		<link>http://www.jdam.us/2010/07/02/www-clone-wars-who-will-win/</link>
		<comments>http://www.jdam.us/2010/07/02/www-clone-wars-who-will-win/#comments</comments>
		<pubDate>Fri, 02 Jul 2010 04:27:28 +0000</pubDate>
		<dc:creator>jdam</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[WWW]]></category>

		<guid isPermaLink="false">http://www.jdam.us/?p=178</guid>
		<description><![CDATA[It all started from the scratch, tech savvy imagination &#38; software engineer who bring the pieces of the code algorithm to the next level. Each version of upgrade from alpha, beta &#38; to stable release, requires a lot of patience &#38; trial/error for a team rocket of geeks, the system took so many months to [...]]]></description>
			<content:encoded><![CDATA[<p>It all started from the scratch, tech savvy imagination &amp; software engineer who bring the pieces of the code algorithm to the next level. Each version of upgrade from alpha, beta &amp; to stable release, requires a lot of patience &amp; trial/error for a<a href="http://www.jdam.us/wp-content/uploads/2010/07/clone-wars.jpg"><img class="alignright size-thumbnail wp-image-180" title="clone-wars" src="http://www.jdam.us/wp-content/uploads/2010/07/clone-wars-150x150.jpg" alt="" width="150" height="150" /></a> team rocket of geeks, the system took so many months to become a consumer product.</p>
<p>The products &amp; services  that are well known over the internet are the creation of the best geeks of the world. One of them is Google, since birth of this company, they wanted to organize the world&#8217;s information by creating the best search engine of the world.</p>
<p>Until the era of clone has finally came, Facebook that won the battle over Friendster, Myspace, Multiply and many more. Facebook become the number #1 social networking site after the first battle of the clone wars. In the 90&#8242;s there is Microsoft that crushed Netscape by simply building their own web browser and giving it away for free &amp; in the 20th century Firefox won over Internet Explorer of Microsoft. We&#8217;ll see what will happen to Google Chrome in the next coming years on the arena of browser clones.</p>
<p>Meanwhile, in the social neworking battle ground, Google created Google Buzz to clone Facebook.  Google needs a horse in the social networking race to be able to  defend  itself against Facebook over the long run. But people have very short   memories, sadly, and it’ll all blow over shortly.</p>
<p>The war between Google &amp; Facebook is not yet over, Google will send more clones to Facebook, who knows what will happen to another clone wars between Google &amp; Twitter. Google has this Glitter, a Twitter clone that will arrive soon.</p>
<p>To be continue&#8230;..</p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.jdam.us%2F2010%2F07%2F02%2Fwww-clone-wars-who-will-win%2F&amp;linkname=The%20World%20Wide%20Web%20clone%20wars%2C%20who%20will%20win%3F" target="_blank"><img src="http://www.jdam.us/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://www.jdam.us/2010/07/02/www-clone-wars-who-will-win/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubuntu Lucid, Reverting PHP to 5.2</title>
		<link>http://www.jdam.us/2010/05/19/ubuntu-lucid-reverting-php-to-5-2/</link>
		<comments>http://www.jdam.us/2010/05/19/ubuntu-lucid-reverting-php-to-5-2/#comments</comments>
		<pubDate>Wed, 19 May 2010 05:33:01 +0000</pubDate>
		<dc:creator>jdam</dc:creator>
				<category><![CDATA[Joomla!]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.jdam.us/?p=171</guid>
		<description><![CDATA[I recently got an issue on PHP 5.3.2 via Ubuntu Lucid, after upgrading from Ubuntu 9.10 to Ubuntu 10.04, On one of the old Joomla! source I&#8217;m working on I keep getting this warning &#8220;Warning: Parameter 3 to showItem() expected to be a reference, value given in&#8230;. &#8220;. The solution is downgrade your PHP 5.3.2 [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_174" class="wp-caption alignright" style="width: 220px"><a href="http://www.jdam.us/wp-content/uploads/2010/05/lucid_0.png"><img class="size-medium wp-image-174  " title="Ubuntu Lucid 10.04" src="http://www.jdam.us/wp-content/uploads/2010/05/lucid_0-300x300.png" alt="" width="210" height="210" /></a><p class="wp-caption-text">Ubuntu Lucid 10.04</p></div>
<p>I recently got an issue on PHP 5.3.2 via Ubuntu Lucid, after upgrading from Ubuntu 9.10 to Ubuntu 10.04, On one of the old Joomla! source I&#8217;m working on I keep getting this warning <strong>&#8220;Warning: Parameter 3 to showItem() expected to be a reference, value given in&#8230;. &#8220;</strong>.</p>
<p>The solution is downgrade your PHP 5.3.2 to PHP 5.2, here are the steps to follow.</p>
<p>1. On your /usr/local/sbin/, create php5_2-downgrade.sh, copy paste this source.</p>
<p><code>#!/bin/bash<br />
# by Ruben Barkow (rubo77) http://www.entikey.z11.de/</code></p>
<p><code># Originally Posted by Bachstelze http://ubuntuforums.org/showthread.php?p=9080474#post9080474<br />
# OK, here's how to do the Apt magic to get PHP packages from the karmic repositories:</code></p>
<p><code>echo "Am I root?  "<br />
if [ "$(whoami &amp;2&gt;/dev/null)" != "root" ] &amp;&amp; [ "$(id -un &amp;2&gt;/dev/null)" != "root" ] ; then<br />
echo "  NO!</p>
<p>Error: You must be root to run this script.<br />
Enter<br />
sudo su<br />
"<br />
exit 1<br />
fi<br />
echo "  OK";</p>
<p># finish all apt-problems:<br />
apt-get -f install</p>
<p># remove all your existing PHP packages. You can list them with dpkg -l| grep php<br />
PHPLIST=$(for i in $(dpkg -l | grep php|awk '{ print $2 }' ); do echo $i; done)<br />
echo these pachets will be removed: $PHPLIST<br />
# you need not to purge, if you have upgraded from karmic:<br />
aptitude remove $PHPLIST<br />
# on a fresh install, you need purge:<br />
# aptitude remove --purge $PHPLIST</p>
<p>#Create a file each in /etc/apt/preferences.d like this (call it for example /etc/apt/preferences.d/php5_2);<br />
#<br />
#Package: php5<br />
#Pin: release a=karmic<br />
#Pin-Priority: 991<br />
#<br />
#The big problem is that wildcards don't work, so you will need one such stanza for each PHP package you want to pull from karmic:</p>
<p>echo ''&gt;/etc/apt/preferences.d/php5_2<br />
for i in $PHPLIST ; do echo "Package: $i<br />
Pin: release a=karmic<br />
Pin-Priority: 991<br />
"&gt;&gt;/etc/apt/preferences.d/php5_2; done</p>
<p># duplicate your existing sources.list replacing lucid with karmic and save it in sources.list.d:<br />
#sed s/lucid/karmic/g /etc/apt/sources.list | sudo tee /etc/apt/sources.list.d/karmic.list</p>
<p># better exactly only the needed sources, cause otherwise you can get a cachsize problem:<br />
echo "# needed sources vor php5.2:<br />
deb http://de.archive.ubuntu.com/ubuntu/ karmic main restricted<br />
deb-src http://de.archive.ubuntu.com/ubuntu/ karmic main restricted</p>
<p>deb http://de.archive.ubuntu.com/ubuntu/ karmic-updates main restricted<br />
deb-src http://de.archive.ubuntu.com/ubuntu/ karmic-updates main restricted</p>
<p>deb http://de.archive.ubuntu.com/ubuntu/ karmic universe<br />
deb-src http://de.archive.ubuntu.com/ubuntu/ karmic universe<br />
deb http://de.archive.ubuntu.com/ubuntu/ karmic-updates universe<br />
deb-src http://de.archive.ubuntu.com/ubuntu/ karmic-updates universe</p>
<p>deb http://de.archive.ubuntu.com/ubuntu/ karmic multiverse<br />
deb-src http://de.archive.ubuntu.com/ubuntu/ karmic multiverse<br />
deb http://de.archive.ubuntu.com/ubuntu/ karmic-updates multiverse<br />
deb-src http://de.archive.ubuntu.com/ubuntu/ karmic-updates multiverse</p>
<p>deb http://security.ubuntu.com/ubuntu karmic-security main restricted<br />
deb-src http://security.ubuntu.com/ubuntu karmic-security main restricted<br />
deb http://security.ubuntu.com/ubuntu karmic-security universe<br />
deb-src http://security.ubuntu.com/ubuntu karmic-security universe<br />
deb http://security.ubuntu.com/ubuntu karmic-security multiverse<br />
deb-src http://security.ubuntu.com/ubuntu karmic-security multiverse<br />
" &gt;&gt; /etc/apt/sources.list.d/karmic.list</p>
<p>aptitude update</p>
<p>apache2ctl restart</p>
<p>echo install new from karmic:<br />
aptitude -t karmic install $PHPLIST</p>
<p># at the end retry the modul libapache2-mod-php5 in case it didn't work the first time:<br />
aptitude -t karmic install libapache2-mod-php5</p>
<p></code></p>
<p><code>apache2ctl restart<br />
</code></p>
<p>2. Open your terminal, chmod +x /usr/local/sbin/php5.2-downgrade<br />
3. On your terminal, ./php5_2-downgrade.sh<br />
4. Just follow the steps, everything is very straight forward.</p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.jdam.us%2F2010%2F05%2F19%2Fubuntu-lucid-reverting-php-to-5-2%2F&amp;linkname=Ubuntu%20Lucid%2C%20Reverting%20PHP%20to%205.2" target="_blank"><img src="http://www.jdam.us/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://www.jdam.us/2010/05/19/ubuntu-lucid-reverting-php-to-5-2/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Saving in photos using QuartzCore framework</title>
		<link>http://www.jdam.us/2010/04/24/saving-in-photos-using-quartzcore-framework/</link>
		<comments>http://www.jdam.us/2010/04/24/saving-in-photos-using-quartzcore-framework/#comments</comments>
		<pubDate>Sat, 24 Apr 2010 13:52:25 +0000</pubDate>
		<dc:creator>jdam</dc:creator>
				<category><![CDATA[Iphone, Ipad, Ipod]]></category>

		<guid isPermaLink="false">http://www.jdam.us/?p=157</guid>
		<description><![CDATA[A logic that lets you save your view as image to your saved photos. Here are the steps to follow: 1. Add QuartzCore framework. 2. Add IBAction in your header. - (IBAction)fooView; 3. In your implementation add your IBAction similar to your header file. - (IBAction)fooView { UIGraphicsBeginImageContext(self.view.bounds.size) ; [self.view.layer renderInContext:UIGraphicsGetCurrentContext()]; UIImage *image = UIGraphicsGetImageFromCurrentImageContext(); [...]]]></description>
			<content:encoded><![CDATA[<p>A logic that lets you save your view as image to your saved photos. Here are the steps to follow:</p>
<p>1. Add QuartzCore framework.</p>
<p>2. Add IBAction in your header.<br />
<code> - (IBAction)fooView;</code></p>
<p>3. In your implementation add your IBAction similar to your header file.<br />
<code><br />
- (IBAction)fooView {<br />
	UIGraphicsBeginImageContext(self.view.bounds.size) ;<br />
	[self.view.layer renderInContext:UIGraphicsGetCurrentContext()];<br />
	UIImage *image = UIGraphicsGetImageFromCurrentImageContext();<br />
	UIGraphicsEndImageContext();<br />
	UIImageWriteToSavedPhotosAlbum(image, nil, nil, nil);<br />
</code><br />
4. Lastly make sure to call #import <QuartzCore/QuartzCore.h> to your implementation. Then set your button to your method.</p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.jdam.us%2F2010%2F04%2F24%2Fsaving-in-photos-using-quartzcore-framework%2F&amp;linkname=Saving%20in%20photos%20using%20QuartzCore%20framework" target="_blank"><img src="http://www.jdam.us/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://www.jdam.us/2010/04/24/saving-in-photos-using-quartzcore-framework/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Apple defeated Adobe</title>
		<link>http://www.jdam.us/2010/04/23/apple-defeated-adobe/</link>
		<comments>http://www.jdam.us/2010/04/23/apple-defeated-adobe/#comments</comments>
		<pubDate>Fri, 23 Apr 2010 06:38:43 +0000</pubDate>
		<dc:creator>jdam</dc:creator>
				<category><![CDATA[Iphone, Ipad, Ipod]]></category>

		<guid isPermaLink="false">http://www.jdam.us/?p=154</guid>
		<description><![CDATA[It doesn’t come as much of a surprise, but Adobe have finally given up all hope for the iPhone/iPod and iPad devices, after being “banned” by Apple. Recently, Apple changed their developer agreement, prohibiting the use of third party tools to construct iPhone applications (including the heavily invested CS5 iPhone Exporter). Apple have reason not [...]]]></description>
			<content:encoded><![CDATA[<p>It doesn’t come as much of a surprise, but Adobe have finally given up all hope for the iPhone/iPod and iPad devices, after being “banned” by Apple.</p>
<p>Recently, Apple changed their developer agreement, prohibiting the use of third party tools to construct iPhone applications (including the heavily invested CS5 iPhone Exporter).</p>
<p>Apple have reason not to include Flash on their devices because it’s now said to be almost obsolete, with the rise of HTML5 to allow video/audio and animation: a feature which is heavily supported in Mobile Safari.<img class="size-full wp-image-155 alignright" title="iphone3gapps-300x162" src="http://www.jdam.us/wp-content/uploads/2010/04/iphone3gapps-300x162.jpg" alt="" width="300" height="162" /></p>
<p>Adobe have said: “We will still be shipping the ability to target the iPhone and iPad in Flash CS5. However, we are not currently planning any additional investments in that feature.”, instead they will focus their attention on the competing smart phone, Google Android.</p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.jdam.us%2F2010%2F04%2F23%2Fapple-defeated-adobe%2F&amp;linkname=Apple%20defeated%20Adobe" target="_blank"><img src="http://www.jdam.us/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://www.jdam.us/2010/04/23/apple-defeated-adobe/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fedex ghost employee, lazy employees and their Jurassic system</title>
		<link>http://www.jdam.us/2009/12/31/fedex-ghost-employee-lazy-employees-and-their-jurassic-system/</link>
		<comments>http://www.jdam.us/2009/12/31/fedex-ghost-employee-lazy-employees-and-their-jurassic-system/#comments</comments>
		<pubDate>Thu, 31 Dec 2009 08:54:49 +0000</pubDate>
		<dc:creator>jdam</dc:creator>
				<category><![CDATA[Personal]]></category>

		<guid isPermaLink="false">http://www.jdam.us/?p=147</guid>
		<description><![CDATA[Fedex say &#8220;we live to deliver!&#8221; BUT they want your money before they deliver! or else they will leave your package. This post is about my pain in the ass!, my fedex experience as courier for the item that was sent to me from USA to the Philippines. I also hope that this post would [...]]]></description>
			<content:encoded><![CDATA[<p>Fedex say &#8220;we live to deliver!&#8221; BUT they want your money before they deliver! or else they will leave your package.</p>
<p>This post is about my pain in the ass!, my fedex experience as courier for the item that was sent to me from USA to the Philippines. I also hope that this post would serve as guide on how to avoid Fedex as your courier &amp; how to handle the situation if it happens the same thing to you.</p>
<p>It was Dec. 21, 2009 when my item arrived early in the morning at NAIA Terminal. Then it was transferred right away to Cargohaus, inc. located at the lower ground of Bureau of Customs. I can track my item because of the tracking number that was provided to me by my sender. You can start tracking your item by going to http://www.fedex.com/ph/. If this is your first time to use fedex service you will think having a tracking number would make you feel relax &amp; comfortable. On that day before the office hours ends, I make sure to call the fedex hotline 8558484. I talked to the CSR and she says to me that my item transaction was handled by Fedex agent Mr. Anthony Villanueva of Import department, and this guy will call me to further details and assistance. After that call I decided to just wait after 2 days.</p>
<p>By Dec. 23, 2009 there still no one calling on behalf of fedex, so I decided to call again the hotline. Then the CSR redirect me to import department direct line 8558450. After 2 hours of hanging on the phone &amp; listening to different advertisement of fedex, someone pick-up the phone from that department. I asked for the person handled my transaction and the operator says he is out for lunch, take note during that time its already 2PM in the afternoon and how come he still out for lunch. After that call I tried to track the item on fedex website for the second time. I saw there the item went to Manila on Dec. 22 and went back to Cargohaus inc., Paranaque by Dec 23, 2009. During that time I&#8217;m afraid of what is going on to the item specially the succeeding days are 24th &amp; 25th of December which is holiday.</p>
<p>Starting from 26th until 27th I always called the hotline of fedex but I always get the same answer that the item is still under the inspection of Bureau of Customs. I also checked fedex website to track my item and it always say that transaction is still delayed for no reason at all. During that time I&#8217;m upset what is going on because I still don&#8217;t get any call from fedex agent Mr. Anthony Villanueva. I now called one of my friend from Bureau of Customs to check and monitor if Fedex already submitted any document to process my item. Unfortunately my friend said the item is never been processed by fedex since its arrival Dec. 21st. I asked helped to my friend to do something to call the attention of Fedex and submit the papers to them. Where in fact its the job of fedex to submit it to customs.</p>
<p>By the 28th I called the fedex hotline and monitor the tracking number if there is update, I still get the same feedback. By 7pm I received from my friend a text message that fedex already filed the papers on that day and they already release the papers. My friend advice me to contact my fedex agent the next day to follow up to them and also to avoid the upcoming delay because of another holiday.</p>
<p>Since hotline of fedex, direct line &amp; website tracking is a waste of time. The next day by the 29th I have decided to go to the cargogaus bldg., naia complex, brgy. vitalez, paranaque city. I personally went to Fedex office at the 2nd floor. At the lobby of import department I saw 3 persons already upset because of waiting to the personnel to went out. Behind the cabinet you will see 2 personnel busy where in if you carefully see what their doing, you will see their &#8220;friendster account&#8221;. At that moment I called their attention and say &#8220;EXCUSE ME! can you connect me to your friend Mr. Anthony Villanueva&#8221;, so they hurry up to assist me and they replied back that they don&#8217;t know that person. They also check the status of my tracking number on fedex Jurassic system and there you go still the same result!. They say transaction is still delayed and they put the blame to Bureau of Customs that its not yet being process. They suggest me to go to CSR office at the 3rd floor of the bldg.</p>
<p>When I was on the 3rd floor, I tried to looked for the name Mr. Anthony Villanueva and the girl replied back he is still out for lunch, this is the funniest &amp; craziest part it was 2PM already at that time again the same reason when I called the last time. Its also confusing because on the hotline they say this agent belong to the import department. I tried to enter on that department. Basically, I notice that this area is like a call center setup so I concluded that when I&#8217;m calling 8558484 this department is the one answering my calls. I also discovered that their all busy with their facebook, yahoo messenger, friendster &amp; etc. They didn&#8217;t even notice that I was already inside. So I directly talk to their team leader to ask where the heck is Mr. Anthony!. It seems based on his reaction that this guy is just a ghost and not for real.</p>
<p>I can say the analogy if I compare the situation to a game I&#8217;m now on the 2nd to the last stage. Immediately 3 person assist me right away before I start to get mad. The team leader check from the other fedex system the status of my item. There you go, it says that by 28th 6pm its already cleared, just like what my friend said to me. Then the process went smoothly after that and I completed my transaction &amp; bring home my item successfully.</p>
<p>Conclusion:<br />
1. Never believe to fedex hotline, they create story telling &amp; ghost employee.<br />
2. Never use fedex because their system is Jurrasic. Meaning to say never rely to their tracking number because its not connected to the updated system.<br />
I also discovered that updating their website is delayed by 15hrs.<br />
3. Never attempt to use their service I discovered that their not secure. When I get my item they didn&#8217;t even get any identification from me and it seems they just rely to the tracking number that you will provide to them. Just think about this if someone knows your tracking number and they stole your item/package &amp; don&#8217;t expect to fin it anymore.<br />
4. Never trust their computation they give you hidden charges. Based on the receipt it seems I paid twice for docs/stamps.<br />
5. Don&#8217;t waste your time waiting, do something!.</p>
<p>Information:<br />
Cargohaus, inc, formerly U-warehouse, inc<br />
- this is where they stored your item or your package</p>
<p>address:<br />
Cargogaus bldg., naia complex, brgy. vitalez, paranaque city<br />
tel: 879-4301/ 4372</p>
<p>http://www.cargohaus.com</p>
<p>Fedex 2nd floor &amp; 3rd floor, Cargogaus bldg., naia complex, brgy. vitalez, paranaque city</p>
<p>http://www.fedex.com/ph/</p>
<p>Fedex hotline: 8558484 Import Department: 8558450</p>
<p>Resources:</p>
<p>http://www.sulit.com.ph/index.php/view+topic/id/18855/Bad+Experience+with+FEDEX</p>
<p>http://www.complaintsboard.com/bycompany/fedex-a438/page/5</p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.jdam.us%2F2009%2F12%2F31%2Ffedex-ghost-employee-lazy-employees-and-their-jurassic-system%2F&amp;linkname=Fedex%20ghost%20employee%2C%20lazy%20employees%20and%20their%20Jurassic%20system" target="_blank"><img src="http://www.jdam.us/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://www.jdam.us/2009/12/31/fedex-ghost-employee-lazy-employees-and-their-jurassic-system/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My 25th birthday</title>
		<link>http://www.jdam.us/2009/11/05/my-25th-birthday/</link>
		<comments>http://www.jdam.us/2009/11/05/my-25th-birthday/#comments</comments>
		<pubDate>Thu, 05 Nov 2009 15:43:44 +0000</pubDate>
		<dc:creator>jdam</dc:creator>
				<category><![CDATA[Personal]]></category>

		<guid isPermaLink="false">http://www.jdam.us/?p=142</guid>
		<description><![CDATA[On this day November 5, 2009, I will celebrate my silver year as a human being.  Its my 25th birthday today! I still remember when I was a kid, I always say to myself that &#8220;by my 25th birthday I will be financially independent&#8221;. And yes its a dream come true for me that now [...]]]></description>
			<content:encoded><![CDATA[<p>On this day November 5, 2009, I will celebrate my silver year as a human being.  Its my 25th birthday today!</p>
<p>I still remember when I was a kid, I always say to myself that &#8220;by my 25th birthday I will be financially independent&#8221;. And yes its a dream come true for me that now I&#8217;m one of the young high-tech entrepreneur in the Philippines.</p>
<p>Wishing more birthday to come for myself and thanks to you my Lord God almighty for all the blessings that you&#8217;ve given to me.</p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.jdam.us%2F2009%2F11%2F05%2Fmy-25th-birthday%2F&amp;linkname=My%2025th%20birthday" target="_blank"><img src="http://www.jdam.us/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://www.jdam.us/2009/11/05/my-25th-birthday/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I&#8217;m a winner of Yoshinoya&#8217;s free meal</title>
		<link>http://www.jdam.us/2009/10/26/im-a-winner-of-yoshinoyas-free-meal/</link>
		<comments>http://www.jdam.us/2009/10/26/im-a-winner-of-yoshinoyas-free-meal/#comments</comments>
		<pubDate>Mon, 26 Oct 2009 08:14:37 +0000</pubDate>
		<dc:creator>jdam</dc:creator>
				<category><![CDATA[Food]]></category>
		<category><![CDATA[Personal]]></category>

		<guid isPermaLink="false">http://www.jdam.us/?p=138</guid>
		<description><![CDATA[This is not a marketing post for yoshinoya rather its a thank you post for them. Last Oct. 26, 2009 I receive an email from &#8220;Yoshinoya Team Mega&#8221; that I won a free meal.  So I immediately plan my visit to receive my price. Yoshinoya is a famous restaurant originated in Japan. Team Mega is [...]]]></description>
			<content:encoded><![CDATA[<p>This is not a marketing post for yoshinoya rather its a thank you post for them. Last Oct. 26, 2009 I receive an email from &#8220;Yoshinoya Team Mega&#8221; that I won a free meal.  So I immediately plan my visit to receive my price.</p>
<p>Yoshinoya is a famous restaurant originated in Japan. Team Mega is one of their branch located in SM Megamall, Philippines. I won by dropping my calling card to their fish bowl near to their cashier section.</p>
<p>Next time if you plan to visit Yoshinoya just bring your calling card and lots of surprises awaits.</p>
<p>Thank you for the free meal &#8220;Yoshinoya Team Mega&#8221; until my next visit.</p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.jdam.us%2F2009%2F10%2F26%2Fim-a-winner-of-yoshinoyas-free-meal%2F&amp;linkname=I%26%238217%3Bm%20a%20winner%20of%20Yoshinoya%26%238217%3Bs%20free%20meal" target="_blank"><img src="http://www.jdam.us/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://www.jdam.us/2009/10/26/im-a-winner-of-yoshinoyas-free-meal/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubuntu:  System freeze on reading from usb-serial device</title>
		<link>http://www.jdam.us/2009/10/26/ubuntu-system-freeze-on-reading-from-usb-serial-device/</link>
		<comments>http://www.jdam.us/2009/10/26/ubuntu-system-freeze-on-reading-from-usb-serial-device/#comments</comments>
		<pubDate>Mon, 26 Oct 2009 01:34:02 +0000</pubDate>
		<dc:creator>jdam</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Opensource Communities]]></category>

		<guid isPermaLink="false">http://www.jdam.us/?p=128</guid>
		<description><![CDATA[Its been many years since I started using Ubuntu, from its first version to 9.04 (Jaunty Jackalope). This would be my first post about ubuntu and giving tutorial how to fix annoying problem like what I&#8217;ve encountered. Recently, I attempted to plug-in my smartbro usb MF627 and try to make it work on Ubuntu 9.04. [...]]]></description>
			<content:encoded><![CDATA[<p>Its been many years since I started using Ubuntu, from its first version to 9.04 (Jaunty Jackalope). This would be my first post about ubuntu and giving tutorial how to fix annoying problem like what I&#8217;ve encountered.</p>
<p>Recently, I attempted to plug-in my smartbro usb MF627 and try to make it work on Ubuntu 9.04. This is my 2nd attempt, the last time I tried it I encountered the same problem. Before I upgraded to 9.04, the recent 8.10 works ok for my smartbro usb MF627.</p>
<p>I&#8217;m one of those concern citizen trying to push this device to support our beloved GNU/Linux. I will keep trying 9.04 and also future releases and see if this device will work soon.</p>
<p>Here is what I encountered, during the start-up or boot-up stage. The terminal freeze on reading from usb-serial device. You will see usbserial/usbcore many times and it seems forever loop.</p>
<p>To solve this problem, don&#8217;t wait forever, try hitting ESC many times or ctrl+alt+delete to deactivate reading other hardware devices. Try hitting Enter+ESC many times until you reach the login message, asking you to login with your username or password. During this stage you will still encounter annoying reading of usb-serial device. Just continue to sudo root and then try aptitude update.</p>
<p>Make sure to plug your ethernet cable.</p>
<p>Check your ubuntu release:<br />
lsb_release -a</p>
<p>Reconfigure your xserver by:<br />
dpkg-reconfigure xserver-xorg</p>
<p>If you encounter permission denied on dpkg try:<br />
mount -n -o remount, rw/<br />
- to remount your drive and renew file permission. Currently it says that your under a read only file system.</p>
<p>If success you may now clean your aptitude by:<br />
apt-get clean</p>
<p>Fresh update your aptitude:<br />
apt-get update</p>
<p>Try again dpkg reconfigure:<br />
dpkg-reconfigure xserver-xorg</p>
<p>Your gnome GUI needs some restart:<br />
/etc/init.d/gdm restart</p>
<p>What happens to me gdm stop so after fixing file permission. I remount my Sda1 by:<br />
/etc/init.d/gdm start<br />
- This brings me to my login GUI.</p>
<p>I hope when you reach the end part of this tutorial it helps you solve your problem.</p>
<p>Feel free to post your questions &amp; idea here.</p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.jdam.us%2F2009%2F10%2F26%2Fubuntu-system-freeze-on-reading-from-usb-serial-device%2F&amp;linkname=Ubuntu%3A%20%20System%20freeze%20on%20reading%20from%20usb-serial%20device" target="_blank"><img src="http://www.jdam.us/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://www.jdam.us/2009/10/26/ubuntu-system-freeze-on-reading-from-usb-serial-device/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>LINUX: How To Install IonCube Loader</title>
		<link>http://www.jdam.us/2009/10/09/linux-how-to-install-ioncube-loader/</link>
		<comments>http://www.jdam.us/2009/10/09/linux-how-to-install-ioncube-loader/#comments</comments>
		<pubDate>Fri, 09 Oct 2009 00:39:30 +0000</pubDate>
		<dc:creator>jdam</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Server Related]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.jdam.us/?p=121</guid>
		<description><![CDATA[This is my share on Installing IonCube to your LAMP. Here are some helpful steps to follow: (STEP 1) # tar -zxvf ioncube_loaders_lin_x86.tar.gz # cd ioncube (STEP 2) - copy the php ioncube to your server root # cp ioncube-loader-helper.php Go to: http://localhost/PATH_/ioncube-loader-helper.php You should see something like this: PHP Version ___ Operating System Linux [...]]]></description>
			<content:encoded><![CDATA[<p>This is my share on Installing IonCube to your LAMP. Here are some helpful steps to follow:</p>
<p>(STEP 1)<br />
# tar -zxvf ioncube_loaders_lin_x86.tar.gz<br />
# cd ioncube</p>
<p>(STEP 2)<br />
- copy the php ioncube to your server root<br />
# cp ioncube-loader-helper.php<br />
Go to: http://localhost/PATH_/ioncube-loader-helper.php</p>
<p>You should see something like this:</p>
<p>PHP Version ___<br />
Operating System Linux<br />
Threaded PHP No<br />
php.ini file /usr/PATH_/php.ini<br />
Required Loader ioncube_loader_lin_#.#.so</p>
<p>(STEP 3)<br />
- make directory under /usr/local and paste the required .so<br />
# cd /usr/local<br />
# mkdir /ioncube<br />
# cp ioncube_loader_lin_#.#.so /usr/local/ioncube</p>
<p>(STEP 4)<br />
Edit php.ini file:<br />
# gedit /etc/php5/apache2/php.ini<br />
OR<br />
# gedit /usr/local/lib/php.ini</p>
<p>- At the end of the code add this<br />
zend_extension = /usr/local/ioncube/ioncube_loader_lin_#.#.so</p>
<p>Save and Exit</p>
<p>Restart the server by typing:<br />
# /etc/init.d/httpd restart</p>
<p>(STEP 5)<br />
To confirm that ioncube is fully working<br />
Go to: http://localhost/PATH_/ioncube-encoded-file.php</p>
<p>You should see something like this:<br />
This file has been successfully decoded. ionCube Loaders are correctly installed.</p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.jdam.us%2F2009%2F10%2F09%2Flinux-how-to-install-ioncube-loader%2F&amp;linkname=LINUX%3A%20How%20To%20Install%20IonCube%20Loader" target="_blank"><img src="http://www.jdam.us/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://www.jdam.us/2009/10/09/linux-how-to-install-ioncube-loader/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
