K3bert

It just is

Sunday, March 16, 2008

Safari 3: “cannot decode raw data” (NSURLErrorDomain:-1015)

Out of the blue, when I launched Safari 3 on my MacBook, I started receiving the error: The error was: “cannot decode raw data” (NSURLErrorDomain:-1015) when trying to access My Yahoo!

To fix, I went to Safari -> Reset Safari and all is happy now

Labels: , , ,

Sunday, February 24, 2008

iTunes + iPhone + Leopard Upgrade = broken :(

This weekend, I received Leopard as a gift for being the best man in a wedding. I installed it tonight without a hitch, or at least that's what I thought.

I must say, the upgrade was easy and much to my chagrin only required 5GB of drive space...ha, put that in your pipe and smoke it Vista. Anyway, I went to plug in my iPhone after upgrading and to my disapointment, iTunes did not launch and I couldn't sync my calendar, contacts, or iTunes library.

As I was in to my 3rd try at a fix, finally came across the answer...it was to reinstall iTunes. While as painless as the upgrade was, the fact that I had to reinstall iTunes was too reminescent of Windows. Bleh, I need to go wash my mouth out with some Listorine to get rid of this aweful taste.

Labels: , ,

Saturday, January 19, 2008

Network Printing and Canon PIXMA MX310

Purchased the Canon PIXMA MX310 all-in-one office printer tonight and the heat was on to get it to work for the MacBook over a wireless network. I have the DLINK DPR-1260 wireless router/booster/print server which does not have any support for Mac OS X. Therefore, turned to the CUPS drivers in the Gutenprint project. As it turns out, Gutenprint does not have the exact driver for the PIXMA MX310, but you can use the MP-150 driver.

To get everything working, I did the following:
  1. Downloaded and installed the drivers
  2. Went to Print & Fax setup and added a new printer
  3. Selected HP Jet Direct - Socket for the Protocol
  4. Entered the address: 192.168.x.xx:9100 (9100 is the port assigned by the DLINK print server)
  5. Entered the queue name assigned by the DLINK print server
  6. Selected Canon PIXMA MP150 - CUPS+Gutenprint v5.0.2 in the Print Using box
Viola, I'm printing like a champ over the network from both our MacBook and PC system. Copying works great, faxing works great, but still have to figure out to get the scanner to work.

Labels: , , ,

Wednesday, January 16, 2008

Experimental site navigation added to blog

Recently, I have become enamored with the concept of a "command line" interface. While, I wish I could take credit for the concept, I was quick to realize that before the OS UI, there were punch cards...the punch cards were good...but, quickly replaced by a terminal with a command line for telling computers what to do.

Anyway, I digress. With Mac OS X, the Spotlight application is my most favorite as it provides a command line interface for launching any application or searching for any document on my Mac. Furthermore, I found Enso from Humanized that provides similar functionality to my PC.

So, thinking about it some, what bothers me the most about web sites is the fact that you have to use a mouse to navigate them effectively. So, I figured bring the command line to the web site. The "kui navigation" is a beta navigation tool for websites (v. 0.000001...you get the point, it's very new and not tested at all) leveraging the DOM and Yahoo! AutoComplete GUI library. The result, is a command line that allows you to start typing the text of a hyperlink on the page and it will shortlist the matches based on the DOM which you can select to jump to the next page.

Get it? Give it a try, it's in the right navigation pane. Remember, no comments from the peanut gallery unless they are positive. I made no attempt to test outside of Firefox nor did I worry about duplicate links.

Labels: , , , ,

Friday, December 28, 2007

Unable to Connect to Windows XP Network Share from Mac OS X

Over the Christmas Holiday, I finally decided to take on the challenge on why I could not connect to a share on my Windows XP computer from my MacBook.

When I would try to go to Network -> Gandalf (my Windows XP machine name) and connect, I would receive an invalid alias error and ask if I wanted to fix or delete it. Trying to fix it lead to a dialog box to select a file...not knowing what to select, I canceled out of it. When I tried to delete the alias, I would receive an insufficient permissions alert to delete the alias.

To make sure I could access my Windows machine, I tried telnet and had no problem connecting. Therefore, I validated the credentials I was using were correct. After several hours of searching the web, I finally found the solution. The problem was with the Windows share. By default, Windows Professional uses a "simple mode" for granting permissions to the share. Don't confuse the share permissions with the directory permissions. Despite granting users ability change files in the share, I still couldn't access it.

The solution was to open Windows Explorer and go to Tools -> Folder Options -> View -> Advance Settings -> Uncheck "Use Simple file sharing (Recommended)". Then, after this, go back to your share and right click and select Sharing and Security -> Sharing -> Permissions and make sure the user account you are trying to access the share with is included in the Share Permissions List.

As it turns out, with Simple File Share Mode, Windows XP only grants the Guest user account access to the share which I disabled. By granting my specific user credentials to the share, viola, problem solved.

Labels: , , ,