wodWebServer free download ActiveX Component that implements server side of HTTP and HTTPS protocols (HTTPServer). It's main purpose is to serve HTML pages, GIF/JPG/PNG images, documents, and other resources that are accessible through Browser clients. ActiveX Component that implements server side of HTTP and HTTPS protocols (HTTPServer). It's main purpose is to serve HTML pages, GIF/JPG/PNG images, documents, and other resources that are accessible through Browser clients (such as Internet Explorer, Mozilla Firefox, Netscape etc..) It is robust, easy to use, fast, and can be used in all environments that support COM technology. It serves both static pages, as well as dynamically created ones. No need to learn ASP/PHP/Coldfusion to make your own WEB server when wodWebServer ActiveX is used. wodWebServer runs through Request/Response objects - whatever client sends is parsed and stored to Request object. When you're ready to deliver response, you just need to populate Response object download   
 Example: WinRar • Top 1000
• Smart reviews
   
Search:   
     

Home > Software > Development Tools > Delphi > download now wodWebServer

  Popular:
ShareAlarm 2.2
Share alarm is a tool that allows you to see parameters of…
Family Keylogger 4.12
Family Keylogger - this is the best choice, if you want to…
LogMeister 2.3
LogMeister is a powerful solution to centrally monitor and…
WordConvs 1.01
This document conversion/formatting program allows batch…
CDBF for Linux 2.99.02
CDBF is a powerful database viewer and editor that lets…
NCT Win Manager 2.1.2
You don’t want spywares who use you unusefully your…
BackupAssist 5.2
BackupAssist performs automatic, scheduled backups of…
Easy Projects .NET 6.0.2
Easy Projects .NET is the easiest all-in-one web based…
AccessMyWizard 1.1
AccessMyWizard is a powerful, yet very easy to use, wizard…
Best 1000
  TOP-10:
EasyNoter 3.71
Still Haven't found that personal information manager (PIM…
cryptoPad 1.1
Encryption of files and e-mail for security using one time…
iSpy Killer 2.1
iSpy Killer is an efficient and smart Spyware, Keylogger…
LinkAlertPC 2.00
A cost effective link monitor and alert notification system…
LC Copier 1.0
LC Copier is a software to create a standart photocopying…
SecureWord 1.5
SecureWord is fully functional program for storing…
FileSpy 3.0
FileSpy allows users connected to a network with Novell…
Kill The Spams 3.2 build 100
Without the pain of building complex filters, KTS is able…
iCRM 1.0
Professional version makes it easy to navigate over and dig…
Solo Explorer 1.0
Solo Explorer is a wave to MIDI conversion, automatic music…
  Sponsored links 
  New:
IP Address Shield 9.31
Hide your IP address while browsing the Internet and…
Screen Anytime 3.3
Screen Anytime is a set of software recording onscreen…
Max PC Booster 1.0.0.6
Max PC Booster gives you the combined power of its four…
Freebie Notes 3.32
Freebie Notes is a easy to use reminder for Windows. With…
Alive Organizer 3.7.45.132
Alive Organizer by Vitolab Software is what you need to…
Free Audio Ripper 1.1.0.1
Free audio ripper Convert tracks from audio CDs or DVDs to…
DiffEngineX 1.42.1.0
DiffEngineX compares two Excel workbooks by highlighting…
DBF Viewer 2000 3.1
With DBF Viewer 2000 you can view, edit, sort, create…
RSS Wizard 3.41
RSS Wizard is an HTML to RSS converter than can generate…
TrueCafe 4.4
Friendly cyber cafe software with a complete set of…
     
Home
News
Software
Books
Smart reviews
New soft
TOP-10
Best 1000
All Soft
Audio & Video
Business
Development Tools
Education
Games
Graphics
Home/Hobby
Internet
Desktop
Utilities
Active-X
Delphi
Components & Libraries
Java
Javascript
Visual Basic
dotNET
Databases
Perl, php, cgi
Source Editors
Installers
Bug Trackers
HTML
XML
ASP

wodWebServer 1.3.1.0  del.icio.us Fark digg Reddit MyWeb BlogMarks Furl Jots   ( View screenshot )


