Visit site JT @ Embarcadero
May 2013
1
vote
Hey, Trial users: No Mac, No problem
JT @ Embarcadero
– I found a great resource for those of you trying out iOS support in XE4. macincloud.com offers rental time of Mac hardware online. Yesterday, I setup an account. Installed Platform Assistant into my account (actually I had to ask them to install it for me via the .pkg we make available online). Once ...
April 2013
2
votes
True Native
JT @ Embarcadero
– One would think the meaning of a simple term like ‘native’ with regard to software applications would be obvious. This term has had a specific meaning since the dawn of software development. Those of us who have been developing software for a while inherently understand this to mean ...
March 2013
4
votes
Casablanca - Here’s looking at you, Microsoft
JT @ Embarcadero
– If there is one thing that Enterprises need to do today - they need to deliver functionality and data onto mobile devices. Although there are plenty of technology options for remoting and moving data around the cloud and/or to a client, a clear, emerging, leader here is the use of REST technology. ...
0
votes
New ISO C++ Working Group papers tweets
JT @ Embarcadero
– If any of you are interested in the C++ standard, the current Working Group 21 is tweeting paper submissions as they come in. Check out @isocpp. Some recent notables for me: A Parallel Algorithms Library Proposal for Assorted Extensions to Lambda Expressions—Faisal Vali et al. Proposal for Generic ...
2
votes
Locking my iOS drums app to landscape orientation
JT @ Embarcadero
– I’ve recently decided my PlayMyDrums iOS app is best suited for the iPad and more specifically landscape mode (rotated 90 degrees). Take a look at the app in Portrait mode - it doesn’t provide enough playing area since it shrinks the image to fit. Additionally, the FireMonkey ellipses I ...
February 2013
0
votes
FireMonkey Retina / non-Retina auto detection
JT @ Embarcadero
– FireMonkey has a new feature in XE3 to detect if your Mac OS X or iOS device has a retinal display. If it does detect your application running on a Retina device, FireMonkey will load high resolution assets automatically to take advantage of the additional pixels. For my Play My Drums app, which ...
2
votes
As embedded devices become mainstream, C++ shines
JT @ Embarcadero
– As a follow on to David I’s blog post about C++ being everywhere, I thought I would share some of my own observations. In the mid 2000s, I was working at an local embedded Linux company. We were convinced Linux would take over the world and we were partly right (Android with it’s Linux ...
0
votes
FaceBook Group for C++11 discussions
JT @ Embarcadero
– I’ve just created a new facebook group for the discussion of the C++11 language and libaries with other C++ developers. Come join in. https://www.facebook.com/groups/cpluspluseleven/. Share This | Email this page to a friend
1
vote
Remembering my first Delphi experience
JT @ Embarcadero
– Since it’s Delphi’s birthday today, I thought I would share a personal story about my first experience with it. a few monts before its release, I was working in the Mod C of the Borland building as part of the C++ team. We had our own IDE and Windows framework called OWL and were very ...
2
votes
C++Builder in a 64-bit world
JT @ Embarcadero
– As many of you know, we recently released our new C++ compiler for 64-bit Windows. This had been a project undertaking of many years as we delivered a new toolchain with the highest C++11 language compliance, a highly optimized backend code generator, and VCL and FireMonkey support. It really ...
0
votes
Lights, Camera,… Sound?
JT @ Embarcadero
– So, I spent some of my weekend recording samples of my drums for my Play My Drums iPad app. I uploaded them to SoundCloud so you could have a listen. Beech Infinite Samples on SoundCloud I created many hits on different parts of the snare and with different velocities as well. Next step is to cut ...
2
votes
Who wants to play my drums?
JT @ Embarcadero
– Since it is impractical to invite everyone over to my house to play my drums, I decided I will write an iOS application using FireMonkey to deliver the next best thing. Below you see an overhead shot of one of my drumsets. I have recorded each of the drums and cymbals with different levels of ...
January 2013
0
votes
One step closer to Avatar UI: Samsung Transparent LCD at CES 2013
JT @ Embarcadero
– Samsung is showing off transparent LCD screens at CES this year. http://www.youtube.com/watch?v=pVCeduZRMkc I’ve been waiting with baited breath for these with visions of FireMonkey transparent themes (see transparent style) on a transparent LCD. Here’s hoping we’ll see wide ...
November 2012
1
vote
My top 5 C++11 language features #1 - uniform initialization syntax
JT @ Embarcadero
– Now, that I am at my #1 favorite feature, I am having a tough time deciding between these two - uniform initialization syntax or rvalue references, but I am going to have to go with initialization syntax this time. Uniform initialization syntax, at first, doesn’t seem like a big deal, but it ...
1
vote
My top 5 C++11 language features #2 - lambda expressions
JT @ Embarcadero
– The countdown continues with my second favorite new C++ 11 language feature - lambda expressions. Lambda expressions have many uses and have been around in other programming languages (mostly dynamic languages) for a while. Derived from lambda calculus and procedural abstraction, lambda expressions ...



