Re: SOT: Blackberry 101 for developers

2005-07-26 Thread Matthew Fusfield
There are a few options for Blackberry applications using CF. For the
most part, the Blackberry browser can be used which supports HTML
"lite". You can also do "push" applications fairly easily with
ColdFusion and the Mobile Data Service (MDS) on Blackberry Enterprise
Server.

There are a number of good references as well as a device simulator
available at http://www.blackberry.com/developers/index.shtml

Regards,

Matt

On 7/26/05, Adrocknaphobia <[EMAIL PROTECTED]> wrote:
> Ray,
> 
> Most BlackBerry's have HTML browsers. Albeit usually in monochrome,
> but HTML browsers none-the-less. So the simple answer could be to just
> watch your page widths and d/l times.
> 
> -Adam
> 
> On 7/26/05, Ray Champagne <[EMAIL PROTECTED]> wrote:
> > Cool!
> >
> > My big question is, if I'm just submitting a simple form whose fields
> > are just going to be emailed from the web server, is there any reason
> > that I'd have to worry about other than display?  I mean, it seems like
> > once the info is pushed off the Blackberry, it should just be taken care
> > of as it normally would on the web server side, then just fire back the
> > (formatted) page that I specify...
> >
> > These are questions that I need to answer, but, we're waiting until we
> > get an answer back from the CEO if this is the direction he really wants
> > to go in before I proceed.  I hope he does, as I'd love to learn some
> > more of this stuff.
> >
> > Ray
> >
> > Rick Mason wrote:
> > > Ray,
> > >  I have a friend who has done some Blackberry apps using
> > > WML. I've seen some of his apps that use forms to submit info to a CF
> > > backend. If I am not mistaken Ben Forta even has a book out on WML.
> > >  The other alternative on the newer Blackberries is Java.
> > >  Rick Mason
> > > KnowledgeWatch
> > > Got news?
> > >
> > >
> > >  On 7/26/05, Ray Champagne <[EMAIL PROTECTED]> wrote:
> > >
> > >>Hey all:
> > >>
> > >>So, here's a question for some of you more savvy developers out there:
> > >>how to I program a corporate web site to be viewable by a Blackberry? We
> > >>have a client who's salesforce just got issued Blackberrys. They
> > >>already have a web site with a form that they'd like to access via the
> > >>Blackberry on the road. All I really need to do is to make the form
> > >>work with a Blackberry display. Can someone out there that has done
> > >>this before explain in brief how I'd tackle this seemingly easy project?
> > >>I've never even touched a Blackberry before, so I'm not even sure
> > >>where I'd start. I'm currently perusing the Blackberry web site, but
> > >>figured I'd give the list a shout to maybe shorten my "catch up" time.
> > >>
> > >>Thanks...
> > >>
> > >>Ray
> > >>
> > >>
> > >>
> > >
> > >
> > >
> >
> >
> 
> 

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:212914
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: SOT: Blackberry 101 for developers

2005-07-26 Thread Adrocknaphobia
Ray,

Most BlackBerry's have HTML browsers. Albeit usually in monochrome,
but HTML browsers none-the-less. So the simple answer could be to just
watch your page widths and d/l times.

-Adam

On 7/26/05, Ray Champagne <[EMAIL PROTECTED]> wrote:
> Cool!
> 
> My big question is, if I'm just submitting a simple form whose fields
> are just going to be emailed from the web server, is there any reason
> that I'd have to worry about other than display?  I mean, it seems like
> once the info is pushed off the Blackberry, it should just be taken care
> of as it normally would on the web server side, then just fire back the
> (formatted) page that I specify...
> 
> These are questions that I need to answer, but, we're waiting until we
> get an answer back from the CEO if this is the direction he really wants
> to go in before I proceed.  I hope he does, as I'd love to learn some
> more of this stuff.
> 
> Ray
> 
> Rick Mason wrote:
> > Ray,
> >  I have a friend who has done some Blackberry apps using
> > WML. I've seen some of his apps that use forms to submit info to a CF
> > backend. If I am not mistaken Ben Forta even has a book out on WML.
> >  The other alternative on the newer Blackberries is Java.
> >  Rick Mason
> > KnowledgeWatch
> > Got news?
> >
> >
> >  On 7/26/05, Ray Champagne <[EMAIL PROTECTED]> wrote:
> >
> >>Hey all:
> >>
> >>So, here's a question for some of you more savvy developers out there:
> >>how to I program a corporate web site to be viewable by a Blackberry? We
> >>have a client who's salesforce just got issued Blackberrys. They
> >>already have a web site with a form that they'd like to access via the
> >>Blackberry on the road. All I really need to do is to make the form
> >>work with a Blackberry display. Can someone out there that has done
> >>this before explain in brief how I'd tackle this seemingly easy project?
> >>I've never even touched a Blackberry before, so I'm not even sure
> >>where I'd start. I'm currently perusing the Blackberry web site, but
> >>figured I'd give the list a shout to maybe shorten my "catch up" time.
> >>
> >>Thanks...
> >>
> >>Ray
> >>
> >>
> >>
> >
> >
> >
> 
> 

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:212893
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: SOT: Blackberry 101 for developers