URL:
HTML:
ActiveX Component that implements server side of HTTP and HTTPS protocols (HTTPServer). It's main purpose is to serve HTML pages, GIF/JPG/PNG images, documents, and other resources that are accessible through Browser clients.

Updated Jun 29, 2007 12:39:14
Size2662 kb
LicenceShareware
LanguagesEnglish
TagsServer side ActiveX for WEB content delivery
OSWindows 95, Windows 98, Windows ME, Windows NT, Windows 2000, Windows XP, Windows 2003
Homepageweonlydo.com
Emailgeneral@weonlydo.com
AuthorKresimir Petric
wodWebServer free download ActiveX Component that implements server side of HTTP and HTTPS protocols (HTTPServer). It's main purpose is to serve HTML pages, GIF/JPG/PNG images, documents, and other resources that are accessible through Browser clients. ActiveX Component that implements server side of HTTP and HTTPS protocols (HTTPServer). It's main purpose is to serve HTML pages, GIF/JPG/PNG images, documents, and other resources that are accessible through Browser clients (such as Internet Explorer, Mozilla Firefox, Netscape etc..) It is robust, easy to use, fast, and can be used in all environments that support COM technology. It serves both static pages, as well as dynamically created ones. No need to learn ASP/PHP/Coldfusion to make your own WEB server when wodWebServer ActiveX is used.

wodWebServer runs through Request/Response objects - whatever client sends is parsed and stored to Request object. When you're ready to deliver response, you just need to populate Response object download

 Zoom click for full size
Other author's software:
  • wodCrypt 1.2.7.0 — wodCrypt is a lightweight component that provides strong encryption for your applications. It provides supports for most common crypto algorithms, such as:AES, DES, TripleDES, Blowfish, Cast, RC2, RC, RC5, etc...
  • wodTelnetDLX 2.3.9 — wodTelnetDLX a telnet client component ready to connect to terminal based clients,most commonly to UNIX telnet daemon. It also supports secured communication (through encryption) using well known SSH (SS1&SSH2) and SSL/TLS
Show all author's software

