Creating code and I am stuck was looking for some help on what kind code..

to put in to do the things I want to display.
This is a project for school and I have been searching everywhere for what to do. The assignment is to write a program that will randomly generate numbers for a Super 7 lottery. Each ticket is to display 3 sets of 7 numbers. The example we are given looks exactly like so
Ticket 1
23 12 34 12 25 13 21
1 2 3 4 5 6 7
etc etc etc etc
Anyway the part I am stuck on is getting my array to display ascending order (small to big)
I keep getting duplicate numbers and ive tried so many different parts of code to try and get no duplicate numbers
also I can't the output to look like it does above. If I print a new line it always seems to do this:
Ticket 1
1
2
3
4
5
6
7
8
9
etc
whereas I need it like the example I posted first.
Here is the code I have so far and I am wondering if I am approaching this right? An array is the correct way to do something like this right?
import java.util.*;
import java.util.Arrays;
public class Super72
     public static void main (String[] args)
     //create a scanner object
     Scanner input = new Scanner(System.in);
     //Display a title
     System.out.println("\n     Get your Super7 lottery numbers!\n");
     // Ask user how many tickets they purchased
     System.out.print("Enter the number of tickets you'd like to purchase: ");
     int numTickets = input.nextInt();
     //Display how many tickets user bought and a thank you
     System.out.print("\nThank you for your purchase! Here are your " + numTickets + " tickets:\n");
     //create an array for ticket 1
     System.out.println("\nTicket 1");
     int mySelect;
     int [ ] myArray = new int [7];
     java.util.Arrays.sort(myArray);
     for(int i=0; i < myArray.length; i++)
          mySelect = (int) (Math.random() * 47 + 1);
          myArray[i] = mySelect;
          }//end of for loop
     }//end main
}//end classEdited by: KRollinz on Nov 11, 2007 11:30 AM

GOT IT!! well sort of. I got my code to display 1 line of 1 ticket in order and no duplicates!!!
Now I am stuck what should I be doing to get 3 lines? I already created 2 other arrays but when i output it cmd just sort of sits there and doesnt do anything so im not sure what that problem is.
How should I approach outputting 2 more random lines?
import java.util.*;
public class SuperSeven
     public static void main (String[] args)
     //create a scanner object
     Scanner input = new Scanner(System.in);
     //Display a title
     System.out.println("\n     Get your Super7 lottery numbers!\n");
     // Ask user how many tickets they purchased
     System.out.print("Enter the number of tickets you'd like to purchase: ");
     int numTickets = input.nextInt();
     //Display how many tickets user bought and a thank you
     System.out.print("\nThank you for your purchase! Here are your " + numTickets + " tickets:\n");
     System.out.print("\nTicket 1\n");
     System.out.print("        ");
     //Array 1
     int [ ] myIntArray1 = new int [7];
          for (int i=0;i<myIntArray1.length;i++)
          myIntArray1= (int)(47*Math.random() + 1);
               for(int check= 1 ; check < i; check++)
               if(myIntArray1[i]== myIntArray1[check])
          i--;
     //Array 2
     int [ ] myIntArray2 = new int [7];
          for (int a=0; a<myIntArray2.length; a++)
          myIntArray2[a]= (int)(47*Math.random() + 1);
               for(int check= 1 ; check < a; check++)
               if(myIntArray2[a]== myIntArray2[check])
          a--;
     //Array 3
     int [ ] myIntArray3 = new int [7];
          for (int b=0; b < myIntArray2.length; b++)
          myIntArray3= (int)(47*Math.random() + 1);
               for(int check= 1 ; check < b; check++)
               if(myIntArray2[b]== myIntArray3[check])
          b--;
          for (int i=0;i<myIntArray1.length;i++)
               Arrays.sort(myIntArray1);
               System.out.print(myIntArray1[i] + "\t");

