ClipArt & Icons for All

http://www.openclipart.org , non lo conoscevo e ne sono rimasto veramente impressionato, è un archivio di ClipArt in fomrato vettoriale SVG enorme, qualsiasi cosa ho scritto nella ricerca mi son trovato l’immagine corrispondente. Come direbbe il signor Burns dei Simpons “Eccellente”. Ogni immagine selezionata è disponibile per il download in [...]

Java to Delphi througth Midas and ClientDataSet

(This article is a draft but if something is of interesting …. )

The fantastic world of old Midas now called DataSnap introduced the TClientDataSet component , that is a in memory DataSet for Delphi and C++ Builder. With TClientDataSet was introduced the concept of Brief Case model Application Style.
A brief case [...]

Happy birday Delphi ...

Delphi was born exactly fifteen years ago from Today, Marco Cantu on his web site have posted a great article on this because he is one of the first guru of this beatifull dev language… the article

ZK Calendar 2.0 for Zkoss 5.0

Today the second version of ZK Calendar is ready ( official article on : http://www.zkoss.org/product/zkcalendar.dsp) . Tring the demo version at http://zcal.zkoss.org/ the first impression is that this new version is faster then the older one. I don’t know why is only a sansation. But in conclusion for me is one of the [...]

Delphi and dynamic properties

Linguaggio : Borland Delphi 7

Sistema Operativo : Win Xp Pro

Sometimes, you need to extend the flexibility of your application, to prevent managinig thousands release of an application for thousands customore.One of the most important feature is the posibility of modify a component property value at runtime.

With Delphi is possible and simple to do like [...]

Serial Comunication on Fpc

We have tried the Synapse Library, to build an application with Lazarus for serial comunication on Linux.

The library seems very good, no need installation, only using unit, in this case synaser.pas. The project is open source and well organized.

With the sample project we connected an Arduino that is a very cheap microcontroller.

Some example of [...]