Description:
   ActiveX Component that implements server side of HTTP and HTTPS protocols (HTTPServer). It's main purpose is to serve HTML pages, GIF/JPG/PNG images, documents, and other resources that are accessible through Browser clients (such as Internet Explorer, Mozilla Firefox, Netscape etc..) It is robust, easy to use, fast, and can be used in all environments that support COM technology. It serves both static pages, as well as dynamically created ones. No need to learn ASP/PHP/Coldfusion to make your own WEB server when wodWebServer ActiveX is used.

   wodWebServer runs through Request/Response objects - whatever client sends is parsed and stored to Request object. When you're ready to deliver response, you just need to populate Response object - such as Body property, StatusCode, and that's it. If you're fast and can do it from within RequestDone event, then you don't even have to call any Send methods - it's delivered automaticaly.

   Features include:

   - support for HTTP and HTTPS protocols

   - complete information on connected users - get their originating IP address, originating port, total connected time...

   - Choose either Automatic content delivery (sit back and enjoy) or manual - in which case you define virtually everything that is sent

   - CGI script support by running external executables

   - Parsing of query variables, posted data, form-uploaded data for easy access

   - Can be used as standalone, or together with other WEB server (such as Apache, IIS...) by running on another port

   - control bandwidth usage for each user separately

   Shipped in two variations - as COM object, and as an ActiveX control. Besides this, wodWebServer package also includes wodCertificate object for managing certificates and private keys (for HTT

   It will work with all environments that support COM objects and ActiveX controls - VB, VC, Delphi, and it will even work in .NET environments. IDE will generate appropriate wrappers for wodWebServer in that case.
Short tags:
Server, side, ActiveX, for, WEB, content, delivery
Change Info:
1.2.4 September 24, 2006

   * Add UseNTAuthentication property, now you can authenticate Basic/NTLM using

   NT integrated authentication (workgroup, domain, active directory...)
find all version  Find last version of wodWebServer
      Freeware alternatives wodWebServer 1.3.1.0
Free Download now  Free Download wodWebServer 1.3.1.0 from weonlydo.com

Similar software shotlights:
  • Client Side SSI 1.20 — Using Client Side SSI, you can convert SHTML files (HTML files with SSI -- Server Side Includes) to plain HTML files. This can be used both for testing SHTML files and for developing plain HTML files…
Find all software similar on wodWebServer 1.3.1.0

Similar news:
  • Content delivery: Written in the Starz? — SAN FRANCISCO (CNN/Money) - For years, consumers who wanted to download movies had to use illicit peer-to-peer networks, chase fleeting offshore operations such as IWantTV.com, or put up with onerous ...
  • Cloudmark Offers Free Trial Of Server-Side Spam Software — Anti-spam software maker Cloudmark Tuesday announced that it is offering a free 15-day trial of its Cloudmark Exchange Edition (CEE) server-side anti-spam and anti-fraud solution.
Find all news similar on wodWebServer 1.3.1.0

Similar smart reviews:
  • ProxyInspector for ISA Server 2.6g Appropriate Control — When things get about the corporate Internet usage and traffic control, there always a lot of the loose talks: Either the management needs to control every kilobyte of data transfer and every connection or employees can have certain level of freedom? The answer to this question varies from one organization to another and depends on many factors. However, all agree that the *control is necessary…
  • Kwok Information Server 2.3, IT Management with Pleasure — Every IT business, even the smallest one, needs to manage some, at least the most basic kinds of information related to their business. Of course, when it’s a company of «two directors and one worker», it can manage all of its operations through sticky notes or Excel worksheets. But, becoming serious, becoming organized, with multiple orders, clients, employees, and…
  • HtmlCapture ActiveX Control, Web Snapshot In A Few Lines Of Code — Taking shots (images) of web-pages is an often and highly usable programming task. There are scores of possible usages, from large web-archiving suits to small one-time testing scripts; but the general purpose snapshot tools (either PrintScreen or specialized software) aren’t very good for the task. If you want one powerful yet compact solution for the problem which can be used virtually with any…
  • Server Monitor 3.4.0, Know The Problem In Proper Time — There are two kinds of system administrators: those who think «my system can’t fall» (optimistic kind), and those who thinks «if the system falls, I want to know it as soon as possible» (realistic kind). The second kind of sysadmins are more valuable: they can do wisely even in complex conditions. Server Monitor is a software for those wise…
  • AA Mail Server, Be Your Own Email Service Provider — No matter how hard you try to set up a hosted email service the way you want it to be, chances are that you’ll end up compromising your demands, for it’s hardly possible to have someone do things the way you want them be done. If you want to take control over your email communications, fire up your own email server, and yet not spend much time dealing with…
  • CYAN Secure Web – a fresh look at web security and content protection — Today’s standards of web security require much more than they did a decade ago. Basic access blocking is not as efficient as it used to be and content has to be reliably protected as well. If you or your company is seeking a rock-solid and versatile web security solution, take a closer look at CYAN Secure Web! CYAN Secure Web is a powerful…
  • iSCSI Cake (CCDisk) - an elegant solution for sharing server-side storage resources across your LAN/WAN — When you need to share your server’s resources across your network — no matter great or small — you can achieve this in a number of ways. However, there is a surprisingly elegant solution of this problem that you may not be aware of yet. iSCSI Cake is a storage server which enables you to export the server’s storage resources…
  • Lizard Protector Web Content Security: By Invitation Only! — The web is a very convenient media for conveying information to the masses. However, not all information is made to be shared by everyone, especially where information is confidential and privy only to certain parties. The easiest way to shield sensitive information from prying eyes is to password-protect confidential pages. However passwords are insecure since they can be easily…
  • Server Control Tower. PA Server Monitor — “How’s my server doing?” “What’s going on with it now?” “Hope, I haven’t missed anything important.” — These are the most typical things server administrators are concerned with. In order to not miss anything important, some of them never leave their seats. (Or, if there are many servers, they run around them to make sure…
Find all smart reviews similar on wodWebServer 1.3.1.0


Home > Software > Development Tools > Delphi > download now wodWebServer

See software by tags:
Eggdrop interface
Mdf optimization software
Xxxvideochat
see also:
SesamTV Media Center
Making Money Site
Photo To Color Sketch
See software by tags:
Hackers virus mobile
Flash wave
Aefsdr

Copyright © 2001—2009 3d2f
Concept:
Advertisement.