Alpha Software Mobile Development Tools:   Alpha Anywhere    |   Alpha TransForm subscribe to our YouTube Channel  Follow Us on LinkedIn  Follow Us on Twitter  Follow Us on Facebook

Announcement

Collapse

The Alpha Software Forum Participation Guidelines

The Alpha Software Forum is a free forum created for Alpha Software Developer Community to ask for help, exchange ideas, and share solutions. Alpha Software strives to create an environment where all members of the community can feel safe to participate. In order to ensure the Alpha Software Forum is a place where all feel welcome, forum participants are expected to behave as follows:
  • Be professional in your conduct
  • Be kind to others
  • Be constructive when giving feedback
  • Be open to new ideas and suggestions
  • Stay on topic


Be sure all comments and threads you post are respectful. Posts that contain any of the following content will be considered a violation of your agreement as a member of the Alpha Software Forum Community and will be moderated:
  • Spam.
  • Vulgar language.
  • Quotes from private conversations without permission, including pricing and other sales related discussions.
  • Personal attacks, insults, or subtle put-downs.
  • Harassment, bullying, threatening, mocking, shaming, or deriding anyone.
  • Sexist, racist, homophobic, transphobic, ableist, or otherwise discriminatory jokes and language.
  • Sexually explicit or violent material, links, or language.
  • Pirated, hacked, or copyright-infringing material.
  • Encouraging of others to engage in the above behaviors.


If a thread or post is found to contain any of the content outlined above, a moderator may choose to take one of the following actions:
  • Remove the Post or Thread - the content is removed from the forum.
  • Place the User in Moderation - all posts and new threads must be approved by a moderator before they are posted.
  • Temporarily Ban the User - user is banned from forum for a period of time.
  • Permanently Ban the User - user is permanently banned from the forum.


Moderators may also rename posts and threads if they are too generic or do not property reflect the content.

Moderators may move threads if they have been posted in the incorrect forum.

Threads/Posts questioning specific moderator decisions or actions (such as "why was a user banned?") are not allowed and will be removed.

The owners of Alpha Software Corporation (Forum Owner) reserve the right to remove, edit, move, or close any thread for any reason; or ban any forum member without notice, reason, or explanation.

Community members are encouraged to click the "Report Post" icon in the lower left of a given post if they feel the post is in violation of the rules. This will alert the Moderators to take a look.

Alpha Software Corporation may amend the guidelines from time to time and may also vary the procedures it sets out where appropriate in a particular case. Your agreement to comply with the guidelines will be deemed agreement to any changes to it.



Bonus TIPS for Successful Posting

Try a Search First
It is highly recommended that a Search be done on your topic before posting, as many questions have been answered in prior posts. As with any search engine, the shorter the search term, the more "hits" will be returned, but the more specific the search term is, the greater the relevance of those "hits". Searching for "table" might well return every message on the board while "tablesum" would greatly restrict the number of messages returned.

When you do post
First, make sure you are posting your question in the correct forum. For example, if you post an issue regarding Desktop applications on the Mobile & Browser Applications board , not only will your question not be seen by the appropriate audience, it may also be removed or relocated.

The more detail you provide about your problem or question, the more likely someone is to understand your request and be able to help. A sample database with a minimum of records (and its support files, zipped together) will make it much easier to diagnose issues with your application. Screen shots of error messages are especially helpful.

When explaining how to reproduce your problem, please be as detailed as possible. Describe every step, click-by-click and keypress-by-keypress. Otherwise when others try to duplicate your problem, they may do something slightly different and end up with different results.

A note about attachments
You may only attach one file to each message. Attachment file size is limited to 2MB. If you need to include several files, you may do so by zipping them into a single archive.

If you forgot to attach your files to your post, please do NOT create a new thread. Instead, reply to your original message and attach the file there.

When attaching screen shots, it is best to attach an image file (.BMP, .JPG, .GIF, .PNG, etc.) or a zip file of several images, as opposed to a Word document containing the screen shots. Because Word documents are prone to viruses, many message board users will not open your Word file, therefore limiting their ability to help you.

Similarly, if you are uploading a zipped archive, you should simply create a .ZIP file and not a self-extracting .EXE as many users will not run your EXE file.
See more
See less

