Bug Error but can't find what's wrong

I have a bug error next to on of my pages. I can't for the life of me find what's wrong. I have gone over every image in the page and they are all, I believe, linked the same as in the other pages but still - the bug won't shoo . When I preview, then things get really wacky. I thought I was on top of it and made some updates and then refreshed my site. Go see - www.juliakuskin.com. If you click on Children and then click on Landscape or Lifestyle, it stays on children... Please help?
-Julia

Nate,
I ended up creating a whole new page last night, linking it and posting it. The site now works but I will keep your emails in my file in case I get into this again. Thanks for your help.
-Julia
www.juliakuskin.com
ps - do you think it's a good idea to make the switch over to dreamweaver?

Similar Messages

  • After loading Acrobat XI, Facebook pages have errors.  Can't find what changed in IE8.  XP OS.

    After loading Acrobat XI, Facebook pages are blank with errors.  Can't find what happened to IE8.  XP OS.  Any suggestions?

    I agree. The Facebook failure must have been coincidental in that machine.  I have a notebook that I loaded the same Acrobat into and it's Facebook is OK - It's on Win 7 OS.  This laptop's (XP)  Facebook works, but it doesn't have the Acrobat loaded into it.  Also have a networked desktop for business on Win 2000 and it's Facebook works too.  Haven't tried another browser in the suspect machine yet.  There's definitely something wrong with it's IE8.  What it boils down to in it, is that it won't logout of Facebook properly. I have to logout on some other machine.  Then when I login on the bad one, Facebook only partially loads it's pages and I can't logout from it.

  • Help Me , can't find what is wrong :S Simple code

    Hello everyone, im'm back =P ...well the problem is : I can't find what's wrong with this code above. The output shoul be "-1" but it prints -4 , it should print the min. value of an array. An absolute value to do that , its simple just do: e.g ( if ( n < 0 ) n = n * -1 ; and then check what is the min. value of the array. I just copied the content of the first array to the second .
    damn...what is wrong? :S
    public static void main (String[] xxx) {
         int [] array = {7,-4,-1,2}
        System.out.print( "The shortest number is: "+ minValue(array));
          static int minValue(int [] x ) {
        int []  newarray = new int [x.length];
        int min = mat[0];
        for( int i = 0; i !=x.length; ++i) {
       if ( i < o)  i = i * -1;
       else i = i * 1;
        newarray[i] = x[i] ;    
            for (int i = 0; i != mat.length; ++i) {
          if ( min > mat[i] )  min = mat;
    }return min;
    Thanks!!! I realy need your help plz!

    Almost!!!!! :D
    it returns 1 , should return -1 LOLO this is an exercise for practice, because i've the final test tomorrow .
    Is the last one , and i'm getting annoying of it :P.
    That's why i copied the 1st to the 2� array (but without the signal).
    U must ignore the signal when it checks, but it must print the number even if it has the signal . E.g -1 , u check ignoring the signal and the ouput must be: -1
    :S

  • Error in code can't find what is wrong

    Hello I have this class in my program in my main class I have button and if I press
    that button I want the program to do test() from class BeltPanel but only that.
    I tried it with this new BeltPanel().test(g);
    but then I receive a lot of errors.
    What is wrong with the code??
    CODE
    class BeltPanel extends JPanel
       public BeltPanel()
    // Code for adding buttons
         public void test(Graphics g)
         super.paint(g);
         g.setColor(Color.white);
            g.drawRect(501,32,191,20); 
         g.setColor(Color.gray);
         g.drawRect(500,31,190,20);
         progbar.teken(g);
    ERRORS
    java.lang.NullPointerException
            at program.beltableaupack.beltableau$BeltPanel.test(beltableau.java:309)
            at program.beltableaupack.beltableau$menu2KnopHandler.actionPerformed(beltableau.java:1072)
            at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1786)
            at javax.swing.AbstractButton$ForwardActionEvents.actionPerformed(AbstractButton.java:1839)
            at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:420)
            at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:258)
            at javax.swing.AbstractButton.doClick(AbstractButton.java:289)
            at javax.swing.plaf.basic.BasicMenuItemUI.doClick(BasicMenuItemUI.java:1113)
            at javax.swing.plaf.basic.BasicMenuItemUI$MouseInputHandler.mouseReleased(BasicMenuItemUI.java:943)
            at java.awt.Component.processMouseEvent(Component.java:5100)
            at java.awt.Component.processEvent(Component.java:4897)
            at java.awt.Container.processEvent(Container.java:1569)
            at java.awt.Component.dispatchEventImpl(Component.java:3615)
            at java.awt.Container.dispatchEventImpl(Container.java:1627)
            at java.awt.Component.dispatchEvent(Component.java:3477)
            at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:3483)
            at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3198)
            at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3128)
            at java.awt.Container.dispatchEventImpl(Container.java:1613)
            at java.awt.Window.dispatchEventImpl(Window.java:1606)
            at java.awt.Component.dispatchEvent(Component.java:3477)
            at java.awt.EventQueue.dispatchEvent(EventQueue.java:456)
            at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:201)
            at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:151)
            at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:145)
            at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:137)
            at java.awt.EventDispatchThread.run(EventDispatchThread.java:100)

    > java.lang.NullPointerException
    at program.beltableaupack.beltableau$BeltPanel.test(beltableau.java:309)
    at program.beltableaupack.beltableau$menu2KnopHandler.actionPerformed(beltableau.java:1072)A few remarks:1) where did you get your Graphics object reference from in your
    ActionListener? 2) your classes are waay too big (more than 1800 lines ...)
    kind regards,
    Jos

  • Can;t find what is wrong. Trying to add elements in two arrays

    Hello everyone
    I'm trying to take as input two numbers, convert them to arrays and add all the element of the array one by one. I want the result to be the sum of every element of the array. Let's say array1={1,2,3,4} and array2={2,6,4,3} I want the final result to be 3877.
    If the sum of one element of the array is greater than nine, then I would put zero and add 1 to the element on the left.
    Here is the code:
    import javax.swing.JOptionPane;
    public class Main {
        public static void main(String[] args) {
            String numberOne = JOptionPane.showInputDialog
                                    ("Enter the first number: ");
         String numberTwo = JOptionPane.showInputDialog
                                    ("Enter the second number: ");
            //compare string length and make them equal length
            int[]n1 = toArray(numberOne); // my first array
         int[]n2 = toArray(numberTwo); // my second array
         //call the method that ads both strings
         int[]finalArray = arrSum(n1,n2);
           JOptionPane.showMessageDialog(null, "The sum of the two numbers is: "
                   + finalArray);
        }//end of main
        //method to create an array from a string
        public static int[] toArray(String str)
                int[]arr = new int[str.length()];
                arr[0]=0;
                for (int i=1; i<str.length(); i++)
              arr= Character.digit(str.charAt(i),10);
    return arr;
    }//end of toArray
    //method to add arrays by elements
    public static int[]arrSum (int[]arr1, int[]arr2){
    for (int i = arr1.length-1; i >=1; i--)
    int sum = arr1[i] + arr2[i];
    if (sum > 9)
              { sum -= 10;
              arr1[i-1]++;
    return arr1;
    }//end of arrSum method
    }Edited by: designbc01 on Feb 16, 2010 1:15 AM                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

    The best advice I can give you is to break your problem up into smaller pieces. First, focus on a method that converts an input String into an array. When you have that working perfectly, then focus on creating a method that "adds" two arrays with the logic you described. When you have that working perfectly, then combine the two different pieces.
    Why does your for loop in toArray( ) start with 1? The first index of a String, array, or pretty much anything else, is zero.

  • HT4527 Getting error code 12004 when trying to setup home share on a new laptop.  Can't find what it means.

    My daughter received a new macbook pro for Christmas and is trying to turn on home sharing in itunes and it is giving her an error code 12004 but we cannot find what that means.  Does anyone know where to find error codes and their definitions?

    First thing to do is get the CC off your system.  Then try the direct download option linked below...
    You can download the trial version of the software thru the page linked below and then use your current serial number to activate it.
    Be sure to follow the steps outlined in the Note: Very Important Instructions section on the download pages at this site and have cookies enabled in your browser or else the download will not work properly.
    CS6: http://prodesigntools.com/adobe-cs6-direct-download-links.html

  • My computer crashed necessitating re-install of op sys and all programs including iTunes. At the iTunes store when I click a song in my library get error message "can't find, do you want to search?" What's happening? How can I listen to my library on this

    My computer crashed necessitating re-install of operating sys and all programs including iTunes. When I click on a song in my library I get an error message "can't find this song, want to search?" What gives? How can I listen to songs in my library on this computer now?

    It is working now. I no longer get the message about the item not being available in the US and I can access the store.

  • I plugged into iTunes and now all my notes on my phone are gone. Years worth of notes. Can someone tell me what to do to get them back?? I have iTunes set to back them up but can't find out how to retrieve them.

    I plugged into iTunes and now all my notes on my phone are gone. Years worth of notes that I stupidly don't have saved anywhere else. Can someone tell me what to do to get them back?? I have iTunes set to back them up but can't find out how to retrieve them.I plugged into iTunes and now all my notes on my phone are gone. Years worth of notes. Can someone tell me what to do to get them back?? I have iTunes set to back them up but can't find out how to retrieve them.

    After you restore from backup, you MUST sync to restore your iTunes content. No iTunes content is included in the iPhone backup. Your apps should be in your iTunes library, just sync them back to your phone. If for some reason your apps are not in your library, you can re-download them for free:
    http://support.apple.com/kb/ht2519

  • Acrobat Standard XI, but can only find the CD for windows.  I have a mac (I have access to an external CD drive and I have the product keys for windows).  What is the best way for me to install it?

    Hi, I purchased Acrobat Standard XI, but can only find the CD for windows.  I have a mac (I have access to an external CD drive and I have the product keys for windows).  I have never installed it anywhere else.  What is the best way for me to install it?

    Hi lintonm86921521,
    I can understand your concern & will guide you through this.
    I am so sorry to inform you that Acrobat XI Standard is not available on Mac, you can only use it on your Windows computer.
    You can also refer to the system requirements at : System requirements | Acrobat family of products—older versions (XI, X, 9)
    In case if you have any further query please let us know, we will be happy to help you.
    Regards,
    Aadesh

  • Error 1301: I need to reinstall Acrobat but can't find the original file

    Error 1301: I need to reinstall Acrobat but can't find the original file

    Pro
    Danielle
    Danielle DeGarmo | DEGARMO CREATIVE | 703-351-6767
    2258 North Vernon Street, Arlington VA 22207
    Dropbox: https://dropbox.hightail.com/DCsend

  • HT5625 IPHONE 5 not stolen number 01********0 bought phone but I don't know ID and the password of the former owner I can't find what to do

    IPHONE 5 not stolen number 01**************0 bought phone but I don't know ID and the password of the former owner I can't find what to do
    <Personal Information Edited by Host>

    Use it as a paperweight, as there is no way around Activation Lock, & Apple will not help you.

  • I refund a New iPad which was purchased by cash 15 days ago, but I did not receive my refund check. and my receipt can not find, what should I do?

    I refund a New iPad which was purchased by cash 15 days ago, but I did not receive my refund check. and my receipt can not find, what should I do?
    I still have the confirm receipt for purchasing the ipad, but my refund receipt can not find.

    Seventy one is correct, you need to take this up with the manager of the store.
    Ultimately, if the guy who handled the return at the store didn't enter it into the system correctly, or if the paperwork was somehow lost, or anything else along those lines, your refund receipt is the only thing you have proving that they owe you money. If you have lost that receipt, it's quite possible that you will have lost the money that it represents.
    Go to the store. Talk to the manager. Try to recall which person at the store handled the return, and see if they remember you. Be polite but insistent, and remember that without the receipt, you are depending on those people to help you out.

  • My computer died. I have a back-up but can't find a list of my adobe products, where to download or what the serial numbers will be. Help

    My computer died. I have a back-up but can't find a list of my adobe products, where to download or how to find my product keys. Can anyone help? Adobe telephone help don't want to know and their automated system just hang up.

    As long as you registered your products, you can follow the following to get the S/Ns: http://helpx.adobe.com/x-productkb/global/find-serial-number.html#adobeproductdownload. The logging into your account at adobe.com with your adobe ID should provide you a list of all the products and S/Ns that you have registered. Depending on the products, the downloads may or may not be available any longer. You indicated you had a backup and I hope you meant of the install files that you previously downloaded. You should always keep backups of downloaded software you have purchased.

  • HELP!  I had iPhoto on my mac, for some reason it was not responding down loaded a new version but can't find my photos. any ideas please.  I thought once on the mac always on the mac.

    HELP!  I had iPhoto on my mac, for some reason it was not responding or damaged.   down loaded a new version but can't find my photos. any ideas please.  I thought once on the mac always on the mac.

    Sorry but we need details to help
    What version of the OS do you have? What has changed since iPhtoo worked?
    What exactly is the problem - you say "it was not responding" - You downloaded a new version (what version)" -you can't find yoru photos" none of which is helpful
    look in your applications folder - is there an Iphoto application there? If so get info and report the version
    Look in the picures folder - is there an iPhoto library there? If so exactly (including exact error messages) happens if you double click on it?
    what else can you tell us that might help us assist you?
    LN

  • Quicktime 7.0+ with Vista = error 46: can't find or load quicktime activex

    For awhile, Quicktime Pro was working on my 32bit Microsoft Vista PC that I built, then sometime around 7.1.5 Internet Explorer would no longer play Quicktime files in my browser. No biggie, but then after 7.1.6 it would not longer load at all. I keep getting Error 46: Can't find or load Quicktime ActiveX control.
    If I try launching Quicktime as the administrator, I still get the Error 46. And it just won't load. Even Sony Vegas Video won't render Quicktime files as that gives me an access violation.
    I managed to find a Quicktime 7.0.1 installer, so I deinstalled 7.1.6 and installed 7.0.1 and all was well again. The program would launch and play Quicktime files and Sony Vegas Video would render Quicktime files again.
    But as soon as I rebooted...Error 46 again...even after downgrading. Something's going on with the permissions and I cant seem to fix it.
    The one shining light with 7.0.1 is if I launch it as an Administrator it will work after rebooting. But only if launching it as an Administrator.
    7.1.6 will not do this. It will error everytime regardless of launching as an admin or not.
    Anyone have any ideas how to solve this? And does anyone know if Apple is working to solve this issue? Hopefully this isn't too limited of a bug, otherwise I might be in for a long wait for a fix.

    Hi, all
    I thought I would post the link to another thread where I got this working on my machine.
    http://discussions.apple.com/thread.jspa?threadID=948432&tstart=15
    Hope this helps.
    Thanks,
    David Eaton

