aprile 2012 Blog Posts

[OT] Zerg Rush....

digitare su google la parola : "Zerg Rush"....

_.uniq

Funzione della libreria di utility javascript Underscore.js che dato un array toglie eventuali elementi duplicati _.uniq([1, 2, 1, 3, 1, 4]); => [1, 2, 3, 4]

[sql] Parse json in tsql

Funzione sql server per effettuare il parse di un campo contenente una stringa in formato json IF OBJECT_ID (N'dbo.parseJSON') IS NOT NULL    DROP FUNCTION dbo.parseJSON GO CREATE FUNCTION dbo.parseJSON( @JSON NVARCHAR(MAX)) RETURNS @hierarchy TABLE   (    element_id INT IDENTITY(1, 1) NOT NULL, /* internal surrogate primary key gives the order of parsing and the list order */    parent_ID INT,/* if the element has a parent then it is in this column. The document is the ultimate parent, so you can get the structure from recursing from the document */    Object_ID INT,/* each list or object has an object id. This ties all...

[sql] Video su Sql Server 2012

al seguente indirizzo http://vimeo.com/33164050 potete trovare alcuni video di presentazione delle novità introdotte con la nuova versione di Sql Server 2012

[js] Jquery Spinner

plugin di jquery per la gestione di spinner link

[OT] Visitare la as Bianca con Google Street view

http://www.webnews.it/video/casa-bianca-google-street-view/

Unminify Javascript Code

tool online per effettuare l'operazione inversa di un minimizzazione di un file javascript http://jsbeautifier.org

«aprile»
domlunmarmergiovensab
25262728293031
1234567
891011121314
15161718192021
22232425262728
293012345