January (2012)
S M T W T F S
1234567
891011121314
15161718192021
22232425262728
293031

February (2012)
S M T W T F S
   1234
567891011
12131415161718
19202122232425
262728

Macintosh

  The following Weblog items are filed under the Macintosh category. There are 63 entries in this section. The earliest was published on October 05, 2006 and the latest entry was filed on March 02, 2007. If you have any comments about Macintosh please let me know!

Pages:12345678910111213

March 02, 2007
VX8300 Wallpaper

I recently upgraded my cellphone and purchase a LG VX8300. I really like this phone over my Samsung A670 since it has Bluetooth capabilities and a better sound, including a speaker phone.

The screen is a little bigger, and I with that I needed create some new Disney World Haunted Mansion wallpaper. If your a Haunted Mansion fan, and have a LG VX8300 download these wallpapers that I created.

HauntedMansionNight  HauntedMansions  HauntedMansionSign

I am working on some ring tones. For some reason, Disney isn't providing any Haunted Mansions ringtones as they did when I purchased the Samsun A670 a couple of years ago. I think this is a big mistake since there are plenty of Haunted Mansions fans that would like to have Grim Grinning Ghosts as a ring tone. Once I am done with it, I'll put it up here so others can download it.

 Redbullet Filed under the "Macintosh" category. The direct link to this blog entry is here.

January 25, 2007
Apple Bugs

Google it...

Apple Tiger Bugs: 1,300,000
Microsoft Vista Bugs: 28,100,000

Oh, Vista doesn't officially come till next week. Lets see where the numbers stand Tuesday morning (January 31, 2007), once users installed it and start blogging it.

 Redbullet Filed under the "Macintosh" category. The direct link to this blog entry is here.

January 09, 2007
iPhone for $499

Wow Apple announced the iPhone for $499! The bad news is that it runs on Cingular network.

Apple would have been better to make a couple of these for different providers. In the northeast, Verizon pretty much has the most coverage. After all, they will have to make a different phone for Europe and for Asia.

more later...

 Redbullet Filed under the "Macintosh" category. The direct link to this blog entry is here.

November 16, 2006
Quicktime Feature

I have been working on the features section of this website and looking to take advantage of using Final Cut Express HD that I purchased last year.

I have my VCR connected to my Sony DCR-TRV720, as a pass-through and connected to my desktop computer using firewire. I got this working in Final Cut Express, so that I can record video, by using File > Easy Setup and selected DV-NTSC DV Converter. The only downside is that the audio doesn't play through the speakers.

Final Cut Express HD is a great piece of software, and one of the cool things that I didn't know that was included is Apple Compressor. This allows me to compress multiple Movies at the same time! Very Cool!

I currently have Media Cleaner 5 for all my compression, and its a great tool. But its a little out of date and I am unable to compress using the latest H.264 Codec. I am not sure if its worth getting the upgrade to Cleaner 6.5 since that costs $179. I think the key advanage would be the RealMedia and the popular Flash Movie Format that is not available in Apple's Compressor2.

I'll investigate other options, as there might be some plug-ins that might work with Quicktime or Compressor, such as Helix Producer.

 Redbullet Filed under the "Macintosh" category. The direct link to this blog entry is here.

October 05, 2006
Installing Oracle

I am in the process of Installing Oracle on my Powerbook G4 and G4 Desktop for development purposes. Here are the steps I am currently using.

First download Oracle Database 10g Release 1 (10.1.0.3) for Mac OS X Server

Then perform the following commands from the Terminal:

Oracle
su -
sudo nicl . -append /groups/admin users oracle
sudo gcc_select 3.3
sudo nicl . -create /groups/dba
sudo nicl . -append /groups/dba gid 601 
sudo nicl . -append /groups/dba passwd "*"
sudo nicl . -create /users/oracle
sudo nicl . -append /users/oracle uid 601
sudo nicl . -append /users/oracle gid 600
sudo nicl . -append /users/oracle shell /bin/bash
sudo nicl . -append /users/oracle home /Users/oracle
sudo nicl . -append /groups/dba users oracle        
mkdir /Users/oracle
chown oracle:dba /Users/oracle
sudo nicl . -append /users/oracle gid 601
nireport . /users uid name | more
mkdir /opt
mkdir /opt/oracle
mkdir /opt/oracle/product
mkdir /opt/oracle/product/10.1
chown -R oracle:dba /opt/oracle
cd /Users/cryan/Desktop
mv ship_mac_db.cpio.gz /opt/oracle/product/10.1/
cd /opt/oracle/product/10.1
gzip -d ship_mac_db.cpio.gz 
cpio -idmv < ship_mac_db.cpio

That's where I am at for now...

 Redbullet Filed under the "Macintosh" category. The direct link to this blog entry is here.

Pages:12345678910111213