viernes, enero 09, 2009

cmdhere.reg

cmdHere.reg


REGEDIT4

[HKEY_CURRENT_USER\Software\Classes\*\shell\cmdhere]
@="Cmd &Here"

[HKEY_CURRENT_USER\Software\Classes\*\shell\cmdhere\command]
@="cmd.exe /c start cmd.exe /k pushd \"%L\\..\""

[HKEY_CURRENT_USER\Software\Classes\Folder\shell\cmdhere]
@="Cmd &Here"

[HKEY_CURRENT_USER\Software\Classes\Folder\shell\cmdhere\command]
@="cmd.exe /c start cmd.exe /k pushd \"%L\""

jueves, octubre 02, 2008

Home: Yet Another Multicolumn Layout | An (X)HTML/CSS Framework

Home: Yet Another Multicolumn Layout | An (X)HTML/CSS Framework: "

Home

"

jueves, septiembre 25, 2008

Mastering Grails: Grails and the mobile Web

Mastering Grails: Grails and the mobile Web: "Mastering Grails: Grails and the mobile Web"

miércoles, septiembre 03, 2008

12 things I bet you didn't know about Hibernate | Learning by Experience

12 things I bet you didn't know about Hibernate | Learning by Experience: "12 things I bet you didn’t know about Hibernate"

The Digital Picture Frame from an old laptop project

The Digital Picture Frame from an old laptop project - sacbhale.net
adamfranco
damn small linux
computerssuck
thewares (bueno)
lepolt

grynx
diydigitalframes (bueno)

martes, septiembre 02, 2008

Just Sherekan - Blog de Programación » Java

Just Sherekan - Blog de Programación » Java: "Just Sherekan - Blog de Programación"

Programación en Java

Programación en Java: "Programación en Java"

Cars - Disney Pixar Cars - pixarcars.tv

Cars - Disney Pixar Cars - pixarcars.tv: "pixar-cars-ix3"

Desactivar autorun en memorias USB para evitar virus

Desactivar autorun en memorias USB para evitar virus: "gpupdate"

20 Linux apps you can't live without | News | TechRadar UK

20 Linux apps you can't live without | News | TechRadar UK: "20 Linux apps you can't live without"

viernes, agosto 29, 2008

noor » Weaving Groovy Threads

noor » Weaving Groovy Threads: "Weaving Groovy Threads"

curious-attempt-bunny: Grails Domain Diagram Including Subclasses

curious-attempt-bunny: Grails Domain Diagram Including Subclasses: "Grails Domain Diagram Including Subclasses"

Jorge on Programming: grails

Jorge on Programming: grails: "Saturday, July 19, 2008"

Grails And Git QuickCasts - G2One Inc. - One source for Groovy and Grails expertise

Grails And Git QuickCasts - G2One Inc. - One source for Groovy and Grails expertise: "Grails And Git QuickCast"

rain city digest: Groovy Excel Report Library

rain city digest: Groovy Excel Report Library: "Groovy Excel Report Library"

grassr library blog » grails

grassr library blog » grails: "grassr library blog"

delahuntyware: Return the collection from a many to many relationship in grails

delahuntyware: Return the collection from a many to many relationship in grails: "d add the Account object referenced by each one. The end result is i get a list of the Accounts a user has access to."

Going Live with a Grails-Powered Blog

Going Live with a Grails-Powered Blog: " "

Geek Speak: GWT-Ext and Grails just works!

Geek Speak: GWT-Ext and Grails just works!: "Tuesday, December 25, 2007"

jueves, agosto 28, 2008

Mootools - Using .bind(this)

From MooTools Users | Google Groups


#############
var toto = new Class ({

Implements: Options,

options: {
message: "toto"
},

initialize: function(elem, options){
this.setOptions(options);
this.alternateMessage = "a message";
this.elem = elem;
this.elem.addEvent('click', function(){
this.alternateMessage = "other message";
this.aMethod();
}.bind(this));
},

aMethod: function(){
alert(this.options.message);
}

});

##################

in this class, you can see two effects of this binding in this
function

this.elem.addEvent('click', function(){
this.alternateMessage = "other message";
this.aMethod();
}.bind(this));

- this.alternateMessage is now changed for the whole class, not only
inside the fucntion as this refers to the class
- without binding the click function with .bind(this) the result would
be "this.alternateMessage has no properties", "this.aMethod() is not a function"
binding the function to the class (this) allows it to use any method
or this.var set inside it

How to autorun programs from USB Drive?

How to autorun programs from USB Drive?
Enable Autorun

Tool Tips com Mootools 1.2 « Codeline

Tool Tips com Mootools 1.2 « Codeline

How to Create a Super Shiny Pencil Icon - PSDTUTS

How to Create a Super Shiny Pencil Icon - PSDTUTS: "How to Create a Super Shiny Pencil Icon"

40 Dark and Futuristic Photoshop Effects - PSDTUTS

40 Dark and Futuristic Photoshop Effects - PSDTUTS

10 paquetes de iconos para escritorio Ubuntu/Gnome » RibosoMatic

10 paquetes de iconos para escritorio Ubuntu/Gnome » RibosoMatic: "10 paquetes de iconos para escritorio Ubuntu/Gnome"