-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
53 lines (46 loc) · 2.89 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>Facebook Apps with Ruby</title>
<meta name="keywords" content="facebook apps,ruby programming,sinatra,javascript sdk" />
<meta name="description" content="In this eBook we will learn how to build a very simple, but functional Facebook app using Ruby, Sinatra, Graph API and Javascript SDK and also learn how to deploy it to Heroku." />
<meta name="robots" content="index,follow" />
<meta http-equiv="Expires" content="0" />
<meta name="revisit-after" content="1 days" />
<link rel="stylesheet" type="text/css" href="static/mystyle.css" />
<link rel="icon" type="image/ico" href="http://rubylearning.com/images/favicon.ico" />
<base href="http://facebook.rubylearning.com/" />
<!-- Google Analytics code -->
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-59044-10']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
<!-- Google Analytics code ends -->
</head>
<body>
<div>
<h1>Buy the Facebook Apps with Ruby eBook</h1>
<p>The <strong>Facebook Apps with Ruby</strong> eBook is in pdf format. In this eBook we will learn how to build a very simple, but functional Facebook app using Ruby, Sinatra, Graph API and Javascript SDK and also learn how to deploy it to Heroku. The cost of this eBook is only <b>US$ 5</b> and is being collected to help me maintain the site and the eBook, and also provide quality content to you.</p>
<p>You can buy the <strong>Facebook Apps with Ruby</strong> eBook for only <b>US$ 5</b> by clicking on the <b>ADD TO CART</b> button below. You can pay by secure PayPal.</p>
<p><a href="https://www.e-junkie.com/ecom/gb.php?c=cart&i=842563&cl=140175&ejc=2" class="ec_ejc_thkbx" onclick="javascript:return EJEJC_lc(this);"><img src="http://www.e-junkie.com/ej/ej_add_to_cart.gif" style="border:none;" alt="Add to Cart" /></a> <a href="https://www.e-junkie.com/ecom/gb.php?c=cart&cl=140175&ejc=2" class="ec_ejc_thkbx" onclick="javascript:return EJEJC_lc(this);"><img src="http://www.e-junkie.com/ej/ej_view_cart.gif" style="border:none;" alt="View Cart" /></a>
<script type="text/javascript">
<!--
function EJEJC_lc(th) { return false; }
// -->
</script>
<script type="text/javascript"
src='http://www.e-junkie.com/ecom/box.js'></script>
</p>
<!-- footer starts here -->
<!--#include virtual="/footer.html" -->
<!-- footer ends here -->
</div>
</body>
</html>