My Cake app presented at CES keynote

2010-01-18 Thread Martin Westin
I have been working on the same Cake app for the past two years. A lot
of it has been a bit hush hush but last week we were truly outed by
Qualcomm.

Check out our 3 min segment from the Keynote:
http://www.greatconnection.se/en/ces

The system transmits medical images from echo machines (ultrasound),
CTs, MRs or any similar digital x-ray type device, to any mobile
phone, any email inbox and a few social networking apps. There is a
lot of high-tech stuff going on behind the scenes and CakePHP is at
the core of it all. Not just for the web-interfaces but actually to
drive the whole thing.

Roughly 85% of the code and all the main logic is CakePHP. The rest is
C and Java for certain things that benefit greatly from being
optimized and run as compiled code.

For a Cake app it is kind of an oddball I imagine. I thought it might
be interesting to hear of a Cake app that is not a CMS or a Twitter
mash-up or some other more common type of application.

I also thought this would come to my defence and help explain some of
the more strange questions I have been asking and problems I have been
having. I may not be all crazy... I hope.


Now... how am I going to work up the courage to attempt to migrate
this monster to 1.3? :)
Check out the new CakePHP Questions site http://cakeqs.org and help others with 
their CakePHP related questions.

You received this message because you are subscribed to the Google Groups 
CakePHP group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en


Re: My Cake app presented at CES keynote

2010-01-18 Thread John Andersen
Congratulations Martin!
Way to go!!
   John

On Jan 18, 11:23 am, Martin Westin martin.westin...@gmail.com wrote:
 I have been working on the same Cake app for the past two years. A lot
 of it has been a bit hush hush but last week we were truly outed by
 Qualcomm.

 Check out our 3 min segment from the 
 Keynote:http://www.greatconnection.se/en/ces

 The system transmits medical images from echo machines (ultrasound),
 CTs, MRs or any similar digital x-ray type device, to any mobile
 phone, any email inbox and a few social networking apps. There is a
 lot of high-tech stuff going on behind the scenes and CakePHP is at
 the core of it all. Not just for the web-interfaces but actually to
 drive the whole thing.

 Roughly 85% of the code and all the main logic is CakePHP. The rest is
 C and Java for certain things that benefit greatly from being
 optimized and run as compiled code.

 For a Cake app it is kind of an oddball I imagine. I thought it might
 be interesting to hear of a Cake app that is not a CMS or a Twitter
 mash-up or some other more common type of application.

 I also thought this would come to my defence and help explain some of
 the more strange questions I have been asking and problems I have been
 having. I may not be all crazy... I hope.

 Now... how am I going to work up the courage to attempt to migrate
 this monster to 1.3? :)
Check out the new CakePHP Questions site http://cakeqs.org and help others with 
their CakePHP related questions.

You received this message because you are subscribed to the Google Groups 
CakePHP group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en


Re: My Cake app presented at CES keynote

2010-01-18 Thread Chad Smith
Hey Martin,

Nice job!  I too have a rather large app that we are working on with
cakePHP driving the whole thing.  I can't tell what it is exactly but
it will be using a C/C# application to do some of the work as the
program that assists the program is not written in PHP or Java.  Good
times though, and it's exciting to be working on it.  Sadly it's a
side project for our company so we haven't had a lot of time to
dedicate to it yet.  So I might be asking YOU questions about how to
interface the two systems together sometime soon!  haha.

Take care and that's really wonderful!  Well done.
Chad

On Jan 18, 4:23 am, Martin Westin martin.westin...@gmail.com wrote:
 I have been working on the same Cake app for the past two years. A lot
 of it has been a bit hush hush but last week we were truly outed by
 Qualcomm.

 Check out our 3 min segment from the 
 Keynote:http://www.greatconnection.se/en/ces

 The system transmits medical images from echo machines (ultrasound),
 CTs, MRs or any similar digital x-ray type device, to any mobile
 phone, any email inbox and a few social networking apps. There is a
 lot of high-tech stuff going on behind the scenes and CakePHP is at
 the core of it all. Not just for the web-interfaces but actually to
 drive the whole thing.

 Roughly 85% of the code and all the main logic is CakePHP. The rest is
 C and Java for certain things that benefit greatly from being
 optimized and run as compiled code.

 For a Cake app it is kind of an oddball I imagine. I thought it might
 be interesting to hear of a Cake app that is not a CMS or a Twitter
 mash-up or some other more common type of application.

 I also thought this would come to my defence and help explain some of
 the more strange questions I have been asking and problems I have been
 having. I may not be all crazy... I hope.

 Now... how am I going to work up the courage to attempt to migrate
 this monster to 1.3? :)
