Table of 600 elementos

Hola a todos,

Tengo una duda that he dedicated mucho tiempo sin dar con the respond. OS dejo por if someone can lanzxarme UN cabo.

Debo fill an array of 600 trade para luego sacar determinadas features and statistics. Dado is 600 values he defined por un array from UN bucle building is for. Esto works if values than tomo estan DENTRO del bucle for (example 1). Well, mi caso (ejemplo2), los datos provienen una Comunicación series y mi bucle FOR table con el cumplimenta el primer valor that entered el bucle for. In other words, al final genero 600 UN valor unico tables.

Where el fallo tengo? Using Shift Register pero HE pensado en is seisciento... values is debe haber otra respond.

GRACIAS PHOTOS


Tags: NI Software

Similar Questions

  • How can I align two different text lines in the same table in two different directions (centered on one and one on the left)?

    Hello

    I want to focus the two different text lines that are in the same table, but one on the Center and the other on the left. I put a < span > tag in the hope that he was overwhelmed the family of police .bottomsel table class properties and the. Police-family Cig84 and color but the text-align only: they are both on the left.

    Here is my source and CSS codes:

    Source:

    < table width = "600" border = "0" >

    < b >

    < class td = "bottomref" > < p > < span class = "bottomsel" > | < a href = "index.html" target = "_self" > Main < /a > | " < a href = "about.html" target = "_self" > on < /a > | " < a href = "clients.html" target = "_self" > customers < /a > | " < a href = "contact.html" target = "_self" > Contact < /a > | " </span > < br / >

    < span class = 'credits' > credits: < span class = "Cig84" > Cig84 </span > < / span > < /p > < table >

    < /tr >

    < /table >

    CSS:

    {.bottomsel}

    text-align: center;

    do-family: Georgia, "Times New Roman", Times, serif;

    }

    {.credits}

    text-align: left;

    }

    . {Cig84}

    Color: #F00;

    do-family: "Comic Sans MS", cursive;

    }

    Use tags to paragraph with CSS classes.

    CSS:

    . Center {text-align: center}

    .the {text-align: left}

    HTML:

    This text is centered

    This text is left-aligned

    Nancy O.

  • Set the width of the table for TableView

    I create a new TableView with a few columns and I am trying to set the width of the entire table. I searched the API, but it only gives me setMaxWidth. I tried but it didn't work. Can anyone suggest me how to set the width of the tables.

    I do this:

    private TableView < XYZ > table = new TableView < XYZ > ();

    table.setMaxWidth (600);
    table.setLayoutX (15);
    table. Resize (40, 40);

    But nothing has really changed width of the entire table.

    Thank you.

    Column resizing policy is what you are looking for.

  • How can I get rid of the background color of a table?

    I insert a table and it comes with a blue background.  The properties panel displays any selected background.  I changed it with a white base, but nothing happened.  I made a new class named tableformat, it took all the styles that I applied to the class, except the bottom, still blue.  Here is the code:

    < table width = "600" border = "1" cellpadding = "3" >

    < b >

    < scope = "col" th > < /th >

    < scope = "col" th > < /th >

    < scope = "col" th > < /th >

    < /tr >

    < b >

    < td > < table >

    < td > < table >

    < td > < table >

    < /tr >

    < b >

    < td > < table >

    < td > < table >

    < td > < table >

    < /tr >

    < /table >

    < p align = "left" > < / p >

    < p > < / p >

    Thank you in advance for any help that anyone can give me.

    OharaLane wrote:

    Yes background.jpg is blue.  So how we stop to pick up the body of the page the table background image?

    body,td,th {
         font-family: Verdana, Geneva, sans-serif;
         font-size: 1em;
         background-image: url(../images/background.jpg);
         background-attachment: fixed;
         color: #003A68;
    }
    

    Remove the ", td, th ' after the body.  The td is a table cell and the th is a table header.

  • Build / assign the value of elements in the array

    I have an array of size 600 x 600 pixels. In a circle of RADIUS given (say 50 pixels) and origin (given th line and column jeme), I want to draw the Gaussian distribution, i.e. giving pixels

    the value of a Gaussian distribution of 2D with PEAK originally. How do I do that in labview?

    Thank you.

    You run your x and y values through the 2D Gaussian function, but do the origin 300 300 (for your given table of 600 x 600 pixels). Here is what I get on a given intensity chart a range of 10 and sigma = 100 pixels:

    Here is the code example (quick and dirty):

  • How to improve the search function on a VerticalFieldManager that contains custom managers

    I have a screen with a VerticalFieldManager for a list of custom managers holding.

    The screen also contains an EditField that behaves like a search field, when the user enters the text, my app looping through an array of custom managers and compares the text entered with the text of all managers in the table.

    If the text of a Manager matches the input string, I add this handler to the VerticalFieldManager.

    Here are the relevant parts of my code:

    EditField _editField.
    TempBeanPlaces [] _placesList;
    VerticalFieldManager _vfmCellPlaces;

    ....

    This is the constructor of TemBeanPlaces:

    public TempBeanPlaces (String pPlaceName, CellPlaceManager pCellPlaceManager) {}
    placeName = pPlaceName;
    cellPlaceManager = pCellPlaceManager;
    }
    ...

    And this code handles the research:

    _editField.setChangeListener (new FieldChangeListener() {}
    ' Public Sub fieldChanged (field field, int context) {}
    String text = _editField.getText () .toLowerCase ();
    _vfmCellPlaces.DeleteAll ();
    for (int i = 0; i)< _placeslist.length;="" i++)="">
    TempBeanPlaces tempBeanPlaces = _placesList [i];
    If (tempBeanPlaces.getPlaceName () .toLowerCase (). IndexOf (Text)! = -1) {}
    _vfmCellPlaces.Add (tempBeanPlaces.getCellPlaceManager ());
    }
    }
    updateLayout();
    }
    });

    This works well when the _placesList table is not too big (length of 50, for example), otherwise the application becomes too slow.

    How can I optimize my code for large quantities of custom managers? For example, in the case, the table contains 600 elements.

    I really need to improve this feature. I just read on the ListField in BlackBerry, but since I have this code, maybe I need to rewrite all with ListFields.

    Thanks in advance!

    The biggest problem with update fields as it is time to layout, fields that are added.  If you add such a moment, then each addition will cause a layout.  Instead, you use addAll to add an array of items, or you can also add all of your items to a single Manager, and then add the Manager.  Then the layout occurs only once.

    In your code, the option would be to add managers selected to a vector, transform the vector into an array, then use addAll.

    You don't need the updateLayout().

    That said, more you add them fields, more processing will be available anyway, then perhaps you are trying to add more elements than even this optimization will execute quickly.  If this optimization does not work enough, then you will need to look in a different way, say 'paging' results, then the display doesn't show that the top 25 and the user can 'add more '.  This 'Exchange' is a good approach in my experience, because users will rarely scroll 25, when they can make another research that could give them better results.

    Finally, and to be on par with the comment of Simon, ListField is an extremely effective area because it is a unique field, so layout is easy, and he's not trying to paint lines until they are actually displayed on the screen.  So in your case, you have three options:

    (1) addAll

    (2) paging

    (3) ListField

    Let us know how you go.

  • 12 c to Oracle business intelligence: is it really effective?

    Hi experts,

    I am Manager of the Business Intelligence service in a society. We use SAP BI4.1 SP3 and an Oracle 11 g server.

    We have big questions about our various requests.

    We are interesting in the migration to Oracle 12 c data and functionality "in memory".

    But the one is commercial viewpoint, as "it's magic, you will have a x 100 improvement, you'll have to create tables to agregate.

    I'm not sure it's that the real (but if it is, that would be great).

    My data warehouse volume is 7.

    The biggest volume of tables are 600 GB (+ key or index volume).

    (1) if I use Oracle 12 c with all the features of 'magic', can I expect a big improvement in queries?

    (2) if so, is there a lot of "tuning" on the database? is easy for a DBA?

    (3) to use the "in memory" function, can put ALL my data warehouse in memory? (as with the HANA database)

    (4) If Yes, thanks to compression, the amount of memory do I need on my server database?

    (5) is there with oracle 12 c 'column 'store technology (as in SYSBASE)?

    Thanks in advance for your advice and answers

    A. Drieux wrote:

    (1) if I use Oracle 12 c with all the features of 'magic', can I expect a big improvement in queries?

    (2) if so, is there a lot of "tuning" on the database? is easy for a DBA?

    (3) to use the "in memory" function, can put ALL my data warehouse in memory? (as with the HANA database)

    (4) If Yes, thanks to compression, the amount of memory do I need on my server database?

    (5) is there with oracle 12 c 'column 'store technology (as in SYSBASE)?

    (1) overall characteristics of the 'magic' allow you to identify the data that you need very quickly. If you do a lot of processing of this optimal subset, then you'll be running to the 'normal' intensive speed from there.

    (2) not a lot of development, provided the database is pretty well designed in the first place and you did something that works directly ON the privileged Oracle infrastructure - for example the use of the digital yyyymmdd is an obstacle to Oracle which has a very good knowledge of optimization through its date types.

    (3) technically, you could - although according to your paritioning and requirements of how you use the data you can be choosy if you can't get your hands on enough memory.

    (4) very hard to say - patterns in the data distribution make such a difference in the degree of compressibility, and there's always trade in the meantime CPU compression and decompression and compression level.  Store column in Oracle memory running at one of the lowest degrees of compression allows for example of filtered data without decompression that can allow selection of data extremely fast at the cost of increased memory use.

    Yes 5)- and it works in pieces of 1 MB, so that (for example) 30 000 lines could be compressed into a piece of 1 MB with a few pieces of metadata of 64 k which record critical summary information about the piece of 1 MB, enabling a request completely ignore a piece of 1 MB, as the metadata shows that there will all the relevant data in the block.

    Concerning

    Jonathan Lewis

  • Data recovery before the insert in the procedure

    Hello
    I'm new in plsql programming and I'd like to do a procedure. I have tables like the following table1:

    | COL1 | COL2. COL3 | COL4 | COL5 | COL6 | COL7 |
    | 600. 140. 2. 10. 1300 | 500 | 1.
    | 600. 140. 2. 20. 1400 | 340. 4.
    | 600. 140. 2. 15. 1400 | 230. 3.
    | 600. 140. 2. 35. 1700 | 120. 2.
    | 600. 150. 3. 10. 1300 | 166. 6.
    | 600. 150. 3. 15. 1400 | 435. 5.

    For the same COL1 and COL2/COL3, check out the selection of different values of COL4
    For example, for COL1 = 600, COL2 = COL3/140 = 2 and COL2 = COL3/150 = 3
    Return not common 20 and 35 as values


    Then insert the rows in this table TABLE1
    600, 150, 3, 20, 1400, 340, 7
    600, 150, 3, 35, 1700, 120, 8


    I'm doing the procedure as below but I have problem how to recover data in the insert statement

    PROCEDURE COPY_COLUMNS  ( P_COL1        IN  A.COL1%TYPE,
                              P_FROM_COL2   IN  B.COL2%TYPE,
                              P_FROM_COL3   IN  B.COL3%TYPE,
                              P_TO_COL2     IN  B.COL2%TYPE,
                              P_TO_COL3     IN  B.COL3%TYPE,
                              P_FLG1        IN  VARCHAR2,
                              P_FLG2        IN  VARCHAR2,
                              P_FLG3        IN  VARCHAR2                                      
                                         ) IS
    
    CURSOR CFL1 IS select COL4
        FROM TABLE1
        WHERE COL1 = P_COL1 AND COL2 = P_FROM_COL2 AND COL3 = P_FROM_COL3
        MINUS
        select COL4
        FROM TABLE1
        WHERE COL1 = P_COL1 AND COL2 = P_TO_COL2 AND COL3 = P_TO_COL3;
    
    
    CURSOR CFL2 IS select COL4
        FROM TABLE2
        WHERE COL1 = P_COL1 AND COL2 = P_FROM_COL2 AND COL3 = P_FROM_COL3
        MINUS
        select COL4
        FROM TABLE2
        WHERE COL1 = P_COL1 AND COL2 = P_TO_COL2 AND COL3 = P_TO_COL3;
    
    
    CURSOR CFL3 IS select COL4
        FROM TABLE3
        WHERE COL1 = P_COL1 AND COL2 = P_FROM_COL2 AND COL3 = P_FROM_COL3
        MINUS
        select COL4
        FROM TABLE3
        WHERE COL1 = P_COL1 AND COL2 = P_TO_COL2 AND COL3 = P_TO_COL3;  
    
    
    V_REC        CFL1%ROWTYPE;
    
    
    BEGIN
    
    
    IF P_FLG1='N' OR P_FLG2='N' OR P_FLG3='N' THEN
        GOTO label; --do nothing
    END IF;
    
    
    IF P_FLG1 = 'Y' THEN
    
        OPEN CFL1;
        FETCH CFL1 INTO V_REC;
        CLOSE C1;
    
    --    SELECT COL5, COL6
    --    FROM TABLE1
    --    WHERE COL1 = P_COL1 AND COL2 = P_FROM_COL2 AND COL3 = P_FROM_COL3 AND COL4 = V_REC.COL4;
    
    
        FOR REC IN CFL1 LOOP
            INSERT INTO TABLE1 
                SELECT P_COL1, P_TO_COL2, P_TO_COL3, CFL1.COL4, -- COL5 ?? , COL6 ?? -- , SEQname2.NEXTVAL) 
    
    
        END LOOP;
    
    END IF;
    
    <<label>>
    END;
    

    Could you help me please do so?
    Thanks in advance

    And if you want to insert the missing values COL4 both sense, use of full join, as I've already shown (slightly modified):

    SQL > insert
    2 in table1
    3 values (600,150,3,70,1500,567,8)
    4.

    1 line of creation.

    SQL > insert
    2 in table1
    3 values (600,150,3,90,1900,789,9)
    4.

    1 line of creation.

    SQL > select *.
    2 from table1
    3.

    COL1 COL2 COL3 COL4 COL5 COL6 COL7
    ---------- ---------- ---------- ---------- ---------- ---------- ----------
    600 140 2 10 1300 500 1
    600 140 2 20 1400 340 4
    600 140 2 15 1400 230 3
    600 140 2 35 1700 120 2
    600 150 3 10 1300 166 6
    600 150 3 15 1400 435 5
    600 150 3 70 1500 567 8
    600 150 3 90 1900 789 9

    8 selected lines.

    SQL > insert
    2 in table1
    3 with t1 as)
    4 Select
    5 from table1
    6 where col1 =: P_COL1
    7 and col2 =: P_FROM_COL2
    8 and col3 =: P_FROM_COL3
    9 and: P_FLG1 = 'Y '.
    10              ),
    11 t2 as)
    12. Select *.
    13 from table1
    14 where col1 =: P_COL1
    15 and col2 =: P_TO_COL2
    16 and col3 =: P_TO_COL3
    17 and: P_FLG1 = 'Y '.
    18              )
    19 select: P_COL1 col1,.
    nvl2(t1.col4,:P_TO_COL2,:P_FROM_COL2) 20 col2,
    nvl2(t1.col4,:P_TO_COL3,:P_FROM_COL3) 21 col3,
    22 nvl (t1.col4, t2.col4) col4,
    NULL, 23
    NULL, 24
    25 null
    26 of t1
    join full 27
    28                t2
    29 on t2.col4 = t1.col4
    30 where the t1.col4 is null
    31 or t2.col4 is null
    32.

    4 lines were created.

    SQL > select *.
    2 from table1
    3.

    COL1 COL2 COL3 COL4 COL5 COL6 COL7
    ---------- ---------- ---------- ---------- ---------- ---------- ----------
    600 140 2 10 1300 500 1
    600 140 2 20 1400 340 4
    600 140 2 15 1400 230 3
    600 140 2 35 1700 120 2
    600 150 3 10 1300 166 6
    600 150 3 15 1400 435 5
    600 150 3 70 1500 567 8
    600 150 3 90 1900 789 9
    600 140 2 70
    600 140 2 90
    600 150 3 35

    COL1 COL2 COL3 COL4 COL5 COL6 COL7
    ---------- ---------- ---------- ---------- ---------- ---------- ----------
    600 150 3 20

    12 selected lines.

    SQL >

    SY.

  • Indexing and who should do it

    I work for a company that has a fairly large data warehouse Oracle that we use to store the SAP data dissemination (about 500 M of lines for some tables). Tables are not indexed and if I try to reach them on the query takes hours to complete. If the DBA needs to be proactive and create these indexes in order to reduce the load on the database?

    The team wants to load our 40 hours for 3 indices Department ADMINISTRATOR has already provided a script for. I'm naïve or y at - it something crazy to need 40 hours to implement 3 clues? I should mention that these tables is related to SAP and should be indexed to joined already IMO.

    I'm just trying to understand if I'm missing something.

    Thank you

    Creation of parallel indexing can reduce your time to create, but you must "alter index noparallel xyz" after its creation if you want really not parallel to this topic.

    Another impact on the creation of index how long does is how fast your hardware (processors, processor speed, speed of SAN etc.), but also what else is no running on the database in time using server resources.

    On an AIX Power 7-3 processor (quad core) production server it took me about 15 minutes to create an index on a table of 600 million lines running at the same time 8.

    On an AIX Power 5-4 Intel (quadruple-heart) test server it took about twice as long.  The SAN on production was super fast as well which had impact on how long it took.

    There are other factors that will affect the creation time.

    Specifically that I seriously doubt they can justify bill you for 40 hours.  It is unlikely that someone will run a script and then watching the screen for the next 40 hours waiting for the index to create... unless they are a bunch of clowns.  More than likely they run the script, go and do other things and periodically check to see if she has completed.

    Your IT team is having a laugh.  It should be fun to ask them to justify and to break the 40 hours.  minute to copy the script on the server, 30 seconds to go, 30 seconds to run the script.  39hrs, of 58 minutes watching the screen ready to create index at the end... Hmm... sounds fishy to me.

  • I have trouble getting the PHP script to send form data to an email.

    I have a very basic contact form that I used before, and I pointed to a standard SendResults.php file. I downloaded them both on the server for the test, but I don't get the emails of the form. Can someone help me with this?

    Here is the code for the form:

    Contact < h1 > < / h1 >

    < p > < img src = "images/contact - hands.jpg ' alt = 'hands' width ="401"height ="299"class ="left-photo-sur"align ="left"/ > < / p >

    < class p = 'fax' > < / p >

    < class p = 'fax' > < / p >

    < class p 'fax' = > please call or use the form below to send your contact information and I will answer you as soon as possible. < /p >

    < class p = 'phone number' > 541 954 2602 < /p >

    < class p = "center" > Ronit Cohen < /p >

    < p > < / p >

    < p > < / p >

    < h3 class = "center" > use the form below to send a message and I will contact you quickly. < / h3 >

    < table width = "600" border = "1" align = "center" cellpadding = "22" cellspacing = "0" >

    < b >

    < td bgcolor = "#F0F0F0" > < form action = "sendresults.php" method = "post" name = "Contact form" id = "Contact form" > "

    < P > name < span class = "red" > * </span >

    < input name = "name" type = "text" id = 'name' size = "70" / >

    < /p >

    < P > E-mail address < span class = "red" > * </span >

    < input name = "email" type = "text" id = "email" size = "65" / >

    < /p >

    < p > telephone number

    < name input = 'phone' type = 'text' id = 'phone' size = "40" / >

    < /p >

    < p >

    < label > Message < br / >

    < name textarea = 'message' id = cols "message" = "70".

    "rows ="5"> < / textarea >"

    < / label >

    < /p >

    < class p = "center" >

    < input name = "submit" type = "submit" id = "submit" onclick = "MM_openBrWindow ('thankyou.html'", 'width = 500 height = 400'); " MM_validateForm ('name', ", 'R',"email', ", 'RisEmail', 'phone'", 'NisNum'); return document. MM_returnValue"value ="Send the Message"/ >

    < input type = "reset" name = 'Cancel' id = 'Cancel' value = 'Cancel' / >

    < /p >

    < / form > < table >

    < /tr >

    < /table >

    < p > < / p >

    < p > < / p >

    < p > < / p >

    <!-InstanceEndEditable--> < table >

    < /tr >

    < /table >

    And here is the code for the sendresults.php file:

    <? PHP
    -Put these settings-

    Subject of the email sent to you.
    $subject = "Sent 'A Home to Fit You' Contact form info;"

    Your email address. This is where the information on the form will be sent.
    $emailadd = ' [email protected] ';

    Where redirect after form is processed.
    $url = ' http://www.tributewebdesign.com/home-to-fit/contact.html';

    Makes all the required fields. If the value of '1' no field cannot be empty. If the '0' value any or all fields can be empty.
    $req = '0';

    -Do not edit below this line-
    $text = "comes from the shape: \n\n";
    $space = ' ';
    $line = '
    ';
    foreach ($_POST as $key = > $value)
    {
    If ($req is '1')
    {
    If ($value == ")
    {echo "$key is empty"; die ;}
    }
    $j = strlen ($key);
    If ($j > = 20)
    {echo "Of the form $key name cannot be longer than 20 characters"; die ;}}
    $j = 20 - $j;
    for ($i = 1; $i < = $j; $i ++)
    {$space. = ' ' ;}}
    $value = str_replace ('\n', "$line", $value);
    $conc = "{$key}: $space {$value} $line";
    $text = $conc;
    $space = ' ';
    }
    mail ($emailadd, $subject, $text, ' from: '. $emailadd. ");
    echo "< META HTTP-EQUIV = CONTENT refresh ="0; " URL ='. $url. " » >';
    ? >

    I'd appreciate any help anyone has to offer.

    Jennifer

    No not a yahoo and google make it much harder to send mail unless it comes from an active server

    I had problems in her SCI with gmail, hotmail, ATT and others, even if you use SMTP.

    Jennifer, you might check if your server ip is on a blacklist.

    http://MXToolbox.com/blacklists.aspx

  • vCell Setup with two IP addresses and routing

    Hello

    My networking team suggested the following configuration:

    VLAN-Public: first card network load balancing

    VLAN-squatting: second nic load balancer

    VLAN-front: first and second nic vCloud Cell01 and even for vCloud Cell02

    VLAN-Back: vCenter / ESXi / vShieldMgr / SQL / etc.

    Traffic / routing between VLAN-front and back - VLANS are possible.

    Now, I installed vCell01 with two network cards, each one IP address: 192.168.1.1 and 192.168.1.11.

    vCell02 with two network cards, each one IP address: 192.168.1.2 and 192.168.1.12.

    Installation was no problem, connect to SQL went smooth.

    But then I noticed that I could not reach 192.168.1.11 since the vCenter Server. Which makes sense, now that I think of it, given that traffic from the vCenter for 192.168.1.11 lights eth1, but due to the default gateway will leave on eth0. And vCenter probably won't like that.

    My questions:

    -Can I solve this through routing changes to the routing of the vCells table?

    -Should I do a complete change in my configuration / network design?

    -Should I continue and do not worry vCenter being unable to reach 192.168.1.11.

    Advice welcome

    PS: Using CentOS 6.5

    Concerning

    Gabrié

    I ran into a similar problem with asymmetric routing when I first set up my vCloud multi-homed cells.  In my case, the IP address for each interface was on a different subnet, but the approach is the same for your scenario.  You must add that some policy based routing using iproute2 commands rules.

    Here's a great article that describes the problem and the solution: http://www.linuxjournal.com/article/7291

    For your question, you probably want something like this:

    Cell01:

    / sbin/IP flush table 1 road

    / sbin/IP flush table 2 road

    / sbin/IP route add default via dev eth0 table 1

    / sbin/IP route add default via dev eth1 table 2

    / sbin/IP rule add from 192.168.1.1/32 table priority 1 500

    / sbin/IP rule add the priority of 192.168.1.11/32 table 2 600

    Cell02:

    / sbin/IP flush table 1 road

    / sbin/IP flush table 2 road

    / sbin/IP route add default via dev eth0 table 1

    / sbin/IP route add default via dev eth1 table 2

    / sbin/IP rule add from 192.168.1.2/32 table priority 1 500

    / sbin/IP rule add the priority of 192.168.1.12/32 table 2 600

    Good luck!

  • look for each php in html E-mail

    Lets see if anyone can solve this one... it must be a known issue.

    I collect information from a form (information in the 'hidden' fields as):

    < input type is 'hidden' name = value "product_name]" is "{$item ['product_name']}" >

    < input type is 'hidden' name = value "rise []" is "$total_product_price" >

    On the page of process information, I collect information in variables:

    $product_name = $_POST ['product_name'];

    $amount = $_POST ["amount"];

    If I take the information to the page as below, then the structure of the table is correct (2 columns side by side)

    < table width = "600" >

    < b >

    < td >

    <? PHP

    foreach ($product_name as $result) {}

    echo $result. "< br / > ';

    }

    ? >

    < table >

    < td >

    <? PHP

    {foreach ($amount as $result)

    echo $result. "< br / > ';

    }

    ? >

    < table >

    < /tr >

    < /table >

    However, if I try to send it as an html element "e-mail" as bottom of the stack of columns under one of the other well that if I find the source code in the HTML email the structure of the table is correct. If I copy from the html email and paste it into a normal page of DW, the structure is correct.

    It must be something to do with the e-mail client do not < br > tags?

    $orderMessage =' < table width = "600" style = "" margin: 0 auto; ">"

    < b >

    < td > ';

    foreach ($product_name as $result) {}

    $orderMessage. = $result. "< other > ';

    }

    $orderMessage. = ' < table >

    < td > ';

    {foreach ($amount as $result)

    $orderMessage. = $result. "< other > ';

    }

    $orderMessage. = ' < table >

    < /tr >

    < /table > ';

    See you soon

    Operating system

    STUPID! STUPID! Mistake, I left > off at the end of the openingtag.

    Which took 2 days on and outside to discover that. I was so absorbed in getting the e-mail message html built and the loop foreach bloody doing what I demanded that I was stubborn on the fact that it could be something else and that he was convinced that it was down to that, as much as the 3 other email clients show the structure properly.

  • Design mode does not appear on Dreamweaver

    Hello. The page shows fine on my browser but when opened in dreamweaver, the codes will display but not the mode of creation. Help, please!

    < ! DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional / / IN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd" > ""

    " < html xmlns =" http://www.w3.org/1999/xhtml ">

    < head >

    < meta http-equiv = "Content-type" content = text/html"; charset = utf-8 "/ >"

    < title > Construction < /title > guard

    < / head >

    < body style = "padding: 0;" margin: 0; background: #dddddd ">"

    < table width = "100%" border = "0" cellspacing = "0" cellpadding = "0" bgcolor = "#dddddd" >

    < b >

    < td align = "center" valign = "top" >

    < table width = "600" cellspacing = "0" cellpadding = "0" >

    < b >

    < td >

    < table width = "100%" border = "0" cellspacing = "0" cellpadding = "10" bgcolor = "#ffffff" >

    < b >

    < td >

    < table width = "100%" border = "0" cellspacing = "0" cellpadding = "0" >

    < b >

    < style td = "do-family: Arial;" do-size: 10px; line-height: 12px; text-align: center; color: #888; ">

    You receive this newsletter because you have purchased our share widgets < br / >

    Having trouble reading this email? < a href = "#" style = "color: #888888;" text-decoration: underline; ' > view it in your browser < /a >. No longer interested? < a href = "#" style = "color: #888888;" text-decoration: underline; ' > unsubscribe instantly < /a >. < br / > < br / >

    < table >

    < /tr >

    < b >

    < style td = "do-size: 0;" line-height: 0; "" < a href = "#" > < img src = "images/logo.gif" border = "0" alt ="" / > < /a > < table >

    < /tr >

    < b >

    < td bgcolor = "#d0000a" >

    < table width = "100%" border = "0" cellspacing = "0" cellpadding = "8" >

    < b >

    < style td = "color: #fff;" do-size: 11px; make-weight: bold; do-family: Arial; make-style: italic; "align ="right"> Friday 20 August < table >"

    < /tr >

    < /table >

    < table >

    < /tr >

    < b >

    < style td = "do-size: 0;" line-height: 0; "" > < img src = "images/head.jpg" alt ="" / > < table >

    < /tr >

    < tr > < style td = "do-size: 0;" line-height: 0; "height ="10"> < table > < /tr >

    < b >

    < td >

    < table width = "100%" border = "0" cellspacing = "0" cellpadding = "0" >

    < b >

    < td valign = "top" >

    < table width = "100%" border = "0" cellspacing = "0" cellpadding = "0" >

    < b >

    < td >

    < table width = "100%" border = "0" cellspacing = "0" cellpadding = "0" bgcolor = "#333" >

    < b >

    < style td = "do-size: 0;" line-height: 0; "" width = "10" align = "left" > < img src = "images/hl.gif" alt ="" / > < table >

    < style td = "do-family: Arial;" do-size: 14px; line-height: 17px; color: #fff; make-weight: bold; text-align: left; text-transform: uppercase; ' > Fermentum quam - donec imperde < table >

    < style td = "do-size: 0;" line-height: 0; "width ="20"align ="right"> < img src =" images/hr - red.gif "alt =" "/ > < table >"

    < /tr >

    < /table >

    < table >

    < /tr >

    < b >

    < td >

    < table width = "100%" border = "0" cellspacing = "0" cellpadding = "10" >

    < b >

    < style td = "do-family: Arial;" do-size: 12px; line-height: 16px; text-align: left; Color: #333; ">

    Lorem ipsum dolor sit amet, adipiscing elit computer. CRAs bibendum magna id total EU fitness dui euismod fringilla. Vestibule ante ipsum primis in faucibus orci luctus and ultrices posuere Curae Curae; Integer dictum tortor eget commodo fermentum orci. < br / > < br / > < a href = "#" style = "color: #d0000a;" text-decoration: underline; "> < read more strong > < / strong > < /a > < br / > < br / > '.

    < table >

    < /tr >

    < /table >

    < table >

    < /tr >

    < b >

    < td >

    < table width = "100%" border = "0" cellspacing = "0" cellpadding = "0" bgcolor = "#333" >

    < b >

    < style td = "do-size: 0;" line-height: 0; "" width = "10" align = "left" > < img src = "images/hl.gif" alt ="" / > < table >

    < style td = "do-family: Arial;" do-size: 14px; line-height: 17px; color: #fff; make-weight: bold; text-align: left; text-transform: uppercase; ' > Fermentum quam - donec imperde < table >

    < style td = "do-size: 0;" line-height: 0; "width ="20"align ="right"> < img src =" images/hr - red.gif "alt =" "/ > < table >"

    < /tr >

    < /table >

    < table >

    < /tr >

    < b >

    < td >

    < table width = "100%" border = "0" cellspacing = "0" cellpadding = "10" >

    < b >

    < style td = "do-family: Arial;" do-size: 12px; line-height: 16px; text-align: left; Color: #333; ">

    < p >

    "< img src ="images/image.jpg"align ="left"hspace ="10"hspace ="5"alt =" "/ >

    Vestibule ante ipsum primis iInteger dictum tortor eget commodo fermentum orci. So nec ipsum vehicula vel pulvinar arcu elementum mauris Mauris. < br / > < br / >

    DUIs fermentum city curriculum. Mauris egestas ante sed mauris nec congue sem pulvinar venenatis. Nunc tellus sed, porta sit amet, faucibus ac, feugiat id departing Morbi porta tortor eget orci laoreet EU hendrerit nisi porta. In vitae viverra lacus. Vestibule eget ipsum vel enim semper accumsan.

    < br / > < br / > < a href = "#" style = "color: #d0000a;" text-decoration: underline; "> < read more strong > < / strong > < /a >."

    < table >

    < /tr >

    < /table >

    < table >

    < /tr >

    < /table >

    < table >

    < /tr >

    < /table >

    < table >

    < /tr >

    < b >

    < td >

    < table width = "100%" border = "0" cellspacing = "0" cellpadding = "0" bgcolor = "#333" >

    < b >

    < style td = "do-size: 0;" line-height: 0; "" width = "10" align = "left" > < img src = "images/hl.gif" alt ="" / > < table >

    < style td = "do-family: Arial;" do-size: 14px; line-height: 17px; color: #fff; make-weight: bold; text-align: left; text-transform: uppercase; "> more items < table >

    < style td = "do-size: 0;" line-height: 0; "width ="20"align ="right"> < img src =" images/hr - red.gif "alt =" "/ > < table >"

    < /tr >

    < /table >

    < table width = "100%" border = "0" cellspacing = "0" cellpadding = "10" >

    < b >

    < style td = "do-family: Arial;" do-size: 12px; line-height: 22px; text-align: left; Color: #333; ">

    < a href = "#" style = "color: #d0000a;" text-decoration: underline; "> vestibule ante ipsum primis < /a >."

    < br / > < a href = "#" style = "color: #d0000a;" text-decoration: underline; «> So < /a > nec mauris Mauris»

    < br / > < a href = "#" style = "color: #d0000a;" text-decoration: underline; "> Ehicula vel pulvinar arcu ele < /a >."

    < br / > < a href = "#" style = "color: #d0000a;" text-decoration: underline; "> Duis fermentum city < /a >."

    < br / > < a href = "#" style = "color: #d0000a;" text-decoration: underline; «> Megestas < /a > sed ante»

    < br / > < a href = "#" style = "color: #d0000a;" text-decoration: underline; "> Mauris venenatis < /a >."

    < table >

    < style td = "do-family: Arial;" do-size: 12px; line-height: 22px; text-align: left; Color: #333; ">

    < a href = "#" style = "color: #d0000a;" text-decoration: underline; "> vestibule ante ipsum primis < /a >."

    < br / > < a href = "#" style = "color: #d0000a;" text-decoration: underline; «> So < /a > nec mauris Mauris»

    < br / > < a href = "#" style = "color: #d0000a;" text-decoration: underline; "> Ehicula vel pulvinar arcu ele < /a >."

    < br / > < a href = "#" style = "color: #d0000a;" text-decoration: underline; "> Duis fermentum city < /a >."

    < br / > < a href = "#" style = "color: #d0000a;" text-decoration: underline; «> Megestas < /a > sed ante»

    < br / > < a href = "#" style = "color: #d0000a;" text-decoration: underline; "> Mauris venenatis < /a >."

    < table >

    < /tr >

    < /table >

    < table >

    < /tr >

    < /table >

    < table >

    < /tr >

    < /table >

    < table >

    < /tr >

    < b >

    < style td = "do-size: 0;" line-height: 0; "" > < img src = "images/b.gif' alt =" "/ > < table >

    < /tr >

    < b >

    < style td = "font family: Arial;" font-size: 10px; line-height: 12px; text-align: center; color: #888; "> < br / > Lorem ipsum dolor sit amet, adipiscing elit computer. Surpassing tristique eros, pulvinar hendrerit mauris ipsum, tempor < br / > metus tristique, enim luctus Massa diam Sed EU augue Eros. DUIs sed total ac < a href = "#" style = "color: #888888;" text-decoration: underline; ' > risus mollis molestie < /a >. "< br / > coded by < a href ="http://mailbakery.com/"style =" color: #888888; text-decoration: underline; "target ="_blank"> MailBakery < /a > < br / > < br / > < table > "

    < /tr >

    < /table >

    < table >

    < /tr >

    < /table >

    < / body >

    < / html >

    There is a hook closing missing as shown in red

    >

  • Starter DW CC Email 2014 model

    I'm trying to determine if the E-mail Starter model that comes in 2014 CC DW won't.  She seems to have a lot of extra space on the right side, so it looks strange. The tables inside the main container are all aligned to the left. Is there a specific reason for this because of the sensitive layout, or was it just a mistake?  Thoughts?

    No problem with mine, the containing table is 100% wide, the inner table is 600 wide and centered, so all good.

  • Validation problem Spry with button "submit"

    Hello

    I'm new to Spry but I encounter a problem, do work at all.  I created a very simple form (table with text Spry field and submit button).  I have read many articles and visited several forums, but I can't seem to find the problem I encounter.  Basically, when I go to preview the page in a browser, the table with the field button and submit the spy text just fine, but when I hit the button send, I see the page refresh and the values that I had in the text box disappear, but nothing ever comes by saying "a value is required. which is what I'm looking for. This happens even if I have not all values in the text field.  Here are the images of what I describe and also the code.  I checked the 'Required' box is checked in the SpryTextField and the action of the submit button is selected for "Submit form."  My setup is Windows 7, DW6 & XAMPP.  You can provide any help would be greatly appreciated.

    Before pressing the button submit:

    Browser_before_submit.JPG

    Browser after pressing the button: (same as above but no message, 'a value is required.')

    Browser_after_submit.JPG

    Code:

    < ! DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional / / IN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd" > ""

    " < html xmlns =" http://www.w3.org/1999/xhtml ">

    < head >

    < meta http-equiv = "Content-Type" content = text/html"; charset = utf-8 "/ >"

    < title > Untitled Document < /title >

    < script src = "SpryAssets/SpryValidationTextField.js" type = "text/javascript" > < / script > "

    < link href = "SpryAssets/SpryValidationTextField.css" rel = "stylesheet" type = "text/css" / > "

    < / head >

    < body >

    test

    < table width = "600" border = "1" >

    < b >

    < td > < form id = "form1" name = "form1" method = "post" action = "" >

    < span id = "sprytextfield1" >

    < label for = 'test' > < / label >

    < input type = "text" name = 'test' id = 'test' / >

    < span class = "textfieldRequiredMsg" > a value is required. </span > < span class = "textfieldInvalidFormatMsg" > Invalid format. </span > < / span >

    < / form > < table >

    < /tr >

    < b >

    < td > < table >

    < /tr >

    < b >

    < td > < table >

    < /tr >

    < b >

    < td > < table >

    < /tr >

    < b >

    < td > < form id = "form2" name = "form2" method = "post" action = "" >

    < input type = "submit" name = "submit" id = "submit" value = "Submit" / >

    < / form > < table >

    < /tr >

    < b >

    < td > < table >

    < /tr >

    < /table >

    < script type = "text/javascript" >

    var sprytextfield1 = new Spry.Widget.ValidationTextField ("sprytextfield1", "email");

    < /script >

    < / body >

    < / html >

    Do yourself a big favor and don't waste time with Spry Validation.  Most modern browsers support HTML5 forms with the required attribute.

    If you need calm older browsers, use jQuery script validate.  It is lightweight and works when the HTML5 support is missing.  You can see an example below. If you press on submit with empty form fields, required fields in pop - up with messages.  View source in the browser to see the code.

    HTML5 form with jQuery Validation

    Nancy O.

Maybe you are looking for

  • Spectrum 360: battery drain

    I notice that my drains battery very fast when I turn the laptop off the coast and don't turn it back on for several days. Often, when I come back, my battery is at "0%". That night in the life of the battery?

  • Tecra M2 crashes when the Intranet navigation

    We have two machines Tecra M2 in society which connect to the office in our company LAN. When they are used to surf the Internet, they are very good - speeds are OK and load pages correctly. However - when users browse our intranet of the enterprise,

  • laptop turn off during the start of the disc

    Hi, please could someone shed some light on why my laptop starts to boot from the drive (xp home). loading files, but just before initial restart.it turns off, but turns off resarts once again the button, loading files, then just before the reboot, h

  • Impossible to download adobe.11 to watch videos, have tried several times but it seems to be stuck

    There is a message when I start the download that says that my browser has blocked the download I then select options and enable it to continue, it seems to finish the download, but I get the message that I have to download Adobe.11 when I try to ope

  • Can I install a new motherboard and CPU without reinstalling vista?

    My PC currently consists of... Operating system: Microsoft® Vista Ultimate (32 bit) with all updates installed--------------------------------------------------------------------------------------------------Motherboard: Alienware® PCI Express (Abit