<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr</title>
<link>http://snipplr.com/tags/how</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Fri, 24 May 2013 14:55:03 GMT</pubDate>
<item>
<title>(Java) JSON How - VijayDePrabu</title>
<link>http://snipplr.com/view/70208/json-how/</link>
<description><![CDATA[ <p>this code is for json parsing</p> ]]></description>
<pubDate>Sat, 02 Mar 2013 09:48:48 GMT</pubDate>
<guid>http://snipplr.com/view/70208/json-how/</guid>
</item>
<item>
<title>(C++) Hiding Passwords With C++ - eiger824</title>
<link>http://snipplr.com/view/69819/hiding-passwords-with-c/</link>
<description><![CDATA[ <p>In C++ console there's no way to make our passwords invisible when typing them. Here is a really simple funcion that resembles the behavior of hiding passwords.</p> ]]></description>
<pubDate>Thu, 07 Feb 2013 02:40:41 GMT</pubDate>
<guid>http://snipplr.com/view/69819/hiding-passwords-with-c/</guid>
</item>
<item>
<title>(PHP) Facebook Connect Tutorial - ginoplusio</title>
<link>http://snipplr.com/view/67677/facebook-connect-tutorial/</link>
<description><![CDATA[ <p>I will show you how to crate an app for facebook to handle the facebook connect process on your web site.
Then I will show you the php code to perform the login on facebook and retrieve the informations you need for your site.
The last suggestion will point how to merge facebook users with your users.
Follow the link above to get the full tutoriall with text and images.</p> ]]></description>
<pubDate>Wed, 10 Oct 2012 20:39:36 GMT</pubDate>
<guid>http://snipplr.com/view/67677/facebook-connect-tutorial/</guid>
</item>
<item>
<title>(PHP) How to read facebook like count for a url with PHP - ginoplusio</title>
<link>http://snipplr.com/view/67650/how-to-read-facebook-like-count-for-a-url-with-php/</link>
<description><![CDATA[ <p>When you add facebook like button to your site, probably, you also want to save the number of likes of your pages to your database.These data are very useful and very important because they tell you which of your articles are better than others. Moreover, these pages are better than others because the user has decided to tell his friends about it.</p> ]]></description>
<pubDate>Mon, 08 Oct 2012 22:23:36 GMT</pubDate>
<guid>http://snipplr.com/view/67650/how-to-read-facebook-like-count-for-a-url-with-php/</guid>
</item>
<item>
<title>(Open Firmware) Free Facebook Credits Download Latest Version - Cristi0d27k</title>
<link>http://snipplr.com/view/65608/free-facebook-credits-download-latest-version/</link>
<description><![CDATA[ <p>Free facebook credits is the newest version to let users get a chance to play those games in Facebook. Facebook will giving you a lot of free facebook credits..You better watch out.</p> ]]></description>
<pubDate>Thu, 14 Jun 2012 04:20:21 GMT</pubDate>
<guid>http://snipplr.com/view/65608/free-facebook-credits-download-latest-version/</guid>
</item>
<item>
<title>(jQuery) How to create the \"More\" link button to display rest of the text - erraja_07</title>
<link>http://snipplr.com/view/53360/how-to-create-the-more-link-button-to-display-rest-of-the-text/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 11 May 2011 21:19:23 GMT</pubDate>
<guid>http://snipplr.com/view/53360/how-to-create-the-more-link-button-to-display-rest-of-the-text/</guid>
</item>
<item>
<title>(Other) How to switch XIBs iPhone SDK - bobbym245</title>
<link>http://snipplr.com/view/41526/how-to-switch-xibs-iphone-sdk/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 05 Oct 2010 09:22:25 GMT</pubDate>
<guid>http://snipplr.com/view/41526/how-to-switch-xibs-iphone-sdk/</guid>
</item>
<item>
<title>(ActionScript 3) How to Reverse a String - alvincrespo</title>
<link>http://snipplr.com/view/28354/how-to-reverse-a-string/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 15 Feb 2010 22:02:10 GMT</pubDate>
<guid>http://snipplr.com/view/28354/how-to-reverse-a-string/</guid>
</item>
<item>
<title>(PHP) How many users are connected to a site. - ginoplusio</title>
<link>http://snipplr.com/view/24198/how-many-users-are-connected-to-a-site/</link>
<description><![CDATA[ <p>Count how many users are connected to a site (execute this function in every page, put it in the header).</p> ]]></description>
<pubDate>Thu, 03 Dec 2009 05:13:59 GMT</pubDate>
<guid>http://snipplr.com/view/24198/how-many-users-are-connected-to-a-site/</guid>
</item>
<item>
<title>(PHP) How To Calculate Interest Earned In A Bank Account - shaunchapman</title>
<link>http://snipplr.com/view/13919/how-to-calculate-interest-earned-in-a-bank-account/</link>
<description><![CDATA[ <p>The interest rate banks pay is usually a yearly percentage.  So, if your bank tells you that you're getting *4%* interest and you start with *$20,000* in your account, you would earn an extra *$800* at the end of the year (*$20,000 x 0.04 = $800*).

However, it's not that simple.  The interest you earn is usually compounded daily and paid monthly.  This means the interest you earn on one day will be added to your original balance, which in turn earns interest the next day.

To calculate this, we take the *$800* from above and divide it by *365* to figure out how much interest you would earn the first day (*$800 / 365 = $2.19*).  So, you would earn *$2.19* in interest on the first day.  This *$2.19* is then added to your original balance (*$20,000 + $2.19 = $20,002.19*).  Remember when I said the bank pays you monthly?  This means that this new balance of *$20,002.19* is used in the calculation for tomorrow's interest however you won't actually get the money in your account until the end of the month.  All this means is the bank doesn't have to  put a couple dollars into your account every single day.  You're still getting the same amount of money.

To calculate the interest earned the next day, you would do the same calculation but with the new balance (*$20,0002.19 x 0.04 / 365*).  Can you see how your interest earned will increase each day?  That's the beauty of compound interest.

In this case, the interest you would earn in 1 year is not *$800* like in our original calculation.  The amount of interest you would actually earn is *$816.17*.</p> ]]></description>
<pubDate>Thu, 09 Apr 2009 19:01:17 GMT</pubDate>
<guid>http://snipplr.com/view/13919/how-to-calculate-interest-earned-in-a-bank-account/</guid>
</item>
<item>
<title>(PHP) Secure, Advanced, Better, Faster... function for remove/strip tags(Anti-XSS). - YPY</title>
<link>http://snipplr.com/view/9596/secure-advanced-better-faster-function-for-removestrip-tagsantixss/</link>
<description><![CDATA[ <p>Secure, Advanced, Better, Faster... function for remove/strip tags(Anti-XSS).</p> ]]></description>
<pubDate>Mon, 10 Nov 2008 06:05:16 GMT</pubDate>
<guid>http://snipplr.com/view/9596/secure-advanced-better-faster-function-for-removestrip-tagsantixss/</guid>
</item>
<item>
<title>(Other) Hacking TiVo and DVR - haifastreet</title>
<link>http://snipplr.com/view/3851/hacking-tivo-and-dvr/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 05 Oct 2007 17:51:25 GMT</pubDate>
<guid>http://snipplr.com/view/3851/hacking-tivo-and-dvr/</guid>
</item>
</channel>
</rss>