glade – Jupiter Broadcasting https://www.jupiterbroadcasting.com Open Source Entertainment, on Demand. Mon, 22 Feb 2016 02:46:14 +0000 en-US hourly 1 https://wordpress.org/?v=5.5.3 https://original.jupiterbroadcasting.net/wp-content/uploads/2019/04/cropped-favicon-32x32.png glade – Jupiter Broadcasting https://www.jupiterbroadcasting.com 32 32 The Xamarin Solution | CR 112 https://original.jupiterbroadcasting.net/63792/the-xamarin-solution-cr-112/ Mon, 04 Aug 2014 14:19:14 +0000 https://original.jupiterbroadcasting.net/?p=63792 Mike discusses what his business has noted after using Xamarin and Xamarin.Forms. Plus we bust some myths, discuss use cases and advantages, the disadvantages. Plus you great feedback, some follow up and more! Thanks to: Direct Download: MP3 Audio | OGG Audio | Video | Torrent | YouTube RSS Feeds: MP3 Feed | OGG Feed […]

The post The Xamarin Solution | CR 112 first appeared on Jupiter Broadcasting.

]]>

post thumbnail

Mike discusses what his business has noted after using Xamarin and Xamarin.Forms. Plus we bust some myths, discuss use cases and advantages, the disadvantages.

Plus you great feedback, some follow up and more!

Thanks to:


Linux Academy


DigitalOcean

Direct Download:

MP3 Audio | OGG Audio | Video | Torrent | YouTube

RSS Feeds:

MP3 Feed | OGG Feed | Video Feed | Torrent Feed | iTunes Audio | iTunes Video

Become a supporter on Patreon:

Foo

— Show Notes: —

Feedback / Follow Up:

Dev Hoopla:

Recently, we at Fingertip Tech, INC have been doing a lot of work in Xamarin and Xamarin.Forms. All in all, things have been going fairly well and the tooling seems to get better everyday!

The post The Xamarin Solution | CR 112 first appeared on Jupiter Broadcasting.

]]>
Manual Design | CR 110 https://original.jupiterbroadcasting.net/62257/manual-design-cr-110/ Mon, 14 Jul 2014 13:37:02 +0000 https://original.jupiterbroadcasting.net/?p=62257 Have Interface designers led us down a false path? Why is it when heavy lifting is needed our tools still fall short in 2014? Mike discusses the shortcomings of some of our favorite tools, who is on the right track, and what the real solution seems to be. Plus some great feedback and Chris begins […]

The post Manual Design | CR 110 first appeared on Jupiter Broadcasting.

]]>

post thumbnail

Have Interface designers led us down a false path? Why is it when heavy lifting is needed our tools still fall short in 2014? Mike discusses the shortcomings of some of our favorite tools, who is on the right track, and what the real solution seems to be.

Plus some great feedback and Chris begins a new kind of challenge.

Thanks to:


Linux Academy


DigitalOcean

Direct Download:

MP3 Audio | OGG Audio | Video | Torrent | YouTube

RSS Feeds:

MP3 Feed | OGG Feed | Video Feed | Torrent Feed | iTunes Audio | iTunes Video

Become a supporter on Patreon:

Foo

— Show Notes: —

Feedback / Follow Up:

Dev Hoopla: Do All Interface Tools Suck?

Glade is a RAD tool to enable quick & easy development of user
interfaces for the GTK+ toolkit and
the GNOME desktop environment.

Build native UIs for iOS, Android and Windows Phone
from a single, shared C# codebase.

Qt Creator is a cross-platform IDE (integrated development environment) tailored to the needs of Qt developers.

The post Manual Design | CR 110 first appeared on Jupiter Broadcasting.

]]>
Yes Virginia, Worse is Better | CR 10 https://original.jupiterbroadcasting.net/23086/yes-virginia-worse-is-better-cr-10/ Mon, 13 Aug 2012 12:12:36 +0000 https://original.jupiterbroadcasting.net/?p=23086 As much as we might like to have different fully native applications for every platform we target. More than a little inefficient not to mention expensive.

