I'm trying to create a random color generator

//               create random color generator
                    String[]colors = {"RED", "ORANGE", "YELLOW", "GREEN", "BLUE", "INDIGO", "PURPLE"};
//               create variable to store random color
                    int mycolorint = (int)(Math.random()*7);
                    String mycolor = colors[mycolorint];
//               label axis
               StdDraw.setPenColor(StdDraw.(mycolor));
what is wrong with this code?

StdDraw.setPenColor(StdDraw.(mycolor));This line really doesn't make any sense. If you think about it you haven't seen any java code which includes something like "foo.(bar)" or "Foo.(bar)". The compiler wants to see identifiers either side of the dot - and identifiers don't start with a (.
I am guessing that if "RED" gets chosen from the array, then you want the label axis to useStdDraw.setPenColor(StdDraw.RED);In that case you have to set the array up a little differently.
    // create random color generator
???[]colors = {
        StdDraw.RED, StdDraw.ORANGE, StdDraw.YELLOW,
        StdDraw.GREEN, StdDraw.BLUE, StdDraw.INDIGO, StdDraw.PURPLE
    // create variable to store random color
int mycolorint = (int)(Math.random() * 7);
??? mycolor = colors[mycolorint];
    // label axis
StdDraw.setPenColor(mycolor);You will have to read the documentation for this StdDraw class to see what type StdDraw.RED etc are.

Similar Messages

  • How can one create a paint color generated from a photo using Kuler?

    How can one create a paint color generated from a photo using Kuler?

    The best way to remove a pattern is to use a Fast Fourier Transform.  There's a free plugin (as well as examples and instructions) here:
    http://dl.dropboxusercontent.com/u/6795661/4N6site/improc/fftplugin/examples.htm
    Using the plugin requires editing the individual colour channels, which PSE does not natively allow.  You'll need the reasonably-priced Elements+ addin:
    http://elementsplus.net/
    Here's a crop at 100% of the result I got:
    The pattern is much reduced.  With some experimenting, you can probably do a little better.
    Ken

  • Is there a way to create a random text generator in AE 4 ?

    Hi all,
    I'm a new user of an old version of After Effects 4.1 on Windows 7.
    I just gained the help on this forum to create a digital clock countdown with the Numbers Effect and the Timecode 30 setting in AE 4 and I noticed that there is a random numbers generator in that effect too.
    But now I'm in the Text Effect and I'm able to put my text/title on the solid layer in a composition and apply some MM scripts to the text... mainly I've just been able to use the 'Blink' script and manipulate that script a little to make it flash faster or slower.
    Since AE 4 cannot use .jsx scripts or Expressions, I guess I'm limited to MM scripts (which I've been searching for) and the built-in plug-ins and effects... but I can't find a random text generator... like where the text scrambles as if it is trying to break a code.  This effect that I'm trying for would be similar to a scrambled text effect generated in Swish or other FLASH text effect generators.
    So if anyone knows how to create a scrambled or random text effect in the old After Effects 4.1, please let me know.
    Thanks allot,
    digi

    Thanks guys,
    Yes, I'm using AE 4.1, per my explanation in my other posts about the timecode effect and codecs.
    Since there is a built-in random number generator in AE 4.1 that is part of the Numbers Effect, I thought there may still be an after market Effect, plug-in or mm script for a random text generator.
    I've been searching the web, but its a big place.
    Thanks,
    digi

  • How do I create a random number generator?

    I know I've done it before...but I can't remember quite how to get it going. I'm creating a math tutor program, which generates two random numbers and asks the user to add them, and if the answer is right they get a message that gives props and if they get it wrong they're told they got it wrong.
    I can't get too far because I've forgotten how to make the number generator, so what exactly do you put in to get it?
    import java.util.*;
    public class AssignmentFour3 {
         private static Random integer = new Random();
         double number1 = 0;
         Random string1 = new Random();
         }

    DrClap wrote:
    Generally I don't write my own random number generator. I just use the java.util.Random class.I read it as though that that is what he was going to use, but wasn't able to read the API docs to figure out what methods to use. ;-)

  • I am trying to create N random arrays of a given length help please!

    Hi,
    I was given this picture last week as a block diagram in order to create N arrays of a specified length M. The array is to have a floating point representation (i.e. the values that make up the array of numbers can be anything specified by myself.
    I attach the picture here and was wondering if someone could tell me what the block diagram object to the right of the random number block diagram object is and where I can find it in LabVIEW, also the block diagram object underneath "N random arrays".
    Thanks, This picture is from LabVIEW v.6.1, I am using LabVIEW v.7.1.
    Alan Homer
    Message Edited by alanhomer on 03-21-2006 03:28 AM
    Attachments:
    N random arrays.png ‏5 KB

    Hi Alan,
    The function you want is a bundle found on the cluster palette. You need to make the bundle smaller as it comes off the palette with 2 input.
    I attach a VI that is a match to the image you sent, this contians everything wired together and should work out of the box.
    Regards
    JamesC
    NIUK and Ireland
    Attachments:
    alanhomer.vi ‏20 KB

  • Outlook 2010 trying to create calendar/task entries generates error "Could not save item.The connection to microsoft Exchange is unavailable. Outlook must be online or connected to complete this action"

    Office Version:Office 2010Operating System:Windows 7
    Using Office 2010 on Windows 7 syncing with Exchange email account. When I am trying to work offline I get the above error whenever I try to create anything except a new email. mail seems to work normally and other items also work normally if I am online.
    Problem only seems to be during offline use.
    I have tried safe mode but still get the error. have tried creating a new profile but still get the same problem.
    Could this be an issue with my exchange account which is somehow mucking up my offline  folders??
    At a complete loss with this one so any help would be much appreciated.
    I have also occasionally seen an Outlook error along the lines of "your network adapter does not have a default gateway assigned" but am unable to reproduced this in any meaningful way.
    Many Thanks

    Cached exchange mode was already marked so that was not the issue.
    I have done all the usual of creating a new profile, reinstalling Outlook etc but nothing seemed to work. I also tried going back to Outlook 2007 and reinstalling Windows but same problem.
    However, I am not sure if it is connected but I was useing the option in MS Live Sync to synchronise Office settings which I turned off recently and now no longer have the issue. Unfortunately I cannot remember when in the process I did this so cannot be
    sure it was responsible - anyone else found this?

  • Need Help Creating A Multi-Colored Background Image??

    I'm trying to create a random multi-colored 200 x 200 image that will be used for a tiled background.  The attached sample image will illustrated the random effect that I'm trying to acheive just using different colors though.  Say if I wanted to use (blue, gold, white and light blue), is there a tool or option in Photoshop that will let me select the multiple colors then automatically generate that random pattern or one similar to it???  Or , is this something that I will have to do on multiple layers using filters, etc. then merge them all together??
    Any help will be appreciated.
    ET

    I think I've come up with something pretty close enough using a combination of Filters (Clouds, Brush Strokes and Noise) once I selected a foreground/background color combination.
    Thanks,
    ET

  • Is there an easy way to create a random character?

    I tried generating a random int with the Random class and casting it to a char, but when I try to print it (which is the whole thing I want), it prints it as a number. How do I print it as the character?
    Edited by: drummerp on Dec 1, 2009 3:05 AM

    Ok, I changed my program to only use the Ascii codes for the letters, so that it would do what I want. But the problem is that now it prints a number instead of the character...
    What I'm trying to do is create a random word generator program, just for fun. You have to understand, I'm pretty new to programming, I just did this to see if I could and to entertain myself because I was bored...
    Here's the SSCCE (tell me if this still isn't what your looking for in an SSCCE):
    public class WordMaker {
         public void go() {
              Timer t = new Timer(5000, new ActionListener() {
                   public void actionPerformed(ActionEvent e) {
                        int len = r.nextInt(50) + 1;
                        for (int i = 1; i < len; i++) {
                             if (i == 1)
                                  System.out.print((char)r.nextInt(26) + 65);
                             else
                                  System.out.print((char)r.nextInt(26) + 97);
                        System.out.println();
              t.start();
              //Display a messagw box to prevent the
              //program from ending immediately
              JOptionPane.showMessageDialog(null, "Click OK to end the program");
              System.exit(0);
    }Edited by: drummerp on Dec 1, 2009 4:36 AM

  • Pointer on how to create a random 0's and 1's animation in Motion

    Hi, I am trying to create a random 0's and 1's animation in Motion 5 and can't seem to get started.
    I "think" I did something similar in AE many years ago but have been using Motion and FCPX for the last year and do not have access to AE anymore.
    Had a look and play with behaviours, replicators without any joy so far.
    i.e. a rectangle full of 0's and 1's (any random order - changing all the time)
    If any of you clever folks can point me in the right direction I would appreciate it.

    Follow these steps:
    Set the playhead at the beginning of the project
    Add > Text Generators > Numbers
         Animate checked
         Start 0
         End 1
    Move the playhead forward 1 frame and type 'o' to set an out point
    [I recommend going into Properties and reset transform so that it's centered in the canvas
       I further recommend Format > Advanced Formatting > Monospace checked
         Set the Basic Formatting > Alignment > Center
         ITC Franklin Gothic will work well for this effect]
    Select the Parent Group and type 'K' to clone the 2 frame group.  Turn off the group in the layers list.
    Type 'L' or click the replicator icon to create a replicator.
    Set Replicator Controls:
         Columns & Rows to arrange your numbers
         Origin: Upper Left
         Build Style: By Row
    In Cell Controls:
         Play Frames checked
         Check Random Start Frame
         Set Hold Frames to 7 (to start - you can adjust this later)
         Set Hold Frames Random to 4 (to start - again - adjust to taste.)
    If you have trouble with the animation showing consistently, you can select the Clone Layer and in Properties > Timing, set the End Condition to Loop and the End Duration to the length of the project.) Motion will usually "snap out of it" once it has a chance to render the animation though, just restart playback from the beginning of the project a few times.

  • Created a multi-colored brush using pantone colors

    Hi, I am trying to create a multi-colored brush comprised of a single pantone color at different opacity settings, i.e. 100%, 75% and 25%. All of the multi-colored brushes I've seen have a variety of different colors, this is not what I need. Is this possible, or perhaps there are already brushes that will allow me to alter the color patterns. I would like to change colors and their respective opacity if possible.
    Any help you can provide would be appreciated.
    Thanks.
    Mark

    Mark,
    As I (mis)understand it, you may create an object with the desired colours and transparencies and shape(s), and then turn it into an Artbrush, which will then be stretched to fit the path and adapted in width through the Stroke Weight, or proportionally adapted, depending on your settings.

  • Using a random image generator in a frameset [was: "I'm a photographer, not a web designer!"]

    I've been designing my own website for some years now using dreamweaver.  I love the ease of use and simplicity it offers, however I know nothing of designing web pages.  I know what I want but I just don't exactly always know how to get there.  I am currently trying to have a random image generator on my landing page, which is a frameset.  I've tried several codes that I've found online and have had no success, at all mind you, with any of them.  I'm sure that I am doing something very simple wrong with my design but just can't figure it out.  Unfortunately I am a photographer which makes me a visual person, so yes, if you can help me you'll have to draw a picture for me, or at least hold my hand and walk me through the steps.  Sorry, I know I'm high maintenance.
    My site is all frameset based.  I have a 'mainFrame' that all other links in the other frames load to.  So I am assuming that my code for the image generator should go in the body of the mainFrame.  I have even copied and pasted all the code from some of the help I've found, downloaded a cfm to try, all to no avail.  Con someone spell it out for me, or better yet, draw me a picture.
    [Subject line edited by moderator for clarity]

    My site is all frameset based.
    That's a tragedy.  Frames, once popular in the 90's are almost never used anymore.  In fact, the W3C saw fit to drop frameset support from HTML 5.
    Why Frames are Evil:  http://apptools.com/rants/framesevil.php
    Instead of Frames or Framesets, consider using Templates (DWTs) or Server-Side Includes (SSIs)
    Guidance  on when to use DW Templates, Library Items and SSIs -
    http://www.adobe.com/devnet/dreamweaver/articles/ssi_lbi_template.html
    Below are several DHTML image rotation/slideshow scripts.  Just pick one and follow the instructions.
    http://www.dynamicdrive.com/dynamicindex14/index.html
    Good luck,
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media Specialists
    www.alt-web.com/
    www.twitter.com/altweb
    www.alt-web.blogspot.com

  • Creating Random Colors

    Just out of curiosity - I'm trying to make a string display random colors. My understanding is text.textcolor accepts a hex number in the format "RRGGBB". I"m doing the following, but I'm not sure that this is right. Can someone check and let me know?
    Much appreciated.
    LB 
    Solved!
    Go to Solution.
    Attachments:
    labviewdelthistoo.png ‏9 KB

    You need to create a binary 24-bit number to give the color. Labview provides a VI (RGB to Color.vi) to create a color based on 3 8-bit numbers in the sub-palette Graphics & Sounds / Picture functions. See below
    Marc Dubois
    HaroTek LLC
    www.harotek.com

  • I want to use multiple colors in the same box - Pantone plus process. I am trying to create a support plate of cyan under a PMS.

    I want to use multiple colors in the same box - Pantone plus process. I am trying to create a support plate of cyan under a PMS.

    How is the external drive formatted?
    Allan

  • 4 pre-defined random colors

    Hi everybody
    Im trying do design an application in flash and I want to use
    random colors. But i just want to use 4 pre-defined random colors.
    So my question is this: how do I set the 4 colors to display
    randomly?I must say that I'm a begginer in flash so please have
    some patience...
    Thank you for your help
    Best regards,

    Create an array that holds your pre-defined colors, then use
    the random math function to get an random index to use for your
    array which will give you your randomly defined color. Something
    like this:
    var myArray:Array = ["0xFF0000", "0x00FF00", "0x0000FF"];
    var randColor:String = myArray[random(3)];
    trace(randColor);
    So you'd use the variable randColor wherever you're defining
    the color in your movie.
    Hope that helps!

  • Trying to create a form

    Newbie here. I am trying to create a form and have the information emailed to me. When I hit the submit button, it opens my outlook email. I have searched online and looked @ videos and am sure I have everything correct. What am I not doing? Thanks in advance.
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <link rel="shortcut icon" href="commonmedia/favicon" />
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <meta http-equiv="Content-Language" content="en" />
    <meta name="description" content="Experience a call to joy! We encourage you to visit us and experience the difference Christ has made in our lives. " />
    <meta name="keywords" content="Missionary Baptist Church, African-American, Houston, Texas, Third Ward, Lilly Grove, Jesus, Christian, love, Salvation, God" />
    <title>Lilly Grove Missionary Baptist Church | Houston, Texas &gt; Vacation Bible School Registration</title>
    <script type="text/javascript"  src="popmenu.js"></script>
    <link rel="stylesheet" type="text/css" media="screen, print, projection"  href="prayer.css"></link>
    <style type="text/css">
    #apDiv1 {
              position:absolute;
              width:503px;
              height:188px;
              z-index:1;
              left: 845px;
              top: 313px;
    #apDiv2 {
              position:absolute;
              width:799px;
              height:1094px;
              z-index:2;
              left: 1px;
              top: 280px;
              font-family: "Trajan Pro";
              font-weight: bold;
              font-style: italic;
    #apDiv3 {
              position:absolute;
              width:811px;
              height:196px;
              z-index:3;
              left: 50px;
              top: 1206px;
    #apDiv4 {
              position:absolute;
              width:660px;
              height:268px;
              z-index:3;
              left: 799px;
              top: 515px;
              text-align: center;
    </style>
    </head>
    <body>
    <div  id="prayer">
      <div id="welcomeb"><a  href="index.php"  title="Welcome"></a></div>
      <div id="historyb"><a  href="history.php"  title="History"></a></div>
      <div id="leadershipb"><a  href="leadership.php"  title="Leadership"></a></div>
      <div id="ministriesb"><a  href="ministries.php"  title="Ministries"></a></div>
      <div id="eventsb"><a  href="events.php"  onclick="target='_blank';"  title="Events"></a></div>
      <div id="mediab"><a  href="http://www.streamingfaith.com/Lilly-Grove-Missionary-Baptist-Church/"  title="Media"></a></div>
      <div id="sermonsb"><a  href="sermons.php"  title="Sermons"></a></div>
      <div id="giveb"><a  href="give.php"  title="Give"></a></div>
      <div id="contactb"><a  href="contact.php"  title="Contact"></a></div>
      <div id="lillygroveb"><a  title="Lilly Grove"></a></div>
      <div id="visitusthissundayb"><a  title="Visit us this Sunday"></a></div>
      <div id="followuson"></div>
      <div id="facebookb"><a  href="http://tinyurl.com/lssyba"  onclick="target='_blank';"  title="Facebook"></a></div>
      <!--<div id="id110frame"></div>-->
      <div id="vbsbanner"></div>
      <!--<div id="prayerrequesttitle"></div>-->
      <div id="contactuspopup" class="PMcontactusb" onmouseout="P2H_StartClock();" onmouseover="P2H_MenuItem(1);"></div>
      <div id="memberbereavementpopup" class="PMmemberbereavementb" onmouseout="P2H_StartClock();" onmouseover="P2H_MenuItem(1);"></div>
      <div id="ministrymembershippopup" class="PMministrymembershipb" onmouseout="P2H_StartClock();" onmouseover="P2H_MenuItem(1);"></div>
      <!--<div id="id84prayerrequest"></div>-->
      <!--<div id="id85prayerrequest"></div>-->
      <div id="getdirectionspopup" class="PMgetdirectionsb" onmouseout="P2H_StartClock();" onmouseover="P2H_MenuItem(1);"></div>
      <div id="churchdirectorypopup" class="PMchurchdirectoryb" onmouseout="P2H_StartClock();" onmouseover="P2H_MenuItem(1);"></div>
      <div id="privacypolicypopup" class="PMprivacypolicyb" onmouseout="P2H_StartClock();" onmouseover="P2H_MenuItem(1);"></div>
      <div id="sitemappopup" class="PMsitemapb" onmouseout="P2H_StartClock();" onmouseover="P2H_MenuItem(1);"></div>
      <div id="getinformedtitle"></div>
      <div id="getinvolvedtitle"></div>
      <div id="getconnectedtitle"></div>
      <div id="getinformedtext" onmouseout="P2H_StartClock();" onmouseover="P2H_Menu('PMgetinformedtext', 0, 0);">
        <p><a href="http://tinyurl.com/kjsg5r"  onclick="target='_blank';">News &amp;
          Updates</a></p>
        <p><a href="media.php"  onclick="target='_blank';">Watch Broadcast</a></p>
    <p><a href="covenant.php">Read Covenant</a></p>
        <p><a href="facilities.php">Rent Facility</a></p>
        <p><a href="privacy.php">Read Privacy Policy</a></p>
        <p><a href="http://tinyurl.com/m7mdsy"  onclick="target='_blank';">Email Webmaster</a></p>
      </div>
      <div id="getinvolvedtext" onmouseout="P2H_StartClock();" onmouseover="P2H_Menu('PMgetinvolvedtext', 0, 0);">
        <p><a href="pastor.php">Meet the Pastor</a></p>
        <p><a href="http://tinyurl.com/oat5p6"  onclick="target='_blank';">Send Email</a></p>
    <p><a href="give.php">Tithe or Donate Online</a></p>
        <p><a href="http://www.lillygrove.org/webmail.php"  onclick="target='_blank';">Check
        Webmail</a></p>
    <p><a href="http://tinyurl.com/ovy2fq"  onclick="target='_blank';">Member
          Access</a></p>
        <p><a href="contact.php">Contact Us</a></p>
      </div>
      <div id="shadow"></div>
      <div id="id29frame"></div>
      <div id="box"></div>
      <div id="i50thanniversity"></div>
      <div id="verticalresponseliteral">
        <form method="post" action="http://oi.vresp.com?fid=b1bab280e8" >
          <div style="font-family: verdana; font-size: 11px; width: 160px; padding: 10px; border: 1px solid #803124; background: #803124">
            <strong><span style="color: #ffffff;">Sign Up Today!</span></strong><br/>
            <br/>
            <label style="color: #ffffff;">Email Address:</label>
            <br/>
            <input name="email_address" size="15" style="margin-top: 5px; border: 1px solid #999; padding: 3px;"/>
            <br/>
            <input type="submit" value="Join Now" style="margin-top: 5px; border: 1px solid #999; padding: 3px;"/>
            <br/>
            <br/>
            <span style="color: #ffffff;"><a href="http://www.verticalresponse.com" title="Email Marketing by VerticalResponse">Email
            Marketing</a> by VerticalResponse</span> </div>
        </form>
      </div>
      <div id="footerelement"></div>
      <div id="nbcab"><a  href="http://tinyurl.com/kulzaw"  onclick="target='_blank';"  title="NBCA"></a></div>
      <div id="copyrighttext" onmouseout="P2H_StartClock();" onmouseover="P2H_Menu('PMcopyrighttext', 0, 0);">
        <p>&copy; 2011 Lilly Grove Missionary Baptist Church. All rights reserved.</p>
        <p><a href="http://tinyurl.com/nwjnx2"  onclick="target='_blank';">CSS Valid</a>
          | <a href="http://tinyurl.com/ncuxt5"  onclick="target='_blank';">XHTML
          Valid</a> | <a href="http://tinyurl.com/yw6p9r"  onclick="target='_blank';">Creative
          Commons License</a> | Design by <a href="http://www.quantumidentitygroup.com"  onclick="target='_blank';" style="text-decoration:underline;">Quantum
          Identity Group</a></p>
      </div>
      <div id="operab"><a  href="http://www.opera.com/"  onclick="target='_blank';"  title="Opera"></a></div>
      <div id="proudmemberofthe">
        <p>Proud member of the</p>
      </div>
      <div id="bestviewed">
        <p>Website best viewed in</p>
      </div>
    </div>
    <div id="apDiv1"><img src="img/media.jpg" alt="" width="476" height="178" /></div>
    <div id="apDiv2">
      <table width="794" height="422" border="3">
        <tr>
          <td width="780"><form action="mailto:[email protected]" method="get" enctype="text/plain" id="form12">
              <p> </p>
              <p> </p>
              <p>Name (Last, First)
                <label for="textfield"></label>
                <input type="text" name="textfield" id="textfield" />
              </p>
              <p>Address (Street, City, St., Zip)
                <label for="textfield2"></label>
                <input type="text" name="textfield2" id="textfield2" />
              </p>
              <p>Telephone Number
                <label for="textfield3"></label>
                <input type="text" name="textfield3" id="textfield3" />
              </p>
              <p>Email Address
                <label for="textfield4"></label>
                <input type="text" name="textfield4" id="textfield4" />
              </p>
              <p>Shipping Address If Different From Above
                <label for="textfield5"></label>
                <input type="text" name="textfield5" id="textfield5" />
              </p>
              <p>Time Preference
                <input type="radio" name="radio" id="radio" value="radio" />
                7:30 a.m
                <input type="radio" name="radio2" id="radio2" value="radio2" />
                11:00 a.m
                <label for="radio3"></label>
                <input type="radio" name="radio3" id="radio3" value="radio3" />
                6:30 p.m
                <label for="radio4"></label>
                <input type="radio" name="radio4" id="radio4" value="radio4" />
                7:00
              (midweek)</p>
              <p>Media Preference
                <label for="radio5"></label>
                <input type="radio" name="radio5" id="radio5" value="radio5" />
                cd
                <label for="radio6"></label>
                <input type="radio" name="radio6" id="radio6" value="radio6" />
              dvd</p>
              <p>Sermon Preference
                <label for="radio7"></label>
                <input type="radio" name="radio7" id="radio7" value="radio7" />
                consecutive
                <label for="radio8"></label>
                <input type="radio" name="radio8" id="radio8" value="radio8" />
              Pastor Anderson only
              <label for="radio9"></label>
              <input type="radio" name="radio9" id="radio9" value="radio9" />
              Special Services
              </p>
              <p>Series Start Date
                <label for="textfield6"></label>
                <input type="text" name="textfield6" id="textfield6" />
              </p>
              <p>Payment Information</p>
              <p>Credit Card Type
                <label for="radio10"></label>
                <input type="radio" name="radio10" id="radio10" value="radio10" />
                Visa
                <label for="radio11"></label>
                <input type="radio" name="radio11" id="radio11" value="radio11" />
                MasterCard
              </p>
              <p>Name On Credit Card
                <label for="textfield7"></label>
                <input type="text" name="textfield7" id="textfield7" />
              </p>
              <p>Credit Card #
                <label for="textfield8"></label>
                <input type="text" name="textfield8" id="textfield8" />
              </p>
              <p>Exp. Date
                <label for="textfield9"></label>
                <input type="text" name="textfield9" id="textfield9" />
              </p>
              <p>CSV #
                <label for="textfield10"></label>
                <input type="text" name="textfield10" id="textfield10" />
              </p>
              <p>Amount
                <label for="textfield11"></label>
                <input type="text" name="textfield11" id="textfield11" />
              </p>
              <p>Banking Information</p>
              <p>Name On Check
                <label for="textfield12"></label>
                <input type="text" name="textfield12" id="textfield12" />
              </p>
              <p>Check #
                <label for="textfield13"></label>
                <input type="text" name="textfield13" id="textfield13" />
              </p>
              <p>Account #
                <label for="textfield16"></label>
                <input type="text" name="textfield16" id="textfield16" />
              </p>
              <p>Routing #
                <label for="textfield14"></label>
                <input type="text" name="textfield14" id="textfield14" />
              </p>
              <p>Amount
                <label for="textfield15"></label>
                <input type="text" name="textfield15" id="textfield15" />
              </p>
              <p>
                <input type="submit" name="Submit" id="Submit" value="Submit" />
              </p>
              <p> </p>
          </form></td>
        </tr>
      </table>
      </form>
    </div>
    <div id="apDiv4"> MAIL ORDERS ONLY - FEE DUE IN ADVANCE<br />
       PRICES $30 DVD'S $20 CD'S<br />
       ALL MONIES ARE DUE BY THE 15TH OF THE MONTH.<br />
       4 TO 5 SERMONS RECEIVED (based on number of Sundays in the month the order is placed)<br />
      SERMON TIME PREFERENCES SHOULD BE PROVIDED AT TIME OF ORDER.(i.e. . , if you choose 7:45 am, you receive 4 sermons for that time, only.)<br />
      SERMONS MAILED FROM CONSECUTIVE SUNDAYS, REGARDLESS OF SPEAKER.(unless specified at the time order is placed).<br />
    ORDERS WILL BE MAILED OUT WEEKLY.</div>
    </body>
    </html>

    If you want to sell CD's, DVD's or subscriptions to digital downloads, look at PayPal or Google Checkout. 
    As Gramps said, e-mail is NOT web secure for on-line credit card transactions.  You could be putting yourself and your customers at risk.  See PCI Compliance FAQs:
    http://www.pcicomplianceguide.org/pcifaqs.php
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists 
    http://alt-web.com/
    http://twitter.com/altweb

Maybe you are looking for

  • Akonadi database error code: 1062 Duplicate entry for key

    Since my email provider migrated their webmail platform, I keep getting an error each time kmail attempts to get emails from their imap server: could not create collection INBOX resourceid: 17 I double checked the provided imap settings have not chan

  • Display too big!

    Display prob: Suddenly the display (menus, etc.) is magnified so much I can't see the whole screen, too big to be able to scroll side to side, can't un-zoom. Assume I'm doing something to make it happen.  Any ideas to prevent? or to fix short of powe

  • 15 inch vs 17 inch workspace

    Hello all, just wandering how much more space you get with the 17 inch. It is only less than 2 inches difference in actual siza but a huge difference in resolution... any pics or something like this?

  • Changing the Global Control of Extended Classic Scenario

    Hi, We are implementing a duplicate scenario, where for a certain product category we will use classic scenario (Only contracts on SRM) and for the others ext. classic scenario (contracts,requisitions and PO's on SRM). I activated the ext classic sce

  • Suggestions for formatting external drive with bad block?

    I have a OWC Mercury 300 GB external drive.  I wanted to erase it and use it as a backup for one of my laptops.  The drive had been working fine as a Time Machine back up for an old (intel) iMac. I told Disk Utility to erase and reformat.  It erased,