Is there a dedicated area to ask questions related to netbeans and VWP ?

Hi All,
Here is a site we developed using Creator : https://www.focalpointfurniture.co.uk/shop/
We are now looking at using Netbeans to develop visual web applications but are having a lot of issues with layout and css. Any ideas where to ask and answer questions ?
Regards
Jim
Message was edited by: Jim
jimmymac

Hello,
Checkout the following link:
http://www.nabble.com/Visual-Web-f24578.html
You can also email [email protected]
Hope that helps.

Similar Messages

  • Hi, I´m new at the community. My book about the life of a bull who died in a bull fight was a best seller in Perú, and is been studied in many schools there. But I don't live there any more. People ask me about the book and is not any more at the lib

    Hi, I´m new at the community. My book about the life of a bull who died in a bull fight was a best seller in Perú, and is been studied in many schools there. But I don't live there any more. People ask me about the book and is not any more at the libraries. I would like to make a tradition to english, portugues, and may be another language that could be interesting to do.
    I am a psychologist with an specialization in couple and family therapy. I am writing more and more material and the people who reads me are asking me more.
    My mother thong is Spanish, my second Portuguese , and my third is english. I apologize if I make some mistakes trying to express myself.
    The situation is that I need to upload my book to iBook and I don't know how to do it. If I can pass that step I will like to upload more material I am sure people will enjoy and learn as they did with my first one.
    I really appreciate any help.
    Oliveste

    oliveste wrote:
    I need to upload my book to iBook and I don't know how to do it.
    Read the FAQ and come back if you have questions after you have signed up
    http://www.apple.com/itunes/working-itunes/sell-content/books/book-faq.html

  • I have changed my username and password but the apps are still asking for my old username and password. How do I change that

    I have changed my username and password for my apple account but the apps previously linked to it are still asking for the old info. And I don,t know it so that's why I updated it

    Apps are permanently tied to the ID and password used to purchase them. If you do not remember that information, you cannot update them. If you ned these apps, you will have to repurchase them under your new ID.

  • Hello i want to ask question about my emial and password of my game center forget them . I want to find them can you please ask me how can i get my emial and password of game center acount .

    Hello
    I want to get my email and password of my game center account because i forget both . Can you please help me with it to get  it because I have  games and files with this acount
    send me by this emailas soon as possible  please
    Thank you
    <Edited by Host>

    We are fellow users here on these user-to-user forums, you're not talking to iTunes Support nor Apple.
    Only you will know what your email address is, nobody else will. If you can't remember it then do you have any of the account's downloads in your computer's iTunes library : Recovering a forgotten iTunes Store account name ?
    If not then see if you can find it via http://appleid.apple.com : Apple ID: How to find your Apple ID.
    When you've remembered or found your email address then you can get its password reset via http://iforgot.apple.com

  • WHY THE F*u@k ARE THEY ASKING ME FOR SOCIAL SECURITY AND YOU KNOW I AM NOT A AMERICAN

    THIS IS SO ANNOYING THEY ASKING ME FOR A STUPID SOCIAL SECURITY NUMBER MAN THEY CAN GO F*uk THEMSELVES HARD!

    iOS: Forgotten passcode or device disabled after entering wrong ...

  • Small question related to Unix and ABAP

    Hi Guys,
    I had a new SAP ABAP requirment in which they are asking for unix shell scripting.
    I am just wondering as what unix shell scripting has to do in SAP ?
    Please throw some light on this....
    Regards,
    Tushar.

    Hi Tushar,
       Please Close your previous thread by marking helpful answers...
    for this question ...
    Check these links out
    monitor ABAP from UNIX
    Re: execute unix in ABAP
    Unix commands in ABAP
    Download to Unix
    these Links definitely find helpful to you...
    Regards,
    Santosh

  • Question related to regex and whitespaces  \s

    Hello, i have a problem related to regex.
    I have a text area where sm types text. I noticed that when i click on the Enter button (i have a new line) the string is not being recognised.
    String regex = "[A-Za-z0123456789_./-]*";I tried to place \s but \s includes other whitespaces characters.
    I would like to include in my regex the \n character (the Enter button) or general the \s characters.
    How am i supposed to do that?
    Thanks, in advance!

    g_p_java wrote:
    prometheuzz wrote:
    >
    Note that on Windows, a line break is "\r\n".
    Also, A-Za-z0123456789_ can be written as \w:
    String regex = "[\r\n\\w./-]*";
    If we are using Linux , Unix is that different?The OS line break is just \n. I'm not sure what Swing puts into a GUI element, whether it's OS dependent or not. It won't hurt you to leave the \r in there though. If there's no \r in the string, it won't stop your regex from working, just like it won't stop it from working when you have A-Z and they don't happen to enter a Z.
    The only way it would cause a problem to leave the \r in the regex is if \r were somehow part of the input and you didn't want it treated as end-of-line. I don't see that happening though.

  • Questions related to SMC and firmware update

    In 2005 just before Tiger OS was launched, I purchased the iMac G5 which was introduced in Oct, '04. This is a 1.8GHZ-17inch iMac, and I would like to find out if there is any firmware that need to be updated.
    I tried to reset the SMC - shut the computer, unplug power for 15 seconds, restart - and have not noticed any changes with the malfunctioning sleep function. When I click it to sleep it immediately shuts the system off.
    I can't determine if this is caused because I never have updated the firmware, or because the SMC needs to be reset.
    Would any required firmware update would also show when I run the update software application? If not, how can I find out if any firmware for the iMac model needs to be updated?
    To reset the SMC for some computers one needs to open the system and reset a button in the motherboard. I don't wan't to do that unles I need. I also need to know where the reset button is located.
    Your help and/or comments are appreciated.

    I'll second that -- everything sounds normal -- Mac's just run hotter at times -- in real-life use, you will probably find it doesn't get that hot. Those tests are literally for the birds. Too many people in these forums give too much bad advise, and it leads to people being worried about nothing.
    In general, you will do better with chat forums in other sites, rather than this help forum, because 99 percent of the people who post here are those who have some kind of problem, and rather than going to their apple store, they post and post their problems over and over here (and other sites).
    The likelihood of you having any real-world problems are pretty much nil.

  • Question related to GetFile and GetPath of a URL

    Hello, i have the following code and i was wondering why GetFile and GetPath shall return the same output,
    e.g. my example here is http://wikis.sun.com/display/SunForums/Tips
    The GetPath returns : Get Path of URL /display/SunForums/Tips
    and the GetFile returns : Get file of URL /display/SunForums/Tips
    the same.
    Well it's just that i would like to use a method which is going to output only the File of a Path, in our example the output should be only Tips.
    CODE :
    import java.io.BufferedReader;
    import java.io.FileNotFoundException;
    import java.io.IOException;
    import java.io.InputStreamReader;
    import java.net.*;
    public class Main {
        public static void main(String[] args) throws MalformedURLException, IOException, Exception {
                        BufferedReader in = null;
                       try {                              //try
                              URL yahoo = new URL("http://wikis.sun.com/display/SunForums/Tips");
                             String url_string = yahoo.toString();  // Constructs a string representation of URL
                             URLConnection yc = yahoo.openConnection(); //
                             in = new BufferedReader(new InputStreamReader(yc.getInputStream()));
                             System.out.println("Get file of URL " + yahoo.getFile());                            *//it should return only Tips*
                             System.out.println("Get Path of URL " + yahoo.getPath());
                              catch (MalformedURLException ex) {
                                                                                  System.err.println("MalformedURLException" + ex);
             }Is there any method which returns only the file of a URL?
    Thanks in advance!

    new File("/display/SunForums/Tips").getName() will return "Tips".

  • Basic question related to EKKO and EKPO

    Hi experts,
    I have invoice document header and line item data in an internal table(From RBKP and RSEG). From RSEG I have PO number(EBELN) and PO line item(EBELP).
    I want to find out the corresponding WBS element, costcenter and GL account of the PO number and the PO line item.
    Can anybody tell me which tables to select to fetch WBSelement(PS_PSP_PNR), glaccount(SAKNR) and costcenter(KOSTL).
    In which table I will find the link between EBELN,EBELP with KOSTL,SAKNR and WBS element?
    Regards,
    Sangeeta.

    SOLVED THE QUESTION MYSELF.
    THANKS EVERYBODY!!!

  • A workflow question relating to InDesign and LiveCycle

    Hi,
    I have a layout that I've created in InDesign CS3. I export the PDF from InDesign and open it in LiveCycle v8. I then build my form fields and save the PDF. I have my nice form to distribute.
    My question revolves around how to change the layout in InDesign and not lose all of the work done in LiveCycle. So let's say I want to change the background image for the form but not any of the form data. How can I export the new PDF from InDesign and merge it with the form fields from the original LiveCycle PDF?
    Many thanks,
    Ian P.

    You imported the PDF using "Create an Interactive Form with Fixed Pages" since Replace Artwork is not available with "Create an Interactive Form with a Flowable Layout".
    Please keep in mind, you can only replace artwork which has the same number of pages and identical page sizes as the original. If you change either of these in InDesign, you will have to copy/paste from one document to another.
    John

  • A sample question related to FMS and NetStream.. hoping your answer

    will i be able to send a video what i'am receiving form fms B to another fms A in a flash app?And how?
    i will be right here waiting for your answer. Thank you!!!

    Hello,
    thanks fo your help very much.
    your solution works well in sending a video from fms A to fms B.but it is unable to work in my network environment.
    in my network environment,fms A can not connect to fms B directly,but flash clients can connect to them directly both.
    i still need a kind of flash client that sending out video stream to fms B while it receiving stream form fms A.
    i means that i want to use flash client as a bridge.
    if you make a change from "A.Live Video B.Server 1 (New York City) C.Server 2 (Chicago) and Server 3 (Los Angeles) D.Users" to "A. Live Video B. Server 1 (New York City) C. Users D. Server" in http://help.adobe.com/en_US/FlashMediaServer/3.5_Deving/WS5b3ccc516d4fbf351e63e3d11a0773d5 6e-7ffb.html is what i really want .
    thanks for your help again!

  • FAQ - Frequently Asked Questions on the audio board.

    Introduction:
    This topic has been divided by me into two parts.
    In the first part are frequently asked questions on the ' Notebook PC Sound and Audio ' board and in the second are answers on these questions.
    ** Say thanks by clicking the "Thumb up" icon which is on the left. **
    ** Make it easier for other people to find solutions, by marking my answer with "Accept as Solution" if it solves your issue. **

    Ad 1. 
    Note:
    Special thank you words to justinkw1 and notebookreview community members.
    Without them informations about supported models and latest software would be very difficult to collect.
    Important information:
    MediaSmart, TouchSmart and 3VRX software are made only for Windows Vista and Windows 7.
    First thing which you need to know is what kind of display panel you've got.
         If your display panel is:
    non-touchscreen then use MediaSmart software.
    touchscreen then use TouchSmart software.
                  How to check what kind of display you've got:  
               1. Click on Support & Drivers link. (Upper part of this page.)
               2. In search box type your laptop product number (p/n).
                   Resource:
                   How to Locate the Notebook p/n
                3. Click Product Information link.
                4. Select Product Specifications.
                5. Choose again Product Specifications.
                6. Finally in Display section you will find answer.
                    (Touchscreen models will have there information that this model have Touchscreen Display. Example here.)
    Second thing you need to check is whether your notebook is supported by any of this software.
         Models which are supported by:
    MediaSmart
                         HP Pavilion Notebooks:
                                - dm1-1XXX, dm1-2XXX
                                - dm3-1XXX, dm3-2XXX, dm3-3XXX
                                - dm4-1XXX, dm4-2XXX
                                - dv2-1XXX
                                - dv30XX, dv31XX, dv35XX, dv36XX, dv37XX, dv38XX
                                - dv3-1XXX, dv3-2XXX, dv3-4XXX
                                - dv4-1XXX, dv4-2XXX, dv4-3XXX
                                - dv5-1XXX, dv5-2XXX
                                - dv6-1XXX, dv6-2XXX, dv6-3XXX, dv6-4XXX, dv6-6XXX, dv6-4XXX, dv6-6XXX
                                - dv7-1XXX, dv7-2XXX, dv7-3XXX, dv7-4XXX, dv7-5XXX, dv7-6XXX, dv7-5XXX, dv7-6XXX
                                - dv8-1XXX
                                - tx1XXX
                                - tx20XX, tx21XX, tx25XX, tx26XX
                        HP HDX Notebooks:
                                - HDX16-1XXX
                                - HDX18-1XXX
                        HP ENVY Notebooks:
                                - ENVY 13-1XXX
                                - ENVY 14-1XXX, ENVY 14-2XXX
                                - ENVY 15-1XXX
                                - ENVY 17-1XXX, ENVY 17-2XXX
    TouchSmart
                        HP Pavilion Notebooks
                                - dv6-3XXX, dv6-4XXX
                         HP TouchSmart Notebooks
                                - tx2-1XXX
                                - tm2-1XXX, tm2-2XXX
         If your notebook is:
    not supported by MediaSmart or TouchSmart then:
                  Download and install 3VRX from here (ver 2.5).
                  Notes:
                  - if your model is supported by MediaSmart or TouchSmart software but you don't want to use them then you may install
                    3VRX. It will work on your model too.
                  - Here is YouTube video which will show you how this software works, looks and what you can configure in it.
    supported by MediaSmart or TouchSmart then check below informations.
    Models supported by MediaSmart:
                You will need to install at least one program from MediaSmart package.
                The best choice will be in my opinion: MediaSmart DVD (it may be any from the below list exept MediaSmart SmartMenu).
                When you will do this install MediaSmart SmartMenu.
                After doing above steps you should see on-screen visuals.
                Latest versions of MediaSmart software you will find here.
    Models supported by TouchSmart: 
                You will need to install at least one program from MediaSmart package.
                The best choice will be in my opinion: TouchSmart DVD (it may be any from the below list exept TouchSmart Mobile).
                When you will do this install TouchSmart Mobile.
                After doing above steps you should see on-screen visuals.
                Latest versions of TouchSmart software you will find here.
    Ad 2. 
    Perform a Hard Reset:
    1. Disconnect all peripheral devices and remove all USB devices and media cards.
    2. Disconnect the AC power adapter, remove the battery, and then press and hold the power button for at least 1minute.
    3. Reconnect the AC power adapter (do not connect the battery), press the Power button and check is your problem solved or not.
    Ad 3. 
    Install latest HP Quick Lunch Buttons software for your specific model.
                      1. Click Support & Drivers link. (Upper part of this page.)
                      2. In search box type your laptop product number (p/n).
                          Resource:
                          How to Locate the Notebook p/n
                      3. Select Software & Driver Downloads.
                      4. Choose correct system version.
                      5. Latest software version will be under Driver - Keyboard, Mouse and Input Devices category.
    Install latest audio driver for your specific model.
                      1. Click Support & Drivers link. (Upper part of this page.)
                      2. In search box type your laptop product number (p/n).
                          Resource:
                          How to Locate the Notebook p/n
                      3. Select Software & Driver Downloads.
                      4. Choose correct system version.
                      5. Latest driver version will be under Driver - Audio category.
    When above solutions will not work then perform a Hard Reset:
    1. Disconnect all peripheral devices and remove all USB devices and media cards.
    2. Disconnect the AC power adapter, remove the battery, and then press and hold the power button for at least 1minute.
    3. Reconnect the AC power adapter (do not connect the battery), press the Power button and check is your problem solved or not.
    Ad 4. 
    Check the link below:
    How to enable Microphone when it is disabled.
    ** Say thanks by clicking the "Thumb up" icon which is on the left. **
    ** Make it easier for other people to find solutions, by marking my answer with "Accept as Solution" if it solves your issue. **

  • Why are people asking for certain model numbers

    why are people asking question such as this ? Hi I was wondering if you could send me the model number of this item I am looking for a specific Model and want to make sure before I bid. The model I'm looking for is G3 the model number will start like this CGN5

    Go to this link and you will see that WRT54G/GS models from version 1 to version 5 are diferent if you look at the amount of RAM and Flash they contain.
    More RAM and Flash is better of course.
    Click here.
    (Mod note: Link edited to prevent the page from stretching.)
    Message Edited by surix on 08-08-2006 06:23 AM
    Message Edited by twenty3 on 08-08-2006 06:30 AM

  • Ask the Expert: Plan, Design, and Implement Mobile Remote Access, the Cisco Collaboration Edge Architecture

    Welcome to the Cisco® Support Community Ask the Expert conversation. This is an opportunity to learn and ask questions about planning, designing, and implementing mobile remote access (Cisco Collaboration Edge Architecture) with Cisco subject matter experts Aashish Jolly and Abhijit Anand.
    Cisco Collaboration Edge Architecture is an architecture that provides VPN-less access of Cisco Unified Communications resources to Cisco Jabber® users. This discussion is dedicated to addressing questions about design best practices while implementing mobile remote access.
    For more information, refer to the Unified Communications Mobile and Remote Access via Cisco VCS deployment guide. 
    Aashish Jolly is a network consulting engineer who is currently serving as the Cisco Unified Communications consultant for the ExxonMobil Global account. Earlier at Cisco, he was part of the Cisco Technical Assistance Center (TAC), where he helped Cisco partners with installation, configuring, and troubleshooting Cisco Unified Communications products such as Cisco Unified Communications Manager and Manager Express, Cisco Unity® solutions, Cisco Unified Border Element, voice gateways and gatekeepers, and more. He has been associated with Cisco Unified Communications for more than seven years. He holds a bachelor of technology degree as well as Cisco CCIE® Voice (#18500), CCNP® Voice, and CCNA® certifications and VMware VCP5 and Red Hat RHCE certifications.
    Abhijit Singh Anand is a network consulting engineer with the Cisco Advanced Services field delivery team in New Delhi. His current role involves designing, implementing, and optimizing large-scale collaboration solutions for enterprise and defense customers. He has also been an engineer at the Cisco TAC. Having worked on multiple technologies including wireless and LAN switching, he has been associated with Cisco Unified Communications technologies since 2006. He holds a master’s degree in computer applications and multiple certifications, including CCIE Voice (#19590), RHCE, and CWSP and CWNP.
    Remember to use the rating system to let Aashish and Abhijit know if you have received an adequate response. 
    Because of the volume expected during this event, our experts might not be able to answer every question. Remember that you can continue the conversation on the Cisco Support Community Collaboration, Voice and Video page, in the Jabber Clients subcommunity, shortly after the event. This event lasts through June 20, 2014. Visit this forum often to view responses to your questions and the questions of other Cisco Support Community members.

    Hi Marcelo,
       Yes, there are some requirements for certificates in Expressway.
    Expressway Core (Exp-C)
    - Can be signed by either External or Internal CA
    - Better to use a cluster name even if you start with 1 peer in Exp-C cluster. In the future, if more peers are added, changes would be minimal.
    - Better to use FQDN of cluster as CN of certificate, this way the traversal zone configuration on Expressway-E won't require any change even if new peers are added to Exp-C cluster.
    - If CUCM is mixed mode, include security profile names (in FQDN format) as Subject Alternate Names
    - The Chat Node Aliases that are configured on the IM and Presence servers. They will be required only for Unified Communications XMPP federation deployments that intend to use both TLS and group chat. (Note that Unified Communications XMPP federation will be supported in a future Expressway release). The Expressway-C automatically includes the chat node aliases in the CSR, providing it has discovered a set of IM&P servers.
    - For TLS b/w CUCM, IM-P & Exp-C
      + If using self-signed certificates on CUCM, IM/P. Load Cisco Tomcat, cup, cup-xmpp certificates from IM-P on Exp-C. Load callmanager, Cisco Tomcat certificates from CUCM on Exp-C.
      + If using Internal CA signed certificates on CUCM, IM/P. Load Root CA certificates on Exp-C.
      + Load CA certificate under tomcat-trust, cup-trust, cup-xmpp-trust on IM-P.
      + Load CA certificate under tomcat-trust, callmanager-trust on CUCM.
    Expressway Edge (Exp-E)
    - Signed by External CA
    - Configured Unified Communications domain as Subject Alternate Name
    - If using a cluster, select FQDN of this peer as CN and FQDN of Cluster + this peer as Subject Alternate Name.
    - If XMPP federation is being deployed, enter the same Chat Node Aliases as entered in Exp-C.
    For more details, please refer to the Certificate Creation Guide for Cisco Expressway x8.1.1
    http://www.cisco.com/c/dam/en/us/td/docs/voice_ip_comm/expressway/config_guide/X8-1/Cisco-Expressway-Certificate-Creation-and-Use-Deployment-Guide-X8-1.pdf
    - Aashish

Maybe you are looking for

  • How can I stop flashing screen when trying to open Google calendar?

    This is just a recent problem that has come up and I have run all kinds of diagnostics, changed from IE 9 to IE 8, but I still get a fast flashing IE screen and at the top, it's like Google and IE are battling it out over which one owns the page, eve

  • Syncing 2 iPhones with different Apple ID's on 1 Mac

    Hi, I want to sync two iPhones 4 with different Apple ID's on one Mac. I want to do this by creating a second iTunes library. The second iPhone which I want to sync, has already been synced to another pc. I know that when I do this, all music on the

  • Trouble adding music to a 3rd gen ipod

    Greetings, I recently received a used 20 gb third gen ipod as a gift. I have found that intermittently, when adding files, itunes will loose track of the ipod, claiming that it is no longer connected. This seems to be a problem when adding large numb

  • Firefox has broken the link that creates menu / task bars

    firefox tells me it has broken the link that creates task / menu bars. I've uninstalled & reinstalled. Everytime I built new task bars through internet, Firefox crashes on me. Help please. == 2 days ago

  • Setting timeline for Anamorphic footage shot 24fps

    I have footage I shot with a Panasonic DVX100a. I shot 24p with the Anamorphic lens. When I import into the FCP timeline the settings give me a choice of 24fps..or Anamorphic. There does not seem to be an option that includes both. I need to cut this