Last couple of weeks I have been working on an update of the Favorites plugin for PL/SQL Developer. After extensive testing by Erik van Roon, Henk Jan van Wijk and Marcel Hoefs I decided to release it. Hope you like it.
Read moreCategory Archives: Delphi
Notes tool…
I have taken the last couple of weeks to create a new utility to keep track of the notes that come up during my work or other things when I’m behind my computer. It took some time out of my life, but I really like the result. I hope you download the tool and let […]
Read moreAutomatic Syntax Highlighting…
In Windows Live Writer you can add Plugins that do certain things for you. One of those things is to add syntax highlighting to your postings. I found a Code Formatter for Windows Live Writer that does just about all you need, except of course for PL/SQL (and Delphi) code. Doing some more searching on […]
Read moreWhat to use…
In my company we are thinking about web-enabling some (parts) of our applications. There are a lot of tools available out there. We are considering the following options (amongst others): Application Express by Oracle Flex by Adobe Delphi for PHP by CodeGear Do you have any comments on this subject? What is (in your opinion) […]
Read moreBack from holiday…
After a short holiday in Landal Greenparks I am back home again. We enjoyed a nice stay in a small cottage and we did some sightseeing in the 10 days we were in Germany. The kids really enjoyed the swimming pool and the indoor playground. But when we went to see places, they mostly liked what they saw too. […]
Read moreSoftware Renovation…
Here’s a new idea (well maybe not too new). How about taking an existing database and then building a new front-end to it. I think there are a lot of applications running in companies that are not really up-to-date. Especially with their user-interface. They might even still be Dos/terminal based. Why are these applications still […]
Read moreCustom Components in Turbo Delphi
Suppose you have downloaded Turbo Delphi and you have created some custom components you wish to use in your application. Borland (or DevCon) states that the Explorer Edition does not allow for custom components to be installed. You need the Professional edition for this, which costs money (under $500, they say). But what if you have, […]
Read moreFree Delphi (soon)
Borland really wants to help the developer i.e. the home developer with a free IDE. This way people can learn how to use a programming language, such as Delphi or Delphi.NET. On their site (www.turboexplorer.com) they count down the days until the release of these packages. Only drawback in using this IDE is that you […]
Read moreKeep Alive
Keep Alive is a tool to prevent the screen saver from kicking in. Especially useful when you are watching a DVD on your computer. I have enhanced this tool to enable you to choose the screensaver from the tool. That is especially useful when your sysadmin has disabled the screensaver tab with a policy. I […]
Read moreGlyphs on buttons
In a previous post I wrote about the idea of storing the glyph in the TCollectionItem and then show this on the button, but after some more thought I came to the conclusion that this would mean that I would have to change the entire way the TToolbar works. The TToolbar stores the images in a […]
Read more