gennaio 2008 Blog Posts

[SQL] Per conoscere il valore attuale del timestamp in SqlServer

SELECT cast(@@DBTS AS DATETIME) AS 'TimeStamp'

JavaScript Memory Leak Detector

blogs.msdn.com/gpde/pages/javascript-memory-leak-detector.aspx

[Js] SWFObject

www.magnificaweb.it/flashobject/ questo script è da usare per includere nelle vostre pagine del contenuto Flash, e consente di risolvere il fastidioso problema dell'attivazione dei controlli ActiveX su InternetExplorer

[OT] A partire dalla Wii, il 3D casalingo più convincente mai visto

blog.webnews.it/24/01/2008/a-partire-dalla-wii-il-3d-casalingo-piu-convincente-mai-visto/

[SQL] Top clause in sql server 2005

ogni giorno si impara qualcosa di nuovo non sapevo ma dal sql server 2005 è possibile mettere con variabilie la clausola TOP : declare @n intset @n=3select top (@n) * from MyTable e anche in percentuale select top 10 percent*from mytable

HTML 5 differences from HTML 4

www.w3.org/TR/html5-diff/#changed-elements

[Js] Turbo Admin

interfaccia web-based in ajax-style per database www.turboajax.com/products/turbodbadmin/

[Crm] CRM 4.0 : Come creare via codice un account

A differenze del precedente Crm 3.0 , essendo quest'ultimo, multi società, ogni volta che ci collega al servizio del Crm è necessario passargli oltre alle solite credenziali anche un token con il riferimento alla societa (Organization)                 CrmAuthenticationToken token = new CrmAuthenticationToken();             token.AuthenticationType = 0; // Use Active Directory authentication.             token.OrganizationName = "AdventureWorksCycle";             // Use the global user ID of the system user that is to be impersonated.             token.CallerId = new Guid("94092D6F-B367-DC11-9C93-0003FFDFCE28");             CrmService crmService = new CrmService();             crmService.Url = "http://localhost/MSCRMServices/2007/CrmService.asmx";             crmService.CrmAuthenticationTokenValue = token;             crmService.Credentials = System.Net.CredentialCache.DefaultCredentials;             // Create a new account owned by the impersonated user.             account account...

[Js] JsonSQL

Attraverso questo script è possibile effettuare delle ricerche su delle strutture Json attraverso una sintassi simil SQL jsonsql.query("select * from json.channel.items order by title desc",json); www.trentrichardson.com/jsonsql/

[OT] Adotta un coniglio...

www.nabaztag.com/it/m-4-.html

[Snj] Nuovo Palinsesto

www.radiosnj.com

Icone

cerchi un icona da inserire nei tuoi applicativi cercala attrvarso: http://www.iconlet.com o iconbee.willmayo.com

[SQL] sp_depends

sp procedura di sistema che passato il nome di un oggetto torna l'elenco degli oggetti che lo utilizzano exec sp_depends 'object'

[CRM] Microsoft Dynamics CRM 4.0 SDK

http://www.microsoft.com/downloads/details.aspx?FamilyId=82E632A7-FAF9-41E0-8EC1-A2662AAE9DFB&displaylang=en

[Crm] Splendidcrm

crm opensource scritto in c# (net 2.0 ) www.splendidcrm.com

[Js] photo 3D Gallery

www.dhteumeuleu.com/ accattivante

[Js] Design Patterns in JavaScript

www.webreference.com/programming/javascript/ncz/column5/ un po' di design patterns anche in javascript e un libro per aprrofondire l'argomento : www.amazon.com/JavaScript-Design-Patterns-Dustin-Diaz/dp/159059908X/webstandardsw-20

«gennaio»
domlunmarmergiovensab
303112345
6789101112
13141516171819
20212223242526
272829303112
3456789