-
June 2nd, 2010journalism, news media, social movements, the future is coming, user experience, webdev
Some really good points on why an iPad user says they prefer Safari over apps.
http://www.avc.com/a_vc/2010/05/i-prefer-safari-to-content-apps-on-the-ipad.htmlWhat really resonated with me:
- apps don’t talk to each other
- social media doesn’t launch apps
- the UI is different for every app so you need to work out how each works
- yah, multitasking… no multiple tabs!
- web content is still freeReally makes me wonder about the volume of trade in the ipad app store. The crucial differences between iphone apps and ipad apps are the display size of the device, the cost of apps, subscription (you keep paying) and the fact that it doesn’t really matter if media companies have worked out how to automatically redirect urls to an optimised experience… as it was in the old days with the iphone… if it is a half decent site to start with that is!
Now, I know there are plenty of places and people and purposes for this. But my post is speaking generally. After all the business model should be about attracting as many consumers as possible. So how many is possible?
I wonder if users are going to be paying more for premium products will it equal less variety per user? How thin will that dollar need to be spread out across the media landscape? Will people really be loyal to more than one paper and a few magazines? And that’s just the slither of the market who are interested in the short to medium term.
At least this whole consumer fanaticism going on in the net world might distract the attentions of developers getting that one URL thing sorted and keep the iphone app industries pockets licked.
Even so, there are free news apps on this device to compete with already. And in many cases they got to market first. Just like the real web. (real, ha!) So does it all come back to brands backed by plesant experiences? (note brands first and loyalty second… UX as insurance?)
I guess what I’m really saying is that we should also be focused on making sure our current web properties perform well on these new devices as well as hopping on the app train. Just like you would support and test for any browser. Users already have two communications bills on the whole. One for our internet and the other for our phone.
Sure, the app store is an amazing business model and a cash cow if you get it right, but is it as neccessary for users with a larger screen for sites with good web infrastructure? In a competitive market it is likely that someone else will get this right if you don’t.
-
June 12th, 2009blog, journalism, social media, social movements, tips, user experience, utilities, visualization, web applications, web design, web things to do, webdev
Start with a number followed by a nifty subject area full of tips.
Here are some useful examples:
20 Fantastic Resources For User Experience Know How:
http://www.inspiredm.com/2009/05/15/ux-madness-20-fantastic-resources-for-user-experience-know-how/50 iPhone Apps for Web Designers and Developers
http://mac.appstorm.net/roundups/iphone-roundups/50-iphone-apps-for-web-designers-developers/20 Tools to Make the life of a Web Developer Easier
http://net.tutsplus.com/articles/web-roundups/20-tools-to-make-the-life-of-a-web-developer-easier/25 Most Useful Blogs for web design and development
http://www.webappers.com/2009/04/06/25-most-useful-blogs-for-web-design-development/50 Great Examples of Data Visualizations
http://www.webdesignerdepot.com/2009/06/50-great-examples-of-data-visualization/5 impressive Mashups of Twitter and Flickr
http://mashable.com/2009/05/11/twitter-flickr-mashups/30 days to become a freelancer
http://www.skelliewag.org/30-days-to-become-a-freelancer-961.htmTrend spotting a fashion that is beginning to get irritating.
-
I was just talking about this today… the process and importance of review. Not that I’m trying to support yet another bureaucratic processes – hell no! That wouldn’t be useful… but.. well, isn’t reflection the pathway to advanced skills and mature project outcomes? Read the rest of this entry »
-
April 22nd, 2007webdev
The web is full of drop menus and I’ve lately been asked to do plenty of PSD to HTML cut ups that involved them so I’ve become friends with Son of a Suckerfish. A nice neat way to create drop navigation with CSS and very little Javascript. (damn you IE!) Most recently I encountered a problem with the drop menus falling behind form elements in IE. Normal techniques like shifting the z-index don’t work because of the way IE handles anything that falls with in a select tag. After a little web search I found several fixes that worked well, but used entirely different css to the what I had in place. Notably making the drop menus visible by using left:-9999px tricks and a like – while I already had mine working perfectly using the display:none; property.
So! I eventually found this fantastic link – which enabled me to apply a bug fix step by step to existing code rather than starting from scratch as with the other fixes I found.
Highly Recommended: Suckerfish Dropdowns, Selects, and Internet Explorer











