Sha256: 53950eb8dc9fcc9f28aff4dec0758761477d73d1dbd42dab956f2a7c10821209

Contents?: true

Size: 1.19 KB

Versions: 6

Compression:

Stored size: 1.19 KB

Contents

<!DOCTYPE html> 
<html> 
  <head> 
    <title>Twitterwall</title> 
    <meta http-equiv="content-type" content="text/html; charset=utf-8" /> 
    <meta name="author" content="Stefan Krecher" /> 
	<link rel="stylesheet" type="text/css" href='css/twitterwall.css' /> 
    <link type="image/x-icon" rel="shortcut icon" href="/favicon.ico"/> 
    <link href='http://fonts.googleapis.com/css?family=Istok+Web' rel='stylesheet' type='text/css'> 
    <script src="../../js/amber.js" type="text/javascript"></script>
  </head> 
  <body> 
         
	<center>
		<h2>A simple Twitterwall made with Amber</h2>
		<p>Shows the last 5 Tweets regarding your query</p>
	    <p>Examine the <button onClick="smalltalk.Browser._openOn_(smalltalk.TwitterSearch)"> TwitterSearch class</button></p> 

	<p>Query:<br><input id="searchQuery" type="text" size="30" maxlength="30" value="#smalltalk">
	<button onClick="smalltalk.TwitterSearch._new()._query()">update</button>
	</p>
	<div id="playground"></div>
	</center>
	<script type="text/javascript"> 
	loadAmber({
		files: ['TwitterWall.js'],
		prefix: 'examples/twitterwall/js',
		ready: function() {
			smalltalk.TwitterSearch._new()._query() 
		}}); 
</script>
	
  </body> 
</html> 

Version data entries

6 entries across 6 versions & 2 rubygems

Version Path
mdbe-0.1.0 public/amber/examples/twitterwall/index.html
maglev-database-explorer-0.0.5 public/amber/examples/twitterwall/index.html
maglev-database-explorer-0.0.4 public/amber/examples/twitterwall/index.html
maglev-database-explorer-0.0.3 public/amber/examples/twitterwall/index.html
maglev-database-explorer-0.0.2 public/amber/examples/twitterwall/index.html
maglev-database-explorer-0.0.1 public/amber/examples/twitterwall/index.html