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(); } });




What can I say... I was born on Cinco de Mayo 2002 and since my early age I got intrigued with this programming stuff that by boss does. So I figured i learn some of it to help him out with rent and shit like that. I might have some grammar error here and there but u know this "english language" is not really my first one.
Piss off now.
I'm gonna take a nap
A few pics of me
[smooth=id:3;] 