JD Software Inc.
Company Homepage: http://www.jdsoftwareinc.com
- unlimited number of local/remote databases for backup
- unlimited number of Windows/Linux servers (FB 2.1, 2.5, 3.0 and 4.0 are supported)
- option for managing multiple backups for one database
- optional ZIP compression and FTP transfer of backups
- running as an application or as a service
- lifetime license only USD 40
Total 3 products
JD Socket Components v.2.0
Components > Internet > Sockets
By JD Software Inc..
Freeware + source 29 Aug 2011Description
The JD Socket Components wrap the existing TServerSocket and TClientSocket in Delphis ScktComp unit. They work on a command/parameter approach, rather than a string parsing approach. The components take care of the parsing and provide simple commands. Also feature many other abilities, such as login authentication, cookie authentication, and property synchronizing.NOTE: These components are in development stages, but are working. Notes and documentation are included in the source code to understand how they work.
Sample project code included.
Informations
- Status: Demo only
- Source: Included
- Size: 19kB
Platforms: D7
JDNeedleGauge Control v.1.2
Components > Indicators and Gauges > Progress Bars
By JD Software Inc..
Freeware + source 29 Aug 2011Description
Custom needle gauge featuring unlimited needles, unlimited sets of tick marks unique for each needle, customizable colors, and a faded background.
Features:
- Each needle has properties such as degree start/stop, color, length, and width
- Each needle has its own collection of tick marks, which have properties such as Size, Increment, and Color
- Each needle can work in its own area of the canvas using degree start/stop properties
- Background can be faded for effects
Coming Soon:
- Using images for needles and tick marks instead of just lines and dots
- Centerpiece elipse or image to cover center area of needles
- Position each needle in its own point, rather than just the center of the canvas
Informations
- Status: Demo only
- Source: Included
- Size: 284kB
Platforms: D7
Windows Service Manager v.1.0
By JD Software Inc..
Freeware + source 16 May 2011Description
The Windows Service Manager (TWinSvcMgr) is a non-visual drag-and-drop Delphi component to interact with windows services.- Get listing of installed services
- Filter listing by service type
- Get details of service, including status, startup type, dependencies, description
- Start, stop, pause, continue, install, and uninstall services
- Easily access a service by name
NOTE: This component is still in the development stages, but is fully functional.
Example usage:
function GetService(Name: String): TWinSvc;
begin
Result:= ServiceManager.Services[Name]);
end;
procedure StartService(Name: String);
begin
ServiceManager.Services[Name].Status:= svStarted;
end;
Informations
- Status: Demo only
- Source: Included
- Size: 883kB
Platforms: D7