Well, it looks like LinkedIn is going the way of Facebook and MySpace and adding an application section to its offerings. I’ve been playing with it for a couple of days now and have just a few thoughts…
Wednesday morning – when the announcement was made – I jumped in and started playing. The applications available looked pretty interesting, but of the ones on offering, I took only the Slideshare, My Travel and Huddle Workspaces ones. I immediately hit a snag – none of them worked well (or at all, in the case of Slideshare) in my Firefox 3 browser. I reluctantly gave in and fired up IE7 and gave it another whirl. That seemed to fix the issues I was having, but it made me very unhappy…
And then I ended up posting this without finishing it, so I’ll do that now. I do love scheduling posts, except when I forget that I’ve scheduled them.
Anyway – it’s been a couple of days since the apps were added and I haven’t noticed any really outstanding uses of them – yet. I think the Huddle one – where you can create a workspace on LinkedIn and collaborate with your “connections” will be really interesting to watch. I may post again about this later if I find any really good uses of these – but it seems like I’m not the only one with issues getting them going, so I just don’t have a lot of “real world use” information yet!
Tag: applications
Categories
PHP/MySQL Session
Richard Weinberg
City of Providence (RI)
Started with a demonstration of the PHP Uploader including detailed explanation of the code. It’s a pretty cool little program! One thing he mentioned is that if you create a form input of the type=”file”, the browser will create the browse button and all that interface for you. (include the enctype=”multipart/form-data” in the form tag to make that work, too) Pretty easy! While going through the code, he mentioned the Heredoc syntax:
<<