Verhuisd
De nieuwe RSS: http://feeds.feedburner.com/born2codenet/
<script language=javascript>
function DoPrint()
{
var content = document.getElementById("printDiv");
var printWindow = window.open('','','toolbar=0,scrollbars=0,status=0');
printWindow.document.write(content.innerHTML);
printWindow.document.close();
printWindow.focus();
printWindow.print();
printWindow.close();
}
</script>
<div id="printDiv">
<asp:datagrid>
...
</asp:datagrid>
</div>
<img onclick="javascript:DoPrint(); src="PrintImage.jpg" />
</div>

Google heeft Web Accelerator BETA vrijgegeven. Een nieuwe tool om website's sneller te laden.
Ik moet zeggen dat ik geen verschil merk terwijl de google accelerator toch al aangeeft dat ik in 5 minuten al 9.6 seconden heb gewonnen dankzij de google accelerator.
als je google web accelerator nu wilt downloaden krijg je vrolijk de volgende melding te zien:
Thank you for your
interest in Google Web Accelerator.
We have currently reached our
maximum capacity of users and
are actively working to increase
the number of users we can support.
[STAThread]
static void Main(string[] args)
{
foreach(string arg in args)
{
Console.WriteLine( arg );
}
}
[STAThread]
static void Main(string[] args)
{
IEnumerator enumerator = args.GetEnumerator();
while(enumerator.MoveNext())
{
Console.WriteLine( enumerator.Current );
}
}
.method private hidebysig static void Main(string[] args) cil managed
{
.entrypoint
.custom instance void [mscorlib]System.STAThreadAttribute::.ctor() = ( 01 00 00 00 )
// Code size 27 (0x1b)
.maxstack 2
.locals init ([0] string arg,
[1] string[] CS$00000007$00000000,
[2] int32 CS$00000008$00000001)
IL_0000: ldarg.0
IL_0001: stloc.1
IL_0002: ldc.i4.0
IL_0003: stloc.2
IL_0004: br.s IL_0014
IL_0006: ldloc.1
IL_0007: ldloc.2
IL_0008: ldelem.ref
IL_0009: stloc.0
IL_000a: ldloc.0
IL_000b: call void [mscorlib]System.Console::WriteLine(string)
IL_0010: ldloc.2
IL_0011: ldc.i4.1
IL_0012: add
IL_0013: stloc.2
IL_0014: ldloc.2
IL_0015: ldloc.1
IL_0016: ldlen
IL_0017: conv.i4
IL_0018: blt.s IL_0006
IL_001a: ret
} // end of method Class1::Main
In de agenda van Microsoft TechNet/MSDN Briefings lezen we dat er weer een nieuwe gratis evenement voor de deur staat.
Zoals we gewent zijn bestaat het weer uit vier tracks:
Meer informatie vind je hier.