<?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>Philippine Stuffs</title>
	<atom:link href="http://www.philippinestuffs.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.philippinestuffs.com</link>
	<description>Stuffs for Filipinos in the Philippines</description>
	<lastBuildDate>Fri, 04 May 2012 08:11:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>PHP GPS Parser (NMEA / GPRMC)</title>
		<link>http://www.philippinestuffs.com/php-gps-parser-nmea-gprmc/</link>
		<comments>http://www.philippinestuffs.com/php-gps-parser-nmea-gprmc/#comments</comments>
		<pubDate>Fri, 04 May 2012 08:07:27 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[.Menu]]></category>

		<guid isPermaLink="false">http://www.philippinestuffs.com/?p=1613</guid>
		<description><![CDATA[I have a QSTARZ bluetooth GPS device which I paired with my Macbook pro. This code should work on any Mac/Linux operating system. Depending on your device, you may need to adjust the GPS location &#8211; currently it&#8217;s hardcoded to /dev/tty.iBT-GPS-SPPslave This code is able to grab the most important information, convert from degrees, minutes and [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-medium wp-image-1619" title="qstarz_bluetooth_gps" src="http://www.philippinestuffs.com/wp-content/uploads/2012/05/qstarz_bluetooth_gps-300x223.jpg" alt="" width="300" height="223" />I have a QSTARZ bluetooth GPS device which I paired with my Macbook pro. This code should work on any Mac/Linux operating system. Depending on your device, you may need to adjust the GPS location &#8211; currently it&#8217;s hardcoded to /dev/tty.iBT-GPS-SPPslave</p>
<p>This code is able to grab the most important information, convert from degrees, minutes and seconds to decimal and create a Google map link that shows the location. It&#8217;s part of a bigger project that I&#8217;m working on but will operate perfectly fine on its own.</p>
<pre class="qoate-code">
&lt;?php

// Converts DMS ( Degrees / minutes / seconds )
// to decimal format longitude / latitude
function DMStoDEC($dms, $longlat){

	if($longlat == 'lattitude'){
		$deg = substr($dms, 0, 2);
		$min = substr($dms, 2, 8);
		$sec = '';
	}
	if($longlat == 'longitude'){
		$deg = substr($dms, 0, 3);
		$min = substr($dms, 3, 8);
		$sec='';
	}

    return $deg+((($min*60)+($sec))/3600);
}   

//Set timezone
date_default_timezone_set('Asia/Manila');

//Connect to GPS
$gps = fopen("/dev/tty.iBT-GPS-SPPslave", "r+");

//Read data from GPS
while($gps){
	$buffer = fgets($gps);
	if(substr($buffer, 0, 6)=='$GPRMC'){
		echo $buffer."\n";

		$gprmc = explode(',',$buffer);
		$data['timestamp'] = strtotime('now');
		$data['sat_status'] = $gprmc[2];

		$data['lattitude_dms'] = $gprmc[3];
		$data['lattitude_decimal'] = DMStoDEC($gprmc[3],'lattitude');
		$data['lattitude_direction'] = $gprmc[4];

		$data['longitude_dms'] = $gprmc[5];
		$data['longitude_decimal'] = DMStoDEC($gprmc[5],'longitude');
		$data['longitude_direction'] = $gprmc[6];

		$data['speed_knots'] = $gprmc[7];

		$data['bearing'] = $gprmc[8];

		$data['google_map'] = 'http://maps.google.com/maps?q='.$data['lattitude_decimal'].','.$data['longitude_decimal'].'+(PHP Decoded)&#038;iwloc=A';

		print_r($data);
		echo "\n\n";
	}
}

?&gt;
</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.philippinestuffs.com/php-gps-parser-nmea-gprmc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CD-R KING USB TV Tuner Review</title>
		<link>http://www.philippinestuffs.com/cd-r-king-usb-tv-tuner-review/</link>
		<comments>http://www.philippinestuffs.com/cd-r-king-usb-tv-tuner-review/#comments</comments>
		<pubDate>Mon, 30 Apr 2012 11:38:31 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[OFF-TOPIC]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.philippinestuffs.com/?p=1603</guid>
		<description><![CDATA[After searching through a number of CDR KING stores, I was finally able to find an Analog USB TV Tuner. Most shops only seemed to carry the PCI card variety which aren&#8217;t much good for use with a laptop! The tuner cost 1180 php and looks like a small usb pen drive. The design has [...]]]></description>
			<content:encoded><![CDATA[<p>After searching through a number of CDR KING stores, I was finally able to find an Analog USB TV Tuner. Most shops only seemed to carry the PCI card variety which aren&#8217;t much good for use with a laptop!</p>
<p>The tuner cost 1180 php and looks like a small usb pen drive. The design has recently changed to a &#8216;box&#8217; shape but it&#8217;s the same chipset and the same remote etc. It&#8217;s just a bit bulkier now! It&#8217;s compatible with Windows only, no Mac or Linux support. For the techies out there, it uses the Trident 5600 chip.</p>
<p>Installation is simple with the supplied CD and you&#8217;re able to watch local TV in a matter of minutes. The software can be a bit buggy if you try to swap through a lot of channels quickly, but remember you don&#8217;t have touse the supplied software; you can simply install the driver and then download better TV tuner software online.</p>
<p>I was hoping to use this TV tuner with the <a href="http://www.philippinestuffs.com/sumvision-cyclone-nano-review/">Sumvision Cyclone Nano</a> but unfortunately it was not compatible.</p>
<p>The quality of the video coming through is pretty impressive. It&#8217;s not HD but then Analog TV doesn&#8217;t carry HD signals to start with. The better your antenna, the better the quality will obviously be. Aside from picking up the local free channels, you can also connect it to an analog cable tv signal, such as that offered by Destiny Cable or SkyCable. However, you should note that the major cable providers, like Sky, are changing from Analog to Digital &#8211; which won&#8217;t be compatible with this usb tuner.</p>
<div id="attachment_1604" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.philippinestuffs.com/wp-content/uploads/2012/04/talk_tv.png"><img class="size-medium wp-image-1604" title="Local Channel Sample" src="http://www.philippinestuffs.com/wp-content/uploads/2012/04/talk_tv-300x280.png" alt="Local Channel Sample" width="300" height="280" /></a>
<p class="wp-caption-text">Local Channel Sample</p>
</div>
<p>&nbsp;</p>
<div id="attachment_1605" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.philippinestuffs.com/wp-content/uploads/2012/04/pnoy.png"><img class="size-medium wp-image-1605" title="Local Channel Sample" src="http://www.philippinestuffs.com/wp-content/uploads/2012/04/pnoy-300x276.png" alt="Local Channel Sample" width="300" height="276" /></a>
<p class="wp-caption-text">Local Channel Sample</p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.philippinestuffs.com/cd-r-king-usb-tv-tuner-review/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sumvision Cyclone Nano review</title>
		<link>http://www.philippinestuffs.com/sumvision-cyclone-nano-review/</link>
		<comments>http://www.philippinestuffs.com/sumvision-cyclone-nano-review/#comments</comments>
		<pubDate>Sun, 29 Apr 2012 11:14:36 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.philippinestuffs.com/?p=1597</guid>
		<description><![CDATA[I knew someone travelling to the Philippines from the UK, so I was lucky enough to get a Sumvision Cyclone Nano for the reasonable price of 5000 php. For those that don&#8217;t know, it&#8217;s a small android based computer that you connect to a TV and use as a video player, game station, web browser, [...]]]></description>
			<content:encoded><![CDATA[<p>I knew someone travelling to the Philippines from the UK, so I was lucky enough to get a Sumvision Cyclone Nano for the reasonable price of 5000 php. For those that don&#8217;t know, it&#8217;s a small android based computer that you connect to a TV and use as a video player, game station, web browser, etc. Whatever you can do on your android phone or tablet, you can do on the Cyclone Nano.</p>
<p>While the CPU is a modest 800mhz, it has a dedicated graphics chip which is capable of hardware decoding 1080 video streams. It ships with 2.3 ginger bread but they&#8217;ve recently (apr 2012) released a beta version of android 4.0 ice cream sandwich which can be installed via a usb stick or SD card.</p>
<p>Since your tv wont have the touchscreen functionality that you&#8217;d find on a phone or tablet, they supply an air mouse which is very similar to a Wii controller. You wave it around in the air to make the mouse on the screen move. It&#8217;s a lot easier to use than you&#8217;d imagine!</p>
<h3>Firmware options</h3>
<p>The Sumvision Cyclone Nano is essentially just a <a href="http://geniatech.com/pa/android-tv.asp">Geniatech</a> &#8217;Enjoy TV&#8217; box rebranded as Sumvision. That means the newest firmware comes from Geniatech and is then modified/rebranded (some say improved) by Sumvision. I downloaded the most recent 2.3 firmware from Geniatech and used it on my Sumvision. It had more apps installed by default and seems to actually run a bit smoother.</p>
<h3>Playing videos</h3>
<p>So far the Cyclone Nano 1 has handled every video format I&#8217;ve thrown at it, if not by hardware decoding then via software decoding. Although I&#8217;ve experienced stuttering video issues when the device resolution is set to 1080, so I&#8217;ve had to lower it to 720p. Oddly, this seems to be dependent on the video format. For example I was able to play a 4.5gb blu-ray (.mkv) file without any stuttering at 1080 but then experienced stuttering on a 700mb AVI. When set at 720p it seems to play any video format without any playback issues.</p>
<h3>USB TV Tuner</h3>
<p>The Cyclone Nano is supposed to handle USB TV Tuners but I&#8217;ve yet to get mine working. The Sumvision firmware that came installed on my box didn&#8217;t have any support for usb TV tuners, but while watching the Sumvision demo video, I was able to spot an app called &#8216;HiDTV&#8217; which I found for download on the Geniatech website. Unfortunately the app doesn&#8217;t seem to recognize the generic &#8216;USB TV Tuner Box&#8217; (trident 5600 chipset) that I bought from CDR-KING (1180php).</p>
<p><strong>Update:</strong> I spoke to Geniatech and they informed me that only digital (not analog) TV tuners are compatible and that it must be their own brand. I&#8217;m currently looking at other &#8216;TV for Adroid&#8217; projects that are being worked on and hoping to find an alternative, since there&#8217;s no free-air digital TV here in the Philippines.</p>
<p>&nbsp;</p>
<h3>Android VNC Server</h3>
<p>After trying a number of VNC servers for the Cyclone Nano android TV, I finally found one that was compatible, it&#8217;s the <a href="https://play.google.com/store/apps/details?id=net.xdevelop.rc">remote control add-on</a>. This application is actually meant to be an add-on part of a larger application for controlling your android device from your computer but I can confirm it works perfectly fine on it&#8217;s own as an independent application.</p>
<p>By installing the remote control add-on, I&#8217;m able to connect to the Cyclone Nano from my computer and control it just as though I were in front of the TV with the air mouse. Because I use the device as a dedicated downloader (torrents/http), it&#8217;s useful to be able to connect remotely and add or check on downloads, without having to be in front of the TV.</p>
<h3></h3>
]]></content:encoded>
			<wfw:commentRss>http://www.philippinestuffs.com/sumvision-cyclone-nano-review/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>CDRKING Solar Energy Kit</title>
		<link>http://www.philippinestuffs.com/cdrking-solar-energy-kit/</link>
		<comments>http://www.philippinestuffs.com/cdrking-solar-energy-kit/#comments</comments>
		<pubDate>Tue, 10 Apr 2012 11:27:06 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[Green Living]]></category>
		<category><![CDATA[Sun]]></category>

		<guid isPermaLink="false">http://www.philippinestuffs.com/?p=1587</guid>
		<description><![CDATA[CD-R KING have carried a range of solar products for quite some time, from small keychain solar torches to larger backpack USB chargers. It&#8217;s only recently (early 2012) that they started carrying full kits that include the panel, a solar charger and battery. This means that you can collect the power of the sun during [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-medium wp-image-1588" title="CDRKING Solar Energy Kit" src="http://www.philippinestuffs.com/wp-content/uploads/2012/04/IMG_4557-300x202.jpg" alt="CDRKING Solar Energy Kit" width="300" height="202" />CD-R KING have carried a range of solar products for quite some time, from small keychain solar torches to larger backpack USB chargers. It&#8217;s only recently (early 2012) that they started carrying full kits that include the panel, a solar charger and battery. This means that you can collect the power of the sun during the day, store it in the battery and then use it at any time, day or night.</p>
<p>I chose the p1990 solar energy kit which features a 4W 9V poly-crystalline solar panel, a charge controller with built in 3500mah battery and three 0.8W LED lights. The charge controller also features a 5V DC output for charging phones, mp3 players and other small gadgets. I chose this kit over the more expensive ones because it includes the 5V DC output which the larger ones (at the time of writing) do not.</p>
<div id="attachment_1589" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.philippinestuffs.com/wp-content/uploads/2012/04/IMG_4558.jpg"><img class="size-medium wp-image-1589" title="solar panel, led lights, charge controller" src="http://www.philippinestuffs.com/wp-content/uploads/2012/04/IMG_4558-300x200.jpg" alt="solar panel, led lights, charge controller" width="300" height="200" /></a>
<p class="wp-caption-text">The solar panel, charge controller and LED lights laid out on the floor.</p>
</div>
<p>&nbsp;</p>
<div id="attachment_1590" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.philippinestuffs.com/wp-content/uploads/2012/04/IMG_4560.jpg"><img class="size-medium wp-image-1590" title="Charge controller connected to usb hub" src="http://www.philippinestuffs.com/wp-content/uploads/2012/04/IMG_4560-300x200.jpg" alt="Charge controller connected to usb hub" width="300" height="200" /></a>
<p class="wp-caption-text">One problem with the solar kit is that instead of providing a standard usb port to charge your gadgets from, they use a proprietary connection and then give you adapters for a few different phones. Fortunately, one of those adapters ends in mini-usb which means you can connect it to a standard usb hub and then connect any usb device to the hub.</p>
</div>
<p>&nbsp;</p>
<h2>Solar Energy Kit Performance</h2>
<p>After using the kit for a week, I can confirm that it does exactly what it says on the box. To get the best performance from the solar panel, it needs to have direct sunlight; mounting it on your roof would provide the best results. However, it does manage to charge the battery even in indirect sunlight.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.philippinestuffs.com/cdrking-solar-energy-kit/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Solar Water Heater &#8211; Metro Manila</title>
		<link>http://www.philippinestuffs.com/solar-water-heater-metro-manila/</link>
		<comments>http://www.philippinestuffs.com/solar-water-heater-metro-manila/#comments</comments>
		<pubDate>Wed, 04 Apr 2012 08:28:31 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[Green Living]]></category>
		<category><![CDATA[Sun]]></category>

		<guid isPermaLink="false">http://www.philippinestuffs.com/?p=1555</guid>
		<description><![CDATA[The water coming into my home comes from a communal water tower, I don&#8217;t have any heater, so the temperature that the water comes in is the temperature that I experience when showering, washing the dishes, etc. When it&#8217;s very hot outside, the water comes in kind of warm, when it&#8217;s even slightly cool outside, the water comes [...]]]></description>
			<content:encoded><![CDATA[<p>The water coming into my home comes from a communal water tower, I don&#8217;t have any heater, so the temperature that the water comes in is the temperature that I experience when showering, washing the dishes, etc. When it&#8217;s very hot outside, the water comes in kind of warm, when it&#8217;s even slightly cool outside, the water comes in very cold.</p>
<p>Instead of going out and buying a water heater for my shower which would eat up electricity, I started researching for a way to use the sun to heat my water. We certainly have enough sun and heat in Manila to make such an idea work! After watching a number of videos on Youtube and reading a few different sites, I understood the basic idea of a solar water heater and how it makes use of thermal siphoning.</p>
<p>The basic idea is that you have a sealed insulated box which features a transparent face (glass/plexiglass) and  some water pipe (copper, pvc, hose) running inside it. Cold water goes in at the bottom and as the sun hits the pipe and warms it up, the water rises (thermal siphon) and then eventually exits at the top of the box. You can cycle this same water around until it reaches your desired temperature. Scroll through the images below to better understand how a solar water heater is made.</p>
<p>The following pictures are a custom design based on what I&#8217;ve read online and may not necessarily be the best way to make a solar heater. At some point I&#8217;d like to replace the hose with copper, since copper would conduct heat much better. I&#8217;d also like to replace the plastic covering with glass or plexiglass for better insulation. Both changes will require a bit more cash and complexity. Also note that I forgot to take pictures at some steps, I&#8217;ll make up for that in the image notes <img src='http://www.philippinestuffs.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>&nbsp;</p>
<div id="attachment_1557" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.philippinestuffs.com/wp-content/uploads/2012/04/1.jpg"><img class="size-medium wp-image-1557" title="Base box" src="http://www.philippinestuffs.com/wp-content/uploads/2012/04/1-300x200.jpg" alt="Base Box" width="300" height="200" /></a>
<p class="wp-caption-text">This is the basic box, measuring 4ft x 2ft. The sides are made up of 1inch by 4inch planks and the base is a piece of plywood. Insulation has been glued and stapled into the sides and base. A sample of the insulation is shown in the middle of the box.</p>
</div>
<p>&nbsp;</p>
<div id="attachment_1558" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.philippinestuffs.com/wp-content/uploads/2012/04/2.jpg"><img class="size-medium wp-image-1558" title="Stand-offs " src="http://www.philippinestuffs.com/wp-content/uploads/2012/04/2-300x199.jpg" alt="Stand-offs " width="300" height="199" /></a>
<p class="wp-caption-text">A section of 1inch x 4inch plank was cut into smaller sections to use as standoffs for a piece of metal that will be fitted later.</p>
</div>
<p>&nbsp;</p>
<div id="attachment_1559" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.philippinestuffs.com/wp-content/uploads/2012/04/4.jpg"><img class="size-medium wp-image-1559" title="Glueing the standoffs" src="http://www.philippinestuffs.com/wp-content/uploads/2012/04/4-300x200.jpg" alt="Glueing the standoffs" width="300" height="200" /></a>
<p class="wp-caption-text">A total of 6 standoffs/supports are glued in and then weights are put on top until the glue dries.</p>
</div>
<div id="attachment_1560" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.philippinestuffs.com/wp-content/uploads/2012/04/5.jpg"><img class="size-medium wp-image-1560" title="24 gauge metal sheet" src="http://www.philippinestuffs.com/wp-content/uploads/2012/04/5-300x200.jpg" alt="24 gauge metal sheet" width="300" height="200" /></a>
<p class="wp-caption-text">After having no luck at the junk shops, I bought a 8ft x 4ft sheet of metal (24 gauge). A section of this will be cut to fit inside the box and will act as a heat conductor and a mounting point for my water pipe.</p>
</div>
<p>&nbsp;</p>
<div id="attachment_1561" class="wp-caption aligncenter" style="width: 210px"><a href="http://www.philippinestuffs.com/wp-content/uploads/2012/04/6.jpg"><img class="size-medium wp-image-1561" title="Cutting sheet metal by hand" src="http://www.philippinestuffs.com/wp-content/uploads/2012/04/6-200x300.jpg" alt="Cutting sheet metal by hand" width="200" height="300" /></a>
<p class="wp-caption-text">I didn&#39;t have anything that was able to cut through this thickness of metal. I used an old cheap knife (~p70) and a hammer. It&#39;s not ideal but it works.</p>
</div>
<p>&nbsp;</p>
<div id="attachment_1562" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.philippinestuffs.com/wp-content/uploads/2012/04/9.jpg"><img class="size-medium wp-image-1562" title="Engine coating spray paint" src="http://www.philippinestuffs.com/wp-content/uploads/2012/04/9-300x200.jpg" alt="Engine coating spray paint" width="300" height="200" /></a>
<p class="wp-caption-text">The metal was spray painted black (to help attract the sun) with an engine coating spray which can hold up to high temperatures. The metal is held in place with screws going into the standoffs installed earlier.</p>
</div>
<div id="attachment_1563" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.philippinestuffs.com/wp-content/uploads/2012/04/10.jpg"><img class="size-medium wp-image-1563" title="Spray painted hose" src="http://www.philippinestuffs.com/wp-content/uploads/2012/04/10-300x200.jpg" alt="Spray painted hose" width="300" height="200" /></a>
<p class="wp-caption-text">Next I drilled a hole at the bottom side for the cold input hose and then another at the top side for the hot exit hose. Next I installed regular green garden hose. I drilled holes into the metal and used wire to hold the the pipe in place. I then spray painted the hose black. Connectors are joined onto the hose ends so that it can be easily connected and disconnected to different water sources. A sealant was used around the hose holes to ensure heat stays within the box. (Ideally this would be copper pipe rather than a garden hose)</p>
</div>
<div id="attachment_1564" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.philippinestuffs.com/wp-content/uploads/2012/04/11.jpg"><img class="size-medium wp-image-1564" title="Plastic cover for solar water heater" src="http://www.philippinestuffs.com/wp-content/uploads/2012/04/11-300x200.jpg" alt="Plastic cover for solar water heater" width="300" height="200" /></a>
<p class="wp-caption-text">I cut a sheet of plastic (about the thickness of a playing card) and stapled it to the top of the box. The idea is to keep as much heat within the box as possible to help heat the water as it passes through the hose. (Ideally this would be glass or plexiglass)</p>
</div>
<div id="attachment_1565" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.philippinestuffs.com/wp-content/uploads/2012/04/12.jpg"><img class="size-medium wp-image-1565" title="Duct tape solar heater" src="http://www.philippinestuffs.com/wp-content/uploads/2012/04/12-300x200.jpg" alt="Duct tape solar heater" width="300" height="200" /></a>
<p class="wp-caption-text">Duct tape was used around the edges of the box to ensure a good seal on the plastic sheet. It was then spray painted black so that it looks tidier. I placed a thermometer inside the box so that I can get an idea of the internal temperature.</p>
</div>
<div id="attachment_1566" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.philippinestuffs.com/wp-content/uploads/2012/04/13.jpg"><img class="size-medium wp-image-1566" title="Solar water heater in Manila, Philippines" src="http://www.philippinestuffs.com/wp-content/uploads/2012/04/13-300x200.jpg" alt="Solar water heater in Manila, Philippines" width="300" height="200" /></a>
<p class="wp-caption-text">The finished solar water heater has been placed outside, at an east facing wall - meaning it will heat up primarily in the morning. No water pipes have been connected yet. The internal temperature of the box increased from 30 degrees celsius to 40 degrees celsius within an hour of indirect sunlight. I&#39;ll update the post once I&#39;ve measured the internal temperature during direct sunlight.</p>
</div>
<p>&nbsp;</p>
<div id="attachment_1574" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.philippinestuffs.com/wp-content/uploads/2012/04/IMG_4544.jpg"><img class="size-medium wp-image-1574" title="galvanized pressure tank" src="http://www.philippinestuffs.com/wp-content/uploads/2012/04/IMG_4544-300x200.jpg" alt="galvanized pressure tank" width="300" height="200" /></a>
<p class="wp-caption-text">I bought a galvanized pressure tank on sulit.com.ph for p1700. This will hold the water that circulates through the panel, getting hotter each time it passes through. In this picture, I had started to wrap the tank in the same insulation that was used inside the panel; this should hopefully keep the water hot in the tank right through to the night.</p>
</div>
<p>&nbsp;</p>
<div id="attachment_1575" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.philippinestuffs.com/wp-content/uploads/2012/04/IMG_4556.jpg"><img class="size-medium wp-image-1575" title="water tank connected to solar heater panel" src="http://www.philippinestuffs.com/wp-content/uploads/2012/04/IMG_4556-300x200.jpg" alt="water tank connected to solar heater panel" width="300" height="200" /></a>
<p class="wp-caption-text">This picture shows the water pressure tank fully wrapped in insulation and spray painted black. The tank is sitting on top of a 3-legged table. There&#39;s a ball valve inline with the cold water pipe so that the circulation of water can be stopped at any point. There&#39;s also a faucet for getting hot water out of the tank. While the water is coming out extremely hot (hot enough to burn you), I&#39;m experiencing pressure issues, the thermosiphon effect doesn&#39;t seem to be working as well as I&#39;d seen in earlier tests. I&#39;ve bought some copper tubing which will replace the hose inside the panel and should make the panel much more efficient.</p>
</div>
<p>&nbsp;</p>
<div id="attachment_1594" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.philippinestuffs.com/wp-content/uploads/2012/04/IMG_4584.jpg"><img class="size-medium wp-image-1594" title="Copper tubing in solar water panel" src="http://www.philippinestuffs.com/wp-content/uploads/2012/04/IMG_4584-300x200.jpg" alt="Copper tubing in solar water panel" width="300" height="200" /></a>
<p class="wp-caption-text">After much searching, I managed to find someone who could bend the copper tubing (labor cost p800). It&#39;s not possible to bend the tubing by hand without the correct tools, since it would simply kink closed. I had asked for 170 degree bends so that the pipe would gradually rise inside the box at each bend. Unfortunately the result wasn&#39;t perfect - I&#39;m not sure if it will have an effect on the performance.</p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.philippinestuffs.com/solar-water-heater-metro-manila/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Your Home Spa review</title>
		<link>http://www.philippinestuffs.com/your-home-spa-review/</link>
		<comments>http://www.philippinestuffs.com/your-home-spa-review/#comments</comments>
		<pubDate>Mon, 12 Mar 2012 16:56:42 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[Spas]]></category>

		<guid isPermaLink="false">http://www.philippinestuffs.com/?p=1550</guid>
		<description><![CDATA[While having lunch at Silya&#8217;t Sili, I was given a leaflet for &#8220;Your Home Spa&#8221; and offered a free ten minute shoulder massage. We passed on the free shoulder massages but took the leaflet for later. I availed of their 1+1 massage promo which is 399 peso. That allows for two people to have a [...]]]></description>
			<content:encoded><![CDATA[<p>While having lunch at Silya&#8217;t Sili, I was given a leaflet for &#8220;Your Home Spa&#8221; and offered a free ten minute shoulder massage. We passed on the free shoulder massages but took the leaflet for later.</p>
<p>I availed of their 1+1 massage promo which is 399 peso. That allows for two people to have a 1 hour massage or for one person to have a two hour massage.</p>
<p>While the staff handling the bookings were prompt and friendly, and the therapists were polite, the massage itself was quite possibly one of the worst I&#8217;ve ever experienced. If you want to feel like an old piece of meat being prepared for cooking then this is quite possibly the massage for you.</p>
<p>At 45 minutes in, I was told the massage had finished and the therapist then went to my friends room who was also having a massage, to alert her colleague that she had finished. She then went back to the room about 10 minutes later to again prompt her colleague to finish.</p>
<p>I asked for my friends opinion and unfortunately it was the same. He was also disappointed.</p>
<p>While the price would be hard to beat at just 200 peso per hour, I&#8217;d recommend you just pay an extra 50 or 100 and go with a different company.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.philippinestuffs.com/your-home-spa-review/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Why.ph &#8211; Misleading data</title>
		<link>http://www.philippinestuffs.com/why-ph-misleading-data/</link>
		<comments>http://www.philippinestuffs.com/why-ph-misleading-data/#comments</comments>
		<pubDate>Wed, 28 Jul 2010 09:11:17 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.philippinestuffs.com/?p=1547</guid>
		<description><![CDATA[I was reading the Why.PH case study on Cebu Pacific. I&#8217;m amazed how they&#8217;ve manipulated the data, so I just have to explain how the data is misleading in case people out there are really believing the hype. Their main argument is that Cebu Pacific are loosing traffic and potential customers by using cebupacificair.com instead [...]]]></description>
			<content:encoded><![CDATA[<p>I was reading the Why.PH <a rel="nofollow" href="http://www.why.ph/cebu-pacific-air">case study on Cebu Pacific</a>. I&#8217;m amazed how they&#8217;ve manipulated the data, so I just have to explain how the data is misleading in case people out there are really believing the hype.</p>
<p>Their main argument is that Cebu Pacific are loosing traffic and potential customers by using cebupacificair.com instead of cebupacific.com</p>
<p>Their first argument is that <strong>the phrase &#8216;Cebu Pacific&#8217; gets 5 times as many searches in Google as &#8216;Cebu Pacific Air&#8217;.</strong> This is correct, based on Google Trends, however <strong>it&#8217;s a completely irrelevant point since cebupacificair.com ranks first for &#8216;cebupacific&#8217;, &#8216;cebu pacific&#8217; and &#8216;cebu pacific air&#8217;</strong>, so they&#8217;re certainly not loosing any search engine traffic based on their choice of domain name.</p>
<p>Their next argument is based on the <strong>assumption that 15% of visitors out there would be type-in traffic</strong>, meaning that the visitors are simply typing what they believe to be the correct domain into the address bar of their browser. While I agree there might be a reasonable level of NEW users who type &#8216;cebupacific.com&#8217; into their browsers address bar, I would wonder if it&#8217;s really as high as 15% and I&#8217;d argue that they&#8217;re not loosing those visitors. People aren&#8217;t going to visit the wrong domain and then just give up on it, <strong>they&#8217;ll go to a search engine like Google and search for the correct address</strong>.</p>
<p>For many Filipinos, Cebu Pacific is the only airline they&#8217;ll ever fly due to the competitive pricing and brand awareness. I really don&#8217;t believe that visitors who land on the wrong website would simply give up and look elsewhere, especially considering the lack of choices.</p>
<p>And the annoying thing about the whole case review? They talk as though Cebu Pacific purposely left Cebupacific.com and Cebupacific.ph when in fact they were simply too slow to register them before professional domainers. What I&#8217;m actually amazed at is that Cebu Pacific haven&#8217;t gone through the proper processes to claim these domains which are quite clearly using their trademark.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.philippinestuffs.com/why-ph-misleading-data/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Paypal &#8211; Add funds via online banking</title>
		<link>http://www.philippinestuffs.com/paypal-add-funds-via-online-banking/</link>
		<comments>http://www.philippinestuffs.com/paypal-add-funds-via-online-banking/#comments</comments>
		<pubDate>Sat, 26 Jun 2010 07:57:15 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[Random]]></category>

		<guid isPermaLink="false">http://www.philippinestuffs.com/?p=1535</guid>
		<description><![CDATA[In the first week of June, Paypal added a new method of adding funds to your Paypal account &#8211; via online banking. Previously, the only method is to load funds via your direct debit setup which has a processing time of 5-7 working days (although on many occasions ends up taking 9-12 days). This new [...]]]></description>
			<content:encoded><![CDATA[<p><img class="aligncenter size-full wp-image-1538" title="paypal add funds by online banking" src="http://www.philippinestuffs.com/wp-content/uploads/2010/06/paypal_load_funds_by_online_banking1.png" alt="paypal add funds by online banking" width="700" height="107" />In the first week of June, Paypal added a new method of adding funds to your Paypal account &#8211; via online banking.</p>
<p>Previously, the only method is to load funds via your direct debit setup which has a processing time of 5-7 working days (although on many occasions ends up taking 9-12 days).</p>
<p>This new method of adding funds, via online baking, lowers this time to 1-3 days. What an improvement!</p>
<p>Unfortunately the feature was disabled a week later due to technical issues. The funds were taken from peoples bank account and reached Paypal, but Paypal were unable to trace the payments correctly and assign them to the correct accounts. They officially said that they&#8217;d return the payments within 10 days if they couldn&#8217;t work out whose account the funds should be accredited to. However, as in our case, 15 days passed and they hadn&#8217;t returned the funds to our bank account. I imagine they&#8217;ve earnt quite a bit of interest on all those payments sitting in limbo.</p>
<p>What would have been nice is if Paypal had contacted us to let us know there was a problem, rather than leaving us waiting and wondering when the funds would show up in the Paypal account. It was only because we called them that we found out about the problem.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.philippinestuffs.com/paypal-add-funds-via-online-banking/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Good Burgers &#8211; Vegetarian burgers</title>
		<link>http://www.philippinestuffs.com/good-burgers-vegetarian-burgers/</link>
		<comments>http://www.philippinestuffs.com/good-burgers-vegetarian-burgers/#comments</comments>
		<pubDate>Sun, 20 Jun 2010 15:47:00 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[Food]]></category>
		<category><![CDATA[Vegetarian Food]]></category>

		<guid isPermaLink="false">http://www.philippinestuffs.com/?p=1524</guid>
		<description><![CDATA[Good burgers have small shops and street stands dotted around Manila and offer some of the best veggie burgers you can find in the Philippines. They have a wide selection of vegan toppings and condiments which you can customise your burger with. My personal favorite is the Bacon Mozza Melt which has a veggie patty, [...]]]></description>
			<content:encoded><![CDATA[<p><img class="size-full wp-image-1525 alignleft" title="Good burgers logo" src="http://www.philippinestuffs.com/wp-content/uploads/2010/06/good_burgers_logo.png" alt="Goo burgers logo" width="293" height="138" />Good burgers have small shops and street stands dotted around Manila and offer some of the best veggie burgers you can find in the Philippines. They have a wide selection of vegan toppings and condiments which you can customise your burger with.</p>
<p>My personal favorite is the Bacon Mozza Melt which has a veggie patty, veggie bacon bits with mozzarella and a light mayonnaise.</p>
<p>Good Burgers pricing is very reasonable, with their basic veggie burger coming in at P60 for a single patty or P85 for a double patty. If you go for something more fancy like the Bacon Mozza Melt, you&#8217;re looking at P95 for single patty or P120 for double patty.</p>
<p>With branches in C5 Pasig, Kapitolyo, Greenhills and Sikatuna, their minimum order for delivery is just P200 which is a conveniently low amount.</p>
<p>They&#8217;re even featured on the website of <a href="http://www.petaasiapacific.com/feature/proggy/2008/index.asp" target="_blank">PETA Asia-Pacific</a>!</p>
<h3>Good Burgers Menu</h3>
<table class="bpi" border="1" cellspacing="0" cellpadding="0" width="417">
<tbody>
<tr height="15">
<td width="99" height="15"></td>
<td width="259"></td>
<td width="33"><strong>Good </strong>(single patty)</td>
<td width="26"><strong>Best</strong> (double patty)</td>
</tr>
<tr height="15">
<td height="15"><strong>Just Burger</strong></td>
<td>mayo, catsup</td>
<td>60</td>
<td>85</td>
</tr>
<tr height="15">
<td height="15"><strong>Cheesy Mushroom</strong></td>
<td>mushrooms, cheese</td>
<td>75</td>
<td>100</td>
</tr>
<tr height="15">
<td height="15"><strong>Salsa Mex</strong></td>
<td>salsa, cheese</td>
<td>75</td>
<td>100</td>
</tr>
<tr height="15">
<td height="15"><strong>Garlic Barbecue</strong></td>
<td>coleslaw, barbecue sauce</td>
<td>75</td>
<td>100</td>
</tr>
<tr height="15">
<td height="15"><strong>Silly Burger</strong></td>
<td>sour cream, garlic chilli, cheese</td>
<td>75</td>
<td>100</td>
</tr>
<tr height="15">
<td height="15"><strong>Persian Burger</strong></td>
<td>sauteed onions &amp; peppers, garlic, aioli sauce</td>
<td>75</td>
<td>100</td>
</tr>
<tr height="15">
<td height="15"><strong>Herb Delite</strong></td>
<td>basil, cottage cheese</td>
<td>80</td>
<td>105</td>
</tr>
<tr height="15">
<td height="15"><strong>Breakfast Burger</strong></td>
<td>eggs, bacon, cheese</td>
<td>90</td>
<td>115</td>
</tr>
<tr height="15">
<td height="15"><strong>BLT</strong></td>
<td>bacon bits, lettuce, tomato, onions, cheese, mayo</td>
<td>90</td>
<td>115</td>
</tr>
<tr height="15">
<td height="15"><strong>Margherita Burger</strong></td>
<td>roasted tomatoes, mozzarella, basil, cheese sauce</td>
<td>95</td>
<td>120</td>
</tr>
<tr height="15">
<td height="15"><strong>Bacon Mozza Melt</strong></td>
<td>bacon bits, mozzarella mayonnaise</td>
<td>95</td>
<td>120</td>
</tr>
<tr height="15">
<td height="15"><strong>3 Cheese</strong></td>
<td>cream cheese, mozzarella, mayonnaise</td>
<td>95</td>
<td>120</td>
</tr>
<tr height="15">
<td height="15"></td>
<td></td>
<td></td>
<td></td>
</tr>
<tr height="15">
<td height="15"><strong>Add Ons</strong></td>
<td>Salsa</td>
<td>12</td>
<td></td>
</tr>
<tr height="15">
<td height="15"></td>
<td>Garlic Chilli</td>
<td>12</td>
<td></td>
</tr>
<tr height="15">
<td height="15"></td>
<td>Barbecue Sauce</td>
<td>12</td>
<td></td>
</tr>
<tr height="15">
<td height="15"></td>
<td>Mushrooms</td>
<td>12</td>
<td></td>
</tr>
<tr height="15">
<td height="15"></td>
<td>Coleslaw</td>
<td>15</td>
<td></td>
</tr>
<tr height="15">
<td height="15"></td>
<td>Cheese Sauce</td>
<td>15</td>
<td></td>
</tr>
<tr height="15">
<td height="15"></td>
<td>Aioli Sauce</td>
<td>15</td>
<td></td>
</tr>
<tr height="15">
<td height="15"></td>
<td>Caesar Dressing</td>
<td>15</td>
<td></td>
</tr>
<tr height="15">
<td height="15"></td>
<td>Lettuce Tomato Onion</td>
<td>15</td>
<td></td>
</tr>
<tr height="15">
<td height="15"></td>
<td>Herb Cheese</td>
<td>18</td>
<td></td>
</tr>
<tr height="15">
<td height="15"></td>
<td>Sour Cream</td>
<td>18</td>
<td></td>
</tr>
<tr height="15">
<td height="15"></td>
<td>Bacon Bits</td>
<td>18</td>
<td></td>
</tr>
<tr height="15">
<td height="15"></td>
<td>Garlic Cream Cheese</td>
<td>20</td>
<td></td>
</tr>
<tr height="15">
<td height="15"></td>
<td>Cottage Cheese</td>
<td>20</td>
<td></td>
</tr>
<tr height="15">
<td height="15"></td>
<td>Mozzarella</td>
<td>20</td>
<td></td>
</tr>
<tr height="15">
<td height="15"></td>
<td></td>
<td></td>
<td></td>
</tr>
<tr height="15">
<td height="15"><strong>Side Orders</strong></td>
<td>Regular Wedge</td>
<td>35</td>
<td></td>
</tr>
<tr height="15">
<td height="15"></td>
<td>Cayenne Hot</td>
<td>40</td>
<td></td>
</tr>
<tr height="15">
<td height="15"></td>
<td>Chick N’ Chips</td>
<td>75</td>
<td></td>
</tr>
<tr height="15">
<td height="15"></td>
<td>Veggie Meat Strips</td>
<td>80</td>
<td></td>
</tr>
<tr height="15">
<td height="15"></td>
<td></td>
<td></td>
<td></td>
</tr>
<tr height="15">
<td height="15"><strong>Drinks</strong></td>
<td>Soda</td>
<td></td>
<td></td>
</tr>
<tr height="15">
<td height="15"></td>
<td>Regular</td>
<td>25</td>
<td></td>
</tr>
<tr height="15">
<td height="15"></td>
<td>Diet</td>
<td>28</td>
<td></td>
</tr>
<tr height="15">
<td height="15"></td>
<td>Iced Tea</td>
<td>28</td>
<td></td>
</tr>
<tr height="15">
<td height="15"></td>
<td>Mineral Water</td>
<td>18</td>
<td></td>
</tr>
<tr height="15">
<td height="15"></td>
<td>Juice</td>
<td>28</td>
<td></td>
</tr>
</tbody>
</table>
]]></content:encoded>
			<wfw:commentRss>http://www.philippinestuffs.com/good-burgers-vegetarian-burgers/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Intraceuticals in Manila &#8211; The Spa</title>
		<link>http://www.philippinestuffs.com/intraceuticals-in-manila-the-spa/</link>
		<comments>http://www.philippinestuffs.com/intraceuticals-in-manila-the-spa/#comments</comments>
		<pubDate>Sun, 13 Jun 2010 06:45:52 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[Spas]]></category>

		<guid isPermaLink="false">http://www.philippinestuffs.com/?p=1519</guid>
		<description><![CDATA[Intraceuticals is an Australian owned and Australian made company that offer advanced facial treatments. Their products and services have been brought to the Philippines by their exclusive Philippines partner, O2 Infusion. A previous launch in Manila, back in 2008, was unsuccessful due to o2 Infusions&#8217; choice of smaller, less popular, Spas. This time they&#8217;ve teamed [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-medium wp-image-1520" title="Intraceuticals at the Spa" src="http://www.philippinestuffs.com/wp-content/uploads/2010/06/IMG_0998-300x225.jpg" alt="Intraceuticals at the Spa" width="300" height="225" />Intraceuticals is an Australian owned and Australian made company that offer advanced facial treatments. Their products and services have been brought to the Philippines by their exclusive Philippines partner, <a rel="nofollow" href="http://www.o2infusionph.com">O2 Infusion</a>.</p>
<p>A previous launch in Manila, back in 2008, was unsuccessful due to o2 Infusions&#8217; choice of smaller, less popular, Spas. This time they&#8217;ve teamed up with <a href="http://www.thespa.com.ph/ rel=">The Spa</a> who are renowned for their quality and popularity.</p>
<p>I was invited for a complimentary consultation and Intraceuticals facial at <a href="http://www.philippinestuffs.com/the-spa-acropolis/">The Spa Acropolis</a>. At around P6,000  per treatment, it&#8217;s not exactly cheap, but this isn&#8217;t your average feel good, pampering facial. O2 infusion provide an advanced facial that will give instant results.</p>
<p>While I found the facial comfortable and definitely effective, It&#8217;s more suited for someone with a few more years behind them and a few more lines on their face. If you have some wrinkles or fine lines that you want to get rid of quickly, Intraceuticals from o2 Infusions is for you.</p>
<p>Due to the advanced technology and skin care products that Intraceuticals have developed, you&#8217;ll see results immediately after your first treatment. Although the results are immediate, they&#8217;re cumulative, so prolonged use will provide greater results. They recommend a course of six treatments and then a monthly treatment to maintain.</p>
<p>Intraceuticals treatments are based on 3 steps. The first is to apply oxygen under light pressure which helps Intraceuticals&#8217; age defying products reach the deeper layers of the skin.</p>
<p>Next is to apply a unique rejuvenating serum which contains hyaluronic acid and a mix of vitamins and antioxidants. This will instantly hydrate the skin, resulting in reduced fine lines, wrinkles and increased facial skin firmness.</p>
<p>Finally, to maintain and keep your skin in good health, Intraceuticals provide a range of support products which provide essential skin nutrients and create essential layers to seal in everything your skin needs.</p>
<h4>Pricing</h4>
<p><a href="http://www.philippinestuffs.com/wp-content/uploads/2010/06/The-Spa-Intraceuticals-Menu.jpg"><img class="aligncenter size-medium wp-image-1522" title="The Spa Intraceuticals Menu" src="http://www.philippinestuffs.com/wp-content/uploads/2010/06/The-Spa-Intraceuticals-Menu-231x300.jpg" alt="The Spa Intraceuticals Menu" width="231" height="300" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.philippinestuffs.com/intraceuticals-in-manila-the-spa/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

