Entries Tagged as “Opinions & Rants”
My Impressions of the Samsung Galaxy Tab
I am working on a interface for an Adobe Air app that is intended to run on the Samsung Galaxy Tablet. So this weekend I set out to find a Galaxy Tab that I can play with to see how it works. I was especially interested in testing the interactions of some of the other Android applications. I have a few tricky things to address myself, I needed to see how others worked around them.
I found the Galaxy Tab at a local Verizon store, and after a quick introduction to it by the sales guy I was off and swiping. I spent all of 45-55 min playing with the device. Not enough to be an expert by any stretch of the imagination, but enough to formulate some opinions about it none the less.
Overall, I thought the device was well constructed. It felt good in my hands. I liked the high quality screen the most. It was bright and vivid. the built in icons all looked great. Of course it looked as though some of them were apple derivatives. My first impressions were really good and I thought wow this might actually be a cool device. But then I spent another 40+ minutes with it. That's when things went downhill.
What I don't like about the Galaxy Tab
My biggest complaints about the device was the fact that all the applications I demoed relied on the devices primary back button to navigate applications. Some apps even used it as a way of saying "done" bringing up a save or cancel dialogue prompt. This feels so wrong to me to have to leave the application window to click a button to go back a step or to say done. What were the developers thinking? To make matters worse, if you are using the tablet in the landscape mode the back and home buttons no longer communicate what they do. Take a look at this screenshot. The home button now looks like a backwards arrow, and the back button looks like an undo button or something else.

I'm sure you will get used to the oddly oriented icons after a while, but shouldn't these devices be intuitive and easy for anyone to understand? Samsung could have remedied this glaring issue buy rotating these icons when the tablet was turned to on it's side. I am actually more of the opinion that most users will use this device primarily in the portrait position so it may not matter much. In the end it's a horrible design and bad user experience.
That brings me to my second gripe. Holding the device in the landscape position was difficult. Mostly because it didn't feel right in landscape mode. This is probably fine for gaming or watching videos, but for most other tasks portrait felt much more comfortable to me. I found hat even though I was trying to test the device in landscape mode I kept turning it to portrait without even thinking about it. It was a subconscious move that I was doing based on how the device felt to me.
What about Adobe Flash?
Since the application that I am working on is going to be an Adobe Air App, I decided to test the flash capability. I tested several sites known to use flash. I tried youtube, CBS, and a few sites that I have worked on that use flash for some elements of flash. Sadly, the video on CBS did not want to play at first. Then after trying another, the video finaly did play but was not very smooth. Testing sites that used flash for some elements made the page a bit sluggish to scroll. Sadly, the animation playback was also not all that smooth either. Personally, I just don't think that flash is going work that great on this device in the long run. If you really want flash on your portable, you might want to hold off on the Galaxy Tab. Perhaps the Blackberry Playbook will be a better platform for Flash.
→ Respond NowTags: Opinions & Rants
Mango Blog Setup Folder Security
Over the last few days I have found an alarming number of 404 errors in my coldfusion server logs. They all had one thing in common. A missing setup.cfm page. Naturally we don't want 404 error's right? In this case it's a good thing.
It is my belief that someone, or some group of people are testing the security of Mango Blog by looking for the setup directory that comes with Mango blog when you first download and setup your blog. The installation instructions state that once your blog is setup correctly, you should remove the setup folder from the admin, to prevent no-gooders from doing anything malicious to your site.
I went to the mangoblog.org site and took a look at a long list of people in the "Who uses Mango" section of the site and most everyone still had the setup directory intact. I was actually really surprised to see the carelessness of so many people. Especially by a few people that SHOULD know better than that.
What's worse is that I was able to add a new table to one unlucky site by guessing the username, password, and datasource! And it wasn't very hard! How lazy are we people!? Do we have to get hacked before we wise up? This is just plain ridiculous! I am not even a security person and was able to compromise one system in just a few minutes. Imagine what a security expert could do with all their tools and knowledge
Mango Blog owners. Remember you need to delete the setup folder after installation has been verified. It's obvious to me that people are checking for the existence of the setup.cfm so we best be on our toes.
My Solution
Here is what I am proposing as a solution. I am interested in your feedback.
The idea I had was to have the admin overview page check for the existence of the folder and if it finds the setup folder intact it could warn you that leaving the setup folder on the server is a security risk. It should then offer the admin user a chance to delete the folder. I think this is a better method as it provides the blog administrator a good chance to verify that things are working before deleting the folder. It also gives continual reminder to those that forget to delete the folder on their own.
Here is a sample design that I had. Maybe there is a better way to do things. I just thought I would get the ball rolling and see what can be done.
A plugin could easily be built for this, but I honestly feel it should be apart of the core install and not a plugin provided by an end user. That would pretty much defeat the purpose really.
→ Respond NowTags: Mango Blog · Opinions & Rants
Redesigning the Desktop Calendar
Most people use a calendar of one form or another in their day to day lives. With so many people using calendars I am really surprised that nobody has gotten annoyed by their functionality to the point where they felt that they needed to rewrite the way calendars work. Maybe I am alone on this idea but stay with me.
It seems to me that the computer calendar was simply a copy of the old paper calendar. The ones that hang on the wall in your cubical with the last month still in view because you never look at the thing except when you finally remember to flip the thing to the next month. Yeah that one.
It seems to me that when designing the desktop calendar programmers took the tried and true route. They built the calendar to look just like our old trusty friend the paper calendar. Granted they gave us more views like week view, day view, and even year view. But I think their needs to be one more view. "Rolling Month View"
Rolling Month View is for people who like the birds eye view of the month, but also want to see the next three or four weeks in addition to the current week. The problem with the traditional calendar system is that if I am at the end of the current month I have to click over to the next calendar month to see what's going on in two weeks. flipping back and forth counting days, trying not to count those extra days that are dimmed out but added in there to complete the boxes in the grid.
I just want to see what's happening in the next week or two. I never care about what happened last week unless the police are asking me "Where were you on the night of…" Anyway, you get the point.
Below is a screen shot of my calendar for the month of May. Assuming today was the 25th of May, it is nearing the end of the month. Granted I can see a few days ahead, but what if I want to see what's happening the week after? I have to toggle to the next month. Meanwhile the calendar is happy to show me what I did 4 weeks ago. What a waste of space! And totally useless in my opinion.


