Wednesday, September 3, 2008

My love hate relationship with my cell carrier: also titled "how to tether a Palm Centro via Bluetooth"

Ok. So after 2 hrs on the phone with tech support and sales at sprint, I've finally accomplished it: using my phone as a modem aka tethering. And you can do it too! So, to take the pain out, I'll help you walk through it...

Specs: MacBook Pro OS 10.4.1, Palm Centro, Sprint with phone as modem service option

Getting through the set up via Sprint's sales and support is the biggest hurdle. When I bought this phone back in December, I knew I could use it as a modem - I looked specifically for that feature. I knew I could add on broadband and use it through my computer, but they told me I could only connect at super slow 28.8k... not true! I hear t-mobile has free broadband with their plans, but since I am locked into a contract with Sprint until 2009, I am stuck.

Thinking I might be jaunting off soon to an undisclosed location for a mini-vacation, I thought I should go ahead and set this up. So I called sales and ended up getting triaged to "advanced tech support" because - "You can't use your phone as a modem and a phone. The plan won't allow it." ummm what???

I finally got someone who understood what I was saying and they hooked me up with the "Phone as modem" add on. I had the Power Vision pack - which is the broadband plan, now I just needed to get that option.

So then I had to set it up - via bluetooth. Centro doesn't work tethered via usb as a modem to a mac, so I turned on bluetooth, went to "set up device" selected mobile phone, and wow it found it. Had to then enter in the credentials and set the modem script as "au CDMA bluetooth". btw - this is using PPP not PPPoE... Everything was checking out fine, then I got errors. Couldn't connect. There is this little setting that if you aren't looking for it you won't find it... it's in the Bluetooth Preferences, under "sharing" there is a dropdown that when you have the bluetooth device selected: type: rs-232 This should say modem instead. Select that, save, hit connect and you're good to go anywhere you get a signal.

I was paying 60 extra a month for the aircard plan at first (they had lured me in with 1 month free - big mistake because now I have to have pay for 3 lines instead of just 2) but now I am paying only 25 more and I get this:

Sure, it's only 256k and not as fast as real broadband, but its better than 28.8k or nada.

Friday, August 29, 2008

A Primer in Content Management Systems: What, Who, How

yeah yeah yeah... I know I should've been putting something worthwhile here, something I know a little bit about, like a tech/media blog!  So, here we go...

It's hard to define what exactly I do: I find myself in the roles of web developer, designer, online media producer, teacher, social and professional networker, indie filmmaker & misc etc, so I have to keep up on tech to earn my keep.  Hopefully you'll find my rants interesting and useful, if nothing else, for buzzology.  This one is about my main focus at this time: CMS (Content Management Systems).

There was a time before Web 2.0 that it was ok to have a static html and/or Flash site to present a business.  You didn't need no stinkin' backend database or 3 tiered architecture - you were a rebel with a cause and just needed a .com and marketing $avvy to get people to know your site's url.  But now, you need constant interaction with your users.   Sites need to build communities, so in walks CMS.

There are a lot of CMSes today.  My specialties are php/MySQL based CMS like Joomla!, Drupal, vBulletin and Wordpress... What's that you say?  vBulletin is a Forum and Wordpress is a Blog?  Ah, but think of it on a larger scale: CMS (holistically) is a web development framework that allows end users to easily update content on a website, without knowing complicated code.  The technology that drives Blogger is considered a CMS.   This content that I am typing now is delivered to a backend database through a form using WYSIWYG tools, not unlike a compact word processing program in functionality.  While Joomla! and Drupal have more flexibility to build functionality (aka scalable), vBulletin and Wordpress do have the ability to add some features and can hook into a larger CMS such as Joomla! or Drupal.

My advice on picking a CMS: use the right tool for the job.  Not everyone needs a site built with Joomla! or Drupal or etc, and not everyone needs a blog or a forum.  

If you are looking at just branding yourself and your know-how, you may only need a snazzy looking Wordpress blog or a forum if you're brave enough to tackle Q&A.  A blog may be a great additional component for a large company that has a some employees (or even better customers) that can blog about their expertise/experiences, but for a bigger organization looking to build a community with more interaction from its perspective clients, Wordpress would not be the best choice to start.  A forum, on the other hand, eventually will need a team to manage it properly.  One forum site I manage, has 150,000+ registered users, 3500-5000 users on at anytime, and almost 60 moderators.  The great thing about this forum site is that there is a sense of ownership and community pride by the moderators.  They do what they do to help out of a passion for the topic and the site's community and that is huge to the site's success: that core group of users that are entitled and empowered.  Once you start to build a site with topical, timely and meaty content, give users the power to control the content, the community (and content) builds on itself.

I like to think of a blog as 1 dimensional communication, a forum as 2 dimensional, and a larger cms platform as multidimensional, but if you build it - they won't just come - you have to bring them there and keep them there and keep them coming back with the quality and quantity of content, no matter how many dimensions you have to your site.

Another tip: do not reinvent the wheel.  Seems like common sense, but many companies start with an out-of-the-box, open-source CMS solution, then modify (see hack) the crap out of it to get it to fit to their desired specs at the time.  Look for the cms platform that has the most module functionality already available as much as possible and one that is easy to write modules for.  Hacks to the core code and database can only make your upgrading and security patching a nightmare.

And try before you "buy".  Even if you're running open-source, free tools, go to: http://www.opensourcecms.com and use the Demo tool to test drive the technologies.

A great thing about the CMS 3 (or multi) tiered architecture from a programming perspective, is that the g33ks that know presentation (HTML/CSS/design), can work on their part (the template) and not worry about the database parts that the db g33ks know... and also why it works so well in the open source community.  For example: someone in Germany writing a module to say, make it easier to embed YouTube videos in a Joomla! site, can develop it, upload it to the Joomla.org site, and someone half a world a way can tweak it if the css file doesn't work in IE 7, notify the original developer and send the fixes to them.

Here are a few CMSes to look into:
  • DotNetNuke (Windows/ASP/MSSQL)
  • PostNuke (php/MySQL)
  • WebGUI (perl/MySQL)
  • Mambo (php/MySQL)
  • OpenCMS (java/MySQL or Oracle)
  • MediaWiki (php/MySQL)
  • phpBB (php/MySQL)
  • Drupal (php/MySQL)
  • Joomla! (php/MySQL)
If you have a Wordpress or vBulletin or other php/MySQL site already, you should stick to other php/MySQL and run it on Linux/Apache - php just runs better on it... Same thing with Windows based sites: save yourself a HUGE headache and stick with the same OS/Web Server/language/database app you're starting in.

So, now go live Web 2.0 and prosper.  HTH