PhoneGap – The missing android/windows setup guide

Posted by Phil on June 16, 2010 under PC, Web Development | 9 Comments to Read

phonegap-the-missing-androidwindows-setup-guide

The Introduction

Yesterday I spent a good part of the day setting up the absolutely fantastic framework PhoneGap.  If you don’t know what PhoneGap is, and you are a web developer, you are truly missing out. The only thing I can compare it to (from a high level) is Adobe Air.  Air lets you build a page out of html, css, and js and then renders it in a webkit self-contained browser that you can then package up and distribute on any platform that runs air (Win/Mac/Linux), and yes you can also build Air apps with Flex and Flash.  PhoneGap is similar to Air as it too uses html, css, and js to build apps for Android, iOS, WebOS, Blackberry, Symbian, and Nokia.

Now don’t let my title fool you, there is a guide (and a pretty good one at that) waiting for you in the PhoneGap Wiki, the problem is that it is now out of date and will cause you grief if you try to follow a few of the steps because they look like they are the right steps to follow.  That’s why I’ve created this entry to walk you through the mistakes I blundered through to get it set up and working on my Windows 7 box (My mac died, and my linux lappy is a netbook – not ideal for developing on… plausible, but not ideal).
Read more of this article »

Password Woes

Posted by Dustin on July 3, 2008 under Uncategorized, Websphere Commerce | Be the First to Comment

password-woes

So a few things I’ve noticed about Passwords here at wonderland are that none of them have the same restrictions/parameters.

Lets start with the Windows Password:

  1. minimum length: I think it’s 6 characters
  2. Maximum Length: not sure if there is one but there is a rumor floating around that it’s 127 chars.
  3. Special Chars allowed: Yes
  4. Quirkiness: nothing so far but stay tuned.

Accelerator Passwords (better split this up):

Ecom2:

  1. minimum length: not sure but I think 6 chars.
  2. maximum length: haven’t hit one yet (up to 11 chars)
  3. Special Chars allowed: not sure
  4. Quirkiness: nothing so far.

WCDEV/WC6:

  1. minimum length: 8 characters
  2. maximum length: ?
  3. Special Chars allowed: not sure
  4. Quirkiness: besides it doesn’t match ECOM2? nothing.

iSeries/WCDEV (server):

  1. minimum length: 6?
  2. maximum length: at least 10 maybe less my 11 char password failed on me
  3. Special Chars allowed: not sure
  4. Quirkiness: if you are trying to log into the file system either through start/run or on a saved link/mapped ip you will have to match up this password with your windows password or you’ll be pulling your hair out trying to make it all happen, and you’ll still fail. Also Ryan has informed me that Passwords contiaining capitol letters fail on this (I think when trying to access the filesystem) and someone mentioned that a number starting a password is a bad idea (also fails some how).

So to sum it up if you want to make all your paswords match when you change (every 45 days) you will have to keep them between 8 and 10 chars ( or maybe 8 and 8 chars) and you probably don’t want to use capital letters AND you may want to avoid starting your password with a number.

On a more exciting note Brett has informed me that Accelerator doesn’t force a password change like windows does ( i’m not sure it forces a change at all, and the iseries password can be different from the accelerator password so my suggestion/plan is to use one password for all accelerator logins and then just change the windows and iseries/wcdev password as needed.

if I had the clout to do anything about it all I would but alas i’m merely a drudgen.