Intranet/ extranet web application:

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Intranet/ extranet web application:

    Hi

    I am about to start setting up a web-based intranett for a company - a start-up! I have the full package of A5 V11, and I have limited experience and learning as I am going.

    The intranet will distribute policies and procedure-documentation throughout and among different departments to hundreds of worktasks. This is the baseline, manuals and documentation. Then I will add on webshop, logistics, order and payment and the like, this comes later on, (but the intranet-component will be accessed through a "login component" on the comming webpage and as a stand alone company-internal infrastructure).

    I have most of the content in word format for now, around 350 single documents, but I might need to create and transform the content in to A5 forms and dialog components/boxes etc. Some tables and forms will be read-only procedures, other will be fill-in-information (forms) and "save as" feature.
    All content has to be searchable in the intranet too.

    What would be nice would be to be able to make global changes to contents and forms in all or some docuemnts that has the same standard forms/ layout when updating and change will present itself, as it will when time comes so I dont have to go through hundres of forms to change one and the same sentence..
    So, my main point:
    I just need to know how to go about this, and start out right! Would anybody have experience with this type of infrastructure- and, what type of web componenent/ part would be best to build this system platform, and where should I keep all data? In A5 database, MySql, access or what?




    I really appreciate your answers!


    Best regards
    Tommy

    #2
    Re: Intranet/ extranet web application:

    I built a Quality Management System for a company intranet, and here is what I learned:

    For the static procedures and documents, use a product like CKEditor. Steve Wood at AlphaToGo has a very nice integration package that will make this much easier. It includes a routine to convert word documents to html, taking out the junk but preserving the formatting. So, you can simply copy/paste in the documents. Store the document text in a text field in a MySQL table along with the title, revision, revision date, active or obsolete, changed by, reason for the change and "does it require retraining". Any time the document is revised, automatically up the rev and rev date. If the company has monitors where these documents are used, then there only needs to be this one version and everyone always has the latest version. Display the document as a label or make it non-editable. If they print them out as pdf, then make sure you put print date and a "do not use after" date on them to prevent people using obsolete copies. Also, print "Company confidential" on the page so you can fire employees that sell them to competitors.

    MySQL has the capability of full text searches, so you can search all the documents for a word or phrase to find the documents that contain it. And, you can write a routine to find and replace something in the text. I'd do that as a MySQL stored procedure to make it very fast.

    For the forms, I found it useful to present a read only grid with basic info ( I called it a "log" ), and used a detail section for the form itself. In my case, one form would get completed over time, so we needed access to existing forms as well as new ones. You can put a button in the log to upload or download attachments to that record. (For example photos or pdfs).

    Store the attachments outside the database but rename them to include the record key for easy retrieval.
    Have fun!
    Pat Bremkamp
    MindKicks Consulting

    Comment


      #3
      Re: Intranet/ extranet web application:

      Thank you Pat!

      I like your idea, and I can see Steve Wood have done a wonderfull job with this platform, which I guess I wouldn't go wrong with, as it is fully integrated with V11. I will surely look more into this solution.

      As a second guess: One issue is important dough. I need to fully own and control the platform. I guess buying Mr. Woods solution only give me access to a copy he own! I don't want the platform come crashing down my head in a few years time, or other negative impact which I have little or no control over! Would this be a legitimate concern here?

      Tommy

      Comment


        #4
        Re: Intranet/ extranet web application:

        Don't worry Tommy.

        CKEditor is the world's #1 on line editor, so it is unlikely to disappear. (In fact, it is the editor used here on this board) Steve's integration package adds the JavaScript to integrate that 3rd party product into the dialogs and grids in your own app. He uses it in his own apps, so he will be keeping it up to date. It is fully functional and tested. I use it, and I'm very happy with it...better than the version I had created.

        If you are worried that he will win the lottery and move to Bora Bora, then you could go back and replicate what Steve has done after your app is complete, but I wouldn't spend the time (days ...weeks?) to try that now when there are more important pieces of the app to be created.
        Pat Bremkamp
        MindKicks Consulting

        Comment


          #5
          Re: Intranet/ extranet web application:

          Yes, I think you r right. But thank you for your kind advise!

          Tommy

          Comment

          Working...
          X