Enhanced Advanced GUI Controls for Sybase PowerBuilder
The Advanced GUI Controls for PowerBuilder are loosing steam… Maybe it’s time to fork, see what I mean?
The Advanced GUI Controls for PowerBuilder are loosing steam… Maybe it’s time to fork, see what I mean?
Finally I wrote a template engine for pbminer – two templates (day and night) already exist on my local machine. I followed a php based approach that updates a choosen template and style sheet on demand. This way it’s much …
pbminer 0.96 – a basic template chooser is on the way Weiterlesen »
During joomla migration I had the problem with specific directories, that could not be deleted using ftp. The owner’s username was „nobody“… To delete the directories on the server, I wrote this small php script. <?php function delete_directory($dirname) { if …