This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* @module gallery-captcha-slider | |
* | |
*/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
YUI.add('gallery-slider-captcha', function(Y){ | |
var isString = Y.Lang.isString, | |
isBoolean = Y.Lang.isBoolean; | |
Y.SliderCaptcha = Y.Base.create('slider-captcha', Y.Widget, [], { | |
// P U B L I C // | |
initializer : function() { | |
// publish release-success event | |
// publish release-failure event |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
YUI.add('gallery-slider-captcha', function(Y){ | |
var isString = Y.Lang.isString, | |
isBoolean = Y.Lang.isBoolean; | |
Y.SliderCaptcha = Y.Base.create('slider-captcha', Y.Widget, [], { | |
message : null, | |
handle : null, | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="UTF-8"> | |
<meta http-equiv="X-UA-Compatible" content="chrome=1"> | |
<meta name="description" content="Sliding CAPTCHA example"> | |
<title>Sliding CAPTCHA Example</title> | |
<link rel="stylesheet" type="text/css" href="http://yui.yahooapis.com/combo?3.1.1/build/cssreset/reset-min.css&3.1.1/build/cssbase/base- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<? | |
// use tabstop=4 | |
/* | |
Rich Text Format - Parsing Class | |
================================ | |
(c) 2000 Markus Fischer | |
<[email protected]> | |
http://josefine.ben.tuwien.ac.at/~mfischer/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/* | |
Plugin Name: DataJoe Hawaii Buyer's Guide Plugin | |
Plugin URI: http://joe4-jacob.datajoe.com/wp | |
Description: Custom plugin built for Hawaii Buyer's Guide to embed a custom interface for their directory on their site. To add the directory to your site, simply include "%%DJ_HBG_page%%" on any page. | |
Version: 0.03 | |
Author: Jacob Fogg | |
Author URI: http://jacobfogg.blogspot.com | |
*/ | |
require_once(dirname(dirname(__FILE__)).'/DataJoe_Main/DataJoe_helper.inc'); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# install git | |
sudo apt-get install g++ curl libssl-dev apache2-utils | |
sudo apt-get install git-core | |
# download the Node source, compile and install it | |
git clone https://github.com/joyent/node.git | |
cd node | |
./configure | |
make | |
sudo make install | |
# install the Node package manager for later use |