Archive for the ‘Muggle Tech’ Category

pet-peeve about web layout

Sunday, January 17th, 2010

I was watching a commercial on TV today that told me to go to their web site to get more information on a specific subject. I went to the site and spent about 5 minutes searching their site for the information I wanted. I scoured the main page, used their search box and even read their entire site map and still could not find the page.

If you’re going to advertise (go here and then do this) it’s really important to allow your customers to get to your data by a minimum of two clicks or a simple text search. If you can’t get to the information you want quickly, you are going to loose your audience to clicking off. Two real-world examples of this are HP.com’s web site. Anyone that know this site knows what I mean. Another example is a phone tree. Many companies have eliminated the “0′ option to get an operator and get out of phone tree hell. Generally, if I encounter a vendor I can’t hit 0 and get out of the tree I won’t bother buying from them.

Please think about your customers when developing a site. Are you making it easy for them to get the information or are you trying to dazzle them with your web design skills?

sometimes security prevents you from doing what you want.

Wednesday, January 6th, 2010

After deleting all of my Twitter plugin’s for wordpress, I missed the ability to cross post my blog postings to my facebook page. Last night I started on the hunt to find a facebook plugin for wordpress. I found about 30 different plugins that all claimed to do this. I was able to eliminate most of them and narrow down the field to about a half dozen.

I installed each of these, one at a time and tested them out. I found almost all of them to be, well to put it blunt CRAP. Most of these plugins just opened a sub window and required you to login to facebook and re-post the article. Yeah! That makes my life easier… NOT.

One of them actually required me to enable Third-Party cookies in my browser… HELLO! 2001 called and wants it code back! Sheeze, don’t programmers think about security anymore? Or even understand how to use an API?

This reminds me of a consulting gig were I worked with some programmers from SAS. They claimed their software was multi-processor aware because it could spawn multiple threads. The surprise came when they told us we had to enable Telnet for it to work!! WTF? I about fell out of my chair. You see, the developers had no clue what they were doing, so instead of reading up on commands like fork and exec, they just started up an entire new connection to the system because they were told that was how you do it.

Anyway, I digress, the last plugin on my list looked promising. The tool claimed to do exactly what I wanted. I installed it and tested it out and it did just what it promised and only required me to put my credentials in once. It did not open up multiple windows, it did not prompt for additional data, and in fact put a check box on my posting/editing window to opt out of cross-posting to facebook. Very well done! I am a huge fan of tools that Keep It Simple. The name of the tool is Facepress.

I ran into a small problem with the plugin. It was posting to my wall, but not to the live feed. I did some troubleshooting but was unable to figure out what was going on. Perhaps it was the late hour and the lack of sleep šŸ˜‰ I went onto their website and checked out the postings. Nobody had really mentioned the problem I was seeing, so I shot an email to their developers. This morning, I received a reply back and after about 15-20 minutes of troubleshooting we figured out the problem.

A few months back I decided it was time to remove all those applications from having access to my profile. I could not believe I had over 300 apps with access to my private data. So I had systematically removed them. One of the apps I removed (by mistake) was Mobile. This app no longer had the ability to post from my wall to the live feed. A few minutes of searching and I found the following:

Settings->Application Settings
Show->Allowed To Post
Never Allowed to Post any Stories->Mobile->Edit Settings
Additional Permissions->Publish Recent Activities

How is that for obscure? Because the plugin used the Mobil Web API, it was blocked from posting to my feed.

A Big thanks to Alan @ Full Throttle for helping me out with solving this. I strongly recommend this plugin and would send them a donation if they listed how-to on their web site šŸ˜‰

why does my mac slow down after a crash?

Tuesday, January 5th, 2010

I found this very useful article:

http://skwpspace.com/2008/05/20/disabling-spindump-on-osx-to-prevent-slowdown-after-a-crash/

No more tweets for you…

Monday, June 29th, 2009

After spending the last hour removing spammers with twitter I have finally decided I am done with it. While I found it an intersting communication tool, most of my friends don’t use it and I find SMS direct to be the best way to communicate. I have deleted my account and will probably not return.

First attempt to upgrade to SSD drive

Monday, June 1st, 2009

So I decided to upgrade my internal hard drive to an SSD drive tonight. The only problem I ran into of the install was that it required a GID partition. It took a little bit to figure out where to change this. Once I fixed that, I was able to start the install.

2.5 hours later, I had the OS installed on the SSD drive and my applications copied over. And now my problems began!

When I created my account, it set my UID to a different number. Not a bad thing, I would just have to change the ownership on my old directory. So I changed permissions then set my home directory to the old internal drive.

I then logged out and back in. All of my settings appeared to work. I started poking around and discovered the following:
All of my Firefox bookmarks disappeared. Every single calendar I had was duplicated in iCal. Most of this was due to busysync, but some just ended up with two copies. Trying to delete the duplicate was a small disaster as it decided to send out email to everyone declining every appointment.
Molble Me was missing, not even a system prefernce option. Although the taskbar icon was there. When I tried to sync, I got all sorts of errors.

Time machine not working, and the icon disappeared from my dock. Once I found it, IĀ  started it up and found my vault completely empty. I then found several dock icons missing. when I went and searched for them, I found them with my old UID. I was able to change them to my current one and they worked again.
I then started up iTunes to find it completly empty. I then checked the permissions on the files in the Music directory, after realizing the icons in the finder are all set to default folders. I noticed that they had a strange setting for permissions, so I tried to change the permissions and every time I clicked the + key, the finder would crash.

That was the last straw for me, so I changed the ownership on my home directory back to the previous version and set my boot drive back to the internal and rebooted.

I will need to figure out a better method to do this in the future. Lessons learned and time wasted tonight.