Skip to content

Instantly share code, notes, and snippets.

View salomvary's full-sized avatar

Márton Salomváry salomvary

View GitHub Profile
@salomvary
salomvary / fiddle.response.html
Created June 22, 2011 08:49
echo.html?[message]
<!DOCTYPE html>
<html>
<head>
<title>echo.html</title>
</head>
<body>
<script>
document.body.innerHTML = decodeURIComponent(window.location.search);
</script>
</body>
@salomvary
salomvary / views.xml
Created June 14, 2011 13:21
views gadget test
<?xml version="1.0" encoding="UTF-8" ?>
<Module>
<ModulePrefs title="views test"
author="Gipsz Jakab"
author_email="noreply@iwiw.hu">
<Require feature="opensocial-0.8" />
<Require feature="views" />
</ModulePrefs>
<Content type="html" view="canvas" quirks="false">
<![CDATA[
@salomvary
salomvary / castro.html
Created May 17, 2011 09:26
get Castro Bistro (Budapest) daily menu
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title></title>
<meta http-equiv="Content-type" content="text/html;charset=utf-8"/>
</head>
<body>
<pre id="out"></pre>
<script src="http://connect.facebook.net/en_US/all.js"></script>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title></title>
<meta http-equiv="Content-type" content="text/html;charset=utf-8"/>
</head>
<body>
</body>
</html>