Rolling Month View might be the solution. It continues to roll the calendar forward a week at a time so you always have the next two or three weeks ahead of you displayed in the familiar monthly grid view.
Here is a very rough screenshot for conceptual purposes. There is probably a nicer way to do the rolling calendar, but this took me all of 1 minute to put together. The point is, it makes sense even if the presentation needs some work.

If your a developer for Apple, or know a developer for Apple, can you please get this worked into the next version of iCal? I will love you long time.
→ Respond NowTags: Design · Opinions & Rants · Software · usability
Who Uses ColdFusion Anymore?
I went to a web development meeting a few days ago and when I mentioned during the introductions that I was a ColdFusion developer the reaction from others in the room was that of amazement. I think they were amazed that the language still existed. I'm not surprised really. It's actually a common reaction from developers.
Someone in the room asked, "Does anyone even use ColdFusion anymore?" I know that I see ColdFusion powered sites all the time, but for the life of me I could not recall a single site that used it other than MySpace. And honestly, that's not a shining example of a good CF site. Feeling a bit embarrassed that I could not recall some decent sites on the spot, I felt I needed to do a bit of research and compile a list ColdFusion powered sites. If for no other reason that to answer this simple question when asked.
So here is a list more popular sites that I know to run ColdFusion. If your wanting to find a more comprehensive list, GotCFM.com has a pretty large database of sites.
- AT&T (portions)
- Bank of America (portions)
- Boeing (portions)
- California Department of Toxic Substance Control
- California Department of Water Resources
- California Dept of Developmental Services
- CarFax
- Dallas Cowboys
- Doctors Without Borders
- Duke University
- eBags
- Ebay (portions)
- Energy Star
- Foot Locker
- Gamepro
- Georgia Tech Savannah
- Guitar Center
- Hasbro Toys
- HP (portions)
- Logitech
- Macworld UK
- Massey University
- Merrill Lynch (portions)
- MMORPG
- MySpace
- NASA (portions)
- Ohio University
- Pottery Barn
- QuickBooks Online
- Scientific American
- Section 508
- See's Candy
- The Economist
- U.S. Bank
- Ultimate Fighting Championship
- University Of Amsterdam UVA
- University of Maryland
- US Dept of State
- Virginia College
- Vodafone
→ Respond NowTags: ColdFusion · Opinions & Rants
Are acronyms hurting your SEO rank?
Anyone that knows me, understands that I am not a big fan of acronyms. I think they breakdown the lines of communication, and confuse people quickly. Earlier this week I attended a marketing luncheon with a topic on SEO, where I became acutely aware of this issue and wanted to write about it. I don't claim to know much about SEO, so you experts out there can set me straight if I am missing the point.
Basically the presentation sounded like this: "keywords in your name, keywords in your url, keywords in your username, keywords in categories, keywords in your tweets, keywords, keywords, keywords." Sounds reasonable right? Well it does until I started noticing all these acronyms appearing in the presentation materials, in the conversation, on the web, etc.
All this got me to thinking. Why spend all this time creating a keyword rich business name, username, url, etc., if your going to refer to them with acronyms? The same is true for valuable keywords or trigger words within the content of your site as well. Using acronyms seem like missed opportunities to add valuable keyword content to your website.
A perfect example of this would be the title of my blog post. "Are acronyms hurting your SEO rank?" If I was an SEO expert, I just missed an excellent opportunity to gain "search engine optimization" as three additional keywords. The problem with using acronyms are that people looking for your content may not be familiar with your specific acronyms and therefore search for the longer more verbose phrase or only part of the phrase.
Acronyms are a big part of our language—for better to for worse—we are stuck with them. We should think carefully about the usage of acronyms within our page content. Properly defining an acronym the first time it's used on the page with the <acronym> tag is the first thing I would recommend.
However I would be remiss if I didn't caution against the overuse of the <acronym> tag. I still believe that once a term has been defined on the page it does not need to be defined again. Optimizing for a search engine is one thing, but user experience should be your top priority. Unless of course your customers are search engines and not people.
→ Respond NowTags: Opinions & Rants · SEO
