in
La comunità italiana dedicata a Sviluppatori e Architetti IT delle piattaforme Windows

Questo Blog


Pubblicazione Feed

Press-Release

Il blog dei comunicati stampa in lingua inglese. Selezionati da tutto il mondo, per tenervi aggiornati sulle novità relative a librerie, controlli, componenti, architetture e software per le piattaforme Microsoft Windows.
  • DBF Manager Provides Enhanced Performance in Version 2.0

    The new version delivers bug-free performance and sparkles with such significant innovations as structure checking when importing from a .DBF file and newly added Binary and OLE types to dBase IV structure. Moreover, users can now view information about active index in a table print. Aside from improvements associated with the newly added functions, the DBF Manager upgrade sorts columns better than earlier releases and is able to export files to text or CSV. In addition, some shortcuts have been changed for more convenience.

    Unique to version 2.0 is a visual report generator based on the FASTREPORT engine, which lets you create comprehensive reports quickly and efficiently. This report generator is only available to the buyers of the business license.

    DBF Manager works with .DBF files of different kinds. Typically if a company uses databases created in different systems such as Clipper, dBase, FoxPro, the engineers have to look at them or modify using several different utilities. DBF Manager is designed as a one-stop solution and allows you to open .DBF files of different types and if needed, make changes with a minimum of overhead work, without stepping out of the familiar interface.

    DBF Manager 2.0

    The program lets you do most any operation:

     

    • add,
    • delete,
    • recall,
    • sort,
    • zap and pack records,
    • search and replace,
    • view and edit files,
    • get detailed database information.

    It allows you to set relation between two tables, import from CSV, TXT file formats and export to SQL, CSV, TXT, XLS, and HTML.

    There is a handy multi-document interface, which does not require much time to learn. It offers all you need for comfortable .DBF browsing and editing.

    Please, explore dbfmanager.com to find out more information about the product or download its evaluation copy for a free trial.

    Pricing and Availability


    DBF Manager 2.0 runs on Microsoft Windows 98, NT, 2000, XP, 2003, Vista. The product starts at $39.95 (USD) for a single-user license and available immediately through the Astersoft online store. Licensed users get 12 months of free updates and premium technical support. More information is available from astersoft.com.

    About Astersoft

    Founded in 2000, Astersoft provides collaboration solutions aimed at facilitating work with .DBF files. The company consists of the professionals with solid experience in programming. Astersoft is the author of such fully-featured and user-friendly products as DBF Doctor, DBF Comparer, DBF Sync and others. To get more information, visit astersoft.com.

    Product page: dbfmanager.com
    Direct download link: astersoft.com/files/dbfman.msi
    Company web-site: astersoft.com

    Inviato mag 05 2008, 01.40 da devspy con no comments
    Archiviato in: , , , ,
  • GraphEditPlus, tool for DirectShow developers

    Dee Mon announces GraphEditPlus - a must-have tool for DirectShow developers which allows you to have maximum information and maximum control of every detail in your graphs. GraphEditPlus will even generate source code for you in C++ or C#.

    The most popular way to build multimedia applications for Windows is to use DirectShow - a media-streaming architecture and API from Microsoft which simplifies media playback, format conversion, and capture tasks. In DirectShow all devices (camera, sound card, video renderer etc.), codecs, file readers/writers, parsers, muxers and other logical units are presented in a form of filters. Filters expose pins capable of receiving or sending media data, filters connect to each other with their pins and form directed graphs. Applications build the graphs they need by instantiating necessary filters as COM objects and connecting them.

    Microsoft provides developers with a tool named GraphEdit which allows you to see list of available filters, create a graph and run it. This tool can reduce development time significantly because the programmer can experiment with different filters and their combinations without writing graph building code for each graph he/she tries. However MS GraphEdit shows only very limited amount of information about the filters, their pins and data going through the graph. In many cases information provided by MS GraphEdit is not enough to understand why some filters refuse to connect or how to build desired graph. And even in case you've successfully built your graph in MS GraphEdit, you still need to write all the tedious code of building that graph in your application. 

    GraphEditPlus


    GraphEditPlus changes the situation drastically

    It has all the features of original MS GraphEdit, but provides much more information about all the filters, pins and connections which is crucial in many cases. The chances and the speed of creating a graph that does the work you need increase dramatically. And after creating the graph in GraphEditPlus you don't need to spend a day recreating the graph building steps in your code. GraphEditPlus will generate full source code in C++ or C# of a working application that creates your graph and runs it. This can increase your productivity by an order of magnitude.

    GraphEditPlus has dozens of features missing in MS GraphEdit. You can edit several graphs simultaneously. You can see event log (messages filters send to your application). For each filter and pin you can see what DirectShow interfaces it supports. And for each supported interface you'll see its definition, so it's easy to understand how to operate with this filter from your app. At each moment you'll see the state of each filter, which is crucial when some of the filters refuse to start and you don't know which. While debugging your application you can open the graph created by your app at runtime and see IUnknown addresses of all filters among all the other important information.

    While editing a graph in GraphEditPlus you have full information about every mediatype including all the fields of structures like VIDEOINFOHEADER, BITMAPINFOHEADER and others in proper forms (decimal, hexadecimal, text). For output pins you can see list of filters they can be connected to in the order in which DirectShow will try them when rendering. You can easily insert filters to the graph from that list. For every pin where it's possible you can see its memory allocator properties and requirements.

    In GraphEditPlus not only can you build and run the graphs but also watch data go through the graph. If you insert a Sample Grabber filter, you can see in a separate window information about every media sample went through the filter. Each sample is timestamped so you can see which filter is the bottleneck in a sequence of filters.

    Generate Source Code

    For each graph you make GraphEditPlus can generate source code of an application that builds and runs this graph. The code can be either in C++ (using COM with smart pointers) or C# (using DirectShowLib). Although GraphEditPlus itself requires .NET Framework 2.0, generated C++ code does not require .NET and can be built with any C++ compiler. The source code generation can be customized to fit your style by editing code templates. GraphEditPlus contains code template editor which shows you results of template substitution as you type.

    User Interface

    GraphEditPlus user interface is also much more convenient and friendly than original MS GraphEdit's one. With context menu it's so easy and fast to render files and URLs, insert source filters, save and load graphs, render pins and perform many other operations. Categorized list of registered filters is always near and ready for action. For each filter in your system you can see all information about its file including its location, version, modification date, vendor etc. When it comes to VfW codecs you'll see actual codec files, not the wrapper. You can edit filters' merits, register new filters and unregister others. If you develop your own filters, this will save you a lot of time.

    Developing applications with DirectShow is not an easy task, but having a right tool like GraphEditPlus can eliminate a big part of complexity and pain, significantly reducing development time and costs.

    Pricing and Availability

    GraphEditPlus runs under all versions of Microsoft Windows and costs $59,90 (USD) for a single-user license, $49,90 for 2-4 users and down to $29,90 for 10+ users.

    It requires Microsoft .NET Framework 2.0 which most Windows developers already have installed. Licensed customers are entitled to the fully-functional version of the product, free technical support and free upgrades.

    Informations and Free Trial 

    More information on GraphEditPlus, as well as a free trial copy is available free of charge from http://www.thedeemon.com.

    Product page: http://www.thedeemon.com/GraphEditPlus/
    Direct download link: http://www.thedeemon.com/GraphEditPlus/GraphEditPlusSetup.exe (0.4 MB)
    Company web-site: www.thedeemon.com

  • Editing reports in Web with Stimulsoft DevReports Studio

    Stimulsoft, a leading provider of Business Intelligence software, never stops in its researches and masters new technologies. One of them is creation of Stimulsoft DevReports Studio.

    "Stimulsoft DevReports Studio is the first report designer that allows users to edit reports in Web", says Vladimir Hotchenko, a Team Leader of the product development department. "And the most attractive thing is that there is NO need for you to install .Net Framework, ActiveX components or some special plug-ins on the client's machine. All you need is a Web-browser".

    The only requirement for the Stimulsoft DevReports Studio is a web-browser that supports Flash Player 9.

    Stimulsoft DevReports Studio software engineers take care of the product interface. Ribbon interface, visual component builder, undo-redo functions, functions for work with the Clipboard, tabular editing, zooming, and great many other useful features are available in the product.

    To integrate the report designer in an Asp.NET application you need to put one non-visual Asp.NET component on a page. And then, only one string if code runs the report designer in a browser.

    Stimulsoft DevReports Studio

    The first version of a product will be released in spring 2008.

    Product page: http://www.stimulsoft.com/DevReportsStudioMoreInfo.aspx
    Company website: http://www.stimulsoft.com

    Inviato apr 07 2008, 01.20 da devspy con no comments
    Archiviato in:
  • Stimulsoft announces Reports.Net 2008.1

    March 11, 2008. Stimulsoft, a leading provider of BI software, announces Stimulsoft Reports.Net 2008.1, a major new release of high-end and recognized solution for generating reports for .NET.

    New version of Stimulsoft Reports.Net has a diversity of changes which guarantees essential advantages in comparison with previous versions. So the version 2008.1 is packed with the PDF417 2D bar-code, 4 types of charts. In addition to previously realized exports of reports, such as PDF, XPS, XML, HTML, Excel, RTF, TXT, CSV, EMF, BMP, etc, developers of Stimulsoft have added an opportunity to export to OpenDocument Writer and OpenDocument Calc formats.

    Starting with Stimulsoft Reports.Net 2008.1, the Query Builder, added in the version 2007.3, now works with DB2, MySql, Oracle, and VistaDB. For increasing productivity in report creation, some new properties were added.

    Stimulsoft Reports.Net 2008.1

    Also some errors of previous versions were corrected.

    All these changes make the product more and more professional and flexible. It allows developers to create reports of any complexity and the only obstacle for a user is his imagination.
    You can find the description of other essential changes of the version at the official site of Stimulsoft.

    Report Generator Overview

    Stimulsoft Reports.Net provides developers with a fast and highly productive way to generate reports that scale to meet user demands. The product has a report designer and a complete set of layout and design controls to create presentation-quality reports. The designer can be used both in design time and in runtime. If it's used in runtime, no royalties are required. The designer lets developers spend less time on coding, and more time on software development. Reports can be generated from various data sources and can be used in Windows Forms and in ASP.NET.

    Please, explore official site of Stimulsoft to learn more about the product.

    Pricing & Availability

    Stimulsoft Reports.Net 2008.1 requires .NET 1.1, .NET 2, NET 3, and .NET 3.5.

    Some changes have been done in product licensing. It gives clients wider range of license types which suit better for their specific requirements. The product is available immediately for $599.95 (US) for a single user license without source code and $999.95 with source code through the Stimulsoft store and authorized resellers worldwide.

    Registered users are entitled to a one year subscription program that includes free upgrades to minor and major versions and priority technical support for 12 months from the date of purchase. The subscription program can be renewed and will cost only 33% of the current price of the product.

    Additional information on Stimulsoft Reports.Net, documentation, Flash tutorials, as well as its free evaluation copy is available from official site of Stimulsoft.

    Product page link: http://www.stimulsoft.com/StimulReportMoreInfo.aspx
    Download link: http://www.stimulsoft.com/downloads.aspx
    Company website: http://www.stimulsoft.com/

  • SecureBlackbox components set reinvented with new release 6.0

    EldoS Corp. presents .NET and Delphi developer communities with the renewed and improved release of it's widely-adopted product. The joint efforts of the architects, programmers and testers have made SecureBlackbox 6.0 more reliable, flexible and generally much easier to use.

    The new version of SecureBlackbox was significantly reworked in order to provide higher levels of dependability and safety. With the constantly growing number of malicious acts in the Internet world, the software being developed for today's market must meet the modern requirements to maintain a high level of security. The carefully reviewed and analyzed code of SecureBlackbox 6.0 lets you feel safer regarding the security and reliability of the corresponding modules of your product.

    Development of SecureBlackbox's functionality and improvements of it's flexibility were targeted in most of the collection's components.The most noticeable additions are:

    • bandwidth control in Internet transport components,
    • support of group operations in OpenPGP,
    • support of OpenPGP keys in SSH authentication
    • and extended functionality in SSH session initiation.

    In the new version, special attention was paid to ease of use of the components. Visual Studio 2008 developers obtained integration of SecureBlackbox with their development environment. The users of the ActiveX edition will now find the components much easier to use due to the improved interface of the ActiveX API in SecureBlackbox. The VCL edition now includes support for Delphi 2007, C++Builder 2007 and CodeGear RAD Studio 2007.

    "In version 6 we have concentrated our efforts on better comprehension of our solutions for a wide range of programmers. To achieve this, we have reworked the help system and the structure of the sample projects. The important goal of the SecureBlackbox 6.0 release is to improve it's perception by developers and make it easier to familiarize oneself with it's features." - said Eugene Mayevski, CTO of EldoS Corporation.

    In the near future, SecureBlackbox 6.0 will be further enhanced with the addition of Elliptic-Curve Cryptography support. There are future editions planned especially for business servers (Microsoft BizTalk, SQL Server, SharePoint Server) as well. Also included are some totally new features, like Odette FTP protocol and public-key security of ZIP files. As with all releases, enhancing the functionality of all existing components is also continued.

    To review the features of the developers' version of SecureBlackbox, please visit: http://www.eldos.com/sbbdev/

    About EldoS Corporation

    EldoS Corporation focuses on development of security, communication and driver-based software components. The software offered by EldoS Corporation is used in over 70 countries on 5 continents, by a number of small to large-scale companies and organizations, including financial institutes and military organizations.

    Key product families are:

    • SecureBlackbox - the software component suite for security and encryption.
    • Solid File System - the advanced file system for secure data storage.
    • Callback File System - the software API and kernel-mode drivers for virtual file system development.

    Product page: http://eldos.com/sbbdev/
    Downloads: http://eldos.com/sbbdev/download/
    Company website: http://eldos.com

  • Automate routine database synchronization with Database Restyle - Application

    Database Restyle - Application is a graphical interface designed for the end users on the basis of the Database Restyle - Library component.

    http://www.perpetuumsoft.com/Product.aspx?lang=en&pid=55&dbrapp=15

    Usually, it takes much time to generate scripts, compare and synchronize database structures. Moreover, manual synchronization doesn't exclude errors.

    With Database Restyle - Application you will just need a couple of minutes to compare and generate scripts to keep database structures in sync. Unlike other synchronization software, Database Restyle - Application works in the wizard mode. All operations are executed automatically and step by step: you just need to follow instructions of the wizard. This tool performs reliable and error-free synchronization of database structures. Furthermore, all scripts for database synchronization are typified and generated very quickly.

    No manual coding and writing scripts any longer!

    Database Restyle - Application can save database structure to XML file instead of the binary format. It allows you to read or modify file structure by yourself. The same file can be used to manage database versions history or distribute database structure among members of your developer group.

    This easy-to-use tool also works in command line mode: developer specifies parameters of database synchronization and executes one-click synchronization without running wizard.

    Developers and DBAs can also control any stage of database synchronization by setting the synchronization options and selecting objects that should be added or removed: schemas, tables, views, functions and stored procedures, triggers, assemblies, user-defined types and CLR types, indexes and XML indexes and a lot more. Meanwhile if you don't synchronize principals, all changes are executed within one and the same transaction: database will be safe in any conditions.

    New Database Restyle - Application is a good deal due to beneficial licensing policy in respect to both independent developers and corporate clients.

    That is why Database Restyle - Application is a fully functional tool for database synchronization and vital solution for the developers and DBAs who develop database management software.

    Get more information on Database Restyle - Application:
    http://www.perpetuumsoft.com/Product.aspx?lang=en&pid=61&dbrapp=15

    Download Database Restyle - Application and evaluate its functionality:
    http://www.perpetuumsoft.com/Downloads.aspx?lang=en&pid=61&dbrapp=15

    About company

    Perpetuum Software LLC specializes in development of high-quality .NET and ASP.NET software components compatible with MS Visual Studio .NET, C# Builder, Delphi .NET and other IDEs supporting .NET Framework. Such use-proven components as Report Sharp-Shooter, Instrumentation ModelKit, OLAP ModelKit, Chart ModelKit, the .Net Dashboard Suite, OLAP + CHART ModelKit and other .NET components by Perpetuum Software LLC are already well known on the software development market and are used by developers in more than 60 countries.

  • New Database Synchronization Tool Helps SQL Developers and DBAs Keep Databases in Sync

    New version of Database Restyle - Library includes a software component and visual wizard. Component is integrated directly into your application, so that you can execute database synchronization from your application. This feature provides undoubtful competitive advantage as you don't need to install additional software on the client side and incur additional costs.

    Visual tool provides the ability to save database snapshot, compare two databases and synchronize them. It works in the wizard mode: convenient and intuitive interface allows execution of mentioned tasks with a few mouse clicks. You just need to specify connections to databases, compare them, then the product will compose compare list containing all objects that should be modified, added or removed and generate script for synchronization; you just need to click buttons. The wizard provides clear visual display of schema differences so you understand them at a glance. It's all about saving time, the Database Restyle wizard eliminates the need for you to figure out how things work in the product - you just follow the prompts from one step to the other. No coding or manual comparing or writing scripts!

    Database Restyle - Library

    Thus, all scripts generated for database synchronization will be typified and address corporate standards. Database developers and DBAs won't waste their time to write scripts at first, and then to find out that they are not acceptable for some reason. Database Restyle - Library is a real lifesaver, allowing developers to focus on optimizing the production database instead of spending all the time making sure it is up-to-date.

    Automatic generation of scripts and synchronization of databases doesn't mean you are unable to control the process. Developers and DBAs can control any stage of database synchronization and force virtually any aspect of the work. Using Database Restyle component they can re-define procedures, add extra entities, execute additional scripts, skip some objects during synchronization, etc. Using the Wizard they can select objects to be synchronized and review generated scripts.

    Both visual and non-visual constituents of Database Restyle -Library are easy-to-use: component uses only a few methods to get and synchronize database schemas, and you don't even need to know how the product works when you use the wizard.

    Using the product, you will be able to execute database synchronization in two ways: directly from your application and via a stand-alone tool. Get both features in a single product!

    Visit Database Restyle - Library home page to get more information.
    http://www.perpetuumsoft.com/Product.aspx?lang=en&pid=55&dbr=15

    About Company

    Perpetuum Software LLC specializes in development of high-quality .NET and ASP.NET software components compatible with MS Visual Studio .NET, C# Builder, Delphi .NET and other IDEs supporting .NET Framework. Such use-proven components as Report Sharp-Shooter, Instrumentation ModelKit, OLAP ModelKit, Chart ModelKit, the .Net Dashboard Suite, OLAP + CHART ModelKit and other .NET components by Perpetuum Software LLC are already well known on the software development market and are used by developers in more than 60 countries.

  • Fast Reports Unveils FastReport Studio 4.5 for Windows Vista

    FastReport Studio 4.5 combines power and simplicity so developers at all experience levels can easily achieve outstanding results with reporting capabilities in their desktop and client-server solutions. The developers can get their first peek at the new product features at http://fast-report.com/ru/news/3507.html.

    "We are excited to introduce a brand new version of FastReport Studio," said Michael Philippenko, CEO, Fast Reports Inc. "FastReport Studio 4.5 allows developers to unleash powerful reporting tricks without any heavy lifting now with Windows Vista support. In this release, there is also a scheduler letting you create reports according to schedule based on the actual data and send them to printer, including a networking one. Also new are the abilities to save to a file in any of the 15 document formats and send by email."

    FastReport Studio enables your application to generate reports quickly and efficiently. It has everything required to produce professional reports, this includes a built-in dialog designer to request parameters before running a report, a macro-language interpreter, a wide range of objects used in reports (text, charts, barcodes, etc.) and data formatting tools.

    FastReport Studio can work with any database that supports ODBC. A report can be viewed in the preview window, printed, or exported to many supported formats (PDF, RTF, XLS, XML, etc.) Detailed documentation and many examples of various reports are available.

    Adding reporting capabilities is a breeze. You need to put several necessary components on the visual form, then connect to needed data sources and make a report form. It's as easy as working in Corel Draw. The end user can edit templates and available reports, convert reports to 15 formats, and send reports by email directly from the application.

    FastReport Studio 4.5

    Pricing & Availability

    FastReport Studio 4.5 supports Windows XP/2000/Vista/2008 and starts at $249 (US). Additional information on the product is available at http://fast-report.com/.

    About Fast Reports

    Fast Reports, founded in 1998, is a worldwide leader in the development of leading edge reporting solutions. Over the last 10 years, its products have been widely used by Microsoft and Borland developers and businesses for creating, managing, and delivering reports reliably and securely.

    Product page: http://fast-report.com/en/products/report-generator-tool-fastreport-studio.html
    Download link: http://fast-report.com/en/download/fast-report-studio-download.html
    Company website: http://fast-report.com/

    Inviato mar 10 2008, 11.34 da devspy con no comments
    Archiviato in: , , , ,
  • Anfibia Software announces the release of Desktop Orbiter 6.0

    Anfibia Software presents its new Desktop Orbiter 6, a centralized security solution, suited to create safe and productive environments.

    The new release includes a brand new interface, advanced profiles for fast deployment, a satellite wizard for easy configuration, and many other improvements and fixes.

    Desktop Orbiter allows you to easily manage and protect multiple workstations remotely. Desktop Orbiter is now the application of choice for creating secure environments in a fast and reliable way. A security application to make administrators' life easier.

    Desktop Orbiter 6.0 Desktop Orbiter 6.0
    Features

    • Desktop security restrictions to stop users from messing around.
    • Secure all your computers at once.
    • Monitor and restrict network connections.
    • View, print, send reports by email of user activity.
    • Filter software usage, making sure unwanted applications are never used.
    • Website filtering.
    • Automate repetitive tasks.
    • Advanced profiles for fast deployment.
    • Multiple administration tools: scheduler, task manager, reboot, take snapshots, send messages, and much more!
    • 256-bit AES encrypted.
    • Very easy to use.
    Desktop Orbiter 6.0 - User Activity

    Available for Windows 2000/2003/XP

    Desktop Orbiter is expressly designed to facilitate administration and protection of large numbers of workstations. "A very solid product. I have tried every way I can think of to defeat it and I have had no luck so far. Good job." said Mark Tullos, IT Specialist.

    "I think Desktop Orbiter is a very good tool. We have successfully implemented the software on 'high-risk' computers in our company, and our support-time on these computers has drastically fallen since then.", said Soren Wojtynka, Copenhagen Firebrigade, Denmark.

    Download the full-working evaluation version from http://www.anfibia-soft.com/download/orbitersetup.exe
    Product sheet: http://www.anfibia-soft.com/products/orbiter/orbiter6_brochure.pdf

    Product Prices

    Single license costs 69.00(USD). 10-user pack costs 490.00(USD). Volume discounts available.

    About the Company

    Anfibia Software develops security software for individuals, businesses and institutions worldwide since 2000. They sell their products directly to customers in USA, Europe and other parts of the world, providing good tech support, and solutions that are easy to use yet powerful enough for most demanding needs.

  • Speed Up Windows Mobile Development

    "Today, software development is an art and there will always be a need for the magic that developers perform daily," said Erel Uziel, CEO and founder of Anywhere Software. "While software development will always benefit from the artisan approach, we believe there is still huge business value in making the process more efficient. In this release, we've focused on performance to let developers accelerate the development process so they can focus on their art. There is a completely new compilation engine, the compiled files are now much smaller and faster, startup time has been reduced by half and running time is 3-4 times faster."

    Program directly on the Pocket PC

    Build on Microsoft .NET Framework, Basic4ppc is a complete IDE running on the Pocket PC and on the desktop. Programming with Basic4ppc is extremely easy - build your application GUI with the visual designer, add some code and you are done. The desktop interface is not overloaded, just the functions you need in tidy, comprehensive menus without hassles. The environment packs a rich set of DLLs which address important desktop and Pocket PC functions, including such libraries as GPS, SQL, Networking, Graphics, HTTP, FTP, Regular Expressions, Sprites, Cryptography and Serial Ports. Whatever the nature of the target application is, it will run on both the desktop and Pocket PC compiled from the same source code. Updates, addition of new features and bug fixes are the fastest of its kind and always in accordance with user requests and expectations.

    Basic4ppc supports Pocket PC 2002, Smartphone 2003, WM2003, WM2003 SE, Smartphone 5.0, WM5.0, WM6.0 Standard (Smartphone), WM6.0 Classic and WM6.0 Professional.

    If you want to develop applications for handhelds with high productivity and performance, then Basic4ppc should be the first tool you check out.

    Basic4ppc Desktop IDE

    For more information on new Basic4ppc, please visit www.basic4ppc.com.

    Pricing & Availability

    Basic4ppc 6.0 starts at $54 (US) for Standard version. Registered users get the fully-functional version allowing developers to compile applications, one year of free upgrades (three on the Enterprise version) and full access to the support forum.

    Trial version 

    A trial version of Basic4ppc, tutorials, examples and applications developed by Basic4ppc users are available at www.basic4ppc.com.

    Product page: http://www.basic4ppc.com
    Download link: http://www.basic4ppc.com/Downloads.html
    Company website: http://www.basic4ppc.com

  • Product Key Explorer helps manage software Serial Keys

    All of the applications that you have purchased over the years have serial keys that are part of the licensing process which identifies all of these things directly to you. Without them, you could find myself in a world of pain. Without the proper serial numbers at hand, you may not be able to re-install the software, get technical support, or upgrade to a newer version. If a mere image of this gives you creeps down your spine, then you should get Product Key Explorer.

    Product Key Explorer automatically extracts and displays product keys for Windows, MS Office, SQL Server and over 500 other software products installed on the local or remote network computers. The manager can also decode Adobe license keys. The collected keys can be saved to .txt, .html, .xml, printed or backed up in registry files (*.reg) for further restore.

    The value of what you get in Product Key Explorer will be invaluable. You will have a single place to go whenever you need that critical licensing information. And when you find yourself needing it, you're going to want it fast. No more do you have to try and find where you put that original CD case or manual that has the licensing numbers on them. Simply launch Product Key Explorer and there it is. The product is reliable and adopted by thousands of customers worldwide, including Fortune 500 companies, as well as many smaller ventures.

    Keep all of your serial keys on your computer and not scrawled on countless sticky notes! Once it may save your day and thousands of dollars.

    Product Key Explorer 2.0



    Pricing & Availability

    Product Key Explorer 2.0 runs under Windows 2000, XP, 2003, Vista. The product costs $27.50 (US) for a single-user license and available immediately through the Nsasoft store and its authorized resellers worldwide. Licensed users get free lifetime updates and premium technical support. More information is available from www.nsauditor.com.

    About Nsasoft

    Nsasoft LLC is a privately-held software company, specializing in network software, password and product key recovery solutions. Its premier products include (but not limited to) Nsauditor Network Security Auditor; SpotAuditor, an all-in-one password recovery solution; Product Key Explorer, product key recovery software; NetShareWatcher, a network access policy monitoring and management tool. The company was founded in 2004 and based in Yerevan, Armenia. For more information, visit www.nsauditor.com.

    Product page link: http://www.nsauditor.com/product_key_finder.html
    Download link: http://www.nsauditor.com/downloads/productkeyexplorer_setup.exe
    Corporate website: http://www.nsauditor.com

  • Free software: Make flash video for your site or blog

    Nowadays everybody wants to make their own YouTube. We must disappoint you. It is hardly possible to make one more YouTube with Free Video to Flash Converter, but it is very easy to enrich a corporate web site or a personal blog with good looking video.

    Convert video files to flash (SWF and FLV). Convert the whole movie or just a partition. Apply 30+ player skins.

    Free Video to Flash Converter

    Free Video to Flash Converter available at http://www.dvdvideosoft.com/products/dvd/Free-Video-to-Flash-Converter.htm for immediate free download. The program contains no spyware or adware. It's clearly free. No activation or registration is required. Just download and use it.

    Free tools from DVDVideoSoft

    Free Video to Flash Converter is already the 15th free program developed by DVDVideoSoft.

    DVDVideoSoft has created a line of free tools: Free Video Dun, Free YouTube to iPod Converter, Free YouTube to MP3 Converter, Free YouTube to iPhone Converter, Free Video to iPod Converter, Free Video to iPhone Converter, Free Video to MP3 Converter, Free YouTube Uploader, Free Audio Dub, Free YouTube to MP3 Converter, Free 3GP Video Converter, Free Video Flip and Rotate, Free Video to JPG Converter and finally Free YouTube Download.

    All these titles are available at http://www.dvdvideosoft.com/free-dvd-video-software.htm for immediate download. Also here you can always find lots of guides and tutorials related to different video tasks like, burning and ripping DVDs, making DVD copies, converting between all video formats and more.

    All our programs are absolutely free and run under all Windows, including Vista. We respect our users' privacy. There are not any spyware or adware. It is safe to install and run!

    Company website: http://www.dvdvideosoft.com/

  • Watch Who Gets Into Your Files over Local Network

    When a connection attempt is detected, the application will pop a window with details on the remote user trying to access shared files and adds that data to a log file along with the remote user's name, files and folders accessed, and access date and type. At the same time, the owner of the data will be alerted with an on-screen message accompanied with a theme-specific sound, and e-mail notifications.

    Connection Monitor

    Network administrator can protect file servers by configuring the software for sending alert notifications and launching a security application when an intruder accesses secure files. Regular network users can protect their own computers with private folders and files.

    Connection Log

    10-Strike Connection Monitor 1.3 is the first edition released to the public. The free evaluation version is available at http://www.10-strike.com/connectionmonitor/

    The commercial version can be purchased at $39.95 US.

    System Requirements

    A standard PC with Windows NT4/2000/XP/Vista with local network and shared folders.

    Company website: http://www.10-strike.com/
    Product Page: http://www.10-strike.com/connectionmonitor/

  • WebReplay - advanced web automation and testing

    IE Watch ProfessionalWith WebReplay you can fill web forms, automate web applications and upload files, along with many other activities. It has never been this easy to automate those tedious tasks on your favorite websites.

    There are two different versions of WebReplay, a Free Edition and a Professional Edition. The WebReplay Free Edition is free for personal and commercial use. Users may opt to upgrade to the Professional version which contains advanced features not available in the Free Edition.

    WebReplay's unique features makes it highly useful for an entire spectrum of web professionals:

    • Automate repetitive web tasks ranging from filling forms to interacting with Flash applications.
    • WebReplay's intuitive interface allows users with absolutely no programming knowledge to create complex automation scripts.
    • Create sophisticated test scenarios with WebReplay's scripting features by enhancing recorded scripts or by adding custom actions.
    • WebReplay integrates seamlessly with our award winning flagship software IEWatch Professional to gather advanced HTTP logs.
    • With WebReplay you will turbo charge your web productivity by automating repetitive tasks and quality assurance work.
    WebReplay

    System requirements

    Microsoft Windows® 2000 or higher, and Internet Explorer 6 or higher.

    Pricing

    The price of a WebReplay Professional single user license is US$ 119.00.

    WebReplay Professional as well as the Free Edition are available at: http://www.iewatch.com

    About IEWatch Software LLC

    Founded in 2003, IEWatch Software LLC is a privately held company based in Carlsbad, California specializing in the development of Internet solutions. Our customers range from Fortune 500 corporations to individual developers.

    For more information, visit: http://www.iewatch.com
    Donwload WebReplay: http://www.iewatch.com/downloadwr.aspx

  • Creating Icons is No Longer A Baffling Ordeal With New Perfect Toolbar Icons

    No doubt any e-company wants to add some color to the means of its representation: programs, websites or even documents in order to make them distinctive and eye-catching. The simplest way to do so is to decorate the front-end of a product - in this case we start with icons. Creating professional and stylish icons is no easy task and requires talent, skills in design and days and sometimes even weeks of work. Fortunately, with the set of newest icons from Aha-Soft, creating a nice interface for desktop and web applications will no longer be a headache.

    Perfect Toolbar Icons

    Perfect Toolbar Icons delivers the newest eye-catching and most distinctive icons that provide designers with the cost-effective "specimens" for their work, relieving them of the burdensome task of creating icons. All the icons are available for viewing and downloading and can be purchased either individually or in sets. It is possible to order custom icons of your individual design. The icons are available in the following sizes: 16*16, 20*20, 24*24, 32*32, 48*48 and formats: PNG, BMP, GIF and ICO. They also come in two variants: for websites and the old Windows versions and in 32-bit True Color format for Windows XP and Vista.

    Perfect Toolbar Icons

    Aha-Soft offers a flexible purchasing policy. When purchased individually, each icon costs $4 (USD). You are welcome to contact Aha-Soft with the names of the icons you would like to purchase, and the order will be processed immediately. Moreover, a collection of icons with only some of the available sizes can be ordered. In this case you will get a discount off the usual price. Minimum purchase is 2 icons.

    More information on the icon set can be found at http://perfecticon.com/stock-icons/perfect-toolbar-icons.htm.

    About Aha-Soft

    Founded in 2000, Aha-Soft is an Information Technology company specializing in professional icon and cursor design and management software. Aha-Soft is the author of such popular tools as AhaView, Any to Icon, Icon to Any, ArtCursors, ArtIcons, ArtIcons Pro, IconLover, IconUtils and IconXP.

    Product page link: http://www.perfecticon.com/stock-icons/perfect-toolbar-icons.htm
    Direct download link: http://www.perfecticon.com/downloads/perfect-toolbar-icons.zip
    Company website: http://www.aha-soft.com

    Inviato feb 07 2008, 03.28 da devspy con no comments
    Archiviato in: , , , , ,
Altri Messaggi Pagina successiva »
Prelevato da http://www.devspy.com/blogs/press-release/default.aspx
DevSpy.com 6.0 © 2001-2008 - Alcuni Diritti Riservati
Salvo diversa indicazione, tutti i contenuti sono pubblicati sotto licenza "Creative Commons Attribution-Share Alike 3.0"