Our Blog

Mobile App development with Corona SDK

by sly May 02, 2011 08:22

Technoponics has selected the Corona SDK technology for its iPhone, iPad and Android projects.

Created in 2007 par the minds behind Adobe Flash, Corona SDK is first and foremost a game development tool. But since we believe that every mobile application should have a gaming aspect to it, Corona SDK is a perfect fit.

Corona SDK also allow simultenous development of both the iOS and Android environment.

We will publish on this blog our experiences in this new world we call Corona SDK !

 

 

 

 

 

 

 

.

Tags:

English | Software

Développement Mobile avec Corona SDK

by sly May 02, 2011 07:57

 

Technoponics a choisi la plateforme de développement mobile Corona SDK pour ses projets iPhone, iPad et Android. 

Créé en 2007 par les leaders de l'équipe Flash d'Abobe, Corona SDK est à-priori une technologie destinée à programmer des jeux. Mais nous croyons que toutes applications mobiles doivent, à quelque part, être un jeux. 

Corona SDK nous permet aussi de développer simultanément pour iOS et Andoid dans la plupart des cas. 

Nous publierons dans notre blog nos expériences et découvertes dans ce nouveau monde qu'est celui de Corona SDK  !

 

 

 

 

 

 

 

 

.

More on Videos and HTML 5

by BillyTheKid June 15, 2010 08:37

After my last blog post on videos Encoding H264 for the iPhone I ran into a little issue with the videos I was encoding when trying to stream to the iPhone it would say "Movie could not be played".   The only difference I could see between one that I found that would play and mine was the codec, which was set to ISOM, instead of mp42 for one that worked.

It was quite a simple fix actually, just changing -f mp4 to -f ipod in the ffmpeg command line changes the format to M4V which the iPhone will stream without issue.  FFMpeg makes a minor complaint about using a .mp4 extension with m4v format, but it all works fine.  Credits to the Metal Toad Media blog for the fix.

Now we have H264 encoded .mp4 files which can be streamed to Safari or Chrome, as well as the iPhone.  Here is a very simple example of the HTML 5 video tag.

<html>
<head>
<title>Video Testing</title>
</head>
<body style="background-color:#FFFFFF; ">
<center>
<video controls>
<source src="http://www.technoponics.com/media/expo67.mp4" type="video/mp4">
</video>
</center>
</body>
</html>

Photobombe

by sly November 23, 2009 09:58
Les “Photobombs” sont maintenant mes produits dérivés de l’Internet. Une bombe-photo est essentiellement une photographie qui est ruinée (ou amélioré) par une force externe (un passant, un ami saoul, etc). Allez visiter le site http://thisisphotobomb.com pour découvrir l’univers du ‘Photobombing’ …

Photobomp

by sly November 23, 2009 09:57

 

Photobomp is my new favourite Internet by-product.  A Photobomb is a picture that is ruined (or improved) by an external force (passer by, drunk friend, etc).  Check out this site http://thisisphotobomb.com to start you on your journey.

 

Tags:

English | Software

Mono Ouch !

by sly September 14, 2009 08:14

Mono-Ouch !

Si vous avez lu mes autres blogues, vous savez que j’avais hâte d’essayer le logiciel MonoTouch qui permettra de concevoir des applications pour le iPhone ou le iPod Touch avec le langage de programmation C#.

Et bien l’annonce officielle de la version 1.0 de MonoTouch a sérieusement refroidi mon enthousiasme. MonoTouch ne sera pas Open Source et coutera pas moins de 399$, plus si vous voulez la version ‘entreprise’. C’est cher si on compare au 99$/an qu’Apple nous demande pour le kit de développement iPhone.

Je vais certainement télécharger la version d’évaluation qui sera disponible au cours des prochaines semaines, mais comme nous faisons déjà de la programmation Objective-C, peut être que ça n’en vaut pas la peine.

Plus de détail : http://news.cnet.com/8301-1001_3-10351923-92.html?tag=newsEditorsPicksArea.0


News from the front

by BillyTheKid August 27, 2009 05:33

Well, I've finished upgrading our blog to use the newest version 1.5 of BlogEngine.net. So far so good, I managed to copy over all the content, the little custom widget I made, our template, plus the hacks Sly put in to the global.asax to use our language classes to switch the interface between english and french.

I might not have upgraded for a while but we started getting blog comment spam when we had been getting none before. It seems there has been an auto-poster tool developed to work against BlogEngine.net. There is a quick fix 4 lines of code added to CommentView.ascx.cs. For more information check out this blog post over here

While on the subject of BE.net, if you're a c# coder, even if you don't ever intend on running a blog, you should download the source for the BE.net project and check it out, it is very well written.

More news;

I'm writing this blog post from a Mac! Not that it's my first Apple computer, just not for a while now. Not since somebody broke into our old office and stole my iMac (and Sly's iBook). They didn't touch any of the Dell PC's, funny. Anyway, we are doing some iPhone development, and I got voted in to learn Objective-C. More on that later.

I was using Windows Live Writer to post to our blog; on the Mac it seems to be a battle between Mars Edit or Ecto for blog software. For me, Ecto seems the clear winner, simply because they have a plugin that supports BE.net features directly.

Funny, for years and years, the last computer I ever wanted to have was a Mac, but all that changed when Apple released OSX which was built on top of a Unix framework, which made it officially geek cool. I actually had the privilege of playing with a NeXT computer way back in the day when I was at the University of Toronto, so I had an appreciation for what was underlying the OS. Even the iPhone development kit still uses objects like NSString, inherited from NeXT, the NS meaning NeXT Step. Anyway, as you can see the Terminal app holds a place of honor in my dock right beside the finder icon.


mydock.jpg