Total newbie here

when i did clean-up "word html" the whole page turned black.
is this right?
i can't seem to change my outer bordering to cc0000.
i want the title of my site to be the same for those using
any browser. i was told to save the title as an image and insert it
in where i want the title (its more of a headline actually). how do
i do that?
i was told of a free software that allows you to view your
site in many different browsers and different versions. do you know
what that is?
thank you very much

Sounds like you need to download a version of NetBeans that supports J2EE development. But I'm not sure because I don't use NetBeans and am not that familiar with how they package it.

Similar Messages

  • Total Newbie here.  How to import .dmp.

    I am completely new to Oracle Databases. The only thing I have used in the past is access. I have been given a Oracle Database .dmp file that I need to import into a database to see what is in it. I have installed Oracle Database 11g Express Edition and Oracle SQL Developer. I have read some things about the imp and impdp commands but I don't know how to use them correctly. My questions are:
    Where should I put the .dmp file so that the database can see it?
    What command should I give at the SQL> prompt? I have tried impdp user/password file=NH0339016.dmp This didn't work.. I got the error "unknown command beginning "impdp user..." - reset"
    After importing it, how do I see what is in the database?
    I'm really struggling with this thing and I would appreciate any help that I can get.
    Thanks
    Will

    Hi Will,
    I have been given a Oracle Database .dmp file
    I have read some things about the imp and impdp commands but I don't know how to use them correctly. Did you also get the information how that dump file has been created?
    You've already learned that there are two kinds of "dump" in Oracle: the old (conventional) and the somewhat more recent "data pump". Both use different dump formats, so you have to use the proper import application to get the contents into your database.
    Where should I put the .dmp file so that the database can see it?That depends on the import application. If you have a datapump dump (impdp) there is a default "directory" in the database (*DATA_PUMP_DIR*) and it points to ORACLE_HOME/admin/xe/dpdump . You can also create a new directory that points to the place your dump file resides in and and hand this in as parameter. Make sure the database user you start the import with has the grants needed for the directory you use. For all parameters available, use
    impdp help=yIf you have a convetional dump (imp) you simple give the file with its complete path as parameter or change to that path first. You can query the application for additional parameters by executing
    imp help=y
    After importing it, how do I see what is in the database?Well, you have SQL Developer, right? Create a connection to the schema you've imported the data to (perhaps you have to created it first, depending on how the dump has been created) and browse it.
    Note that Oracle has different semantics than access. "database" is usually a "database instance". Each instance carries several "schemas" (equivalent to database user).
    -Udo
    P.S.: I'd recommend to read the [url http://download.oracle.com/docs/cd/E17781_01/server.112/e18804/toc.htm]2 Day DBA to get to know your database. If you want to quick start and my previous explanation is not sufficient for you, you should at least read the chapter [url http://download.oracle.com/docs/cd/E17781_01/server.112/e18804/impexp.htm#CFHJAHAA]Exporting and Importing Metadata and Data.
    Edited by: Udo on 17.11.2011 20:36

  • Total Newbie Here. Looking For Directions

    Hi everyone,
    I'm completely new to everything except photoshop which I'm still learning. I want to create a printable fitness journal, but I'm unsure which program I would use. I just wanto use my company logo, add lines for journal entries and a few pages that would have a food and exercise tracker...sort of like a calendar. Can someone please direct me to the right program? I was thinking it would be Indesign, but a few Google searches suggested Illustrator.
    Thanks in advance.

    If it's one page only, either one of Photoshop or Illustrator or InDesign would do just fine. For anything more than a single page and containing a mix of images and text, one typically would use InDesign.
    Prettymomlovespink wrote:
    I was thinking it would be Indesign, but a few Google searches suggested Illustrator.
    That suggestions were probably made by Illustrator users.

  • I am using elements 10 and only getting audio not video.  Can anyone please explain why? I am a total newbie to video.

    I am using elements 10 and only getting audio not video.  Can anyone please explain why? I am a total newbie to video.

    greenfrogstone
    Just saw your thread, and it looked like a candidate for the Premiere Elements 10 NVIDIA GeForce Roll Back the Driver issue. If your computer uses a NVIDIA GeForce video card/graphics card, then the following applies to you. You do not want to update the driver. Rather you want to roll back the driver version, probably to about May 2013. For your convenience I have done a copy/paste of the forum announcement which gives all the details and fix of the matter.
    Premiere Elements 10 NVIDIA Video Card Driver Roll Back
    If you are a Premiere Elements 10 user whose Windows computer uses a NVIDIA GeForce video card and you are experiencing Premiere Elements 10 display and/or unexplained program behavior, then your first line of troubleshooting needs to be rolling back the video card driver version instead of assuring that it is up to date.
    Since October 2013 to the present, there have been a growing number of reports about display and unexplained workflow glitches specific to the Premiere Elements 10 user whose Windows computer has a NVIDIA GeForce video card. If this applies to you, then the “user to user” remedy is to roll back the NVIDIA GeForce video card driver as far as is necessary to get rid of the problems. The typical driver roll back has gone back as far as March – July 2013 in order to get a working Premiere Elements 10. Neither NVIDIA nor Adobe has taken any corrective action in this regard to date, and none is expected moving forward.
    Since October 2013, the following thread has tried to keep up with the Premiere Elements 10 NVIDIA reports
    http://forums.adobe.com/thread/1317675
    Older NVIDIA GeForce drivers can be found
    http://www.nvidia.com/Download/Find.aspx?lang=en-us
    A February 2014 overview of the situation as well as how to use the older NVIDIA GeForce drivers for the driver roll back can be found
    http://atr935.blogspot.com/2014/02/pe10-nvidia-video-card-roll-back.html
    This matter has been very specific to the Premiere Elements 10 NVIDIA GeForce card user. So, if your computer is using other than a NVIDIA GeForce card, it is likely that the message does not apply to you, and we can then explore other troubleshooting possibities.
    Looking forward to your follow up. Do not hesitate to ask for clarification on anything written here.
    Thanks.
    ATR

  • Total newb

    Hello :) ,
    so Im a total newb :(
    I am trying to make this code into a function....
    <code>
    jd_label.setIcon(new javax.swing.JLabel(){
    public javax.swing.Icon getIcon(){
    try {
    return new javax.swing.ImageIcon(
    new java.net.URL("http://ns2.taproot.bz/java/prima_interface/thumbs/02.jpg")
    catch (java.net.MalformedURLException e){
    return null;
    }.getIcon());
    </code>
    problem is, Im such a new i dont know how to use a var on this line...
    jd_label.setIcon(new javax.swing.JLabel(){
    I would like jd_label to be a $var but java just wants to update
    a label named "var".... i.e.
    JLabel jd = new Jlabel();
    string fred = jd
    fred.setIcon()
    but this freaks out... in PERL it seems the vars are a little more
    reconazable...
    $fred.setIcon();
    Could some one please help me :)
    Thanks in advance,
    jd

    You need to study up on what Java is, how it works, syntax, etc. It seems you don't have the first clue how to write a valid Java class. This is fine, and of course that's where you have to start, but I think your time will be better spent reading the tutorials (links to which can be found on your left) than getting piecemeal help here on the forums. When you've gotten a handle on what classes, objects, variables, and methods are, and gotten some idea about syntax, come back with more specific problems and people will be more than willing to help you. Also, post to the New to Java Technology forum rather than this one.

  • Total newb var question

    Hello :) ,
    so Im a total newb :(
    I am trying to make this code into a function....
    <code>
    jd_label.setIcon(new javax.swing.JLabel(){
    public javax.swing.Icon getIcon(){
    try {
    return new javax.swing.ImageIcon(
    new java.net.URL("http://ns2.taproot.bz/java/prima_interface/thumbs/02.jpg")
    catch (java.net.MalformedURLException e){
    return null;
    }.getIcon());
    </code>
    problem is, Im such a new i dont know how to use a var on this line...
    jd_label.setIcon(new javax.swing.JLabel(){
    I would like jd_label to be a $var but java just wants to update
    a label named "var".... i.e.
    JLabel jd = new Jlabel();
    string fred = jd
    fred.setIcon()
    but this freaks out... in PERL it seems the vars are a little more
    reconazable...
    $fred.setIcon();
    Could some one please help me :)
    Thanks in advance,
    jd

    Thank you :)
    Im still confused...but that will pass in time
    As for the code in the first post... that was from a scrip i wrote
    but the section i posted NetBeans wrote. here is the whole scrip...
    All i really want to do is put pictures on labels...and i thought, why write
    the same code for every button, ill just make a function out of the whole setIcon bit and call it for each label that needs a picture, passing the url of the picture off to the function... Below gets me one pic on one label, so
    how can i reproduce this efffect on other lables using the same code over and over?
    import javax.swing.*;
    import java.awt.*;
    public class HelloWorldSwing {
    public static void main(String[] args) {
    JFrame frame = new JFrame("HelloWorldSwing");
    JLabel label = new JLabel("Hello World");
    JLabel jd_label = new JLabel();
         JTextField tex = new JTextField("sup suka");
         JPanel pan = new JPanel();
         pan.setLayout(new GridLayout(1,3,10,10));
         pan.add(label);
         pan.add(jd_label);
         pan.add(tex);
    // i wanna make this bit into a fuction to reuse
         jd_label.setIcon(new javax.swing.JLabel() {
    public javax.swing.Icon getIcon() {
    try {
    return new javax.swing.ImageIcon(
    new java.net.URL("http://ns2.taproot.bz/java/prima_interface/thumbs/02.jpg")
    } catch (java.net.MalformedURLException e) {
    return null;
    }.getIcon());
         frame.getContentPane().add("Center", pan);
         frame.pack();
    frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
    frame.pack();
    frame.setVisible(true);

  • Hi newbie here  . .

    Hi everyone
    (Sorry if this post is in the wrong thread but am just getting sorted).
    Newbie here and having just swapped from a Windows machine to my mac I am finding a problem with itunes.
    Please in words of one syllable . . could some one please say if using the "Open Stream" in advanced icon will allow me to connect to BBC local radio?
    If so, please could they say how?
    Ta
    ibook    

    Hi Macadam_ace,
    Welcome to Apple Discussions
    Do they have their show on the internet? The iTunes Help document says,
    "If you know the Internet address (URL) of an MP3 streaming broadcast, you can connect to it using iTunes.
    Choose Advanced > Open Stream.
    Enter the full URL of the file you want to listen to. For example, http://www.apple.com/itunes/sample.mp3."
    I hope that helps,
    Jon
    Mac Mini 1.42Ghz, iPod (All), Airport (Graphite & Express), G4 1.33Ghz iBook, G4 iMac 1Ghz, G3 500Mhz, iBook iMac 233Mhz, eMate, Power Mac 5400 LC, PowerBook 540c, Macintosh 128K, Apple //e, Apple //, and some more...  Mac OS X (10.4.5) Moto Razr, iLife '06, SmartDisk 160Gb, Apple BT Mouse, Sight..

  • Can I use one hard drive for two computers?  Newbie here.

    Newbie here.
    I currently use Time Machine for my iMac (Intel)
    I've been using my Macbook Pro (Intel) a lot lately and would like to back it up from time to time as well.
    Can I simply attach the external hard drive to my Macbook Pro and set up Time Machine?
    Can use the external hard drive for both machines?
    Will Time Machine recognized that my Macbook Pro is a separate computer and set up a separate folder on the external hard drive automatically?
    Thanks

    Hi,
    you can use the drive for as many Macs as you like, just make sure it's big enough. Time Machine will create separate folders for your Macs and will "know" which one you're using.
    Björn

  • Thanks in advance..apple newbie here.  Have 12 photos/videos on camera roll, but only 3 appear on photostream (which is on), how do i get the rest over so that i can see them on apple tv.  thx so much

    Thanks in advance..apple newbie here.  Have 12 photos/videos on camera roll, but only 3 appear on photostream (which is on), how do i get the rest over so that i can see them on apple tv.  thx so much

    FAQ photo stream http://support.apple.com/kb/HT4486

  • Newb here, need help! just check out what i have, make reccomendations please!!

    Windows xp 32-bit,
    4 gigs ram,
    dual sli 7200 nvidia cards,
    60gb internal hardrive, 1.5 terabyte external hard drive (brand new, very empty)
    Recorded 24p and 60i on a Canon XL-2 (miniDV)
    IEEE 1394 firewire connected from pc to uploading device. Unfortunatly i borrowed the xl-2 from school, and am trying to capture from a panasonic pv-gs36 i borrowed from a friend (only friend with a device that records with a miniDV cam).
    I have been working fine on premier, very smooth when i import files, but when i tried to capture, as soon as i hit capture it freezes my whole set up, i have to manually restart my pc. I need to capture and export these clips to quicktime so i can edit in final cut at school (as requested by my instructer) the project is due in exactly one week, and the edit bays are always full which is why i opted for capturing at home with premier cs4.
    Im in panic mode now though, cause of this freeze issue. I'll have access to an xl-2 for the remainder of the week if the panasonic cam is the problem, but if not, please let me know!! ill go out and buy a new graphics card if that really is the issue... but i cant afford the quadro....which is why i opted for adobe premier instead of avid.
    im thinking its freezing because i recorded on an xl-2 and am trying to capture on this panasonic cam... could this be why?
    i installed premier on the 60 gig internal hard drive...should i uninstall it and install it on the external 1.5 tb one? should my settings be a certain way when i start a new project? Please help out a stressed out student during finals week! I will be super grateful to any info anyone can provide. thanks again for all your time and effort =)

    I'm unsure if the external drive is eSATA. I did buy it a few days ago 1.5 tb for 129.99 at fry's...good deal. What are the advantages of having an eSATA? The drive i have is a seagate Free agent-Desk external drive, model number st315005fda2e1-rk
    <img src="http://www.thinkdigit.com/uploads/seagate_freeagent_desk.jpg">
    Again, total noob here...
    the external is USB 2.0, and yea, i only have 1 firewire port. Also, something i failed to  mention is...I actually run my computer off my 42 inch samsung hd tv (720p native). When i was installing the whole production suite it asked me to get a moniter with higher resolution, but the click top continue installing anyway button was there so i went for it. Could this be the problem?
    I'm fairly sure i recorded in standard play with 2 channel audio with the canon, so im starting suspect it is this dinky panasonic dv cam thats causing me all this headache.
    also....please dont insult me too much...but:
    whats a panny?
    Whats scenalyzer?
    annnnd finally, no input on the cards? I was thinking that was going to be the problem for sure. The cards are great for gaming but im not really sure what kind of cards are (at least decent) for editing and capturing.
    I appreciate your help, ive been looking at the boards all night and this morning, i noticed you are kind of a superstar around here Millaard, so i really appreciate the effort =)

  • Hi newb here , Can anyone help with Port Forwardin...

    Hi guys
    Newb here on Broadband Option 3 .
    New to the world of BTorrents ( hope thats not a dirty word ) and just need some help on Port Forwarding with the Curved Blue Voyager ( latest one I think )
    Problem is I can't seem to upload anything back and obviously I dont just wanna leech all the time lol
    Thanks in advance
    H

    First of welcome to BT Community Forums, although your in the help with speed/connection issues section and bit-torrent is nothing to do with BT but i'll still try to help.
    downloading a torrent file is one thing but just because you download does'nt mean you need to upload anything if for example your downloading something with say 100 seeders and 15 leechers then you may find that you dont upload anything or very little, thats nothing to worry about at all.
    Or
    If you've made a torrent and cant figure out why its not uploading it may be due to the fact you need to upload the small torrent file to a p2p site in order for others to see it.
    Hope this small insight into the world of torrents helps, but i dont know what else to tell you on this subject.
    Kindest Regards
    IceZaroth
    BT Community Helper

  • Login/password to SQL plus - 100% Totally newbie!

    Dear users,
    I'm a 100% Totally newbie - please bear over with me and forgive that I couldn't find the answer to my question in the arhive although I'm sure somebody else has asked exactly this question. And please don't say RTFM etc, because there are a huge amount of manuals etc for oracle and I'm 100% newbie and never worked with Oracle SQL before.
    Introduction: I've installed Oracle 11.2 Enterprise Edition and want to go through some step-by-step tutorials - e.g. this tutorial: http://download.oracle.com/docs/cd/B10501_01/server.920/a90842/ch1.htm#1005898
    The tutorial says:
    "The Human Resources (HR) Sample Schema is installed as part of the default Oracle9i installation. The HR user is locked by default.
    You need to unlock the HR tables and user before you can use the HR sample schema. To unlock the HR tables and user, log in as the SYSTEM user and enter the following command:"
    Question: I cannot figure out my password, perhaps I entered something during install but how do I get password for the "SYSTEM" user?

    Hi,
    Welcome to the forum!
    There's no way to find out what a password is.
    You can log in as some other user who has DBA privileges (such as SYS), and change SYSTEM's password.
    If you've forgotten the SYS password, too, then log into the server as the same user who installed Oracle, or as some user in the ora_dba group. You should be able to log in as SYS. When asked for a password, just press the enter key, like this:
    C:> SQLPLUS /NOLOG
    SQL> CONNECT SYS AS SYSDBA
    Enter password: <enter>
    Connected.
    SQL>  ALTER USER SYSTEM IDENTIFIED BY new_password;
    User altered
    SQL>  CONNECT  SYSTEM
    Enter password: new_password
    Connected
    SQL>

  • [multithread] newbie here ... is inputStream shared?

    Hi, a newbie here. I've been playing with java for six month now and it's been pretty fun. Looking forward to learn more about java from this forum. Now I have a question about this little project I've been doing.
    I'm currently developing a multi-threaded client-server application (both client and server are multi-threaded). The idea is very easy which is to create threads that send http request to one server which will send back XML to the
    corresponding thread.
    I've managed to make it work. My application can now make http request and get the XML it's looking for. However, problem occurs when I try this scenario:
    1. Client Thread 1 http request> server -> creates server thread 1
    I made Server Thread 1 sleep for awhile so Client Thread 1 has to wait for the response.
    Then, while Server Thread 1 is still on sleep, I make another http request:
    2. Client Thread 2 http request> server -> creates server thread 2
    I again Server Thread 2 sleep for awhile so Client Thread 2 has to wait for the response.
    Now, Server Thread 1 wakes up and returns the XML response message. Now the funny thing is the Client Thread that accepts this response is not Client Thread 1, but Client Thread 2:
    3. Server Thread 1 wakes up -- XML response --> Client Thread 2 reads the response instead of Client Thread 1.
    What could be the problem!? What's also weird to me is that, if I try to do this scenario using a browser (by executing http request), the problem doesn't happen. Client Thread 1 returns to Server Thread 1 and Client Thread 2 returns to Server Thread 2.
    The code I wrote consist of a thread objects which has it's own private UrlConnection, InputStream, OutputStream, etc.
    This is a snippet of my code:
    public class Process {
    // this is how I create my threads
    public void execute(DataSource datasource, ADData ad)
    HttpProcess httpRequestor;
    try
    httpRequestor = new HttpProcess(datasource,ad);
    httpRequestor.start();
    catch (Exception e)
    e.printStackTrace();
    public class HttpProcess extends Thread {
    private URL url;
    private HttpURLConnection urlConn;
    private DataSource ds;
    private ADData adData;
    private BufferedReader d;
    private BufferedWriter t;
    private InputStream in;
    private OutputStream out;
    private DataInputStream din;
    private DataOutputStream dout;
    public HttpProcess (DataSource datasource, ADData ad)
    this.ds = datasource;
    this.adData = ad;
    // this is how I implement my run method
    public void run ()
    try
    String urlmsg = "http://localhost:9050" +
    "/?field1=" + adData.getField1()+
    "&field2=" + adData.getField2()+
    "&field3="+ adData.getField3();
    System.out.print("Sending URL message : " + urlmsg);
    url = new URL(urlmsg);
    urlConn = (HttpURLConnection)url.openConnection();
    urlConn.setRequestMethod("GET");
    urlConn.setDoOutput (true);
    urlConn.setRequestProperty("Content-Type",
    "application/x-www-form-urlencoded");
    out = new BufferedOutputStream(((HttpURLConnection)urlConn).getOutputStream());
    dout = new DataOutputStream(out);
    t = new BufferedWriter(new OutputStreamWriter(dout));
    t.flush();
    while(listening)
    in = new BufferedInputStream(((HttpURLConnection)urlConn).getInputStream());
    din = new DataInputStream(in);
    d = new BufferedReader(new
    InputStreamReader(din));
    String inputStr;
    if ((inputStr = d.readLine())!=null)
    din.close();
    XMLParser xmlparser = new
    XMLParser(ds,adData,ajData);
    listening = false;
    d.close();
    I thought I had it right by having private inputStream for each thread. but the behavior looks like the inputStream is shared by the two threads. However, I'm still new with java so I know my conclusion worth zero. Has anybody ever bumped into this kind of problem? Looking forward to hear back what you guys think. I'm just really really really curious about this problem
    Thanks so much.

    Please use code tags (&#91;code] and &#91;/code]). It's also quite possible the problem is in your server code, or your test jig, etc. You should post a small example that replicates your problem.
    Also, the while(listening) loop looks really screwy. I'm not sure what's going on there (why would you wrap your input stream inside a loop, especially since you close the input stream in the loop)?

  • Help!!! Newbie here!

    Alright. I have CS3 and am 'trying' to get used to it. I am trying to do a vintage effect and of course this takes many steps. One of the steps (almost one of the lasts) is to go to Filter>Distort>Lens Correction AND then from there, use the Vignette Slider, etc...
    Well, Under MY Filter, there is NO distort, there was in my CS2, so I dunno what the deal is. I used the Help Search and it found the distort under the Edit>Transform>Distort. BUT, the distort is greyed out! I have tried everything. It IS in 8 bit, I've even tried 16 bit... NOT working. The only time distort even comes up is if I go to another 'blank' layer... and of course, I can't do anything with it! :(
    so, what do i need to do to get the distort working... it's there, but it's greyed out. Please help. And I don't know if this will give my email or not, please feel free to email me also with your help! :D thanks!
    [email address deleted]
    A*

    Andrea,
    >Help!!! Newbie here!
    I know you're new here, and I'd like to welcome you to this forum. However, please understand that (in addition to the previous posts here), a generic "HELP!!!" subject line won't bring you responses: Folks scanning the topics have no idea what the problem is, and even if they may have an answer, they may not bother to click on the generic topic, read it and post.
    As a Forum Host, I can change your topic subject line to be more useful and drive more traffic to it, if you wish. Please post back how you'd like to change it.
    Neil

  • Linux Newbie here

    Hey All,
    Extremely Linux newbie here...
    I am planning to install Linux on my personal PC with the eventual goal of installing Oracle 10g and Oracle Apps11or/12 on it.
    1) Where can I download Linux from?
    2) Can anyone provide me links for download and installation instructions?
    Thanks,
    Chiru

    You can download OEL on the e-delivery website (http://edelivery.oracle.com)
    1> Oracle Entreprise Linux : http://edelivery.oracle.com
    2> Oracle Database/Oracle Applications : http://www.oracle.com

Maybe you are looking for

  • MY COMPUTER WILL NOT BOOT UP  ARRRRGGGHHH

    I JUST BOUGHT AN IMAC TODAY. I DID SOMETHING WRONG AND NOW IT TURNS ON BUT ONLY WHITE SCREEN WITH APPLE THAT FLASHES BACK AND FORTH INTO A CIRCLE WITH A LINE THROUGH IT?????? HELLPPP

  • Photoshop CS2 avtivation not recognized

    Photoshop CS2 activation not recognized after ATI graphics card driver update. Internet connection live but "No internet connection detected" indicated when trying to reactivate. What's going on???

  • Need reference/tutorial about iDisk (especially .Mac mail) access by iPhone

    Greetings, I have started getting quite interested in using my .Mac subscription, especially the iDisk online storage capabilities while being on the road with my MBP. HOWEVER, I am also intrigued with accessing iDisk and .Mac Mail from my iPhone. 1.

  • 1 website and 2 mac

    Hi....I created a website with IWeb with my MacPro. I then bought a Macbook and I want to continue to work on my website with this new computer. How can I make the transition to my new computer. Do I have to redo my website from scratch with my new c

  • Acquisition of company

    Hello Experts, Can someone tell me the general process/integration steps involved when a company whose ERP system is SAP  acquires another company whose ERP is also SAP? Regards, Harish R Moderator: Please, search SDN; it's simple merge of two compan