Search This Blog

Tuesday, January 18, 2011

Android SDK - Java SE Development Kit (JDK) not found

Problem:
Installing Android SDK on Windows 7 (x64) with JDK (x64)

Error:
"Java SE Development Kit (JDK) not found"

Solution:
Install JDK (x86)
- OR -
Download Android SDK zip

http://savagelook.com/blog/android/android-sdk-windows-installer-jdk-64-bit-fail

Wednesday, December 2, 2009

Embedding image resources in WPF

  1. Add an image file in project and set the build action to Resource.
  2. Define a resource in app.xaml or any other resource dictionary as
    <BitmapImage x:Key="MyImageSource" UriSource="/Images/Image.png" />
  3. Use the image resource
    <Image Source="{StaticResource MyImageSource}" />


http://stackoverflow.com/questions/347614/wpf-image-resources

Wednesday, November 25, 2009

Remove ads from Windows Live Messenger


Internet Explorer > Tools > Internet Options > Security > Restricted Sites > Click Sites
Add "http://rad.msn.com"

- OR -

Add "127.0.0.1 rad.msn.com" to C:\Windows\System32\Drivers\Etc\hosts

- OR -

Use A-Patch or Live Advert Remove



http://www.techmixer.com/remove-ads-from-windows-live-messenger/

Thursday, August 20, 2009

Saturday, August 8, 2009

Speedtouch Thompson ST585 v6 firmware upgrade

  1. Download Speedtouch Thompson firmware upgrade wizard from http://mirror.opensourcehub.com/pub/speedtouch/utilities/UpgradeWiz/
  2. Download Speedtouch Thompson ST585 v6 firmware from http://mirror.opensourcehub.com/pub/speedtouch/routers/ST585v6/
  3. Run the firmware upgrade wizard and browse to the firmware file

Friday, July 17, 2009

Team Foundation Server Administration Tool

The TFS Admin Tool allows a TFS administrator to quickly add users to all three platforms utilized by Team Foundation Server: Team Foundation Server, Sharepoint, and SQL Reporting Services, all through one common interface. The tool also allows administrators to change the current permissions on any of the three tiers, identify any errors, and view all of the users and their permission sets across Team Foundation Server, Sharepoint, and SQL Reporting Services.

Features
TFS Admin Tool allows a TFS administrator to

  • Add, delete, and modify multiple user permissions from a TFS Team Project and apply them at the same time
  • Identify missing permissions from Sharepoint or SQL Reporting Services and correct them
  • View a log of permission changes that have occured
  • Define what Sharepoint and SQL Reporting Services permissions should be automatically used when creating a new TFS user


Requirements
In order to run the TFS Administration Tool, you will need the following components installed

  • .NET Framework 2.0
  • Administrative rights for the TFS Server, Sharepoint Server, and SQL Reporting Services server you wish to add users to The account that has the admin rights must be the same account you are running the Admin Tool from on your local machine.
  • A domain-based Team Foundation Server setup
  • Microsoft Visual Studio Team Foundation Server 2008 (server-based, not necessarily local)
  • Team Explorer 2008 installed locally


Download
Team Foundation Server Administration Tool

Microsoft Download Center - Developer Tools

http://www.microsoft.com/downloads/en/resultsForProduct.aspx?displaylang=en&productID=C0037913-9E11-4A2D-8FD1-0BA441296CBC

Using Team Foundation Server 2008 with Visual Studio 2000

http://social.msdn.microsoft.com/Forums/en-US/tfsversioncontrol/thread/5831b031-3435-49a4-ba07-95f35e5a885e

Monday, July 6, 2009

Ubuntu 7.04 repositories

deb http://old-releases.ubuntu.com/ubuntu/ feisty main restricted universe multiverse
deb http://old-releases.ubuntu.com/ubuntu/ feisty-updates main restricted universe multiverse
deb http://old-releases.ubuntu.com/ubuntu/ feisty-security main restricted universe multiverse
deb http://old-releases.ubuntu.com/ubuntu/ feisty-backports main restricted universe multiverse
deb-src http://old-releases.ubuntu.com/ubuntu/ feisty-backports main restricted universe multiverse

http://ubuntuforums.org/showthread.php?p=6319924