Mission Statement

Confer as much of my programming knowledge as I can and support the Delphi community.

Polls

Delphi Live!
 

Syndicate

Home
Movie #40 - Changing How Fields are Displayed
Thursday, 28 August 2008
In this movie we look at how we can change the way data is displayed in data aware controls, without changing the data.  Specifically we look at the TField.OnGetText event and other TField properties that control the way data is displayed. This video is nice and short (about 3 minutes) and you can watch it here.
 
Movie #39 - XML Data Binding
Monday, 11 August 2008
In this movie we look at using an XML file within Delphi.  To make this very easy we take advantage of the DTD (Document Type Definition) for the XML file, and use the XML Data Binding Wizard in Delphi to generate a whole bunch of code for us.  You can watch the video here.  It's a bit under 9 minutes long
 
Movie #38 - Charting Jpeg Compression
Wednesday, 30 July 2008
In this Delphi programming tutorial we look at using TeeChart (TChart) to produce a graph of Jpeg quality verses file size.  This video is about 12 minutes long and you can watch it here.
 
Movie #37 - For Loop Ramblings
Wednesday, 30 July 2008
This is a really short video where we compare for..to and for..in loops to iterate over an array.  It is 5 minutes long and you can watch it here.
 
Movie #36 - HyperLink Labels
Sunday, 20 July 2008
In this 6 minute video we take a look at converting a humble label into a HyperLink.  You can watch it here.
 
Movie #35 - DataSnap (Part 1)
Wednesday, 18 June 2008
In this movie we write our first DataSnap application.  It is a basic two tier (Client/Server) application and yet another rendition of the BioLife example.  This movie is a bit over 8 minutes long and you can watch it here.
 
Algorithms #3 - Selection Sort
Wednesday, 18 June 2008
This time we take a look at Selection Sort, yet another badly performing sorting algorthim.  This is my third live action video, however my brother wanted his camera back so I'll probably go back to making Camtasias for awhile.
Read more...
 
Algorithms #2 - Insertion Sort
Wednesday, 14 May 2008
This is my second video on sorting algorithms and this time we are going to look at insertion sort.  Insertion sort is certainly a step up in performance from bubble sort, but it's still pretty poor.  I demonstrate this one using cards again.  It's another short one at three and a quarter minutes.  You can watch it on youtube or...
Read more...
 
<< Start < Prev 1 2 3 4 5 6 7 8 9 Next > End >>

Results 17 - 24 of 68
© 2010 codegearguru.com