Ok so I've been focusing much of my energy on work lately and I think school is starting to bite back. Not too crazy yet, but I definitely could use some sleep. Over the past week I've been staying up almost all night, getting maybe 3 or 4 hours of sleep and getting back up to face the chaos that is my day and then I take a nap for an hour or two and then wake up for another all-nighter..
I have a test tomorrow, a big quiz on next Tuesday and a (hopefully light) test next Thursday.
We shall see... Better get back to the study guide I'm still working on for that Philosophy test.
somethings from codeland
Thursday, October 09, 2008
Wednesday, October 08, 2008
expanding a vmware virtual disc
I'm going to attempt to expand the virtual disc size of a development virtual machine I use for some installers I've written. I found a gui VMDiskSize but in the notes it states I cannot resize a disc of a virtual machine that has snapshots.
For development purposes, I have various snapshots saved before and after I've made changes here or there. The snapshot manager could probably use some cleanup but its not on my priority list if I can get around having to mess with it right now.
I found a whitepaper on Using VMware Virtual Disk Manager. As always I've created a backup of the vm (which turned out to be a rather large 7-zip file) before attempting to modify anything that could render my development environment "un-bootable". (Yeah I talked to Webster and he said it was cool to make up words for blogs that no one reads)
Here's the actual documentation for the command line tool vmware-vdiskmanager
So the final command I had to run was:
vmware-vdiskmanager -x 60GB {path_to_vdisk}
(since all I needed was another 10GB on top of the already existing 50GB of storage there)
For development purposes, I have various snapshots saved before and after I've made changes here or there. The snapshot manager could probably use some cleanup but its not on my priority list if I can get around having to mess with it right now.
I found a whitepaper on Using VMware Virtual Disk Manager. As always I've created a backup of the vm (which turned out to be a rather large 7-zip file) before attempting to modify anything that could render my development environment "un-bootable". (Yeah I talked to Webster and he said it was cool to make up words for blogs that no one reads)
Here's the actual documentation for the command line tool vmware-vdiskmanager
So the final command I had to run was:
vmware-vdiskmanager -x 60GB {path_to_vdisk}
(since all I needed was another 10GB on top of the already existing 50GB of storage there)
Monday, October 06, 2008
New Apple Keyboard
I went out today and bought what is probably the most expensive keyboard I've ever purchased to date. I am going to be getting my MacBook Pro soon enough, so I figured while I was down in Oklahoma City (because I live in Stillwater now) I might as well go ahead and get the full keyboard so I can develop a little faster at home.
Don't get me wrong, I love the keys on my dell, but it seems like I always get a lot more done when I don't have to backpeddle and find the right keys for home, insert, \, etc... So I decided I would go ahead and get used to whatever quirks I would have to in order to jump right into the Apple scene.
I plugged this usb keyboard into my Win XP desktop and it required a reboot. After that its been great. It's not as touchy as my dell laptop or desktop's usb keyboard but I like it. Maybe that whole new Apple kid feeling will wear off soon enough... Who knows.
Tuesday, September 30, 2008
Talking with virtual box Ubuntu server vm
I'm having some problems connecting to a local Ubuntu server vm running on Sun's virtual box. The vm has access to the internet (it can download and install packages via apt-get), but I cannot access the address that the ifconfig eth0 is putting out there.
The vm appears to be located on some subnet that is not reachable by my host machine.
Monday, November 05, 2007
Clear Function
http://clearfunction.com/
This is a three man web development team with good heads on their shoulders... They are doing a web application a month, and it looks kind of neat..
This is a three man web development team with good heads on their shoulders... They are doing a web application a month, and it looks kind of neat..
Sunday, November 04, 2007
Some of the best designed sites online today
http://bestwebgallery.com/ - A gallery of some of the best designed sites on the web.
Friday, November 02, 2007
Wednesday, October 31, 2007
aboveshift blog
I need to devote some time to fixing the blog at aboveshift. I believe it's still functional, but the design has broken..
Aboveshift.com needs some attention either way..
Aboveshift.com needs some attention either way..
RJS Service
I spent a little bit of time learning how to create a service for MapInfo's Routing J Server using the .Net 2.0 framework. While the attempt was not in vain, it did not work on a clients machine as it did in-house.
MapInfo's RJS service install
It turns out MapInfo's Routing J Server has its own procedure for installing itself as a service right out of the box.
MapInfo's RJS service install
It turns out MapInfo's Routing J Server has its own procedure for installing itself as a service right out of the box.
Tuesday, October 30, 2007
windows services
I wrote my first windows service today. It was relatively easy to do in C# .Net.
After building the executable, it is necessary to install the service with installutil.exe (an exe included in the .Net framework).
I expect I will be automating this with NSIS for Appian's installers.
After building the executable, it is necessary to install the service with installutil.exe (an exe included in the .Net framework).
I expect I will be automating this with NSIS for Appian's installers.
CakePHP ajax tutorial: scriptaculous
Tutorial
possible code fix???
Turns out you need to register the helper javascript function as ajax for scriptaculous library functions???
More to come but I'm at a loss currently..
possible code fix???
Turns out you need to register the helper javascript function as ajax for scriptaculous library functions???
More to come but I'm at a loss currently..
Monday, October 29, 2007
Cool photoshop collage tutorial
Make a nice collage-type print design in photoshop.
http://psdtuts.com/designing-tutorials/creating-an-old-collage-effect-poster/
http://psdtuts.com/designing-tutorials/creating-an-old-collage-effect-poster/
Tuesday, October 23, 2007
some photoshop inspiration
silk screen print tutorial
http://www.screensilk.com/2007/01/full-color-screen-printing-with-photoshop/
http://www.screensilk.com/2007/01/full-color-screen-printing-with-photoshop/
Wednesday, October 17, 2007
Monday, October 15, 2007
Sunday, October 14, 2007
First cakePHP project: a CMS
I'm going to start coding a CMS in cakePHP.
Also, instead of just having a text box for the user to input information, I would like to use fckeditor. This will allow for a Microsoft Word-like interface and make it a little easier to input page content..
http://bakery.cakephp.org/articles/view/using-fckeditor-with-cakephp
Also, instead of just having a text box for the user to input information, I would like to use fckeditor. This will allow for a Microsoft Word-like interface and make it a little easier to input page content..
http://bakery.cakephp.org/articles/view/using-fckeditor-with-cakephp
Subscribe to:
Posts (Atom)
Twitter Updates
About Me

