Author: devonenote
-
HTTP Error 404.13 – Not Found Error When Upload Big File using WCF
On IIS 7.5, if you upload big file thru WCF service, you might get http 404.13 error from IIS server. HTTP Error 404.13 – Not Found The request filtering module is configured to deny a request that exceeds the request content length. The solution is set a higher value for maxAllowedContentLength in web.config of application…
-
How to open documents in Explorer View in SharePoint 2010
To open a SharePoint 2010 Document Library in Explorer view, following these steps In the Ribbon area on top of document library page, click on the Library tab of Library Tools. Click Open with Explorer, a window explorer will pop up in which you can directly manage all documents. Note: If you can’t see the…
-
Generate GUID in PERL
It’s very common for developer to generate a GUID in code to guarantee uniqueness. Here is the sample code to generate a GUID in Perl my $guid = `uuidgen.exe`; chomp $guid; Uuuidgen.exe is a tool from DotNet Framework. You can append "-c" option to generate uppercase letters Run uuidgen /? to see the detail usage…
-
How to Open Notebooks Shared in SkyDrive on Windows Phone 7
After you save OneNote notebooks to SkyDrive, and access OneNote from windows phone, you might notice that the only notebook syncs and shows up in Windows Phone is Personal (Web). If you want to open/sync other notebooks other than Personal Web on windows phone, there are two options Option 1 – Using IE on Windows…
-
How to Tranfer PDF Files to Windows Phone
In Zune 4.7, you can’t sync non-media files to windows phone. If you want to read pdf offline on your windows phone, you have two options Email the pdf files to youself, and open the pdf file from your windows phone. Next time when you open Adobe Reader, the pdf file will show up in…
-
How to Reset Windows Phone 7 to factory settings
WARNING: Resetting your windows phone will erase all of your personal content, including apps that you purchased and downloaded, and restore your phone back to the condition it was when you first bought it. You may want to reset your windows phone to factory settings if you found it not operating well, or forget your…
-
Capture Single Monitor Screenshot on Dual Monitors
When you hit PrintScreen key, windows will take screenshot on the monitor and copy it to clipboard. But if you have dual monitors setup, you will find screenshot of both monitors are captured. You might wonder how to just capture the single screenshot on the monitor you are working on. The answer is ALT +…
-
How to get Apple Refund you the Money for App Purchase
You might have an app purchased by mistake for some reasons. (Personally I think paid apps in Apple App Store should have a grace period). According to Apply policy, you can’t cancel app purchase. But lucky there is a feature in iTunes you can get Apple to refund your money.
-
IE9 Go to an intranet site for a single word entry in the address bar
Unlike IE8, in IE9, if you type an intranet site name in the address bar without http, IE9 will redirect you to the bing search page with the site name as keyword. IE9 also recognize you might want to go to an intranet so there is prompt pop up ask if you want to go…
-
MSBUILD Reserved Properties
When you use MSBuild, a handful of properties are available to you out of the box that cannot be modified. These are known as reserved properties. Following table presents all reserved properties in MSBuild 4.