Author: Luis Navarro
I’ve always enjoyed working with Delphi and RAD Studio to create Windows applications. However, with the latest releases, it is possible to go beyond Windows and create a new ecosystem that includes the capabilities of mobile apps, IoT devices, and so on…
RAD Studio 10 Seattle introduced the Android services feature, and I’ve been thinking about connecting a…
Connecting the Philips Hue Bridge to Wi-Fi
October 22, 2015
Author: Rogerio GB
I needed to connect my Philips Hue Bridge to Wi-Fi to use it for a presentation at a conference in Brazil. Most public Wi-Fi networks segments each connection preventing communication between devices, besides the fact the Hue Bridge is Ethernet only (Not…
Rad Studio Quality Portal user guide
October 22, 2015
Author: Juan Antonio Ruzafa
Embarcadero’s Quality Portalprovides a community process for resolving, clarifying, and tracking quality issues regarding Embarcadero’s products and services.Embarcadero Developer Network(EDN) members can create bug…
New Delphi Seattle MongoDB Sample
October 15, 2015
I created some more Delphi 10 Seattle samples to show off MongoDB and FireDAC functionality: LocalSQL, Indexing & Geospatial.
The first one queries some data from MongoDB allowing you to specify the match, sort and projection, then it stores the results in a DataSet. At that point you can use LocalSQL to write a SQL query against the result set. While FireDAC gives you full native support for…
Installing InterBase XE7 on Linux
October 13, 2015
Author: Jacobus O51432
These are the steps to download and install InterBase XE7 on Linux and start the InterBase XE7 Server. In this example I will install the 32 bit version on an Ubuntu 64 bit machine.
These steps will be identical for 32 bit and 64 bit InterBase Server…
My Amazon Web Services Programming with Delphi CodeRageX session
October 13, 2015
Author: Pawe Gowacki
In a moment my “Amazon Web Services with Delphi” CodeRage X session is starting. I’m very excited and the sessions so far were very good. It is still 2 and half more days to go!
The source code for the demos shown during my AWS Delphi…
InterBase and Python
October 2, 2015
Author: Gabe Goldfield
Install PyDev using the Eclipse IDE
The instructions for installing PyDev are here:http://www.pydev.org/manual_101_install.html
In the Eclipse IDE I chose Help > Install Updates and Entered the URL for PyDev
Install Python3.4
I chose the…
Apple released Mac OS X El Capitan today.
With Delphi, C++Builder and RAD Studio 10 Seattle, we provide support for building OS X applications that run on OS X 10.10 (Yosemite) or 10.9 (Mavericks). We also provide support for building applications that run on iOS 9 using the…