- Rueben
- I have been working with computers/programming to put myself through college since I graduated high school. I am currently attending Oklahoma State University for bachelors degree in biological sciences. Along with my experience in programming, a degree in biology will allow me to pursue a career in bioinformatics research concerning genetic diseases (i.e. cancer).
Blog Archive
-
▼
2009
(14)
- ► 02/01 - 02/08 (1)
- ► 01/25 - 02/01 (1)
- ► 01/18 - 01/25 (9)
- ► 01/11 - 01/18 (2)
-
►
2008
(35)
- ► 12/28 - 01/04 (8)
- ► 12/21 - 12/28 (4)
- ► 11/30 - 12/07 (1)
- ► 11/16 - 11/23 (1)
- ► 11/09 - 11/16 (2)
- ► 11/02 - 11/09 (2)
- ► 10/26 - 11/02 (2)
- ► 10/19 - 10/26 (7)
- ► 10/12 - 10/19 (3)
- ► 10/05 - 10/12 (4)
- ► 09/28 - 10/05 (1)
-
►
2007
(119)
- ► 11/04 - 11/11 (3)
- ► 10/28 - 11/04 (7)
- ► 10/21 - 10/28 (2)
- ► 10/14 - 10/21 (3)
- ► 10/07 - 10/14 (1)
- ► 09/30 - 10/07 (6)
- ► 09/23 - 09/30 (6)
- ► 09/16 - 09/23 (8)
- ► 09/09 - 09/16 (2)
- ► 09/02 - 09/09 (3)
- ► 08/26 - 09/02 (3)
- ► 08/19 - 08/26 (3)
- ► 08/12 - 08/19 (8)
- ► 08/05 - 08/12 (6)
- ► 07/29 - 08/05 (2)
- ► 07/22 - 07/29 (2)
- ► 07/15 - 07/22 (1)
- ► 07/08 - 07/15 (1)
- ► 07/01 - 07/08 (2)
- ► 06/24 - 07/01 (8)
- ► 06/17 - 06/24 (1)
- ► 06/10 - 06/17 (9)
- ► 06/03 - 06/10 (6)
- ► 05/27 - 06/03 (3)
- ► 05/20 - 05/27 (1)
- ► 05/13 - 05/20 (2)
- ► 05/06 - 05/13 (7)
- ► 04/22 - 04/29 (3)
- ► 04/15 - 04/22 (4)
- ► 04/08 - 04/15 (1)
- ► 04/01 - 04/08 (2)
- ► 03/25 - 04/01 (2)
- ► 03/18 - 03/25 (1)
-
►
2006
(51)
- ► 12/31 - 01/07 (1)
- ► 12/10 - 12/17 (1)
- ► 12/03 - 12/10 (1)
- ► 11/19 - 11/26 (1)
- ► 11/05 - 11/12 (3)
- ► 10/29 - 11/05 (1)
- ► 10/22 - 10/29 (3)
- ► 02/26 - 03/05 (4)
- ► 02/19 - 02/26 (8)
- ► 02/12 - 02/19 (7)
- ► 02/05 - 02/12 (6)
- ► 01/29 - 02/05 (1)
- ► 01/22 - 01/29 (7)
- ► 01/15 - 01/22 (3)
- ► 01/08 - 01/15 (3)
- ► 01/01 - 01/08 (1)
-
►
2005
(100)
- ► 12/25 - 01/01 (8)
- ► 12/18 - 12/25 (11)
- ► 12/11 - 12/18 (7)
- ► 12/04 - 12/11 (5)
- ► 11/27 - 12/04 (5)
- ► 11/20 - 11/27 (6)
- ► 11/13 - 11/20 (2)
- ► 11/06 - 11/13 (3)
- ► 10/23 - 10/30 (1)
- ► 10/16 - 10/23 (1)
- ► 10/09 - 10/16 (2)
- ► 10/02 - 10/09 (1)
- ► 09/25 - 10/02 (1)
- ► 09/18 - 09/25 (1)
- ► 09/11 - 09/18 (1)
- ► 09/04 - 09/11 (1)
- ► 08/28 - 09/04 (4)
- ► 08/21 - 08/28 (3)
- ► 08/14 - 08/21 (5)
- ► 08/07 - 08/14 (10)
- ► 07/31 - 08/07 (20)
- ► 07/24 - 07/31 (2)