Project Y

Crazy dog writing code for fun

Does the code hilite work?

September9

this is gonna be some php code ready fools?

< ?php
  function foo() {
    echo "Hello World!\\n";
  }
?>

and this should be javascript

ProcessButton= new Class({
 
	Extends : Widget.Button,
 
	initialize : function(element, click, options) {
 
		this.parent(element, click);
 
		this.options = $extend({
 
			ready : 'btn.add',
 
			processing : 'btn.close',
 
			done : 'btn.done'
 
		},options);
 
		this._setText(ProcessButton.States.ready);
 
	},
 
	setState : function(state, text) {
 
		this._setText(state, text);
 
	},
 
	_setText : function(state, text) {
 
		this.state = state;
 
		if (text) this.options[this.state] = text;
 
		this.setText(this.options[this.state].localize());
 
	},
 
	click : function() {
 
		if (this.state == ProcessButton.States.done) return;
 
		var states = ProcessButton.States;
 
		this._setText(states[((this.state == states.ready)?'processing':'ready')]);
 
		this.clickAction(this);
 
	},
 
	done : function() {
 
		this._setText(ProcessButton.States.done);
 
		this.select();
 
	}
 
});
posted under Bites | 1 Comment »

I was gonna do some coding…

September9

But then i got HIGH. damn everytime they leave that stuff out i get all messed up when i’m home alone. That’s not healthy dog!!! put that shit away so i don’t end up like this:

I mean do you see the face dude?

Look at those eyes man:

posted under Crazyness | No Comments »
Bones
Previous Next
Latest on Tue, 05:12

Kititaxog: mm... informative ))

Yvon: The people in such cases, said so - Avos will be alive, maybe pomrem.

Rhino: A coding dog?? That's nothing. You should see a coding rhino!!

Dudeee: that foo is funny he must have been drunk!!

Zoey: what up with this wall thing is it site wide?

» Leave a bone