Search results

  1. Scott Auge

    Please help with this Progress market survey

    Dear Progress Developers, DBAs, and Architecture Administrators, There has been some conversation of late in the community about the ABL and today's business environment. To help answer some questions, I have put together a quick survey to ask the marketplace some questions. At the end, I...
  2. Scott Auge

    Please help with this Progress market survey

    Dear Progress Developers, DBAs, and Architecture Administrators, There has been some conversation of late in the community about the ABL and today's business environment. To help answer some questions, I have put together a quick survey to ask the marketplace some questions. At the end, I...
  3. Scott Auge

    New Release: WSWiki Open Source Wiki

    ** What is it? A wiki written for webspeed/openedge 10.x. ** Where is it? https://sourceforge.net/projects/wswiki/ ** Is it free? Yes. ** Source included? Yes. ** What changed? Build 2008191203242 -- Ability to delete a page (2014569) -- Place holder %LastUpdated% so can see how...
  4. Scott Auge

    Video: Setting up webspeed on windows

    A common question I encounter is how to set up Webspeed on Windows. This is a little bit of a configuration How To. http://video.google.com/videoplay?docid=671398914151640895
  5. Scott Auge

    Can we develop mobile web pages in webspeed?

    The function content-type() and the procedure output-headers is your friend. You can use Webspeed to generate anything that comes out of a web server. Here is an example of something for a palm pilot long ago in Issue 12 at http://www.peg.com/techpapers/amduus/
  6. Scott Auge

    Progress Open Source:WSWiki Build 2008068011224 Available

    What is it? A wiki for Webspeed or other Webspeed source code compliant alternatives Where to get it? http://sourceforge.net/projects/wswiki/ What's the changes? Amduus Information Works, Inc. Technical Bulletin Updates As Of Build 2008068011224 -- Change password functionality (1888974)...
  7. Scott Auge

    WSWiki Build 2008050230408 and $200 prize contest!

    ** What is it: A wiki written for Progress Webspeed or a Webspeed alternative. ** Where to get it: https://sourceforge.net/projects/wswiki/ ** What changed: Build 2008050230408 -- Fixed IE rendering/HTML problem in tmpl_menu.html (1887097) -- Changed user guide to mention one CAN use...
  8. Scott Auge

    New Release: WSWiki Open Source Wiki

    Mostly about storing files in the DB or in a directory. Build 2008035191144 -- Fixed syntax error in maintparameters.html (Sourceforge 1869648) -- Tool to store existing files into DB (import_files.html) (Sourceforge 1849910) -- Ability to store files in DB by parameter (Sourceforge 1849910)...
  9. Scott Auge

    Open Source: Build 2008009191644 WSWiki

    A couple of major problems fixed. Build 2008009191644 -- Password widget for maintusers. (Sourceforge 1868038) Build 2008009190440 -- Corrected text regarding search in maintparemeters.html (Sourceforge 1867895) -- Corrected text regarding search in maintuser.html (Sourceforge 1867889) --...
  10. Scott Auge

    New to progress

    Welcome and I hope we can answer many questions for you!
  11. Scott Auge

    Open Source: WS Wiki Build 2007357061151 (Security Release!)

    Build 2007357061151 -- Added %BaseURL% support for people with multiple environments. (Sourceforge 1851170) -- Added page security to AJAX yanking of pages down (Sourceforge 1856743) -- Added download security for attachments (Sourceforge 1856746) -- Fixed attachment named as web page to actual...
  12. Scott Auge

    New release of WS Wiki

    What is it? A wiki program that runs on Webspeed/Blue Diamond/Other Changes: Build 2007347034002 -- Updated documentation for file attachments. Build 2007347004256 -- Allow uploading of files and attach to wiki page (Sourceforge 1843113) -- Parameter to identify the environment for custom...
  13. Scott Auge

    need POST body content

    You really need to insist on them sending valid XML or else give them another option on how to transfer the file. (The WS Wiki program has code to accept a file upload.)
  14. Scott Auge

    New release of ws wiki

    ** What is it? A wiki for Webspeed. ** Where is it? https://sourceforge.net/projects/wswiki/ Go to downloads tab Click download. ** What's different? Release Name: 2007343153914 Notes: WARNING: Schema changes. If you have an existing database, you will need to delta the new one to the...
  15. Scott Auge

    Web authentiation using Pam?

    I think there is going to be some C level coding involved. A shared library between your webspeed program and pam system (and probably will need to write a module for it.) Do you really want to require a user account on the machine for someone to use a web app on that machine?
  16. Scott Auge

    Wiki Written In Webspeed Available

    Open Source and such. Docs are in the zip. http://sourceforge.net/projects/wswiki/
  17. Scott Auge

    Open Source: C based POP3

    Recently found my old C code for POP3'ing a mail box from the command line. http://www.amduus.com/OpenSrc/SrcLib/C_Pop3/pop3.c ------------- Scott Augé Founder Amduus Information Works, Inc. http://www.amduus.com PGP/GPG http://amduus.com/amduus_com/sauge.public.key Free to use web based...
  18. Scott Auge

    Open Source: New version of DOM tools

    ** What is it? A set of routines to make parsing XML documents much much more easier. ** What are the changes? Added the ability to pull out a sub-tree of the document into a new instance of the DOMParse.p procedure for parsing. ** Where to find it...
  19. Scott Auge

    Open Source: Zammi Propath Compiler

    What is it? A tool that will crawl your propath looking for files to compile. Also works on Webspeed E4GL code. Where to find the latest downloads? http://amduus.com/OpenSrc/SrcLib/Zammi/ Docs? http://amduus.com/OpenSrc/SrcLib/Zammi/propathcompiler/doc/ How simple? If you can comprehend...
  20. Scott Auge

    Tim Kuehn's Query Manager Available

    What is it? The query manager was created to abstract commonly-performed life-cycle management of static and dynamic queries, and browses into a standard block of 4GL / ABL code. Where are the docs? http://amduus.com/OpenSrc/SrcLib/QueryMgr/utl/qry/qry-mgr.htm Where is the package...
Top