The post Yes Virginia, Worse is Better | CR 10 first appeared on Jupiter Broadcasting.

]]>

post thumbnail

As much as we might like to have different fully native applications for every platform we target — that can be more than a little inefficient not to mention expensive.

This episode is all about compromise.

Direct Download:

MP3 Audio | OGG Audio | Video | Torrent | YouTube

RSS Feeds:

MP3 Feed | OGG Feed | Video Feed | Torrent Feed | iTunes Audio | iTunes Video

Show Notes:

Feedback

Code School Affiliate

This Week’s Dev World Hoopla

  • Digia bought QT — please don’t go the way of Mono….
  • Steve Yegge’s Liberal / Conservative Software Axis
  • ZOMG TextMate 2!

Mikes a Sad Panda

  • Sales progress….

Write Once Suck Everywhere

  • Using the same code base across multiple platforms
  • How Java fits in
  • Other options?
  • About those pesky designers….
  • The Great Web Hope
  • 20,000 Leagues Under Java!

Mike’s Plug

Tool of the Week

Book of the Week

The post Yes Virginia, Worse is Better | CR 10 first appeared on Jupiter Broadcasting.

]]>
Development Bootcamp for CS Grads | CR 09 https://original.jupiterbroadcasting.net/22776/development-bootcamp-for-cs-grads-cr-09/ Mon, 06 Aug 2012 12:10:43 +0000 https://original.jupiterbroadcasting.net/?p=22776 By popular demand we have specially tailored an episode for fresh computer scientists who are about to enter the development arena.

The post Development Bootcamp for CS Grads | CR 09 first appeared on Jupiter Broadcasting.

]]>

post thumbnail

By popular demand we have specially tailored an episode for fresh computer scientists who are about to enter the development arena. Things are different here, but if you follow some simple guidelines, you’ll have a much better time started out.

This episode is all about those little things academia forgot.

Direct Download:

MP3 Audio | OGG Audio | Video | Torrent | YouTube

RSS Feeds:

MP3 Feed | OGG Feed | Video Feed | Torrent Feed | iTunes Audio | iTunes Video

Show Notes:

Feedback

  • Emmet has made his own solution and put it on Github — and David recommends Uranos for him.
  • A number of you still love Codeacademy.com
  • Rellon is moving from Windows to Linux development and has fallen in love with Ruby (good choice). He would like some Ruby resources.
  • Adam says he’s loves the show (Awesome BTW!) but is having something of a problem wrapping his head around the arcane world of software licences. GPL? BSD? MIT? Apache? What does it all mean?
  • Pablo suggests we take a look at test driven development and unit testing one day — not a bad idea.
  • Fernando asks how I stay focussed enough on side commercial projects to actually complete them; I wonder if he likes tomatoes?
  • Colin says, “I see your email written in C and raise you a message in Haskell”. Yes, he wrote the email in Haskell.

PSA on Manners and the Real World

First Rule About Source Control: USE IT!!!

  • Everything in Source control no exceptions!
  • Centralised vs distributed?
  • Gui or command line?
  • Commit message formatting?

I Regret to Inform You that the Compiler is Almost Always Right

  • Don’t start with assumption that there is a bug in the vendor’s compiler / framework…
  • Having trouble? Consider writing test…
  • Test before you push, please….

Forget About Being Perfect, Be Good Enough and Get the Job Done

  • Don’t waste a week writing a “perfect” algorithm when a less perfect one will meet your needs and take significantly less time.
  • To that point it is almost always a good idea to use accepted solutions / algorithms for most problems you will encounter, rather than rolling your own.

Code Journal Experiment Update

The Horror!

  • This one is all too common…

JB Community App Update!

Book of the Week

Tool of the Week

Find us:

The post Development Bootcamp for CS Grads | CR 09 first appeared on Jupiter Broadcasting.

]]>