Scripts posted recently tagged to xhtml in Kelpi

1- 7 of 7.

Discover if a user is logged in to Google

to google login status xhtml by nando.quintana

<!-- http://kentbrewster.com/how-to-tell-if-a-user-is-logged-in-to-google/ -->
<p id="status">Checking your Google login status.</p>
<script>
var L = function(url) {
   if (url.match(/ServiceLogin/)) {

Counting to 10

to html xhtml php by nando.quintana

<!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>

using Metaweb.addValidationAndCompletion()

to xhtml freebase by nando.quintana

<script src="json.js"></script>
<script src="metaweb.js"></script>
<script src="validateAndComplete.js"></script>
<script>
window.onload = function() {

Metaweb type browser

to xhtml freebase by nando.quintana

<html>
<head>
<!-- These are the modules we need -->
<script language="javascript" src="json.js"></script>
<script language="javascript" src="metaweb.js"></script>

fetching new images and documents from freebase.com

to xhtml freebase by nando.quintana

<head>
<script src="json.js"></script>
<script>
// These are a few important constants
var HOST = "http://www.freebase.com";

a JavaScript album and track lister

to xhtml javascript freebase by nando.quintana

<html>
<head>
<script src="json.js"></script>      <!-- JSON utilities -->
<script src="metaweb.js"></script>   <!-- Metaweb.read() function -->
<script>                                

Image replacement with CSS

to css xhtml by nando.quintana

XHTML:
<h1 id="logo">My Company</h1>
CSS:
#logo {
 background: transparent url("pathtoyourimage.png") no-repeat 0 0;
hits counter