April 2009 - Posts

0
Comments

Windows 7 Release Candidate Availability by jdanforth

Glad to read about the upcoming RC release of Windows 7 . Just wondering how I should “migrate” to the RC from by current beta as I’ve spent days and days to get it in pretty good shape. Lots of job, but Win7 is just worth it. From the Askperf webby ...
Filed under:
1
Comments

Restored 64-bit Windows 7 Beta from Windows Home Server Backup on a DELL Laptop by jdanforth

The HD of the new DELL Precision M4400 I have crashed, burned and died yesterday. I heard the screams 3 rooms away while drinking my morning coffee. It was horrific. Luckily it was powered on during the night, so the Windows Home Server (WHS) had a full...
0
Comments

7-Zip on 64 Bit Windows 7 Beta by jdanforth

I’m having problems in my 64 bit Windows 7 beta with the built in support for unzipping zip-files containing *lots* of files. It often hangs near the end and I have to reboot to sort things out. Downloaded 64 bit version of 7-Zip and it work fine – so...
Filed under: ,
0
Comments

Writespace in Other Languages by jdanforth

Some time ago I noticed a peak in Writespace downloads and I started to get some emails from people with requests for new features and stuff, which is fun. I saw from the stats that Lifehacker had a couple of articles on Writespace, as well as Danish...
Filed under: ,
0
Comments

Fill a Select/Option from Json with jQuery by jdanforth

More jQuery and Json… To fill a listbox (select) with items from a Json call. I got this helper class to handle the options/items: public class SelectOption { public String Value { get ; set ; } public String Text { get ; set ; } } A sample action/method...
Filed under: , ,
1
Comments

Json, jQuery and ASP.NET MVC by jdanforth

I’m stacking a few things here related to Json, jQuery and ASP.NET MVC so that I can get to them later on. JQuery to grab some Json when a web page is loaded: $(document).ready( function () { $.getJSON( "/MyController/MyJsonAction" , null ,...
Filed under: , ,
More Posts