Maybe you are looking for

  • How can I delete the space from "other" in my iPhone 5?

    I have an iPhone 5 (iOS 8.1.2) and the "other" space is taking 5.63GB! I've tried a few things like deleting old mails or messages but it's not getting better. Please help!!

  • ITunes 64bit version doesn't recognise iPhone 4S

    I would like to synch my iPhone 4S with iOS 6.1.3 to my PC and installed iTunes 64bit, however, it doesn't recognise my phone with a warning "This iPhone cannot be used because the required software is not installed. Run the iTunes installer to remov

  • Texts of Code Infoobject

    Hi gurus, I´m using BW integrated with CRM. I have activated the datasource 0CRM_SALES_ACT_1 from Business Content and it´s working well. Now, I need to load the text of the infoObeject 0CRM_RSN_CO (Long description:"Activity Reason (Code)"; Short de

  • Cross-platform iTunes library

    I keep my iTunes folder (libraries and music folder) on a portable external drive so I can run it on any Mac without transferring files. (Open iTunes with option key down and navigate to the library on the external drive.) All the files are DRM-free

  • ALV tab strip tree and container

    Hi Gurus, i have a requirement , in which a list of records are displayed as tree ALV at output and when user clicks on any of the records then in the bottom of the screen , it should display its item detials as tab strip in the same screen ( i mean