20th July 2008
Hi all delphi readers it’s been a while since my last posting. Recently I can’t access using my office connection to this blog, I’ve complaint this to the customer service of the internet provider but then it still happening, also I’ve been not well for this few days.
So to make up to you guys I thought I’m gonna give you a lil’ component that you guys will found it usefull if you all delphi readers has download the Bussines SkinForm
Read the rest of this entry »
Posted in VCL | No Comments »
10th July 2008
Hi, All Delphi readers, time to see and evaluate this baby out of the box ..feel free to download my gift on below link..
Read the rest of this entry »
Posted in VCL | No Comments »
10th July 2008
Hi, All Delphi readers, time to see and evaluate this baby out of the box ..feel free to download my gift on below link..
Read the rest of this entry »
Posted in VCL | 1 Comment »
8th July 2008
hi all delphi readers , I got this review for you all to consider also you will find some interesting link below
Data Access Components for MySQL Overview
Data Access Components for MySQL (MyDAC) is a library of components that provides direct access to MySQL database servers from Delphi, Delphi for .NET, C++Builder and Kylix. MyDAC can connect directly to MySQL server or work through the MySQL client library. The MyDAC library is designed to help programmers develop faster and cleaner MySQL database applications. Read the rest of this entry »
Posted in VCL | No Comments »
6th July 2008
Hi All Delphi readers, Add perfect security to your application!
It is time to make your applications up-to-date. Enhance them with outstanding security features. Add digital signing and encryption to data storage and processing functions. Authenticate e-mail, secure information transfer, and provide strong identity management functions for your users. All of these can be done in minutes with SecureBlackbox for Developers Read the rest of this entry »
Posted in VCL | No Comments »
24th June 2008
The real simplicity to this function actually comes from the hard work done by the encryption classes TDCP_cast256 and TDCP_sha1 which work seamlessly together to encrypt my string for me. To get a better understanding of how the encryption works lets take a look at some of the method calls used from the encryption classes:
TDCP_cast256.Create(Self) - The constructor method of the TDCP_cast256 class returns an object of type TDCP_cast256. Using this object we can call the EncryptString method. Read the rest of this entry »
Posted in VCL | No Comments »
24th June 2008
Hello, www.alldelphi.com readers, today i want to talk about Encryption, Cipher and Hashes after googling for some times i found some article that interesting enough that i want to share to you all alldelphi.com readers so here it go.
In this article we are going to cover how to install DCPcrypt Cryptographic Component Library (open source), how to call methods for encrypting and decrypting strings, and finally we will take a look at the advanced topic of encrypting files. Our examples relate to applications written in Delphi5 or similar. For our examples we assume you already have a basic understanding of Delphi but only a limited understanding of encryption components and techniques.
Read the rest of this entry »
Posted in VCL | No Comments »
19th December 2007
A while ago. I got this assignment from my boss for making one report, the content it self was simple and not hard, but i need to get data that was save scattered from several different table
and the process to get it was very very annoying and frustrated.
GUI(Graphical User Interface)
At My place of work, many Delphi programmer here like to display the report on the form ..and to display it they simply make it by them self they put a lot of effort to it,By using TStringGrid,TTreeView,TListView.I was one lazy bastard
so i think hard on how to save my finger become shorter by typing those line of syntax just to display that report to the form ..in the end i used “Fast Report” it was one of the best Engine Report i have encounter,imagine how much time we can saved just by using this report engine, after we must think how to build the data alignment,we must also think how to build and designed the GUI. As deadline coming on our tail …
Shorten the story the report was well done ..and boss was happy with my job :$ hahaha…
For those of you that has accustomed using report engine i bet u guys must familiar with Fast Report, it was straight to the point job, and the fr3 file can be hidden in a DFM file so it will not make any trouble on implementing your program, the report it self can be exported to several file like PDF,XLS even with out Adobe Acrobat or Excel it self installed cool right ?
So Friends .., If you guys got experience and want to share about report engine please be my guess to put your comment ..
Posted in VCL | No Comments »