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

v10 keeps messing with my html

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

    v10 keeps messing with my html

    I'm a new user to v10 and I've got a bit of a peeve with it. It keeps screwing up my html. I open up an a5w page, type in my code, with correctly formed tags and attributes and v10 takes my code and changes it into invalid code.

    I type in this:
    <div id="header">This is where the header goes.</div>

    Save the file, then open it back up and a5 has taken out the quotes around the div's id attribute. This doesn't always happen, sometimes it keeps the quotes in, usually in a component I've added.

    Also, when I put in an img it takes my inline styles and converts them to uppercase. I know that this will still validate. But the overwhelming standard is lowercase style attributes.

    I'm sure as I continue to use alpha, more of these will pop up.

    I know they will still be rendered properly, but if alpha wants to gain ground with the web design/development community they MUST, REPEAT MUST use valid html (or at least use the standards) in everything that comes out of the product.

    Please please please focus on keeping valid code a priority.
    (and if possible, fix these in a bug fix)

    //Rant over, sorry, I'm a bit of an code-evangelist

    #2
    Re: v10 keeps messing with my html

    Kyle, this message board is peer supported. Your peers can't fix bugs you find. Suggest you submit formal bug report using the "Send a bug report" option on the help menu. Giving Alpha a reproducible example (as an attachment) is the surest way to get the bug squashed.

    Comment


      #3
      Re: v10 keeps messing with my html

      My copy of V10 does not make any of those innapropriate conversions. Whatever HTML I enter, stays exactly the same. All of my A5W and HTML pages have lines of manually-typed HTML including CSS and in-line styles. I tested your example with this HTML code:

      HTML Code:
      ...
      <title></title>
      </head>
      <body>
      <div id="Header"> fasdfasdfasdfadf</div>
      
      <img style="height:100px" src="images/header.jpg">
      <p>&nbsp;</p>
      </body></html>
      Steve Wood
      See my profile on IADN

      Comment


        #4
        Re: v10 keeps messing with my html

        Going back to it, it's actually when I switch to wysiwyg, not the saving that's screwing it up. So I changed a5 to open up source by default.

        Comment


          #5
          Re: v10 keeps messing with my html

          Even then it should not affect your code one bit. Can you paste in exactly what your code looks like on a simple couple lines, before and after modified by going to WYSIWYG. BTW-there was/is a bug in V9 regarding a specific Windows Update that caused what you are describing. But if you are using V10, this should not be a problem.
          Steve Wood
          See my profile on IADN

          Comment


            #6
            Re: v10 keeps messing with my html

            HTML Code:
            </head>
            <body class="JKPageBODY">
            <div id="header"></div>
            <div id="body">
            <table style="margin: 0px auto">
              <tbody>
            Click WYSIWYG, then back to Source

            HTML Code:
            </head>
            <body class=JKPageBODY>
            <div id=header></div>
            <div id=body>
            <table style="MARGIN: 0px auto">
              <tbody>
            It still works when rendered by the browser, but I'd rather it not change code I've typed in. The only other code I have on the page is a login component.

            Comment


              #7
              Re: v10 keeps messing with my html

              When I try your html it does make the inline style upper case, but that's all it does. I believe you, in fact I know that WYSIWYG will mess with your code if it feels the need. It will attempt to complete Divs, Tables, etc. And, there have been problems in past releases with the CSS editor. I am on build 2500-3388, are you on the same (its difficult to tell what is the latest right now since the patch location says the latest is 2500-3381, and I appear to be at ..88).
              Steve Wood
              See my profile on IADN

              Comment


                #8
                Re: v10 keeps messing with my html

                I'm also on 2500-3388. Yeah, I'm having problems with the css editor as well. I copied one of the built-in themes and made some color changes. I also put an @import in it to import my stylesheet for positioning and all that (basically not a5 component stuff). But for some reason it's not importing my stylesheet...Driving me crazy.

                Is there an option to make EVERYTHING go to source only?

                EDIT: So I republished everything and now my css is working :-P
                Last edited by Sparticuz; 10-15-2009, 02:45 PM.

                Comment


                  #9
                  Re: v10 keeps messing with my html

                  Hate to admit it but I never use the CSS editor. I always right-click on the file and Open With Notepad. I don't use the Web Component Stylesheet Editor either and also open those CSS files in Notepad. This forces me to understand the CSS. But once you do that, you cannot go back to the editor because it will 'fix' much of what you altered.
                  Steve Wood
                  See my profile on IADN

                  Comment

                  Working...
                  X