Hey! If you’ve installed the Darky Rom 10.2 (or 10.3) on your T959D phone (Samsung Galaxy S Fascinate), and you are missing the HOME and SEARCH key here is how to get them working : Install Darky ROM 10.2 Download the latest Odin 3 (I used Odin3 v1.85) * Start Odin Download DarkyROM_10.2_Resurrection.zip Extract the [...]
Forbidden : You don’t have the permission to access / on this server. If you see this error message, then perhaps you’re trying to use an Apache virtual host that’s located somewhere in your home directory? Well this could be because Apache doesn’t have the permissions to traverse the directory, and this post explains how [...]
After wasting a lot of time myself, I thought this could serve some other people… So here’s how I did it : First install the Subclipse plugin Run sudo eclipse (that will install plugins system-wide) Eclipse > Install new software > Add Name = “whatever” Location = http://subclipse.tigris.org/update_1.6.x OK Work with: “whatever” Select these to install [...]
This article is part 2/2 of using QT Jambi within Eclipse. Click here to read the first part of this article, “Getting started with QT Jambi on Linux”. The present article you will learn how to design forms within eclipse and structure your QT code using the MVC pattern : File > New > Other > [...]
In this article I’ll explain how to install QT Jambi and write your first Hello world program. Installation of QT Jambi SDK Quick Overview of the SDK Integration with Eclipse Your first Jambi Program Jambi Links Installation of QT Jambi SDK First, you need to download the “Qt Jambi – Java bindings Binaries” for your [...]
I personally choose not to use Micro$oft products when it is possible, but sometimes the choice is not given. For these unfortunate who have to deal with SQL Server 2008 (or 2005), here is how to get around without too many swear words and avoid licensing costs. Requirements Windows Vista (Win XP should do also) [...]
Introduction I could not find an updated documentation on how to setup properly a rails application on Dreamhost, so I thought I’d share the information I gathered.. First off, thanks to the Phusion team, with Passenger (a.k.a. mod_rails), it’s now very convenient, easy, and cheap to run a rails application on Dreamhost. Also, special thanks to Todd [...]