Profile_bird

Hey there! quickconnect is using Twitter.

Twitter is a free service that lets you keep in touch with people through the exchange of quick, frequent answers to one simple question: What's happening? Join today to start receiving quickconnect's tweets.

Already using Twitter
from your phone? Click here.

quickconnect

  1. Palm WebOS compiling and running. Building template now. Palm supported in QC1.6 beta5
  2. Blackberry support waiting on me getting emulator to run under wine. Anyone had any experience? I am compiling under Xcode. Just need sim
  3. The cookie handling is also a prerequisite to adding push notification handling
  4. Just added cookie handling to the ServerAccessObject in preparation to adding syncing between the native SQLite databases and any SQL server
  5. When I get each of the individual templates working I'll create the one click all platforms project. It looks like it is going to work.
  6. I now have a full Android project template for Xcode. Will be in 1.6 beta 5. Makes cross development MUCH easier. Working on Blackberry
  7. Goal of playing: One Xcode project that builds and runs in simulators for iPhone, Android, Blackberry, and Palm WebOS. All with one command
  8. Playing with Blackberry. I've got the apps compiling in Xcode and have almost got the simulator running on OS X.
  9. QCiPhone 1.6 beta 4 is now available. Check the blog for a description of the updates.
  10. One of my sons was in a car wreck today. He is OK but this set back the 1.6 beta 4 release till Monday.
  11. Made it! I'm now in Denver awaiting my flight.
  12. Car broke down on the way to the airport. Will I make it to the airport? Time will tell.
  13. I'm speaking at the iPhone Developer Conference tomorrow in Santa Clara. If you are going to be there come talk to me.
  14. @Clint_kingsnake those warnings can be ignored. They are about an Objective-C debugging function that I have turned off in the release.
  15. @Clint_kingsnake Did the chmod work? The new beta has a tested fix for this problem.
  16. In the next beta I'll convert all of the examples to be auto up-dateable in addition to adding more features
  17. Any of your Xcode apps created with QCiPhone 1.6 beta 2 or later will be auto updated each time you install a new version of QCiPhone.
  18. With the new DBScript object you can do transactionally safe bulk updates. Look in the BrowserDBScript example dashcode app to see it go.
  19. Drop as many pins in your map as you want from javascript. You can also show the user's current location.
  20. QCiPhone Beta 3 is now available. It solves the compile problem and adds in in-app maps and database scripts. Examples for both included.