2005-07-26 Thread Ray Champagne
Cool!

My big question is, if I'm just submitting a simple form whose fields 
are just going to be emailed from the web server, is there any reason 
that I'd have to worry about other than display?  I mean, it seems like 
once the info is pushed off the Blackberry, it should just be taken care 
of as it normally would on the web server side, then just fire back the 
(formatted) page that I specify...

These are questions that I need to answer, but, we're waiting until we 
get an answer back from the CEO if this is the direction he really wants 
to go in before I proceed.  I hope he does, as I'd love to learn some 
more of this stuff.

Ray

Rick Mason wrote:
> Ray,
>  I have a friend who has done some Blackberry apps using
> WML. I've seen some of his apps that use forms to submit info to a CF 
> backend. If I am not mistaken Ben Forta even has a book out on WML.
>  The other alternative on the newer Blackberries is Java.
>  Rick Mason
> KnowledgeWatch
> Got news?
> 
> 
>  On 7/26/05, Ray Champagne <[EMAIL PROTECTED]> wrote: 
> 
>>Hey all:
>>
>>So, here's a question for some of you more savvy developers out there:
>>how to I program a corporate web site to be viewable by a Blackberry? We
>>have a client who's salesforce just got issued Blackberrys. They
>>already have a web site with a form that they'd like to access via the
>>Blackberry on the road. All I really need to do is to make the form
>>work with a Blackberry display. Can someone out there that has done
>>this before explain in brief how I'd tackle this seemingly easy project?
>>I've never even touched a Blackberry before, so I'm not even sure
>>where I'd start. I'm currently perusing the Blackberry web site, but
>>figured I'd give the list a shout to maybe shorten my "catch up" time.
>>
>>Thanks...
>>
>>Ray
>>
>>
>>
> 
> 
> 

~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:212888
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: SOT: Blackberry 101 for developers

2005-07-26 Thread Rick Mason
Ray,
 I have a friend who has done some Blackberry apps using
WML. I've seen some of his apps that use forms to submit info to a CF 
backend. If I am not mistaken Ben Forta even has a book out on WML.
 The other alternative on the newer Blackberries is Java.
 Rick Mason
KnowledgeWatch
Got news?


 On 7/26/05, Ray Champagne <[EMAIL PROTECTED]> wrote: 
> 
> Hey all:
> 
> So, here's a question for some of you more savvy developers out there:
> how to I program a corporate web site to be viewable by a Blackberry? We
> have a client who's salesforce just got issued Blackberrys. They
> already have a web site with a form that they'd like to access via the
> Blackberry on the road. All I really need to do is to make the form
> work with a Blackberry display. Can someone out there that has done
> this before explain in brief how I'd tackle this seemingly easy project?
> I've never even touched a Blackberry before, so I'm not even sure
> where I'd start. I'm currently perusing the Blackberry web site, but
> figured I'd give the list a shout to maybe shorten my "catch up" time.
> 
> Thanks...
> 
> Ray
> 
> 
> 

~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:212887
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


SOT: Blackberry 101 for developers

2005-07-26 Thread Ray Champagne
Hey all:

So, here's a question for some of you more savvy developers out there: 
how to I program a corporate web site to be viewable by a Blackberry? We 
have a client who's salesforce just got issued Blackberrys.  They 
already have a web site with a form that they'd like to access via the 
Blackberry on the road.  All I really need to do is to make the form 
work with a Blackberry display.  Can someone out there that has done 
this before explain in brief how I'd tackle this seemingly easy project? 
  I've never even touched a Blackberry before, so I'm not even sure 
where I'd start.  I'm currently perusing the Blackberry web site, but 
figured I'd give the list a shout to maybe shorten my "catch up" time.

Thanks...

Ray


~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:212842
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54