|
youtube.com —
Ever wondered how to get you media files hosted with Amazon S3? This Video Tuorial will show you how to set up your account.
|
|
|
|
|
technet.microsoft.com —
Deploying Reporting Services on Windows Vista and Windows Server 2008 requires additional configuration steps if you want to administer a report server instance locally. Both Windows Vista and Windows Server 2008 limit the overuse of elevated permissions...
|
|
|
|
|
thevalerios.net —
This is a good walk through on how to get started using Subversion (SVN) with VisualSVN Server and TortoiseSVN.
|
|
|
|
|
youtube.com —
This short video shows you how to use HomeGroup in Windows 7 to connect multiple computers on a network to share a printer or files. Setting up a home network is easier than ever with Home Group and Windows 7
|
|
|
|
|
mashable.com —
The iPad has landed and although you’ve likely been reading about it for weeks — if not months — now we can finally explore what Apple’s new device is capable of doing. Given that the device is new to all of us, we thought it...
|
|
|
|
|
freepdfconvert.com —
Want to convert a Word file to PDF? In seconds, you can convert Microsoft Office, Open Office, Lotus, images, web pages and other formats to PDF. This free PDF converter and PDF creator is free and it works in just seconds.
|
|
|
|
|
lifehacker.com —
The popular cross-platform file-syncing application Dropbox is a hit, but it has one major drawback: It only syncs files placed inside the "Dropbox" folder. Here's a way to get around this limitation.
|
|
|
|
|
techradar.com —
Dust is one of the biggest causes of dying PCs and simple steps will ensure your PC keeps running for some time to come.
|
|
|
|
|
redditech.wordpress.com —
Here's a great step by step on how to convert BlogEngine.NET from a Web Site Project (WSP) to a Web Application Project (WAP) using Visual Studio.net.
|
|
|
|
|
norvig.com —
Peter Norvig (director of search quality at Google) details how to write a Spelling Corrector like Google uses in 21 lines of Python 2.5 code. He also has links to people who wrote versions in different programming languages like C#, PHP, Java and...
|
|
|
|
|
codeplex.com —
Use the.NET port of the Yahoo! UI Library's YUI Compressor Java project, you can compress CSS and Javascript files on build of a Visual Studio.net project. The Yahoo.Yui.Compressor can compress any Javascript and Cascading Style Sheets to an efficient...
|
|
|
|
|
apijunkie.com —
Sometimes it is useful to get the base URL of a given URL.
// extract a base url from a url
public static Uri extractBaseURLFromURL(Uri url)
{
return new Uri(url.GetLeftPart(UriPartial.Authority));
}
|
|
|
|