Il blog di Giulio Vian
Appunti e considerazioni di un consulente
April 2005 - Posts
Unix profumeria (perfume shop)
29 April 05 02:47 AM
When they'll open, I want to smell the difference between the scents of System V, BSD Net, Solaris, and AIX . [ITA] Quando aprono vado a sentire la differenza tra l'odore di System V, BSD Net, Solaris e AIX.
Read More...
Where is the TS Client ActiveX in Windows 2003?
26 April 05 02:54 AM
In setup Control Panel / Add or Remove Programs / Add or Remove Windows Components under Application Server / Internet Information services / World Wide Web Service / Remote Desktop Web Connection
Read More...
Convert TimeSpan to/from string
20 April 05 06:37 AM
I never remember what to type in config file TimeSpanConverter tsc = new TimeSpanConverter(); TimeSpan ts = new TimeSpan( 1, 2, 3, 4, 5 ); // 1 day 2 hours 3 minutes 4 seconds 5 millisec string s = tsc.ConvertToInvariantString( ts ); // 1.02:03:04.0050000
Read More...
Upcoming notes
19 April 05 11:14 AM
This blog is taking a shape: the notes here are solutions and tips found in my daily job, solving real‑life customer projects. So I was thinking at some old arguments I discussed in other places, and now I have a (sort of) ‘editorial plan’ that includes
Read More...
Quick-list for testing and demoing on a real device
12 April 05 01:17 PM
In the last days I set up a demo app running on a SmartPhone / PocketPC. I needed to wake-up an app on the SP by sending an SMS. This is well described in http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnnetcomp/html/ReceivingSMSMessages.asp
Read More...
Script for network configuration
07 April 05 09:46 AM
This is a simple batch to force a static IP address on my machines. ECHO interface ip > " %temp% \z.netsh" ECHO set address "Local Area Connection" static 192.168.100.173 255.255.255.0 192.168.100.1 3 >> " %temp% \z.netsh" ECHO set dns "Local
Read More...
Emulate SMS and Calls
06 April 05 11:57 AM
From http://blogs.msdn.com/windowsmobile/archive/2004/04/27/121497.aspx : you can make phone calls or send SMS messaages to yourself in the emulator (providing you are using a Smartphone or PPC emulator with Virtual Radio support). The phone number for
Read More...
This Blog
Home
About
Links
Email
Tags
Codice
Community
eventi
Italian
lingue
Microsoft
powershell
Religion
script
SmartPhone
TFS
Archives
January 2008 (1)
December 2007 (1)
November 2007 (5)
October 2007 (2)
July 2007 (1)
June 2007 (1)
May 2007 (9)
April 2007 (1)
March 2007 (3)
May 2006 (1)
March 2006 (9)
February 2006 (1)
October 2005 (2)
July 2005 (3)
June 2005 (1)
May 2005 (2)
April 2005 (7)
March 2005 (3)
October 2004 (2)
Syndication
RSS 2.0
Atom 1.0