febbraio 2010 Blog Posts

Tabbloid.com

http://www.tabbloid.com/ Servizio online di hp che trasforma un rss in un pdf

Linq to Javascript

http://jslinq.codeplex.com/ 1: var myList = [ 2: {FirstName:"Chris",LastName:"Pearson"}, 3: {FirstName:"Kate",LastName:"Johnson"}, 4: {FirstName:"Josh",LastName:"Sutherland"}, 5: {FirstName:"John",LastName:"Ronald"}, 6: {FirstName:"Steve",LastName:"Pinkerton"} 7: ...

jsFiddle

http://jsfiddle.net/ sito online dove poter fare dei test con html,css e javascript

Jquery : menu da tasto destro

attraverso questo plugin di jquery : jquery.contextmenu, è possibile costruire facilmente dei menu da tasto destro, trovate una esauriente documentazione a questo indirizzo : http://www.javascripttoolbox.com/lib/contextmenu/index.php

.delegate in jQuery 1.4.2

Nella versione 1.4.2 sono stati aggiunti questi due nuovi metodi: .delegate (http://api.jquery.com/delegate/) 1: $("table").delegate("td", "hover", function(){ 2: $(this).toggleClass("hover"); 3: }); .undelegate()

Bulk Rename Utility

a volte capita di dover rinomina il maniera automatica un numero infinito di file questo tool risolve questo problema BulkRename

twitterizer

libreria .net per interfacciarsi con Twitter http://code.google.com/p/twitterizer/

Window Phone 7

[OT] Kiva : microcredito

http://www.kiva.org/

Javascript Regular Expression per il controllo di numeri di carte di credito

* Visa: ^4[0-9]{12}(?:[0-9]{3})?$ All Visa card numbers start with a 4. New cards have 16 digits. Old cards have 13. * MasterCard: ^5[1-5][0-9]{14}$ All MasterCard numbers start with the numbers 51 through 55. All have 16 digits. * American Express: ^3[47][0-9]{13}$ American Express card numbers start with 34 or 37 and have 15 digits. * Diners Club: ^3(?:0[0-5]|[68][0-9])[0-9]{11}$ Diners Club card numbers begin with 300 through 305, 36 or 38. All have 14 digits. There are Diners Club cards that begin with 5 and have 16...

jshashtable 2.0 : Hashtable in Javascript

http://www.timdown.co.uk/jshashtable/#setup 1: <script type="text/javascript" src="jshashtable.js"></script> 2: <script type="text/javascript"> 3: var typesHash = new Hashtable(); 4:   5: typesHash.put("A string", "string"); 6: typesHash.put(1, "number"); 7:   8: var o = new Object(); 9: typesHash.put(o, "object"); 10:   11: alert( typesHash.get(o) ); // "object" 12:...

ExtJs Online Gui Designer

E' da un po' che utilizzo il famoso framework javascript Extjs per il layout di siti, ho trovato recentemente due siti che mettono a disposizione online due editor che ti facilitano nelle costruzioni delle interfacce http://www.projectspace.nl/ http://tof2k.com/ext/formbuilder/

Valore Radio Button con Jquery

$("input[name='radiobuttonname']:checked").val()

«febbraio»
domlunmarmergiovensab
31123456
78910111213
14151617181920
21222324252627
28123456
78910111213