| Sort by:
|
Page 365 of 384 | Previous | 1 ... 362 363 364 365 366 367 368 ... 384 | Next
|
|
| Calvin Tang |
|
9 Dec 2010
|
RadPHP - Organizing your project files and setting the main script
Learn how to organize your RadPHP project files and set the main script for your project. See the standard behavior where clicking Run performs that action on the current file focused on the code editor, and the webserver is started using the path where that script is placed as the document root. Then see how you can override that behavior, using the Toggle Main Script option at the project manager, so all run actions will work on the script you select.
|
Calvin Tang
|
Video
|
|
|
|
8 Dec 2010
|
What's New in RAD Studio XE RTL
This session covers new functionality in the RTL, including regular expressions, TTimeZone, changes to TEncoding, and symbolic link file support.
|
Calvin Tang
|
Video
|
|
|
|
7 Dec 2010
|
White Paper: J Optimizer 2009 with Eclipse 3.6 (Helios) Projects
J Optimizer runs independently in its own environment and will work with your Java project created and/or running in a different Java environment.
|
Calvin Tang
|
White Paper
|
|
|
|
7 Dec 2010
|
RadPHP XE – How to change the include_path on php.ini.template
This video demonstrates changing the include_path setting in the php.ini.template file when using RadPHP. Changing the include_path setting allows you to access a common folder where you may have a set of functions, library or other PHP code that are shared between several applications. This will work even if the folder is outside of the publishing folder for the web server.
|
Calvin Tang
|
Video
|
|
|
|
6 Dec 2010
|
A Pragmatic & Powerful Code Generator with Generics and Anonymous Methods
Sometimes it pays off to generate some of your source code. If you, for instance, can split your behavior in generated base classes and specific descending classes, this can speed up development enormously. You do not need a full-fledged code generator for this. By keeping it pragmatic and reusing parts of the Delphi RTL itself, you can get results quickly.
|
Calvin Tang
|
Video
|
|
|
|
3 Dec 2010
|
The Delphi ClientDataSet as a Practical Foundation of an ORM Layer
This session shows how versatile the CDS can be and the pragmatic use of generics, anonymous methods, class helpers and a code generator that generates 90% of your data and UI Layer. It shows you a couple of interesting concepts in the Agile world by (re)generating part of your code, and carefully choosing your class hierarchy it becomes easy to be productive.
|
Calvin Tang
|
Video
|
|
|
|
2 Dec 2010
|
Facebook Development with RadPHP #2 – Requiring the user to be logged in and getting user information
In this second video on Facebook development using RadPHP XE, you will see how to require the user accessing your application to be logged in, and how to get user information.
|
Calvin Tang
|
Video
|
|
|
|
1 Dec 2010
|
How RegEx Scripting can Ease Software Upgrade Pain
The simple idea of “search and replace” is powerful enough to take the pain out of software upgrades, when it is combined with the idea of “scripting” the steps and repeating the steps on multiple directory trees. When component vendors publish upgrade scripts for their code, developers upgrade projects very quickly, leaving vendors free to make important paradigm shifts. Learn exactly how in this session.
|
Calvin Tang
|
Video
|
|
|
|
30 Nov 2010
|
Facebook Development with RadPHP #1 – Hello World!
This is the first article of a series about Facebook development using RadPHP XE. In this video, you will see how to setup a new application on Facebook, how to create the application using RadPHP XE, and how to upload it to your server.
|
Calvin Tang
|
Video
|
|
|
|
30 Nov 2010
|
Touch App Demo
Touch App Demo - Medical Office Visit
|
Calvin Tang
|
Video
|
|
|
|
29 Nov 2010
|
Multitier with DataSnap
This session covers Delphi's DataSnap architecture that lets you create multi-tier applications in an easy RAD way, delivering a lot of power and flexibility for your remote zero-configuration client applications. Focus is on the recent features of this architecture, including HTTP support, callback capabilities, passing JSON data, marshaling objects, and more.
|
Calvin Tang
|
Video
|
|
|
|
26 Nov 2010
|
Building Managed Code Cross Platform Applications with Delphi Prism
One benefit of the .NET framework is its open architecture that allows you to build applications that run on Windows and other platforms. Using Delphi Prism, Mono and MonoTouch, developers can leverage their .NET and Delphi programming skills and existing code to build applications for Windows, Linux, Macintosh OSX, iPhone, iPad, and iPod Touch. During this session, learn how to design and create ASP.NET and deploy on Lunix and how to create an iPhone application with Delphi Prism.
|
Calvin Tang
|
Video
|
|
|
|
24 Nov 2010
|
Delphi Cloud Development with Amazon Web Services
Delphi XE specifically supports deployment on Amazon Web Services, but you can also use other services offered by Amazon for data storage and more. This session provides an overview of some of the Amazon Web Services you can use from Delphi.
|
Calvin Tang
|
Video
|
|
|
|
23 Nov 2010
|
DataSnap with RadPHP #1 – Client and Server
Using DataSnap technology, RadPHP XE enables you to interact with and execute code on a Delphi/C++Builder DataSnap server, directly from a PHP/Javascript application and get the results back. This is very useful if you have an existing Delphi/C++Builder application and you want to access some functionality via a web application. In this video, you will learn how to create a basic DataSnap server with Delphi, and how to write a simple client that executes some code on the server.
|
Calvin Tang
|
Video
|
|
|
|
23 Nov 2010
|
Heavyweight Callbacks with DataSnap - Part 2: Thin Client
This video, part 2 in a series, continues from the end of Part 1 and shows you how to use heavyweight callbacks to thin clients with REST and a web browser. Learn how you can implement and use heavyweight callbacks in DataSnap with a few clicks and a couple lines of code. Heavyweight callbacks allow for communications to registered client when changes occur on the server.
|
Calvin Tang
|
Video
|
|
|
|
22 Nov 2010
|
DataSnap Server Application Types
DataSnap Server applications types range from a stand-alone Indy console application with a TCP/IP connection to an HTTPS ISAPI Dll. This presentation provides an overview of the application types, including new features in DataSnap 2011 such as Indy/WebBroker applications, REST applications, and HTTPS support. Additional topics include IIS debugging.
|
Calvin Tang
|
Video
|
|
|
|
19 Nov 2010
|
VENDOR SHOWCASE: Beta Testing - Exorcising the Necessary Evil
An introduction to the beta testing process, the most common demons and proven best practices to expel them, focusing on low cost solutions based on leveraging minimal resources and rapid release schedules for maximum impact.
|
Calvin Tang
|
Video
|
|
|
|
18 Nov 2010
|
RadPHP Database Application Development – Connecting to InterBase
Learn how to connect to InterBase using the RadPHP Data Explorer and also, how to connect from PHP. It is very straightforward to connect with InterBase from RadPHP.
|
Calvin Tang
|
Video
|
|
|
|
18 Nov 2010
|
Heavyweight Callbacks with DataSnap - Part 1: Thick Client
Learn how you can implement and use heavyweight callbacks in DataSnap with a few clicks and a couple lines of code. Heavyweight callbacks allow for communications to registered client when changes occur on the server.This technical demonstration shows you how to use heavyweight callbacks with DataSnap. This demo shows how to use thick clients. Part 2 shows how to use heavyweight callbacks with thin clients with REST and a web browser.
|
Calvin Tang
|
Video
|
|
|
|
17 Nov 2010
|
What's New in C++Builder XE
This session demonstrates new capabilities in the recently released C++Builder XE product
|
Calvin Tang
|
Video
|
|
|
Connect with Us