Install Apache To start off we will install Apache. 1. Open up the Terminal (Applications > Accessories > Terminal). 2. Copy/Paste the following line of code into Terminal and then press enter: sudo apt-get install apache2 3. The Terminal will then ask you for you’re password, type it and then press enter. Testing Apache To [...]
Install Gimp 2.6 in Ubuntu 8.04
Remove the old version of GIMP from Synaptic or in a terminal: sudo apt-get remove gimp Download and save all five GIMP packages from GetDeb. Double-click on the packages to install them, in this order: libbabl-0.0-0_0.0.22-1~getdeb1_i386.deb libgegl-0.0-0_0.0.18-1~getdeb1_i386.deb libgimp2.0_2.6.1-1~getdeb1_i386.deb gimp-data_2.6.1-1~getdeb1_all.deb gimp_2.6.1-1~getdeb1_i386.deb Now you can start GIMP normally, from Applications->Graphics->GIMP Image Editor.
Gimp, How to..., Linux, ubuntuCSS Image Rollover
The CSS method uses what is known as an image sprite to load all the rollover effects as a single image and we then use CSS to do the transition. To create the image sprite just create a single image containing all of the individual transitions. Once you have your image sprite you just need [...]
CSS, How to..., HTML, Web DevelopmentInstalling Eclipse with the Palm WebOSdev SDK
Installing Eclipse and the Plug-Ins This section describes how to install and update Eclipse. Note: If you are using an earlier version of Eclipse, you must upgrade to Eclipse 3.4 to get the new plug-ins for Palm webOS development. To install Eclipse Download Eclipse 3.4.2, also called Ganymede. Mac: Download Eclipse 3.4.2 and extract into [...]
Eclipse, How to..., Linux, Palm, Web Dev, Web Development, WebOSColdFusion Try and Catch
In order for your code to directly handle an exception, the tags in question must appear within a cftry block. It is a good idea to enclose an entire application page in a cftry block. You then follow the cftry block with cfcatch blocks, which respond to potential errors. When an exception occurs within the [...]
Code, ColdFusion, How to..., Web Dev, Web DevelopmentIE on Ubuntu
Are you a web developer like myself needing to test crossplatform and would really prefer do it all on 1 OS (not Windows) well I have the solution IEs4Linux Type this in a Linux command terminal: =================================================================== wget http://www.tatanka.com.br/ies4linux/downloads/ies4linux-latest.tar.gz tar zxvf ies4linux-latest.tar.gz cd ies4linux-* ./ies4linux ===================================================================
How to..., Linux, ubun, ubuntu, Web Development, WindowsHow to prepare an USB device to boot and install Windows 7
Prerequisites: · Your BIOS must support booting to an USB device, and that functionality has to been enabled         · An empty 4GB (or greater) USB device, and you’ve removed all other important files from the device. This process will WIPE IT CLEAN. You have been warned.        · You must be using Windows Vista (or [...]
Geek, How to..., Tech, Windows, Windows 7- 1
- 2