Check out the new CakePHP Questions site http://cakeqs.org and help others with 
their CakePHP related questions.

You received this message because you are subscribed to the Google Groups 
CakePHP group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en


Re: My Cake app presented at CES keynote

2010-01-18 Thread Martin Westin
@John
Thanks.

@Chad
I can't tell what it is exactly

Boy, do I know that phrase! It is so nice to have it out so I don't
have to mask my code and questions as much.
Let me know when you can tell me more. Your app sounds intriguing.

Martin


On Jan 18, 2:07 pm, Chad Smith chadsmith...@gmail.com wrote:
 Hey Martin,

 Nice job!  I too have a rather large app that we are working on with
 cakePHP driving the whole thing.  I can't tell what it is exactly but
 it will be using a C/C# application to do some of the work as the
 program that assists the program is not written in PHP or Java.  Good
 times though, and it's exciting to be working on it.  Sadly it's a
 side project for our company so we haven't had a lot of time to
 dedicate to it yet.  So I might be asking YOU questions about how to
 interface the two systems together sometime soon!  haha.

 Take care and that's really wonderful!  Well done.
 Chad

 On Jan 18, 4:23 am, Martin Westin martin.westin...@gmail.com wrote:



  I have been working on the same Cake app for the past two years. A lot
  of it has been a bit hush hush but last week we were truly outed by
  Qualcomm.

  Check out our 3 min segment from the 
  Keynote:http://www.greatconnection.se/en/ces

  The system transmits medical images from echo machines (ultrasound),
  CTs, MRs or any similar digital x-ray type device, to any mobile
  phone, any email inbox and a few social networking apps. There is a
  lot of high-tech stuff going on behind the scenes and CakePHP is at
  the core of it all. Not just for the web-interfaces but actually to
  drive the whole thing.

  Roughly 85% of the code and all the main logic is CakePHP. The rest is
  C and Java for certain things that benefit greatly from being
  optimized and run as compiled code.

  For a Cake app it is kind of an oddball I imagine. I thought it might
  be interesting to hear of a Cake app that is not a CMS or a Twitter
  mash-up or some other more common type of application.

  I also thought this would come to my defence and help explain some of
  the more strange questions I have been asking and problems I have been
  having. I may not be all crazy... I hope.

  Now... how am I going to work up the courage to attempt to migrate
  this monster to 1.3? :)
Check out the new CakePHP Questions site http://cakeqs.org and help others with 
their CakePHP related questions.

You received this message because you are subscribed to the Google Groups 
CakePHP group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en


Re: My Cake app presented at CES keynote

2010-01-18 Thread Mariano Iglesias
Congratulations! That looks like an impressive piece of work. And you 
are right, this shows everyone that CakePHP is not just about writing 
standard webapps.


Thanks for sharing, and keep up the good work!

Martin Westin wrote:

I have been working on the same Cake app for the past two years. A lot
of it has been a bit hush hush but last week we were truly outed by
Qualcomm.

Check out our 3 min segment from the Keynote:
http://www.greatconnection.se/en/ces

The system transmits medical images from echo machines (ultrasound),
CTs, MRs or any similar digital x-ray type device, to any mobile
phone, any email inbox and a few social networking apps. There is a
lot of high-tech stuff going on behind the scenes and CakePHP is at
the core of it all. Not just for the web-interfaces but actually to
drive the whole thing.

Roughly 85% of the code and all the main logic is CakePHP. The rest is
C and Java for certain things that benefit greatly from being
optimized and run as compiled code.

For a Cake app it is kind of an oddball I imagine. I thought it might
be interesting to hear of a Cake app that is not a CMS or a Twitter
mash-up or some other more common type of application.

I also thought this would come to my defence and help explain some of
the more strange questions I have been asking and problems I have been
having. I may not be all crazy... I hope.


Now... how am I going to work up the courage to attempt to migrate
this monster to 1.3? :)
  



Check out the new CakePHP Questions site http://cakeqs.org and help others with 
their CakePHP related questions.

You received this message because you are subscribed to the Google Groups 
CakePHP group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
  



--
-MI
*Coding Ninja* @ CRICAVA Technologies http://www.cricava.com

*Blog*: http://www.marianoiglesias.com.ar
*Twitter*:  http://twitter.com/mgiglesias
*LinkedIn*: http://www.linkedin.com/pub/2/483/B94
*Facebook*: http://www.facebook.com/mariano.iglesias

Check out the new CakePHP Questions site http://cakeqs.org and help others with 
their CakePHP related questions.

You received this message because you are subscribed to the Google Groups 
CakePHP group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en