-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
140 lines (119 loc) · 4.74 KB
/
index.html
File metadata and controls
140 lines (119 loc) · 4.74 KB
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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
<!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" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<title>ChicagoDB - Chicago database enthusiasts</title>
<link rel="stylesheet" href="stylesheets/blueprint/screen.css" type="text/css" media="screen, projection">
<link rel="stylesheet" href="stylesheets/blueprint/print.css" type="text/css" media="print">
<!--[if lt IE 8]><link rel="stylesheet" href="stylesheets/blueprint/ie.css" type="text/css" media="screen, projection"><![endif]-->
<style type="text/css">
body {
font-family: Georgia, "Times New Roman", serif;
}
a { color: #000; }
#main_container {
font-size: 1.5em;
}
h1#header { margin-bottom: 0; }
h1#header a {
display: block;
width: 366px;
height: 91px;
float: left;
background: transparent url(images/chicagodb.png) no-repeat top left;
text-indent: -9000px;
}
h1 img {
margin-top: 17px;
}
p.tagline {
color: #666;
}
#next_meeting .content {
background-color: #CCC;
padding: 0.75em;
}
</style>
</head>
<body>
<div id="main_container" class="container">
<h1 id="header" class="span-24 last">
<a href="index.html">ChicagoDB</a> <img src="images/chicago-flag.png" width="75" height="50" />
</h1>
<p class="tagline span-14 append-10 last">
An aspiring group of database nerds learning new ways to scale our data. Relational, NoSQL, etc!
</p>
<div id="next_meeting" class="span-15">
<h3>Next Meeting: August 16th</h3>
<div class="content append-bottom" style="width: 100%">
<p>
<strong><a href="http://gathers.us/events/chicagodb-august-meeting/">RSVP on gathers.us</a></strong>
</p>
<p>
NoSQL Summer Paper: <a href="http://nosqlsummer.org/paper/google-mapreduce">Google's MapReduce</a>
</p>
<p class="bottom">
<strong>CouchDB</strong> with <strong>John Wood</strong>
<p>
Apache CouchDB is a document database, with flexible, schema-less data storage. Built "of the web", CouchDB embraces HTTP and its philosophies. All interaction with CouchDB, including database administration, is done via its RESTful API. With a strong focus on replication and synchronization, CouchDB was designed to allow you to easily take your data offline, modify it, and sync it back up when you get a chance. And, the story doesn't end with your data. CouchDB can also act as a fully functional web server, hosting not only your data, but full fledged HTML and Javascript web applications.</p>
<p>Having just recently reached version 1.0, CouchDB is ready to help you solve problems in your production environment. Come see what sets this NoSQL database apart from the rest.</p>
</p>
</div>
<p>Follow us on twitter: <a href="http://twitter.com/chidb" style="color: #000000">@chidb</a></p>
<p>Join the discussion at <a href="http://groups.google.com/group/chicagodb" style="color: #000000">Google Groups</a></p>
<p>
Your organizers:
<a href="http://twitter.com/ryanbriones">@ryanbriones</a> and
<a href="http://twitter.com/ethangunderson">@ethangunderson</a>
</p>
</div>
<div class="prepend-2 span-7 last">
<script src="http://widgets.twimg.com/j/2/widget.js"></script>
<script>
new TWTR.Widget({
version: 2,
type: 'search',
search: '@chidb OR from:chidb',
interval: 6000,
title: '',
subject: 'ChicagoDB',
width: 250,
height: 375,
rpp: 10,
theme: {
shell: {
background: '#8ec1da',
color: '#ffffff'
},
tweets: {
background: '#ffffff',
color: '#444444',
links: '#1985b5'
}
},
features: {
scrollbar: true,
loop: false,
live: true,
hashtags: true,
timestamp: true,
avatars: true,
toptweets: false,
behavior: 'all'
}
}).render().start();
</script>
</div>
</div>
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-15837510-1");
pageTracker._trackPageview();
} catch(err) {}</script>
</body>
</html>