transizioni di immagini tramite javascript http://www.netzgesta.de/transm/
Link libreria open source che consente di creare grafici, compatibili anche con IE
var q = from prod in db.Products group prod by prod.CategoryID into grouping select new { grouping.Key, TotalPrice = grouping.Sum(p => p.UnitPrice) };
Potete scaricarla a questo link
Esempio<script src="<%= Url.Content("~/Content/js/jquery-1.2.3.min.js") %>" type="text/javascript"></script> Leggi Articolo
var newObject = jQuery.extend({}, oldObject);
$("input").keypress(function(e) { if (e.which == 13) alert('return'); } )
Esempio 1: var text = 'some string here with <a href="#link">http:something.com</a> more string and more links also'; 2: 3: text = $('<div>' + text + '</div>'); 4: 5: text.find('a').each(function() { 6: var string = $(this).html(); 7: 8: }); 9:
1: from f in tabella 2: select new { 3: v = ((f.campo!=null)?f.campo:"") 4: } 5:
da pochi giorni sono diventato papà, per la seconda volta, di uno splendido bambino di nome Andrea, devo dire che la gestione di 2 figli è sicuramente molto piu' complessa, in termini nostri "mi sento una risorsa sempre allocata"
Link
tool online per la compressione dei file css http://www.csscompressor.com
RSS