ZachSchneider [dot] com
  • Facebook
  • Google
  • Twitter
  • Home
  • About Me
  • Terms of Use
  • Archive
  • Sitemap
Home» Posts tagged "How to…"

Setup LAMP on Ubuntu

Posted on September 21, 2009 by Zach in Fun

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 [...]

Apache, Geek, How to..., Linux, MySQL, PHP, Tech, ubuntu

Install Gimp 2.6 in Ubuntu 8.04

Posted on August 23, 2009 by Zach in Fun

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, ubuntu

CSS Image Rollover

Posted on August 7, 2009 by Zach in Fun

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 Development

Installing Eclipse with the Palm WebOSdev SDK

Posted on August 5, 2009 by Zach in Linux, Windows

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, WebOS

ColdFusion Try and Catch

Posted on July 27, 2009 by Zach in Fun

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 Development

IE on Ubuntu

Posted on July 17, 2009 by Zach in Fun

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, Windows

How to prepare an USB device to boot and install Windows 7

Posted on May 23, 2009 by Zach in Fun

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

Search

Facebook

Tags

Apache Apple bar Beer Bill Gates cheat sheet Chicago Code comic dating Download Day Election 2008 Firefox 3 flash Fun Geek Hackerspace How to... Internet Explorer Life Linux mac Microsoft Movies MySQL Nerd News PHP pickup lines politics quote Software Tech Twitter ubuntu virus vote Web Dev Web Development Windows Wine women Wordpress writings YouTube

Archives

  • December 2011
  • October 2011
  • September 2011
  • July 2011
  • May 2011
  • April 2011
  • January 2011
  • September 2010
  • August 2010
  • June 2010
  • May 2010
  • March 2010
  • November 2009
  • October 2009
  • September 2009
  • August 2009
  • July 2009
  • June 2009
  • May 2009
  • April 2009
  • March 2009
  • February 2009
  • January 2009
  • December 2008
  • November 2008
  • October 2008
  • September 2008
  • August 2008
  • July 2008
  • June 2008
  • May 2008
  • April 2008
  • March 2008
  • February 2008
  • January 2008
  • December 2007
  • November 2007
  • October 2007
  • September 2007
  • August 2007
  • July 2007
  • June 2007
  • May 2007
  • March 2007
  • February 2007

(c) 2012 ZachSchneider [dot] com