<?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>SmileyLover Blog</title>
	<atom:link href="http://blog.smileylover.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.smileylover.com</link>
	<description>Sharing Knowledge and Resources</description>
	<lastBuildDate>Sun, 04 Apr 2010 18:32:35 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
		<item>
		<title>How To Get Real IP User In Facebook Application</title>
		<link>http://blog.smileylover.com/how-to-get-real-ip-user-in-facebook-application/</link>
		<comments>http://blog.smileylover.com/how-to-get-real-ip-user-in-facebook-application/#comments</comments>
		<pubDate>Mon, 22 Feb 2010 21:06:25 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[Facebook]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[get facebook user ip]]></category>
		<category><![CDATA[get ip user in facebook]]></category>
		<category><![CDATA[get user facebook application ip]]></category>

		<guid isPermaLink="false">http://blog.smileylover.com/?p=266</guid>
		<description><![CDATA[In general we will use &#8220;$_SERVER['REMOTE_ADDR']&#8221; to get the IP of the visitor, but this does not apply in Facebook, because it will only remove IP from the server itself Facebook. If you are a facebook application developer, then there are ways we can use to get the IP of our facebook application visitor. Here [...]


Related posts:<ol><li><a href='http://blog.smileylover.com/facebook-application-get-fatal-error-message/' rel='bookmark' title='Permanent Link: Facebook Application Get &#8220;Fatal Error&#8221; Message?'>Facebook Application Get &#8220;Fatal Error&#8221; Message?</a></li>
<li><a href='http://blog.smileylover.com/view-facebook-private-photos-without-being-their-friend/' rel='bookmark' title='Permanent Link: View Facebook Private Photos Without Being Their Friend'>View Facebook Private Photos Without Being Their Friend</a></li>
<li><a href='http://blog.smileylover.com/different-types-links-url-of-facebook/' rel='bookmark' title='Permanent Link: Different Types Links (URL) Of Facebook'>Different Types Links (URL) Of Facebook</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>In general we will use &#8220;$_SERVER['REMOTE_ADDR']&#8221; to get the IP of the visitor, but this does not apply in Facebook, because it will only remove IP from the server itself Facebook. If you are a facebook application developer, then there are ways we can use to <strong>get the IP</strong> of our facebook application visitor.</p>
<p>Here is the code used in music applications online <a title="Facebook Free Music Application" href="http://apps.facebook.com/mpthreeecho" target="_blank">http://apps.facebook.com/mpthreeecho</a></p>

<div class="wp_codebox_msgheader wp_codebox_hide"><span class="right"><sup><a href="http://www.ericbess.com/ericblog/2008/03/03/wp-codebox/#examples" target="_blank" title="WP-CodeBox HowTo?"><span style="color: #99cc00">?</span></a></sup></span><span class="left"><a href="javascript:;" onclick="javascript:showCodeTxt('p266code2'); return false;">View Code</a> PHP</span><div class="codebox_clear"></div></div><div class="wp_codebox"><table><tr id="p2662"><td class="code" id="p266code2"><pre class="php" style="font-family:monospace;"><span style="color: #000088;">$ip</span>            <span style="color: #339933;">=</span> <a href="http://www.php.net/array_values"><span style="color: #990000;">array_values</span></a><span style="color: #009900;">&#40;</span><span style="color: #000088;">$_SERVER</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
<span style="color: #000088;">$ip</span>            <span style="color: #339933;">=</span> <span style="color: #000088;">$ip</span><span style="color: #009900;">&#91;</span><span style="color: #cc66cc;">8</span><span style="color: #009900;">&#93;</span><span style="color: #339933;">;</span></pre></td></tr></table></div>

<p>Hopefully this brief article may help you in recording the statistics of your facebook application.</p>
<script type="text/javascript" class="owbutton" src="http://onlywire.com/btn/button_3793" title="How To Get Real IP User In Facebook Application" url="http://blog.smileylover.com/how-to-get-real-ip-user-in-facebook-application/"></script>

<p>Related posts:<ol><li><a href='http://blog.smileylover.com/facebook-application-get-fatal-error-message/' rel='bookmark' title='Permanent Link: Facebook Application Get &#8220;Fatal Error&#8221; Message?'>Facebook Application Get &#8220;Fatal Error&#8221; Message?</a></li>
<li><a href='http://blog.smileylover.com/view-facebook-private-photos-without-being-their-friend/' rel='bookmark' title='Permanent Link: View Facebook Private Photos Without Being Their Friend'>View Facebook Private Photos Without Being Their Friend</a></li>
<li><a href='http://blog.smileylover.com/different-types-links-url-of-facebook/' rel='bookmark' title='Permanent Link: Different Types Links (URL) Of Facebook'>Different Types Links (URL) Of Facebook</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://blog.smileylover.com/how-to-get-real-ip-user-in-facebook-application/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Facebook Application Get &#8220;Fatal Error&#8221; Message?</title>
		<link>http://blog.smileylover.com/facebook-application-get-fatal-error-message/</link>
		<comments>http://blog.smileylover.com/facebook-application-get-fatal-error-message/#comments</comments>
		<pubDate>Sat, 20 Feb 2010 19:48:53 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[Facebook]]></category>

		<guid isPermaLink="false">http://blog.smileylover.com/?p=262</guid>
		<description><![CDATA[Apparently Facebook has experienced an excessive burden on their API, so this evening, dated February 21, 2010, many applications that can not be executed. Even I as a developer can not change the logo icon on the developer funds the dashboard. Error messages that appear on the facebook application My online mp3 as follows: Fatal [...]


Related posts:<ol><li><a href='http://blog.smileylover.com/how-to-get-real-ip-user-in-facebook-application/' rel='bookmark' title='Permanent Link: How To Get Real IP User In Facebook Application'>How To Get Real IP User In Facebook Application</a></li>
<li><a href='http://blog.smileylover.com/different-types-links-url-of-facebook/' rel='bookmark' title='Permanent Link: Different Types Links (URL) Of Facebook'>Different Types Links (URL) Of Facebook</a></li>
<li><a href='http://blog.smileylover.com/view-facebook-private-photos-without-being-their-friend/' rel='bookmark' title='Permanent Link: View Facebook Private Photos Without Being Their Friend'>View Facebook Private Photos Without Being Their Friend</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Apparently Facebook has experienced an excessive burden on their API, so this evening, dated February 21, 2010, many applications that can not be executed. Even I as a developer can not change the logo icon on the developer funds the <a href="http://developers.facebook.com">dashboard</a>. Error messages that appear on the <strong><a href="http://apps.facebook.com/mpthreeecho/">facebook application My online mp3</a></strong> as follows:</p>
<blockquote><p>Fatal error: Uncaught exception &#8216;FacebookRestClientException&#8217; with message &#8216;Incorrect signature&#8217; in / home/ghprod/public_html/mp3/v2/facebookapi_php5_restlib.php: 3112 Stack trace: # 0 / home/ghprod/public_html/mp3/v2/facebookapi_php5_restlib.php (1805): FacebookRestClient-> call_method ( &#8216;facebook.users &#8230;.&#8217;, Array) # 1 / home/ghprod/public_html/mp3/v2/config.php (15): FacebookRestClient-> users_hasAppPermission (&#8216; publish_stream &#8216;) # 2 / home/ghprod/public_html/mp3/v2/index.php (2): include ( &#8216;/ home / ghprod / pu &#8230;&#8217;) # 3 (main) thrown in / home/ghprod/public_html/mp3 / v2/facebookapi_php5_restlib.php on line 3112</p></blockquote>
<p>We can check the status of the Facebook API through <a href="http://developers.facebook.com/live_status.php">http://developers.facebook.com/live_status.php</a>, and tonight it showed there was some interference. Let&#8217;s hope it can quickly overcome all this.</p>
<script type="text/javascript" class="owbutton" src="http://onlywire.com/btn/button_3793" title="Facebook Application Get "Fatal Error" Message?" url="http://blog.smileylover.com/facebook-application-get-fatal-error-message/"></script>

<p>Related posts:<ol><li><a href='http://blog.smileylover.com/how-to-get-real-ip-user-in-facebook-application/' rel='bookmark' title='Permanent Link: How To Get Real IP User In Facebook Application'>How To Get Real IP User In Facebook Application</a></li>
<li><a href='http://blog.smileylover.com/different-types-links-url-of-facebook/' rel='bookmark' title='Permanent Link: Different Types Links (URL) Of Facebook'>Different Types Links (URL) Of Facebook</a></li>
<li><a href='http://blog.smileylover.com/view-facebook-private-photos-without-being-their-friend/' rel='bookmark' title='Permanent Link: View Facebook Private Photos Without Being Their Friend'>View Facebook Private Photos Without Being Their Friend</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://blog.smileylover.com/facebook-application-get-fatal-error-message/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Add Connected Sites To Google Buzz</title>
		<link>http://blog.smileylover.com/add-connected-sites-to-google-buzz/</link>
		<comments>http://blog.smileylover.com/add-connected-sites-to-google-buzz/#comments</comments>
		<pubDate>Thu, 11 Feb 2010 08:34:42 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[Common News]]></category>
		<category><![CDATA[Google Trends]]></category>
		<category><![CDATA[add site google buzz]]></category>
		<category><![CDATA[add url to google profiles]]></category>
		<category><![CDATA[google buzz rss feed]]></category>
		<category><![CDATA[how buzz connected site]]></category>

		<guid isPermaLink="false">http://blog.smileylover.com/?p=253</guid>
		<description><![CDATA[As I said in previous post that Google Buzz has a unique feature that allows us to enter our site to the Buzz that we publish any new news on the site or our blog, it automatically will go well into our Buzz. This system is almost the same as RSS feeds, but easier to [...]


Related posts:<ol><li><a href='http://blog.smileylover.com/google-buzz-another-social-network-with-unique-abilty/' rel='bookmark' title='Permanent Link: Google Buzz &#8211; Another Social Network With Unique Abilty'>Google Buzz &#8211; Another Social Network With Unique Abilty</a></li>
<li><a href='http://blog.smileylover.com/remove-friendster-ads-with-css-injection/' rel='bookmark' title='Permanent Link: Remove Friendster Ads With CSS Injection'>Remove Friendster Ads With CSS Injection</a></li>
<li><a href='http://blog.smileylover.com/bamboo-bikes-google-hot-trends-today/' rel='bookmark' title='Permanent Link: Bamboo Bikes &#8211; Google Hot Trends Today!'>Bamboo Bikes &#8211; Google Hot Trends Today!</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>As I said in <a href="http://blog.smileylover.com/google-buzz-another-social-network-with-unique-abilty/">previous post</a> that <a href="http://google.com/buzz">Google Buzz</a> has a unique feature that allows us to enter our site to the Buzz that we publish any new news on the site or our blog, it automatically will go well into our Buzz. This system is almost the same as RSS feeds, but easier to use.</p>
<p><strong>Here&#8217;s how to add sites that we want to integrate with our Buzz.</strong></p>
<p>Log in to our Gmail account and select the page Buzz on the left navigation, right under the Inbox (the default). Click on your name next to the profile picture.</p>
<p><center><br />
<a href="http://picasaweb.google.com/lh/photo/vJQPAZeYo8BSF3MbDZYswA?feat=embedwebsite"><img src="http://lh3.ggpht.com/_LcjTr2NW90w/S3O7gFXf9UI/AAAAAAAAAKw/GQd9SCWWUio/s400/b-1.png" alt="add connected site to google buzz" /></a><br />
</center></p>
<p>Box will display a larger profile, then click the Google profile on the right.<br />
<span id="more-253"></span><br />
<center><br />
<a href="http://picasaweb.google.com/lh/photo/2_sUpNjuWsn0fZnXf-GAMQ?feat=embedwebsite"><img src="http://lh3.ggpht.com/_LcjTr2NW90w/S3O7gfzudfI/AAAAAAAAAK0/GDatUPnfYcA/s400/b-2.png" alt="add connected site to google buzz"/></a><br />
</center></p>
<p>Now Google has come your profile, where you will add these links. Now, click &#8220;Edit profile&#8221;.</p>
<p><center><br />
<a href="http://picasaweb.google.com/lh/photo/_WgJfehHaKPIjNxu5kWb4A?feat=embedwebsite"><img src="http://lh3.ggpht.com/_LcjTr2NW90w/S3O7gSR6riI/AAAAAAAAAK4/j3sBYtawdVg/s400/b-3.png" alt="add connected site to google buzz" /></a><br />
</center></p>
<p>Look at the bottom of the section &#8220;Links&#8221;. Enter the URL and Name Links according to what you want. Repeat the process until you have entered all the URLs. Do not forget to press the button &#8220;Save&#8221; below.</p>
<p><center><br />
<a href="http://picasaweb.google.com/lh/photo/8gy-ipr9MUcYU_YbZ-cAdw?feat=embedwebsite"><img src="http://lh4.ggpht.com/_LcjTr2NW90w/S3O7gXB7MzI/AAAAAAAAAK8/tieeluwMUZ8/s400/b-4.png" alt="add connected site to google buzz"/></a><br />
</center></p>
<p>Now back to your Buzz page on your Gmail account. Make sure you select the initial display again with Buzz Buzz click on the menu at the left navigation. Then select &#8220;connected sites&#8221;, it will come out of a pop-up window that contains the sites that we have put our profiles on Google. Select &#8220;add&#8221; on the site you want and press &#8220;save&#8221;.</p>
<p><center><br />
<a href="http://picasaweb.google.com/lh/photo/zWUz2LIBLlHaqRGQvsGwCg?feat=embedwebsite"><img src="http://lh6.ggpht.com/_LcjTr2NW90w/S3O7gm9k-sI/AAAAAAAAALA/NbqovwF1C2w/s400/b-5.png" alt="add connected site to google buzz"/></a><br />
</center></p>
<p>So the process for <a href="http://blog.smileylover.com/?p=253">adding the site into account the Buzz</a> we&#8217;ve done and the results as a screenshot below. </p>
<p><center><br />
<a href="http://picasaweb.google.com/lh/photo/Rtqvc88le2ZWJGr29x4Sug?feat=embedwebsite"><img src="http://lh4.ggpht.com/_LcjTr2NW90w/S3O8d379xnI/AAAAAAAAALI/dpyCjuCS63Q/s400/b-6.png" alt="add connected site to google buzz" /></a><br />
</center></p>
<p>Happy Buzz!</p>
<script type="text/javascript" class="owbutton" src="http://onlywire.com/btn/button_3793" title="Add Connected Sites To Google Buzz" url="http://blog.smileylover.com/add-connected-sites-to-google-buzz/"></script>

<p>Related posts:<ol><li><a href='http://blog.smileylover.com/google-buzz-another-social-network-with-unique-abilty/' rel='bookmark' title='Permanent Link: Google Buzz &#8211; Another Social Network With Unique Abilty'>Google Buzz &#8211; Another Social Network With Unique Abilty</a></li>
<li><a href='http://blog.smileylover.com/remove-friendster-ads-with-css-injection/' rel='bookmark' title='Permanent Link: Remove Friendster Ads With CSS Injection'>Remove Friendster Ads With CSS Injection</a></li>
<li><a href='http://blog.smileylover.com/bamboo-bikes-google-hot-trends-today/' rel='bookmark' title='Permanent Link: Bamboo Bikes &#8211; Google Hot Trends Today!'>Bamboo Bikes &#8211; Google Hot Trends Today!</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://blog.smileylover.com/add-connected-sites-to-google-buzz/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Google Buzz &#8211; Another Social Network With Unique Abilty</title>
		<link>http://blog.smileylover.com/google-buzz-another-social-network-with-unique-abilty/</link>
		<comments>http://blog.smileylover.com/google-buzz-another-social-network-with-unique-abilty/#comments</comments>
		<pubDate>Thu, 11 Feb 2010 07:47:25 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[Common News]]></category>
		<category><![CDATA[Google Trends]]></category>

		<guid isPermaLink="false">http://blog.smileylover.com/?p=250</guid>
		<description><![CDATA[Google has released a social community services directly integrated with your gmail account. This service is called Google Buzz. If in your Gmail account do not already have Buzz, then you can access it through http://google.com/buzz first, then select &#8220;Try Buzz in Gmail&#8221;. At the latest within 24 hours then your gmail account will be [...]


Related posts:<ol><li><a href='http://blog.smileylover.com/add-connected-sites-to-google-buzz/' rel='bookmark' title='Permanent Link: Add Connected Sites To Google Buzz'>Add Connected Sites To Google Buzz</a></li>
<li><a href='http://blog.smileylover.com/bamboo-bikes-google-hot-trends-today/' rel='bookmark' title='Permanent Link: Bamboo Bikes &#8211; Google Hot Trends Today!'>Bamboo Bikes &#8211; Google Hot Trends Today!</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Google has released a social community services directly integrated with your gmail account. This service is called <strong>Google Buzz</strong>. If in your Gmail account do not already have Buzz, then you can access it through <a href="http://www.google.com/buzz">http://google.com/buzz</a> first, then select &#8220;Try Buzz in Gmail&#8221;. At the latest within 24 hours then your gmail account will be integrated with the Buzz. For those of you smart phone users, then you can access it through <a href="http://buzz.google.com">http://buzz.google.com</a>.</p>
<p><center><br />
<a href="http://google.com/buzz" title="Google Buzz"><img src="http://i49.tinypic.com/imnuk8.png" alt="Google Buzz - Another Social Network With Unique Ability" /></a><br />
</center></p>
<p><span id="more-250"></span><br />
Perhaps the thought that arises when you first saw the look of Buzz is like other social networks, but more simple. Like <a href="http://twitter.com">Twitter</a>, but it has a button like, comment, an email such as <a href="http://facebook.com">Facebook</a>. Peer connection system very similar to Twitter, the follower and following.</p>
<p>But Google is not possible to build a social network is only by imitating others. Then another unique feature of the Buzz is that we can add RSS feeds from sites that we have previously submit to our <a href="http://www.google.com/profiles/">Google Profile</a>, so that Buzz will automatically display the last article that we post.</p>
<p>These features are very good for you as a webmaster so that your site or blog can be more visible through the features in this Buzz. One again, we can also put Google Map into our Buzz.</p>
<p>Anyway, please <a href="http://www.google.com/profiles/104116305929711345226">add me</a> into your Buzz account <img src='http://blog.smileylover.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<script type="text/javascript" class="owbutton" src="http://onlywire.com/btn/button_3793" title="Google Buzz - Another Social Network With Unique Abilty" url="http://blog.smileylover.com/google-buzz-another-social-network-with-unique-abilty/"></script>

<p>Related posts:<ol><li><a href='http://blog.smileylover.com/add-connected-sites-to-google-buzz/' rel='bookmark' title='Permanent Link: Add Connected Sites To Google Buzz'>Add Connected Sites To Google Buzz</a></li>
<li><a href='http://blog.smileylover.com/bamboo-bikes-google-hot-trends-today/' rel='bookmark' title='Permanent Link: Bamboo Bikes &#8211; Google Hot Trends Today!'>Bamboo Bikes &#8211; Google Hot Trends Today!</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://blog.smileylover.com/google-buzz-another-social-network-with-unique-abilty/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Dynamic Table With Smarty Engine Template</title>
		<link>http://blog.smileylover.com/dynamic-table-with-smarty-engine-template/</link>
		<comments>http://blog.smileylover.com/dynamic-table-with-smarty-engine-template/#comments</comments>
		<pubDate>Mon, 01 Feb 2010 15:31:47 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[Smarty]]></category>
		<category><![CDATA[smarty auto column table]]></category>
		<category><![CDATA[smarty dynamic column table]]></category>
		<category><![CDATA[smarty dynamic table]]></category>
		<category><![CDATA[smarty smart table]]></category>

		<guid isPermaLink="false">http://blog.smileylover.com/?p=246</guid>
		<description><![CDATA[Usually I make a dynamic table using PHP, but because it turned out that I handled the project requires use Smarty as template engine, then finally a direct table generated by Smarty. So PHP is only to issue a query from the database. Here is the template used to create a dynamic table on Smarty. [...]


No related posts.]]></description>
			<content:encoded><![CDATA[<p>Usually I make a dynamic table using PHP, but because it turned out that I handled the project requires use Smarty as template engine, then finally a direct table generated by Smarty. So PHP is only to issue a query from the database.</p>
<p>Here is the template used to create a dynamic table on Smarty.</p>
<pre>
&lt;table&gt;
	&lt;tr&gt;
	{assign var=\&quot;numCols\&quot; value=\&quot;6\&quot;}
	{assign var=\&quot;col\&quot; value=\&quot;0\&quot;}
	{section name=element loop=$data}
		{if $col == $numCols}
			&lt;/tr&gt;&lt;tr&gt;{assign var=\&quot;col\&quot; value=\&quot;0\&quot;}
		{/if}
		&lt;td&gt;{$data[element]}
		&lt;/td&gt; {assign var=\&quot;col\&quot; value=\&quot;`$col+1`\&quot;}
	{/section}
	{assign var=\&quot;remainder\&quot; value=\&quot;`$numCols-$col`\&quot;}
	{section name=emptyElement loop=$remainder}
		&lt;td&gt;&amp;nbsp;&lt;/td&gt;
	{/section}
	&lt;/tr&gt;
&lt;/table&gt;
</pre>
<p>NumCols is the number of columns you want, in the example is &#8220;6&#8243;, then when the column to be transformed into 7 new row. Hopefully this is useful for you. Happy coding.</p>
<script type="text/javascript" class="owbutton" src="http://onlywire.com/btn/button_3793" title="Dynamic Table With Smarty Engine Template" url="http://blog.smileylover.com/dynamic-table-with-smarty-engine-template/"></script>

<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://blog.smileylover.com/dynamic-table-with-smarty-engine-template/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Lack iPad As New From Apple Products (Review For Minus Values)</title>
		<link>http://blog.smileylover.com/lack-ipad-as-new-from-apple-products-review-for-minus-values/</link>
		<comments>http://blog.smileylover.com/lack-ipad-as-new-from-apple-products-review-for-minus-values/#comments</comments>
		<pubDate>Fri, 29 Jan 2010 18:02:05 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[Google Trends]]></category>
		<category><![CDATA[how to get port usb ipad]]></category>
		<category><![CDATA[ipad review]]></category>
		<category><![CDATA[ipad unlock t-mobile 3g]]></category>
		<category><![CDATA[ipad vs netbook]]></category>
		<category><![CDATA[ipad vs smartphone]]></category>
		<category><![CDATA[lack of ipad]]></category>
		<category><![CDATA[minus of ipad]]></category>

		<guid isPermaLink="false">http://blog.smileylover.com/?p=240</guid>
		<description><![CDATA[Apple has released a new product into the current warm conversation in the field of gadgets and technology. They called iPad new products. This product is said to be the best way to use email, web, or organize photographs. They unite Safari, iTunes, iPods, iBooks, and the App Store in this iPad. But whether it [...]


No related posts.]]></description>
			<content:encoded><![CDATA[<p>Apple has released a new product into the current warm conversation in the field of gadgets and technology. They called iPad new products. This product is said to be the best way to use email, web, or organize photographs. They unite Safari, iTunes, iPods, iBooks, and the App Store in this iPad.</p>
<div class="wp-caption aligncenter" style="width: 330px"><img alt="Lack iPad As New From Apple Products (Review For Minus Values)" src="http://img188.imageshack.us/img188/323/appleipadfull2.jpg" title="Lack iPad As New From Apple Products (Review For Minus Values)" width="320" height="247" /><p class="wp-caption-text">Lack iPad As New From Apple Products (Review For Minus Values)</p></div>
<p>But whether it iPad has been perfect and has no shortage at all? Even some analysts say that technology has not iPad proper focus. As netbook competitors? as a competitor smartphone? or just the gadget as a substitute for reading material? Here are a few <strong>shortcomings iPad</strong>.<br />
<span id="more-240"></span></p>
<blockquote><p>Does not have multitasking capability, you can not listen to the song while reading email!</p>
<p>Does not have USB ports in general, they tend to be exclusive, the USB port has a larger / wide and only for the keyboard, camera, and power cable.</p>
<p>Camera not have built in, you should use an external camera with a USB port that is greater than generally.</p>
<p>Not have a keyboard, you must use an external keyboard, and had to take turns with the camera, because the iPad has only 1 USB port.</p>
<p>Storage size is 64 GB, if this is enough to store all the movies, songs, pictures? Netbook has reached even 250GB!</p>
<p>Touch Keyboard is very inconvenient, but what emerges is similar keyboard in the touch screen on the other tablets. Unless you&#8217;re sitting on the couch with your knees aligned, quite difficult and inconvenient to use the keyboard.</p>
<p>Does not have an HDMI port, so you can not watch the video type High Definition (HD) that you download from iTunes into the iPad, you will only get the standard video quality.</p>
<p>Does not support T-Mobile 3G</p>
<p>Not have a wide screen ratio. Big screen will look strange because it has a different ratio.</p>
<p>Not support open source applications from other vendors. iPad can only run applications that are purchased from Apple&#8217;s App Store.</p></blockquote>
<p>So, if you still want to buy it? </p>
<script type="text/javascript" class="owbutton" src="http://onlywire.com/btn/button_3793" title="Lack iPad As New From Apple Products (Review For Minus Values)" url="http://blog.smileylover.com/lack-ipad-as-new-from-apple-products-review-for-minus-values/"></script>

<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://blog.smileylover.com/lack-ipad-as-new-from-apple-products-review-for-minus-values/feed/</wfw:commentRss>
		<slash:comments>60</slash:comments>
		</item>
		<item>
		<title>Different Types Links (URL) Of Facebook</title>
		<link>http://blog.smileylover.com/different-types-links-url-of-facebook/</link>
		<comments>http://blog.smileylover.com/different-types-links-url-of-facebook/#comments</comments>
		<pubDate>Wed, 20 Jan 2010 19:15:32 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[Facebook]]></category>
		<category><![CDATA[facebook link type]]></category>
		<category><![CDATA[facebook url]]></category>

		<guid isPermaLink="false">http://blog.smileylover.com/?p=236</guid>
		<description><![CDATA[Facebook has a variety of types of links that it can be used to access the home, profile, pages, and more. Each link has an appearance and the different features. This is to suit the needs of the user access. 1. http://www.facebook.com This is the main link from Facebook where all the active features, and [...]


Related posts:<ol><li><a href='http://blog.smileylover.com/add-facebook-chat-to-your-firefox-and-opera-sidebar/' rel='bookmark' title='Permanent Link: Add Facebook Chat To Your Firefox And Opera Sidebar'>Add Facebook Chat To Your Firefox And Opera Sidebar</a></li>
<li><a href='http://blog.smileylover.com/facebook-application-get-fatal-error-message/' rel='bookmark' title='Permanent Link: Facebook Application Get &#8220;Fatal Error&#8221; Message?'>Facebook Application Get &#8220;Fatal Error&#8221; Message?</a></li>
<li><a href='http://blog.smileylover.com/google-buzz-another-social-network-with-unique-abilty/' rel='bookmark' title='Permanent Link: Google Buzz &#8211; Another Social Network With Unique Abilty'>Google Buzz &#8211; Another Social Network With Unique Abilty</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Facebook has a variety of types of links that it can be used to access the home, profile, pages, and more. Each link has an appearance and the different features. This is to suit the needs of the user access.</p>
<p>1. http://www.facebook.com<br />
This is the main link from Facebook where all the active features, and has the most attractive appearance, but requires a great resource, and often make your browser hang.</p>
<p><center><br />
<a href="http://tinypic.com/view.php?pic=21mufcj&#038;s=6" target="_blank"><img src="http://i46.tinypic.com/21mufcj_th.png" border="0" alt="Different Types Links (URL) Of Facebook"></a><br />
</center></p>
<p>2. http://www.lite.facebook.com<br />
This is a lite version of Facebook, which will be faster web access, but in terms less attractive appearance, the application toolbar at the bottom removed, and a separate chat page with a different window, thereby reducing the symptoms of the browser hangs.</p>
<p><center><br />
<a href="http://tinypic.com/view.php?pic=124j90k&#038;s=6" target="_blank"><img src="http://i47.tinypic.com/124j90k_th.png" border="0" alt="Different Types Links (URL) Of Facebook"></a><br />
</center><br />
<span id="more-236"></span><br />
3. http://m.facebook.com<br />
This is a mobile version of Facebook, but you can still access it through a PC or laptop. In terms of Perfomance, this version is the fastest and does not eat a lot of resources. Do not use AJAX. Chat feature is not available in this version, for menyiasatinya then you can use special http://lite.facebook.com chat.</p>
<p><center><br />
<a href="http://tinypic.com/view.php?pic=5l8fax&#038;s=6" target="_blank"><img src="http://i49.tinypic.com/5l8fax_th.png" border="0" alt="Different Types Links (URL) Of Facebook"></a><br />
</center></p>
<p>4. http://iphone.facebook.com or http://touch.facebook.com<br />
This is a version of Facebook, which is almost similar to the lite version, but more focused on the display wall. In this version still uses AJAX so that still sweeten it looks.</p>
<p><center><br />
<a href="http://tinypic.com/view.php?pic=rk0tag&#038;s=6" target="_blank"><img src="http://i45.tinypic.com/rk0tag_th.png" border="0" alt="Different Types Links (URL) Of Facebook"></a><br />
</center></p>
<p>5. http://ar-ar.facebook.com/ and http://static.ak.fbcdn.net<br />
This link will display the main version of the page where all the links going to the main version, too.</p>
<script type="text/javascript" class="owbutton" src="http://onlywire.com/btn/button_3793" title="Different Types Links (URL) Of Facebook" url="http://blog.smileylover.com/different-types-links-url-of-facebook/"></script>

<p>Related posts:<ol><li><a href='http://blog.smileylover.com/add-facebook-chat-to-your-firefox-and-opera-sidebar/' rel='bookmark' title='Permanent Link: Add Facebook Chat To Your Firefox And Opera Sidebar'>Add Facebook Chat To Your Firefox And Opera Sidebar</a></li>
<li><a href='http://blog.smileylover.com/facebook-application-get-fatal-error-message/' rel='bookmark' title='Permanent Link: Facebook Application Get &#8220;Fatal Error&#8221; Message?'>Facebook Application Get &#8220;Fatal Error&#8221; Message?</a></li>
<li><a href='http://blog.smileylover.com/google-buzz-another-social-network-with-unique-abilty/' rel='bookmark' title='Permanent Link: Google Buzz &#8211; Another Social Network With Unique Abilty'>Google Buzz &#8211; Another Social Network With Unique Abilty</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://blog.smileylover.com/different-types-links-url-of-facebook/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>National Popcorn Days</title>
		<link>http://blog.smileylover.com/national-popcorn-days/</link>
		<comments>http://blog.smileylover.com/national-popcorn-days/#comments</comments>
		<pubDate>Tue, 19 Jan 2010 19:36:56 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[Google Trends]]></category>
		<category><![CDATA[national popcorn day]]></category>
		<category><![CDATA[popcorn recipes]]></category>

		<guid isPermaLink="false">http://blog.smileylover.com/?p=233</guid>
		<description><![CDATA[National popcorn day falls on january 19th is the day where we are encouraged to eat a bag of popcorn and other foods reduced. Never mind the origins of this tradition and when exactly to begin. Some interesting tips you can do on national popcorn these days, namely: 1. Mix the popcorn with a salad [...]


No related posts.]]></description>
			<content:encoded><![CDATA[<p>National popcorn day falls on january 19th is the day where we are encouraged to eat a bag of popcorn and other foods reduced. Never mind the origins of this tradition and when exactly to begin.</p>
<p>Some interesting tips you can do on national popcorn these days, namely:<br />
1. Mix the popcorn with a salad<br />
2. Eat popcorn with salt mixture<br />
3. Combine popcorn with a variety of dried fruit or nuts</p>
<p>So, enjoy popcorn today and sat relaxed.</p>
<p>Find more Nutrition and Recipes about popcorn in here <a href="http://www.popcorn.org/NutritionRecipes/tabid/56/Default.aspx">Popcorn.org</ a></p>
<script type="text/javascript" class="owbutton" src="http://onlywire.com/btn/button_3793" title="National Popcorn Days" url="http://blog.smileylover.com/national-popcorn-days/"></script>

<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://blog.smileylover.com/national-popcorn-days/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Change Adsense Publisher ID In Other Site With PHP and cURL</title>
		<link>http://blog.smileylover.com/change-adsense-publisher-id-in-other-site-with-php-and-curl/</link>
		<comments>http://blog.smileylover.com/change-adsense-publisher-id-in-other-site-with-php-and-curl/#comments</comments>
		<pubDate>Tue, 22 Dec 2009 15:19:51 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Tips & Tricks]]></category>

		<guid isPermaLink="false">http://blog.smileylover.com/?p=215</guid>
		<description><![CDATA[This tutorial is actually a long time I write but only in the Indonesian language, and it is time to change it into English to be understood by more people. Through the help of PHP and cURL, we will try to change the code from adsense publisher ID (adsense injection) which usually use the format [...]


No related posts.]]></description>
			<content:encoded><![CDATA[<p>This tutorial is actually a long time I write but only in the Indonesian language, and it is time to change it into English to be understood by more people.</p>
<p>Through the help of <strong>PHP</strong> and <strong>cURL</strong>, we will try to <strong>change the code from adsense publisher ID (adsense injection)</strong> which usually use the format &#8220;<strong>pub-1324123412341212</strong>&#8220;. 16 digits after the pub is the adsense code that will be changed into our publisher ID code. Here is a script that will be used:</p>
<p><span id="more-215"></span></p>

<div class="wp_codebox_msgheader wp_codebox_hide"><span class="right"><sup><a href="http://www.ericbess.com/ericblog/2008/03/03/wp-codebox/#examples" target="_blank" title="WP-CodeBox HowTo?"><span style="color: #99cc00">?</span></a></sup></span><span class="left"><a href="javascript:;" onclick="javascript:showCodeTxt('p215code4'); return false;">View Code</a> PHP</span><div class="codebox_clear"></div></div><div class="wp_codebox"><table><tr id="p2154"><td class="code" id="p215code4"><pre class="php" style="font-family:monospace;">&nbsp;
<span style="color: #000000; font-weight: bold;">&lt;?php</span>
&nbsp;
    <span style="color: #666666; font-style: italic;">//define URL</span>
    <span style="color: #000088;">$open_url</span> <span style="color: #339933;">=</span> <span style="color: #0000ff;">'http://blog.smileylover.com/all-about-bmw-news-luxury-cars'</span><span style="color: #339933;">;</span>
&nbsp;
    <span style="color: #666666; font-style: italic;">//define your adsense ID, without pub-</span>
    <span style="color: #000088;">$adsense_id</span> <span style="color: #339933;">=</span> <span style="color: #0000ff;">'1234123412341235'</span><span style="color: #339933;">;</span>
&nbsp;
    <span style="color: #666666; font-style: italic;">//open connection  </span>
    <span style="color: #000088;">$ch</span> <span style="color: #339933;">=</span> <a href="http://www.php.net/curl_init"><span style="color: #990000;">curl_init</span></a><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>  
&nbsp;
    <span style="color: #666666; font-style: italic;">//set the url, number of POST vars, POST data  </span>
    <a href="http://www.php.net/curl_setopt"><span style="color: #990000;">curl_setopt</span></a><span style="color: #009900;">&#40;</span><span style="color: #000088;">$ch</span><span style="color: #339933;">,</span>CURLOPT_URL<span style="color: #339933;">,</span> <span style="color: #000088;">$open_url</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>  
    <a href="http://www.php.net/curl_setopt"><span style="color: #990000;">curl_setopt</span></a><span style="color: #009900;">&#40;</span><span style="color: #000088;">$ch</span><span style="color: #339933;">,</span> CURLOPT_USERAGENT<span style="color: #339933;">,</span> <span style="color: #0000ff;">'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.2) Gecko/20070219 Firefox/2.0.0.2'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
    <a href="http://www.php.net/curl_setopt"><span style="color: #990000;">curl_setopt</span></a><span style="color: #009900;">&#40;</span><span style="color: #000088;">$ch</span><span style="color: #339933;">,</span>CURLOPT_FOLLOWLOCATION<span style="color: #339933;">,</span><span style="color: #cc66cc;">1</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
    <a href="http://www.php.net/curl_setopt"><span style="color: #990000;">curl_setopt</span></a><span style="color: #009900;">&#40;</span><span style="color: #000088;">$ch</span><span style="color: #339933;">,</span>CURLOPT_RETURNTRANSFER<span style="color: #339933;">,</span><span style="color: #cc66cc;">1</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>    
    <span style="color: #000088;">$result</span> <span style="color: #339933;">=</span> <a href="http://www.php.net/curl_exec"><span style="color: #990000;">curl_exec</span></a><span style="color: #009900;">&#40;</span><span style="color: #000088;">$ch</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>  
    <a href="http://www.php.net/curl_close"><span style="color: #990000;">curl_close</span></a><span style="color: #009900;">&#40;</span><span style="color: #000088;">$ch</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> 
&nbsp;
    <span style="color: #666666; font-style: italic;">//replace original adsense code</span>
        <span style="color: #000088;">$pattern</span>    <span style="color: #339933;">=</span> <span style="color: #0000ff;">'#google_ad_client = \&quot;(.*)\&quot;#'</span><span style="color: #339933;">;</span>
        <span style="color: #000088;">$out</span> <span style="color: #339933;">=</span> <a href="http://www.php.net/preg_replace"><span style="color: #990000;">preg_replace</span></a><span style="color: #009900;">&#40;</span><span style="color: #000088;">$pattern</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">'google_ad_client = &quot;pub-'</span><span style="color: #339933;">.</span><span style="color: #000088;">$adsense_id</span><span style="color: #339933;">.</span><span style="color: #0000ff;">'&quot;'</span><span style="color: #339933;">,</span> <span style="color: #000088;">$result</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
        <span style="color: #000088;">$out</span> <span style="color: #339933;">=</span> <a href="http://www.php.net/preg_replace"><span style="color: #990000;">preg_replace</span></a><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'#google_ad_slot#'</span><span style="color: #339933;">,</span><span style="color: #0000ff;">'//google_ad_slot'</span><span style="color: #339933;">,</span> <span style="color: #000088;">$out</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
        <span style="color: #000088;">$out</span> <span style="color: #339933;">=</span> <a href="http://www.php.net/preg_replace"><span style="color: #990000;">preg_replace</span></a><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'#google_ad_channel#'</span><span style="color: #339933;">,</span><span style="color: #0000ff;">'//google_ad_channel'</span><span style="color: #339933;">,</span> <span style="color: #000088;">$out</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
&nbsp;
    <span style="color: #b1b100;">echo</span> <span style="color: #000088;">$out</span><span style="color: #339933;">;</span>
&nbsp;
<span style="color: #000000; font-weight: bold;">?&gt;</span></pre></td></tr></table></div>

<p>Please change the <strong>$open_url</strong> the target site that will be changed following codenya <strong>$adsense_id</strong> accordance with your publisher ID. Upload the script to your hosting course must support cURL. Open the script that has been uploaded via the browser and &#8220;<strong>view-source</strong>&#8221; on that page. Then you will find a publisher ID code has been changed according to what we write in the script! Happy earnings:)</p>
<p><a href="http://urlpeak.com" title="Shortened URL For Adsense"><strong>Demo (built in shortened URL)</strong></a></p>
<script type="text/javascript" class="owbutton" src="http://onlywire.com/btn/button_3793" title="Change Adsense Publisher ID In Other Site With PHP and cURL" url="http://blog.smileylover.com/change-adsense-publisher-id-in-other-site-with-php-and-curl/"></script>

<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://blog.smileylover.com/change-adsense-publisher-id-in-other-site-with-php-and-curl/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Bamboo Bikes &#8211; Google Hot Trends Today!</title>
		<link>http://blog.smileylover.com/bamboo-bikes-google-hot-trends-today/</link>
		<comments>http://blog.smileylover.com/bamboo-bikes-google-hot-trends-today/#comments</comments>
		<pubDate>Sun, 20 Dec 2009 16:54:16 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[Google Trends]]></category>

		<guid isPermaLink="false">http://blog.smileylover.com/?p=212</guid>
		<description><![CDATA[Today I started studying google trends to find out the current topic many people looking through the google search engine today. It turned out that the topics are many people looking at this is Bamboo Bikes, the bike frame made of bamboo. Something traditional but made with the latest technology. When I see a detailed [...]


Related posts:<ol><li><a href='http://blog.smileylover.com/google-buzz-another-social-network-with-unique-abilty/' rel='bookmark' title='Permanent Link: Google Buzz &#8211; Another Social Network With Unique Abilty'>Google Buzz &#8211; Another Social Network With Unique Abilty</a></li>
<li><a href='http://blog.smileylover.com/add-connected-sites-to-google-buzz/' rel='bookmark' title='Permanent Link: Add Connected Sites To Google Buzz'>Add Connected Sites To Google Buzz</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Today I started studying <a href="http://www.google.com/trends/hottrends?sa=X#">google trends</a> to find out the current topic many people looking through the google search engine today. It turned out that the topics are many people looking at this is Bamboo Bikes, the bike frame made of bamboo. Something traditional but made with the latest technology.</p>
<p>When I see a detailed search for<a href="http://www.google.com/trends/hottrends?q=bamboo+bikes&#038;date=2009-12-20&#038;sa=X"> Bamboo Bikes</a> on this day shows that the article titled &#8220;<a href="http://www.npr.org/templates/story/story.php?storyId=121628758">Do It Yourself: Building Your Own Bamboo Bike</a>&#8221; was ranked first on google search. The article tells how to make a bicycle from the basic materials of bamboo.</p>
<p><span id="more-212"></span></p>
<p><center><img src="http://img137.imageshack.us/img137/3671/bamboobikewide.jpg" alt="Bamboo Bikes" width="300" /></center></p>
<p><a href="http://www.google.com/trends/hottrends?sa=X#">Google Trends</a> seems to learn well enough to determine what articles are to be created so that we can get the effect of the hot trends that get traffic from organic search results of google, for example, a search for <a href="http://www.google.com/search?q=bamboo+bikes&#038;ie=utf-8&#038;oe=utf-8&#038;aq=t&#038;rls=org.mozilla:en-US:official&#038;client=firefox-a">Bamboo Bikes</a> <img src='http://blog.smileylover.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<script type="text/javascript" class="owbutton" src="http://onlywire.com/btn/button_3793" title="Bamboo Bikes - Google Hot Trends Today!" url="http://blog.smileylover.com/bamboo-bikes-google-hot-trends-today/"></script>

<p>Related posts:<ol><li><a href='http://blog.smileylover.com/google-buzz-another-social-network-with-unique-abilty/' rel='bookmark' title='Permanent Link: Google Buzz &#8211; Another Social Network With Unique Abilty'>Google Buzz &#8211; Another Social Network With Unique Abilty</a></li>
<li><a href='http://blog.smileylover.com/add-connected-sites-to-google-buzz/' rel='bookmark' title='Permanent Link: Add Connected Sites To Google Buzz'>Add Connected Sites To Google Buzz</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://blog.smileylover.com/bamboo-bikes-google-hot-trends-today/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