Similar Messages

  • HT4623 I am trying to update my iphone 4 with no luck.  was looking for suggestions as to what I might be doing wrong. thank you

    I am trying to update my iphone 4 with no luck.  I was looking for some help to see what I am doing wrong.. thank you

    Is your iPhone 4 GSM type or CDMA ?

  • Looking for some help in creating an ItemFilter for a Targeter

    Looking for some help in creating an ItemFilter for a Targeter
    Need a examples for creating itemfilter and TargeterFirst

    Hi David,
    We can integrate Syncfusion with LightSwitch application, if you want to customize column when create a report using syncfusion reportviewer, since I didn't try this third party
    extension before, I think you could consider getting help from
    syncfusion forum, more syncfusion experts can help you on this issue.
    Thanks for your understanding.
    Best regards,
    Angie
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • I'm looking for some help connecting linksys IP Cameras to my home network to monitor my property when I'm travelling. I used to do this with linksys WAPS, but since I've discarded all my old linksys networking and standardized on airport, I can't get the

    I'm looking for some help connecting linksys IP Cameras to my home network to monitor my property when I'm travelling.  I used to do this with linksys WAPS, but since I've discarded all my old linksys networking and standardized on airport, I can't get these things working.  I know that I have to identify my camera through the DHCP table and set up port forwarding and there is the problem. 
    My network consists of 4  base stations set up in a roaming network - same network name and passwords.  I need to do it this way so I don't have to switch network when I move from one side of the house to the other, go to the cabana, or my shop in the barn.  The network works pretty well since I went to a roaming set up.  Good performance, yata, yata, yata.
    However, the roaming network requires the AEBS's to be set up in bridge mode, rather than sharing an ip address.  When the AEBS is set to  bridge mode, you don't see a DCHP table or have the ability to identify your IP Cam through the AEBS - and hence, no port forwarding. 
    I am able to identify and set up my Linksys IP Cam by locating the ip address on my FIOS router, even though, it's plugged into an AEBS.  I set it up, see the video, remove the ethernet cable from the IP Cam, restart - and I can't get to it from an AEBS.  In researching this, it appears, I should be setting up the AEBS to "share an IP Address", going to the DHCP table and identifying the camera's IP address and setting up port forwarding.  However, you don't see any of the DHCP or port forwarding options in Airport Network Utility when configuring in bridge mode. 
    I'm hoping I'm missing something here and that the solution isn't to set it up at the FIOS router level, but I'm beginning to think that's my only hope.  What concerns me there is that I should be able to see the IP cam on the network without port forwarding since I'm not coming from outside, and I can't even do this unless it's connected hard wire.
    I'd appreciate any insight into this that anyone might have.  I've hit the wall with what I know.
    Thanks.

    In a roaming network, your "main" router is the device that would require port mapping/forwarding to be configured in order to access the IP camera from the Internet. This router is also the one that would be provide the private IP address for the camera which you will want to be a static one.
    So as you described your network, the IP cameras should be getting an IP address or you assigned it a static one and this is the address that you would enter in the Private IP address (or equivalent depending on the router used) field when setting up port mapping.
    If you are not able to access this camera from the local network, then this should be troubleshot first.

  • I have downloaded a fil on itunes through my phone and its been stuck on processing for half an hour what do i do

    i have downloaded a fil on itunes through my phone and its been stuck on processing for half an hour what do i do

    I suggest that you try to use Tiny Umbrella to kick your device out of recovery
    The link to download Tiny Umbrella is shown below
    http://thefirmwareumbrella.blogspot.com/
         On the right hand side of the link you will see links to download Tiny Umbrella
    After downloading and opening tiny umbrella, Click on exit out of recovery. Hope that works for you. If it doesnt work, try to write a detailed description of your problem and what is appearing on your screen etc and we will go from there. Good Luck

  • HI everyone. Im looking for some help. Im getting the Itunes error 50 and No network connection error. I have a perfect connection. My iphone will download and my ipad but nothing from my computer. any help would be great.

    HI everyone. Im looking for some help. Im getting the Itunes error 50 and No network connection error. I have a perfect connection. My iphod will not  download and my ipad  any help would be great.

    A lot of people are experiencing it, which suggests that Apple is having issues. If that is the case all people can do is wait it out.

  • Looking for some advice on what to do about

    So I have a macbook pro - late 2007 model I guess
    2.16 core duo(just before the core 2 duo's i guess)
    2gig's ram
    ATY,RadeonX1600 256mb
    My problem itself is in 3 parts
    1.) My battery fried late 2008(have it running off the adapter since) and I was wondering if my model will fit with the 2008 model batteries? If so do you know how much it would cost(cdn dollars if possible)
    2.) My video card is from what I believe to be ruined/terrible shape. I've been using SMC fan control for awhile to sway the overheating, and it helps but I believe the damage was already done while I did not have it active while using my computer for games and other various things(MBP's seem to run insanely hot?)
    I will be calling the apple store i bought it from tomorrow but I was looking for some advice on any type of diagnostic tests I might be able to do to test my video card as well how much would it cost to replace(assuming you can't upgrade much in a laptop)
    3.) Wondering your opinion on the overall value of the computer with the replacements/without.
    It appears to run perfectly fine though sometimes when program's open up I start to see tearing and pixel's looking crazy all over my screen(assuming a fried video card)

    You can buy the battery design for any old MacBook Pro models (not the unibody). MacBook Pro from the first to the last generation uses the same battery. It cost $129 (not sure how much it cost in Canadian but probably a $20-$30 premium). As for your graphics card, Apple has a one price model for all hardware repairs ($310 or something around there and converted to Canadian probably around $350 to $360). I think you should get it replaced. The only test that I can think of is to re-install the OS and see if the problem occurs, if it does then its most likely a hardware issue. There is no standard test that's widely available. With the replacement I think the computer values in the range of $1800 to $1500) and without the repair I would say about $1350 to $1000 at best.

  • Evening folks...looking for some help about my iphone microphone

    Evening folks....looking for some help.....I have a 3G Iphone and when I phone people they cannot hear me properly...sound like I am underwater....
    Any ideas or suggestions gratelfully accepted..

    I thought that is what the big deal was that people did not know until they opened the box and started using the iPhone 5, that it not only worked with one carrier but several carriers.  I did not say it will work with any carrier at one time.  I was trying to find out the reason for this and why people were so surprised that the iPhone 5 had this function and the reason for it.  As stated in my post, is it there so that after your contract is up and you want to go to another carrier you do not have to purchase a new iPhone, you  cna purchase a SIM card that works with your new carrier.
    The Otterbox Defender has a tendency to let too much dirt, dust, etc. in the cracks on the case. At least this has been my expereince.  I was thinking something more along some of the really durable cases at BallisticCaseCo.com
    As far as the iPhone 5 having issues, I have heard that there were more than usual with the first couple of manufactured batches that were shipped.  For example the Map App by Apple, the scratches on the backside of hundreds of iPhones, etc.  I am hoping these will get to be less and less, but with the recent riot at the one plant in China where the iPhone 5 is assembled is supposed to increase the waiting time.

  • Hi Just got a iMac A1418.21.5 I am looking for some advice on what Final Cut pro would work well with it? many thanks

    Hi Just got a iMac A1418.21.5 I am looking for some advice on what Final Cut Pro  series would work well with this set up ? regards

    How much Ram? Final Cut Pro X is the only version curently developed and is available on the App Store.

  • Looking for some help with an error message when exporting master file. I'm stuck and would even pay to get this sorted out!

    Hey guys, I'm really in a bind here and need some urgent help tonite. I would even be willing to pay for some actual help and not some vague information that i may not be able to understand if we could do something via skype or some other way that would be much quicker than a message board. Of course I have to have the project done by tomorow . so I'm new to fcpx, but have succesfully exported 2 other projects. I've also ran into this predicament before (error message not allowing me complete export) and have been able to solve that by converting the files i imported off my camera (canon g20) to a different file type (prores).
    so where I'm at now: i have a 13 min short, all shot on my canon g20, imported and converted to prores422 with the brorsoft video converter with all the shots in a single event in fcpx. i'm using fcpx version 10.0.08. I have one main video track in my timeline that is completely full of very fast edits. (all quick 2-5 second clips, sped up shots in 2x, 4x, or 8x, tons of transitions, titles, and a little fx. theres 2 audio tracks, one is narration/speech and the other is an ongoing music track that constantly ducks everytime the subject speaks (tons of ducks/edits). Have you seen mtv cribs? Well i filmed an EXACT replica. So If you've seen one of those episodes, its literally the same exact same thing. I have all of my work completed, everything has been fully rendered, and i have it exactly as I want it.
    I'm including all this information in case it may help. my successful projects ive exported in the past were rather simple, and this one is very complex and full of edits. here is what it looks like in the timeline:
    Ive tried exporting the master file using almost all the different ways with no luck. My primary objective is to get it on youtube by any means by tommorow for a showing to a potential buyer (long story) and so I've been told using the h.264 is the best format for that. This, along with the other methods give me the same error message:
    It think it gives this error message when i reach 24% everytime during export.
    So first of all, what is that error message? Do i need to be concerned about the specifics of it, or is there something major that I'm missing? Like i said, i dont care how, but I need to get this video up on youtube tonite for an important viewing tomorrow. Conceptually, I think if i can figure this one out I shouldnt have any more trouble in the future doing something so basic, yet critical, such as exporting my 40+ hours of work for someone to see.
    anyway, I apologize in advance for my lack of knowledge with this software, and for my extremely long winded question which will probably have the opposite effect for me as most wont want to take the time to read all this, BUT i figured if i was as thorough as possible it might help actually getting a concrete answer, instead of a "read the manual, exporting is on page 37." or "use the share button on the right of the timeline then just click export master file and it will work everytime."
    Cheers everybody, and thank you. Like i said if someone is up, and willing to talk via skype, phone, messanger or any other method that works for you I would be totally down and will compensate you generously for your time. thanks again.
    Taphabit

    boom! that advice was correct and worked. i was able to export the full project as a quicktime movie and it can be uploaded to youtube.
    NOTE, theres is definately quite a few noticeable audio glitches/lags/pops that werent there before doing this. I believe, and will test to make sure, that having a project such as this one needs to render before exporting. I'm not sure if the advice requires the project to be unrendered before exporting for a specific reason, because if it will export fine after rendering the project that's the way to go. like i said the edited version i have in my timeline plays back perfectly but this exported version has quite a few noticeable audio glitches (a few video glitches too). I'm going to retry doing the first few steps of your advice, but then at the end render, then export and compare the results...
    OK, so this leads to a big question, Is this something that is standard for everyone when trying to export? If its not, what causes this error?
    is there any way of preemptively avoiding it in future projects?
    thanks again, and hopefully this information will help others as exporting seem to be one of the biggest problems in fcpx. any word on a new patch or firmware update?

  • HT4356 I checked everything out and had no problem printing from IPAD/MINI using the HP Photosmart 6520 printer, but the next day, using same application, my HP did not show, but was looking for the AirPrint Printer, what am I doing wrong?

    Using IPAD2, IPAD MINi, HP photosmartE6520 set up on wireless network.  No problem printing from my devices, but the following day, it is looking for AirPrint printer, why? 

    Hello lenc48,
    Welcome to the HP Forums.
    I see that you are having a few issues when it comes to printing from your mac as well as some two sided printing issues.
    I do have a some suggestions that we can try in the attempt to troubleshoot this issue.
    First off, please make sure that you have the printer power cable connected directly to a wall outlet and not a power bar/strip. Here is a document that uses a LaserJet printer as an example but it is meant for HP products in general. Please click on the following link that explains the Issues when Connected to an Uninterruptible Power Supply/Power Strip/Surge Protector.
    Please remove the usb cable (if using wireless, disregard this step) from the printer and from the Mac and leave it disconnected until further notice.
    Please click on the first link that will give you instructions on Uninstalling the Printer Software.
    Once the software has been removed, please disable any anti virus protection that you may have on the Mac. 
    The next step we are going to take is downloading the HP Photosmart 6520 e-All-in-One Printer Full Feature Software and Drivers - OS X 10.9 Mavericks.
    The installation will prompt you when to connect the usb cable (You will see a prompt for a wireless connection as well if that is the connection type you would like to use) so please do not connect the cable until prompted to do so.
    If you are still having issues, feel free to write me back or you can contact HP Total care direct.  If you are calling within North America, the number is 1-800-474-6836 and for all other regions, click here: click here.
    Thanks for your time.
    Cheers, 
    Click the “Kudos Thumbs Up" at the bottom of this post to say “Thanks” for helping!
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    W a t e r b o y 71
    I work on behalf of HP

  • New to ID and looking for some help in getting started

    Hi there,
    New to ID, purchased it the other day. Working through the Adobe Creative Suite, sorted DW, FW, PS & Flash.
    I have ID as and would like to do some stationery ie biz cards, letterhead creation etc.
    Does anyone have any good video tutorials on this subject they could recommend.
    ID 'seems' to work a little differently to how I thought, only had a little go, so think I need a little show time on how to use it.
    I find Adobe go's into to much detail, I am just after the basics of stationery creation first then will work my way round to some of the other great features it seems to offer.
    Many thanks in advance.

    Thanks gents,
    Like Lynda.com. Had heard of this site but forgot to look there, some very handy stuff.
    Hmmm it seems ID is a little more involved than I thought. I thought I could, I may still, get to grips with this as I have done with many other Adobe products ;-)
    All I need it for is so 'I' can design and format business stationery so it coordinates with the websites I design, often a request I get asked for. While my printers are very good it can take many emails to get the design message across to them. They use ID so I 'thought' I could do the design using colors and logo's etc that I use in webdesign and then send the template they have provided for them to polish off and then print.
    I'm hoping a look into Lynda.com and maybe a book or two will get me sorted with this.
    Heck, if I can teach myself DW, Flash and Fireworks I'm hoping ID is no more of a challenge ;-)

  • Looking for some help with package design (box)

    I'm pretty good with Photoshop, but Illustrator is fairly new to me. I'm helping a friend do his product packages and I already have all of the graphics, I'm just having trouble figuring out how to put it all together in Illustrator.
    We already have the box dimensions and just need to get a vector file that the factory can use to print. My main question is how do I create the actual layout of the box to work on? In the pdf that was sent to us I can pull out the box, but it just sits on a white background.
    My next question is how do I fill the layout with a pattern. I have a carbon fiber look pattern in Photoshop, but I'm having trouble figuring out how to use it to fill in Illustrator.
    Thanks ahead of time for any help.

    Jem,
    Pardon me if I sound rude by suggesting that before you launch into an expensive printing job (which could result in disastrous consequences if you don't do it right) that you actually learn how to use the program first. You may also want to learn something about the offset printing process and how to prepare print jobs.
    Even many Illustrator novices know that there is no such thing as a background in Illustrator, in the sense that there is in Photoshop. You will need to PLACE your Photoshop background as a high resolution CMYK tiff in the provided template. That's the answer to your second question. I don't really understand your first question. Maybe someone else will. Are you simply asking, "where do I begin?" If so, then you REALLY REALLY need to read a book on how to use Illustrator. The Adobe Illustrator Classroom in a Book might be the place to start.
    "I'm pretty good with CPR. I'm helping a friend do his vasectomy and I already have all the equipment (scalpels, thread, etc.) I'm just having trouble figuring out where to cut."

  • A Potential Convert Looking for Some Help with Boot Camp

    I posted this in the Macbook Pro forums, and somebody directed me here. Hopefully you can help me with my questions.
    Hello,
    I have been a PC user ever since I can remember. I have loved the operating system and have had a Dell Laptop for 4 years now without any problems at all. I have no qualms with the Windows Operating Systems. But, it is time for me to get a new laptop, as I will soon be heading off to college. I was thinking about getting another PC, as they are significantly cheaper than the lower-end MBP that I would get, but I was also thinking about trying out a Mac. I plan on using this laptop for most of my undergraduate education though, so I don't want to buy something and find out it isn't what I want or I can't use it. So, if you would help me, I would like to ask some questions about the lower-end Macbook Pro, and I may just end up getting one.
    First things first, I am going to be going into engineering, likely mechanical or systems, at either WPI, Northeastern, or Tufts. Ah the experience of choosing colleged. I know Tufts uses AutoCAD, WPI uses SolidWorks, but I am not sure which Northeastern uses. Either way, I most certainly will be using a CAD program. I know that most CAD programs do not work on Macs, so I will likely be using Boot Camp. I have though seen on these boards that the AutoCAD licensing does not work with Boot Camp, or that some users have faced major problems with it. If this is so, then it is highly likely that I will be unable to get a Mac as that program is going to be an absolute necessity. Even if this is just a small percentage of the population, I do not want to find mine being of major issue. For those of you who have gotten it to work, how difficult was the installation, and have you had any issues with AutoCAD or the like? With this in mind, would you even suggest that I get a MBP?
    Another Boot Camp question. I have read many posts on these boards discussing different partitioning options, yet I still am unsure what they all mean. I expect to use the Windows side for more than just AutoCAD. I likely will install some games on it for when I am bored, and Microsoft Office, as I do not wish to spend the extra money buying Office for Mac and I need to have the versatility of Excel that I have heard is not found in the Mac version. What is the difference between these two partitioning types, which would you recommend, and how much storage should I partition if I get a 200GB hard drive?
    Yet another Boot Camp question, sorry for so many of these. My friend who has a Mac lauds it for its security, nobody makes viruses for Macs. As I will most definitively be using Windows in Boot Camp, would this compromise this security? I know it will be Windows, but I still imagine that it would be encoded somewhat differently then normal, but I could be wrong. Also, if it is possible for the Windows portion to get a virus, could that affect the Mac portion?
    Also, I don't use an iPod. I suppose I always thought they were overpriced for what they do. Instead I use an Iriver Clix 2, and I love it. The only thing is, I use Windows Media Player to sync it with my library. I know many have qualms with WMP, but I personally favor it more than iTunes, but that is just me. I do not believe that you can download it for a Mac. If I were to download it for the Windows portion, I am assuming that I would have to switch to Windows in order to listen to my music then, correct? I can also add music to it via Windows Explorer. Can I do so through the "Finder"?
    Finally, is the battery life any different when using Windows than when using Leopard? I will likely be using the Windows portion in the class room.
    Sorry for the long-winded post, but I am certainly hoping that I can get some solid answers to make an educated decision before getting my next laptop. I would like to thank you very much for any help that you are able to give me. I do hope you can help me quickly. Thank you.
    Message was edited by: Pyrojoe

    I can't answer all your questions, especially not anything having to do with CAD.
    I still imagine that [Windows] would be encoded somewhat differently then normal,
    No. Windows is Windows. You will need a good Windows antivirus, firewall and antispyware program. It is unlikely that a Windows virus will infect the Mac partition because, ordinarily, Windows doesn't know how to do anything with the HFS+ formatted Mac partition. However, the existence of products like MacDrive means that it is possible to teach Windows how to write to the Mac partition, so I see no reason why a virus could not be programmed to.
    If I were to download it for the Windows portion, I am assuming that I would have to switch to Windows in order to listen to my music then, correct? I can also add music to it via Windows Explorer. Can I do so through the "Finder"?
    Yes. Probably/yes.
    Finally, is the battery life any different when using Windows than when using Leopard?
    Yes. Windows does not have the battery management that Leopard has. The battery runs down much quicker in Windows.
    You didn't ask, but depending on what kind of engineering you want to study, you may be interested in, or even need to, use some flavour of Unix/Linux. On the one hand, you could always create a partition on a PC--or wipe Windows--and install Linux on the PC. That could even be a good learning experience. On the other hand, Mac OS is Unix, but preinstalled. So with a Mac, you would already have a platform for writing shell scripts, you would have Perl and Python built-in, you would have an IDE (XCode Tools) for C/C++/Objective C/Java as well as gcc and make tools already on the disks which come with the computer, and so on.
    Message was edited by: Mr.Lobotomy

  • Looking for some help!

    I have been using Dreamweaver for a short time now and
    absolutely love it. Okay I've been looking for sometime now and
    cannot find what I am looking for not sure if I'm just not looking
    in the right place and could use some help and advice. I my
    maincontent div area I would like to add something that I can post
    news, either weekly or a daily basis I have found alot of weblog
    programs, but what I am looking for is something simple. Hopefully
    someone will be able to help me out here.
    Thanks in advance for any info.

    >>the beer is optional :-)
    Sez You!
    Walt
    "Nancy O" <[email protected]> wrote in message
    news:g4r4d9$76$[email protected]..
    > Not sure what you mean exactly.
    > 1) Do you want to create and publish RSS feeds which
    people can subscribe
    > to?
    > Or 2) do you want to have other people's RSS news feeds
    appear on your web
    > site?
    >
    > If 1)
    > How to Create an RSS Feed with Notepad, a Web Server and
    a Beer - the beer
    > is optional :-)
    >
    http://www.downes.ca/cgi-bin/page.cgi?post=56
    >
    > RSS Specifications - everything you need to know about
    RSS:
    >
    http://www.rss-specifications.com/display-rss.htm
    >
    > FeedForAll - feed generating software for win/mac:
    >
    http://www.feedforall.com/
    >
    > If 2)
    > Feed Roll - javascript generator for including news
    feeds in websites:
    >
    http://www.feedroll.com/rssviewer/
    >
    > Google Ajax feedfetcher - requires you to have a Google
    API key#
    >
    http://www.dynamicdrive.com/dynamicindex18/gajaxrssdisplayer.htm
    >
    >
    > --Nancy O.
    > Alt-Web Design & Publishing
    > www.alt-web.com
    >
    >
    > "jvulga" <[email protected]> wrote in
    message
    > news:g4r2eu$rjm$[email protected]..
    >> I have been using Dreamweaver for a short time now
    and absolutely love
    >> it.
    > Okay
    >> I've been looking for sometime now and cannot find
    what I am looking for
    > not
    >> sure if I'm just not looking in the right place and
    could use some help
    > and
    >> advice. I my maincontent div area I would like to
    add something that I
    >> can
    > post
    >> news, either weekly or a daily basis I have found
    alot of weblog
    >> programs,
    > but
    >> what I am looking for is something simple. Hopefully
    someone will be able
    > to
    >> help me out here.
    >>
    >> Thanks in advance for any info.
    >>
    >
    >

Maybe you are looking for