| Sort by:
|
Page 8 of 25 | Previous | 1 ... 5 6 7 8 9 10 11 ... 25 | Next
|
|
|
5 Jan 2011
|
VENDOR SHOWCASE: Practical Software Test Management with TestRail
Most software teams already use bug tracking tools and project management software to track and organize their development efforts. But what about the software tests? Organizing test cases, tracking the testing progress and managing testing resources is critical to ensure great release quality. This presentation introduces the Web-based test management software, TestRail, and explains how software teams benefit from adopting such a tool.
|
Calvin Tang
|
Video
|
|
|
|
3 Jan 2011
|
Using Extended RTTI to Make your Life Easier
The extended RTTI system in Delphi can be used to access information on any object, regardless of class. This makes it useful in cases where your code needs to perform actions on arbitrary data types. This session shows how to use extended RTTI to simplify serialization, dataset-object binding and scripting.
|
Calvin Tang
|
Video
|
|
|
|
31 Dec 2010
|
Implementing Artificial Intelligence with Delphi
Artificial intelligence is experiencing a new renaissance due to a rapid development in the areas of feature extraction and classifiers. The session includes and overview of the current state of AI, an introduction to the concept of feature extractor and classifier, and implementing classifiers in Delphi.
|
Calvin Tang
|
Video
|
|
|
|
29 Dec 2010
|
Software Configuration made Portable, Powerful and Priceless
Does your software application require any configuration settings? Does your approach to configuration work on both Windows and Linux? Does your technique allow for variations on development, testing and production machines? If you're not completely happy with how and where you store your settings, attend this session and find out how the free, open source solution known as ZaphodsMap can brighten your day.
|
Calvin Tang
|
Video
|
|
|
|
27 Dec 2010
|
Gesturing Capabilities for New Application and Current Projects
Vsevolod analyzes gesturing capabilities available in Delphi and C++Builder from the viewpoint of practical effectiveness. Benefits of gesture control are discussed for application, when it’s the key metaphor of UI. In addition, a number of ways to improve usability of the existing projects for DB is considered. Mouse-driven and touch device gesture trigging is compared on the base of test results.
|
Calvin Tang
|
Video
|
|
|
|
24 Dec 2010
|
VENDOR SHOWCASE: Rubicon Full Text Search
Thinking of adding high-speed search functionality to your custom database application? Find out how using Rubicon can save you development time while providing faster, smarter answers to your end users.
|
Calvin Tang
|
Video
|
|
|
|
22 Dec 2010
|
Building Robust Applications with Customized Exception Management
This session explores how to replace the default exception handler with one that provides screen shots, call stacks and other useful information. This session shows how to automatically send that information via Web Services and/or email.
|
Calvin Tang
|
Video
|
|
|
|
20 Dec 2010
|
Continuous Integration with DUnit and FinalBuilder
This session shows how to change your DUnit Tests so that they can run under FinalBuilder and how to implement Continuous Integration with FinalBuilder.
|
Calvin Tang
|
Video
|
|
|
|
17 Dec 2010
|
Software Archeology with Delphi (now with AQtime)
You have just inherited 1,000,000 lines of code… now what? In this session, Mike describes the process of software archeology using Delphi. This includes a full demo and includes coverage of UML, Metrics, Audits, Performance issues with AQtime, and Documentation generation all from inside Delphi XE.
|
Calvin Tang
|
Video
|
|
|
|
15 Dec 2010
|
ClientDataSets Part 2: Using and Controlling the Change Cache
In this follow-up to "Introduction to ClientDataSets" presented at DataRage 2, ClientDataSet expert Cary Jensen continues the series with an in-depth look at the ClientDataSet change cache. Here you will learn how to determine the state of individual records, filter the ClientDataSet based on change cache state, restore deleted records, undo specific changes, undo all changes, make changes permanent, persist the change, and much more.
|
Calvin Tang
|
Video
|
|
|
|
14 Dec 2010
|
Using WebKit to render RPCL components into RadPHP XE visual designer
This video shows the speed differences between Webkit and Internet Explorer when rendering the same code and how using the WebKit engine can increase the responsiveness of the visual designer.
|
Calvin Tang
|
Video
|
|
|
|
13 Dec 2010
|
Fun Things to Create Using Azure and Delphi
Is cloud the next big thing?, Mike describes the current state of the "cloud" and some of the advantages to this approach. During this session, learn what the cloud is and how to take advantage of it with RAD Studio XE, including some great demonstrations of the new components.
|
Calvin Tang
|
Video
|
|
|
|
10 Dec 2010
|
Creating Editor Key Bindings in Delphi
One of Delphi's more powerful capabilities, and least used, is it's flexible open tools application programming interface (API). In this in-depth presentation, Delphi expert Cary Jensen demonstrates you can use the open tools API to add your own key combinations to Delphi's editor. He concludes the presentation by showing you how to create and install a design-time package that will add your new keystrokes to any Delphi installation.
|
Calvin Tang
|
Video
|
|
|
|
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
|
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
|
|
|
Connect with Us