Jordi Adame

Photos


Astrata


GolST

Sat Jul 12

Cool JS widgets

Do you need a usefull autocomplete?

<script type=”text/javascript” src=”meteora.js?lang=en”></script>

<input type=”text” id=”myAutocomplete” />

<script type=”text/javascript”>

Meteora.uses(‘Control.Autocomplete’);

new Autocomplete(‘myAutocomplete’,
{
‘action’: ‘myJSON_response_script.php’,
‘rowClick’: function(e){
alert(‘content = ‘+e.content+’, index = ‘+e.index);
}
}
);
</script>
Don’t want to mess with confusing/unstable/ugly JS editors?

<script type=”text/javascript” src=”meteora.js?lang=en”></script>

<textarea id=”myTextarea”> </textarea>

<script type=”text/javascript”>

Meteora.uses(‘Control.editor’);

new Editor(‘myTextarea’);

</script>

Want a cool/usefull/greate photo gallery?

<script type=”text/javascript” src=”meteora.js?lang=en”></script>

<script type=”text/javascript”>

Meteora.uses(‘Control.Picbox’);

</script><img src=”1.jpg” class=”picbox-img” /><img src=”2.jpg” class=”picbox-img” />
<img src=”3.jpg” class=”picbox-img” />

Comments (View)
Sun Jun 29
This guy is hilarious.
Comments (View)
Mon Jun 2

golst.com

After many months of really hard work, we can finally release GolST!

 GolST is the ONLY place for football (soccer please) statistics, live matches, live photos,archives, etc.

 Hope ya’ll enjoy it!

Comments (View)
Sat May 31
Comments (View)
Mon May 26
Comments (View)
Mon May 19

Good bye netvibes

After many years using netvibes on a daily basis I finally gave up, too many unsolved bugs in the last couple of months, and new bugs appearing every day is too much for me.

 Hello Google Reader! any suggestions?

Comments (View)
Comments (View)
Sun May 18
One of the best videos i’ve seen so far. Gracias perra
Comments (View)
Sat Apr 19
ja ja ja ja
Comments (View)
Wed Apr 16
while(true){ punchis(); }
while(true){ punchis(); }
Comments (View)