I can't figure out why this page splits in live preview... but not in the browser?

I've finally got my site up and it all runs great... except I can't figure out why this one page behaves like it's too wide.
http://www.johnnez.com/mainbooks.html
It comes apart in the Live Preview.... but not in the browser preview.
Thanks for any tips...
jn

john nez wrote:
HTML is a total incrutable mystery to me... a mystery inside a mystery inside a mystery!
Sounds to me like you've almost cracked it!
You have one error that could cause problems and that's the stray </blockquote> tag.  Just delete it.
The alt="" text will show as an error on the validator but that's easy to fix and worth doing.
Here's an easy article on that: http://www.456bereastreet.com/archive/200412/the_alt_and_title_attributes/
In one of your CSS files (JonzheaderindexCSS.css) you have this:
body {
margin-top: 20px;
padding: 0;
color: #666;
font-family: Verdana, Geneva, sans-serif;
font-size: 14px;
line-height: normal;
background-attachment: fixed;
background-color: #E1B852;
background-image: url(../images/orange%20plaid.jpg);
background-repeat: repeat;
html { overflow-y: scroll; }
It should be like this:
html {
overflow-y: scroll;
body {
margin-top: 20px;
padding: 0;
color: #666;
font-family: Verdana, Geneva, sans-serif;
font-size: 14px;
line-height: normal;
background-attachment: fixed;
background-color: #E1B852;
background-image: url(../images/orange%20plaid.jpg);
background-repeat: repeat;
It looks like you have that rule repeated further down the page like this:
html { overflow-y: scroll; }
There's an extra curly brace there (}) anyway, so it is badly formed but the whole rule and extra curly brace can go.
You can fix those errors but I have a sneaky suspicion that it isn't gong to solve the issue you describe.
Fix those issues anyway and post back.  Maybe if you can show a screen shot of what you are seeing in DW it might help?
Martin
PS: It's never a good idea to have file names on the web that have spaces in.  Your background rule has this:
background-image: url(../images/orange%20plaid.jpg);
That .jpg should be orangeplaid.jpg or orangePlaid.jpg or orange_plaid.jpg and the change should be reflected in the reference to the image so, orangePlaid.jpg should be:
background-image: url(../images/orangePlaid.jpg);

Similar Messages

  • Almost every time my daughter FaceTimes me, another person answers and he is getting very annoyed. I have checked my settings and can't figure out why this is happening.

    Almost every time my daughter FaceTimes me, another person answers and he is getting very annoyed. I have checked my settings and can't figure out why this is happening.

    Is she facetiming your phone number or email address, b/c email address should not do that.. Was there an old iPhone associated with your number or email?  I've seen texts show up on long "deactivated" devices..

  • I'm having trouble buying a season pass for The Americans. I have purchased passes to Justified for the past 4 years with no problem. Can't figure out why this purchase won't work.

    I'm having trouble buying a season pass for The Americans. I have purchased passes to Justified for the past 4 years with no problem. Can't figure out why this purchase won't work.

    What is the problem that you are having ? If you are getting an error message then what does it say ?

  • [svn] 819: Can't figure out why this broke the build, but reverting it for further investigation

    Revision: 819
    Author: [email protected]
    Date: 2008-03-14 13:51:51 -0700 (Fri, 14 Mar 2008)
    Log Message:
    Can't figure out why this broke the build, but reverting it for further investigation
    Modified Paths:
    flex/sdk/trunk/build.xml

    Revision: 819
    Author: [email protected]
    Date: 2008-03-14 13:51:51 -0700 (Fri, 14 Mar 2008)
    Log Message:
    Can't figure out why this broke the build, but reverting it for further investigation
    Modified Paths:
    flex/sdk/trunk/build.xml

  • Can't figure out why my page has a "gap" ?

    Hi everyone, I'm new to building a website and have a question about my page. I will post two images, and the HTML code for my site. One image will be my template, the other image will be my site as it looks in Internet Explorer, I will post the HTML code for my template. The question I have is why does my page separate from my menu bar and my content div? When I have a blank page and preview it in Internet Explorer and Firefox the page looks fine, all the divs are attached. The second I write a sentence or a paragraph my page will have a gap between my menu bar and my content div. Check out the screen shot below. Thank you anyone who can help me. I'm currently using Dreamweaver C.S. 5.5.
    The image below is not in "live view" see how the menu is attached to the content div?
    The image below is how the site looks in "live view" and now the menu has a "gap" from the content div. I would like the site to be together with no gaps.
    My HTML code for my template is pasted below.
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <!-- TemplateBeginEditable name="doctitle" -->
    <title>Untitled Document</title>
    <!-- TemplateEndEditable -->
    <!-- TemplateBeginEditable name="head" -->
    <!-- TemplateEndEditable -->
    <link href="../style.css" rel="stylesheet" type="text/css" />
    <script src="../SpryAssets/SpryMenuBar.js" type="text/javascript"></script>
    <link href="../SpryAssets/SpryMenuBarHorizontal.css" rel="stylesheet" type="text/css" />
    <style type="text/css">
    body {
    background-image: url();
    background-repeat: repeat;
    background-color: #000;
    </style>
    </head>
    <body>
    <div id="wrapper">
      <div id="header"><img src="../assets/Banner Image.jpg" width="806" height="105" alt="Banner Image" /></div>
      <div id="menu">
        <ul id="MenuBar1" class="MenuBarHorizontal">
          <li><a href="../index.html">About Us</a>      </li>
          <li><a href="../wreaths.html">Wreaths</a></li>
          <li><a href="../bouquets.html">Bouquets</a>      </li>
          <li><a href="../feedback.html">Feedback</a></li>
        </ul>
      </div>
      <div id="content">
        <p> </p>
        <hr />
        <!-- TemplateBeginEditable name="content" --><!-- TemplateEndEditable -->
        <p> </p>
      </div>
      <div id="footer"><a href="../index.html">About Us</a>  <a href="../wreaths.html">Wreaths</a> <a href="../bouquets.html"> Bouquets</a>  <a href="../feedback.html">Feedback</a></div>
    </div>
    <script type="text/javascript">
    var MenuBar1 = new Spry.Widget.MenuBar("MenuBar1", {imgDown:"../SpryAssets/SpryMenuBarDownHover.gif", imgRight:"../SpryAssets/SpryMenuBarRightHover.gif"});
    </script>
    </body>
    </html>

    Sorry it didn't post correctly I'm new and kind of confused on how to post the code. I also don't have a testing server. I'm just going by the preview option in dreamweaver. I will copy and paste the code directly from dreamweaver.
    HTML code below:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <!-- TemplateBeginEditable name="doctitle" -->
    <title>Untitled Document</title>
    <!-- TemplateEndEditable -->
    <!-- TemplateBeginEditable name="head" -->
    <!-- TemplateEndEditable -->
    <link href="../style.css" rel="stylesheet" type="text/css" />
    <script src="../SpryAssets/SpryMenuBar.js" type="text/javascript"></script>
    <link href="../SpryAssets/SpryMenuBarHorizontal.css" rel="stylesheet" type="text/css" />
    <style type="text/css">
    body {
    background-image: url();
    background-repeat: repeat;
    background-color: #000;
    </style>
    </head>
    <body>
    <div id="wrapper">
      <div id="header"><img src="../assets/Banner Image.jpg" width="806" height="105" alt="Banner Image" /></div>
      <div id="menu">
        <ul id="MenuBar1" class="MenuBarHorizontal">
          <li><a href="../index.html">About Us</a>      </li>
          <li><a href="../wreaths.html">Wreaths</a></li>
          <li><a href="../bouquets.html">Bouquets</a>      </li>
          <li><a href="../feedback.html">Feedback</a></li>
        </ul>
      </div>
      <div id="content">
        <p> </p>
        <hr />
        <!-- TemplateBeginEditable name="content" --><!-- TemplateEndEditable -->
        <p> </p>
      </div>
      <div id="footer"><a href="../index.html">About Us</a>  <a href="../wreaths.html">Wreaths</a> <a href="../bouquets.html"> Bouquets</a>  <a href="../feedback.html">Feedback</a></div>
    </div>
    <script type="text/javascript">
    var MenuBar1 = new Spry.Widget.MenuBar("MenuBar1", {imgDown:"../SpryAssets/SpryMenuBarDownHover.gif", imgRight:"../SpryAssets/SpryMenuBarRightHover.gif"});
    </script>
    </body>
    </html>
    this image is what the site looks like in live preview

  • Every e-mail I get comes with a duplicate. I've tried looking at the different features of the program, but I can't figure out why this is happening. Help!

    This has been happening for several years now. After one of the updates, I started getting the duplicates. I've lived with problem for a long time because I could still get e-mails, if over abundantly. My e-mail volume has gone up and up, however, and I'm now getting 60 or 70 e-mails a day because of this problem. Can someone tell me how to fix this?

    I think I might have figured out what the problem is. I have inadvertently set up two Thunderbird accounts. When I followed your advice, I was able to open the pop folder. I also had a mail folder and opened it to find another pop folder. In both pop folders I found a popstate.dat file. When I went into account settings, I found that I had somehow set up two cbldw accounts. The one at the top said mail as incoming server. The second account showed pop as the incoming server. Now this is what perplexes me. Do I attempt to get rid of one of the accounts? I took both popstate.dat files out of the folders and put them on my desktop. When I went back into the two mail folders, behold, the popstate. dat files were still in the folder, having been altered at the time I took them out of the folders.
    I'm really in a quandary as to how to proceed. I'm not sure I can delete the second Thunderbird account without wrecking havoc on my primary e-mail source, and there are a few subtle differences in the two different preferences sections.
    Any helpful suggestions?

  • Can't figure out why this won't work

    Hi,
    I'm working on a simple app that just checks to see if a word is a palindrome. So far it works up to the point where it reverses the word, but when I run my if -else statements to check if it is a palindrome or not, it will always say it isn't even if the word actually is a palindrome.
    import java.io.*;
    public class Main {
        public Main () {
        public static void main(String[] args){
        System.out.println("This program will see if a word is a palindrome.");
        System.out.println("Please enter a word: ");
        BufferedReader br = new BufferedReader( new InputStreamReader(System.in));
        String word = null;
        String wordcopy;
        try {
            word = br.readLine();
        } catch (IOException err) {
            System.out.println("IO error while trying to read the word.");
            System.exit(1);
         wordcopy = PalindromeCheck(word);
         if (wordcopy == word){
            System.out.println("The word is a palindrome.");
         else if (wordcopy != word){
            System.out.println("The word is NOT a palindrome.");
                   /* This is always 
                   * the output to the user whether it is a palindrome or not
        public static String PalindromeCheck(String word) {
            char[] word1 = word.toCharArray();
            char[] word2 = new char[word1.length];
            int wordlength = (word1.length - 1);
            for (int i = wordlength, j = 0; i >= 0; i--, j++) {
                word2[j]=word1;
    System.out.println(word2); /*Checks to make sure it reversed the word*/
    return new String(word2);
    Any ideas on why it does this would be great.
    Thanks a bunch

    if (wordcopy == word){Don't use the == operator to compare the contents of two strings, it doesn't do that. Use the equals method instead:if (wordcopy.equals(word)){And by the way, if you start withif (conditionX)then you don't need to follow on withelse (not conditionX)That second test is redundant. A plain old "else" would do there.

  • Can't figure out why this object = null

    I have a component which is used as an itemrenderer(in a
    datagrid). Inside the checkIfEditable() function it can't seem to
    find "img". It says it's null. I've got no clue why it would do
    that? If I look at the this.img variable during debugging it also
    says null.

    I fixed it by removing the HBox from the itemrenderer's
    component and doing like this:
    <mx:DataGridColumn headerText="" dataField="Open">
    <mx:itemRenderer>
    <mx:Component>
    <mx:HBox horizontalAlign="center" width="18">
    <local:OpenKastRenderer data="{data}"
    isEditable="{isEditable}"/>
    </mx:HBox>
    </mx:Component>
    </mx:itemRenderer>
    </mx:DataGridColumn>
    Altough now i get another error: Access of undefined property
    isEditable.(it's talking about {isEditable})
    I don't get why it says that, isEditable is defined as
    [Bindable]
    public var isEditable:int = new int();
    outside of any function and it's set by another component.
    EDIT: nevermind, i've made it static

  • Can anyone figure out why this runs into an infinite loop?

    Hi,
    I have the following class, and if i run it, I encounter an infinite loop. I have pinpointed the problem and it is because of the lines:
    try {
                UIManager.setLookAndFeel(UIManager.getSystemLookAndFeelClassName());
            catch (Exception exp) {
                   System.err.println("Failed");
                exp.printStackTrace();
            }Here is the class. Any and all help is greatly appreciated. Thanks!
    package org.aemf.clinical.tol.gui.printing;
    import org.aemf.clinical.tol.model.TOLBion;
    import org.aemf.clinical.tol.model.Range;
    import javax.swing.table.AbstractTableModel;
    import javax.swing.*;
    import java.awt.print.*;
    import java.awt.*;
    import java.util.Iterator;
    import java.util.ArrayList;
    * Created by IntelliJ IDEA.
    * User: arashn
    * Date: Feb 9, 2005
    * Time: 1:26:38 PM
    public class printTableTest implements Printable, Pageable {
         private PageFormat pf;
         private String[] headers = { "Heading 1", "Heading 2", "Heading 3"};
         private java.util.List bions = null;
         private ArrayList<Object[][]> data = new ArrayList<Object[][]>();
         public printTableTest(PageFormat format) {
              this.pf = format;
         public int getNumberOfPages() {
            return 1;
        public PageFormat getPageFormat(int pageIndex) throws IndexOutOfBoundsException {
            return pf;
         public void setBions(java.util.List b) {
              bions = b;
              for(int x=0; x < 3; x++) {
                   //TOLBion bion = (TOLBion) bions.get(x);
                   int ndx = 0;
                   //Object[][] tempData = new Object[bion.getNumRanges()][3];
                   Object[][] tempData = new Object[2][3];
              //     for (Iterator itr = bion.getRanges(); ndx < 2 && itr.hasNext(); ) {
                   for (; ndx < 2 ; ) {
                   // Range range = (Range)itr.next();
                        //tempData[ndx] = new Object[] { new Integer(range.getFrequency()), range.getLowerBound(), range.getUpperBound() };
                        tempData[ndx] = new Object[] { "col 1: " + x, "col 2: " + x, "col 3: " + x };
                        ndx++;
                   data.add(tempData);
        public Printable getPrintable(int pageIndex) throws IndexOutOfBoundsException {
            return this;
         public int print(Graphics g, PageFormat format, int pageIndex) throws PrinterException {
              if(pageIndex > 1) {
                   return Printable.NO_SUCH_PAGE;
                                                                              System.err.println("Page: " + pageIndex);
              JFrame frame = null;
              JTable tableView = null;
              Graphics2D g2 = (Graphics2D) g;
              //Object[][] data = new Object[3][3];
              g2.setColor(Color.black);
              g2.translate(format.getImageableX() + 72, format.getImageableY() + 72);
              for(int x=0; x < data.size(); x++) {
                   tableView = new JTable(new PrintTableModel(headers, data.get(x)));
                   frame = new JFrame();
                   JScrollPane scrollpane = new JScrollPane(tableView);
                   scrollpane.setPreferredSize(new Dimension(300, 80));
                   frame.getContentPane().setLayout(new BorderLayout());
                   frame.getContentPane().add(BorderLayout.CENTER,scrollpane);
                   frame.pack();
                   tableView.paint(g2);
                   g2.translate(0, - tableView.getTableHeader().getHeight());
                   tableView.getTableHeader().paint(g2);
                   g2.translate(0, format.getImageableHeight()/3);
              return Printable.PAGE_EXISTS;
         public static void main(String args[]) {
              PrinterJob printerJob = PrinterJob.getPrinterJob();
              try {
                UIManager.setLookAndFeel(UIManager.getSystemLookAndFeelClassName());
            catch (Exception exp) {
                   System.err.println("Failed");
                exp.printStackTrace();
             int INCH = 72;
              double LETTER_WIDTH = 8.5 * INCH;
              double LETTER_HEIGHT = 11 * INCH;
            Paper paper = new Paper();
              int margin = INCH/6; // << set your margins here
              double pageWidth = LETTER_WIDTH - 2 * margin;
              double pageHeigth = LETTER_HEIGHT - 2 * margin;
              paper.setImageableArea(margin, margin, pageWidth, pageHeigth) ;
              PageFormat format = printerJob.defaultPage();
              format.setPaper(paper);
            printTableTest pp = new printTableTest(format);
            pp.setBions(new ArrayList());
              printerJob.setPageable(pp);
              boolean doPrint = printerJob.printDialog();
              if (doPrint) {
                   try {
                        printerJob.print();
                   } catch (PrinterException exception) {
                        System.err.println("Printing error: " + exception);
             System.exit(0);
         private class PrintTableModel extends AbstractTableModel {
              private Object[][] data = null;
              private String[] headers = null;
              public PrintTableModel(String[] headers, Object[][] data) {
                   this.headers = headers;
                   this.data = data;
              public int getColumnCount() { return headers.length; }
              public int getRowCount() { return data.length; }
              public Object getValueAt(int row, int col) { return data[row][col]; }
              public String getColumnName(int column) { return headers[column]; }
              public Class getColumnClass(int col) { return getValueAt(0,col).getClass(); }
              public boolean isCellEditable(int row, int col) { return false; }
              public void setValueAt(Object aValue, int row, int column) { data[row][column] = aValue; }
    }

    I have managed to create an even simpler version which tries to print the same header 3 times. Again, if you remove the setLookAndFeel line, everything works out great.
    import javax.swing.table.*;
    import javax.swing.*;
    import java.awt.print.*;
    import java.awt.*;
    * Created by IntelliJ IDEA.
    * User: arashn
    * Date: Feb 9, 2005
    * Time: 1:26:38 PM
    public class printTableTest implements Printable, Pageable {
         private PageFormat pf;
         public printTableTest(PageFormat format) {
              this.pf = format;
         public int getNumberOfPages() {
            return 1;
        public PageFormat getPageFormat(int pageIndex) throws IndexOutOfBoundsException {
            return pf;
        public Printable getPrintable(int pageIndex) throws IndexOutOfBoundsException {
            return this;
         public int print(Graphics g, PageFormat format, int pageIndex) throws PrinterException {
              if(pageIndex > 1) {
                   return Printable.NO_SUCH_PAGE;
              System.err.println("Printing Page: " + pageIndex);
              Graphics2D g2 = (Graphics2D) g;
              g2.setColor(Color.black);
              g2.translate(format.getImageableX() + 72, format.getImageableY() + 72);
              DefaultTableColumnModel dtcm = new DefaultTableColumnModel();
              TableColumn tc = new TableColumn();
              tc.setHeaderValue("Heading 1");
              dtcm.addColumn(tc);
              tc.setHeaderValue("Heading 2");
              dtcm.addColumn(tc);
              tc.setHeaderValue("Heading 2");
              dtcm.addColumn(tc);
              JTableHeader tableHeader = new JTableHeader(dtcm);
              JScrollPane scrollpane2 = new JScrollPane(tableHeader);
              scrollpane2.setPreferredSize(new Dimension(300, 80));
              JFrame frame2 = new JFrame();
              frame2.getContentPane().add(BorderLayout.NORTH,scrollpane2);
              frame2.pack();
              for(int x=0; x < 3; x++) {                   
                   tableHeader.paint(g2);
                   g2.translate(0, format.getImageableHeight()/3);
              return Printable.PAGE_EXISTS;
         public static void main(String args[]) {
              PrinterJob printerJob = PrinterJob.getPrinterJob();
              try {
                UIManager.setLookAndFeel(UIManager.getSystemLookAndFeelClassName());
            catch (Exception exp) {
                   System.err.println("Failed");
                exp.printStackTrace();
             int INCH = 72;
              double LETTER_WIDTH = 8.5 * INCH;
              double LETTER_HEIGHT = 11 * INCH;
            Paper paper = new Paper();
              int margin = INCH/6; // << set your margins here
              double pageWidth = LETTER_WIDTH - 2 * margin;
              double pageHeigth = LETTER_HEIGHT - 2 * margin;
              paper.setImageableArea(margin, margin, pageWidth, pageHeigth) ;
              PageFormat format = printerJob.defaultPage();
              format.setPaper(paper);
            printTableTest pp = new printTableTest(format);
              printerJob.setPageable(pp);
              boolean doPrint = printerJob.printDialog();
              if (doPrint) {
                   try {
                        printerJob.print();
                   } catch (PrinterException exception) {
                        System.err.println("Printing error: " + exception);
             System.exit(0);
    }

  • Why are you not working? I can't figure out why this works in 1 doc, and not in another

    I'm trying to take info from a cell on 1 spreadsheet and have it populate into a different one (pending if checkbox is true or not). I've been able to do it with 2 files but for some reason this one isn't doing what I need. If the checkbox is unchecked the text should stay in the new spreadsheet cell, if it's checked I want the row removed, but for reason instead of removing the row it just places a 0 in the cell.
    This is what I want:
    Like I said it works great on the other doc, just not on this new one. (the 2 docs vary with some of the text, but in the second image I've "checkboxed" out some of the text)
    Please help!
    Thanks!
    Nikki

    You may have the wrong cell reference  (B2) in the second part of your formula. If B2 is empty, the result will be displayed as a 0. Did you mean to have A2 in both parts of the formula?
    SG

  • Can't figure out why this is happening ??

    Hello All,
    Oracle 11g and 9i on redhat5
    I am trying to run the following procedure:
    begin
    -- Call the procedure
    com.lex_tys_get_random(p_county => 15, p_how_many => 25);
    end;
    I get the following error message: (The schema is 'com')
    ERROR at line 5:
    ORA-06550: line 5, column 9:
    PLS-00302: component 'LEX_TYS_GET_RANDOM' must be declared
    ORA-06550: line 5, column 3:
    PL/SQL: Statement ignored
    When I remove the schema name in front, it does work successfully.
    begin
    -- Call the procedure
    lex_tys_get_random(p_county => 15, p_how_many => 25);
    end;
    *** procedure executed successfully.
    I have a synonym on this, but that's not the issue. With the schema name it fails, without it, it's fine... Appreciate your assistance.
    RB
    Edited by: ronthe11gdba on Sep 28, 2009 8:32 PM

    Does the user you are running com's procedure as have an object named com by any chance?
    SQL> create user com identified by com;
    User created.
    SQL> grant create session, create procedure, create public synonym to com;
    Grant succeeded.
    SQL> create user notcom identified by notcom;
    User created.
    SQL> grant create session, create procedure to notcom;
    Grant succeeded.
    SQL> connect com/com
    Connected.
    SQL> create procedure p (p_word in varchar2) as
      2  begin
      3     dbms_output.put_line('User com says '||p_word);
      4  end;
      5  /
    Procedure created.
    SQL> grant execute on p to notcom;
    Grant succeeded.
    SQL> create public synonym p for p;
    Synonym created.
    SQL> connect notcom/notcom
    Connected.
    SQL> create package com as
      2     procedure proc (p_word in varchar2);
      3  end;
      4  /
    Package created.
    SQL> create package body com as
      2  procedure proc (p_word in varchar2) is
      3  begin
      4     dbms_output.put_line('package com says '||p_word);
      5  end;
      6  end;
      7  /
    Package body created.
    SQL> set serveroutput on
    SQL> exec p('Hi There');
    User com says Hi There
    PL/SQL procedure successfully completed.
    SQL> exec com.p('Hi There');
    ERROR at line 1:
    ORA-06550: line 1, column 11:
    PLS-00302: component 'P' must be declared
    ORA-06550: line 1, column 7:
    PL/SQL: Statement ignoredJohn

  • Can't figure out why this won't position correctly, please help

    Hello,
    I am working on a site, and the right menu bar for some reason is lower than it should be. Here is the url to see what I mean: http://www.kyledake.com/testindex.html
    The menu bar with the schedule/twitter should be hugging the main menu running on the top. I checked the padding on my CSS and couldn't find any issues. Please help!

    Start by fixing your code errors.
    http://validator.w3.org/check?verbose=1&uri=http%3A%2F%2Fwww.kyledake.com%2Ftestindex.html
    Nancy O.

  • I do not receive any bills from you and then i get a past due notice.  i can't figure out why  i get a past due notice but no initial bill?

    I do not receive any bills from you.  Somehow, I get a past due notice but  no bill initially.  How can that be

    You can see your bill online anytime you like. In fact you'll get your bill online before you get it in the mail. By the way did it occur to you the post office could have lost it? (removed) Even your smartphone has access to your bill via the My Verizon app.
    Comment edited as required by the Terms of Service.
    Message was edited by: Admin Moderator

  • Can't figure out why all of my editable text fields are filling with the same text.

    I running Adobe Reader 7.  I was given a PDF file that has three seperate text fields.  I typed test into the first field, and the other two fields have filled with the exact same text.  What is up with that?  I've enclosed the file for your enjoyment.

    The fields has the same name.

  • Can't figure out why it's throwing this exception

    Can anyone see a problem with this method? I have checked over everything and can't figure out why it's giving me an exception. All of the get methods are retrieving data and the db table and all the fields are correct.
        // add a Reservation to the database
        public static void addReservation(Reservation aReservation)throws Exception
         try
             String query = "INSERT INTO Reservations (Number, ContactAlias, SPOC, SRNumber, StartDate, EndDate) " +
                           "VALUES ('" + aReservation.getNumber() + "', " +
                           "'" + aReservation.getContact() + "', " +
                           "'" + aReservation.getSPOC() + "', " +
                           "'" + aReservation.getSRNumber() + "', " +
                           "'" + aReservation.getStartDate() + "', " +
                           "'" + aReservation.getEndDate() + "')";
            reservationList.removeAll();
              reservationUIList.removeAll();
              Statement statement = connection.createStatement();
            statement.executeUpdate(query);
              open();
              if( reservationRS !=null)
            while( reservationRS.next() )
                   aNumber = reservationRS.getString(1);
                   reservationList.add(aNumber);
                   reservationUIList.add(aNumber);
              statement.close();
            close();
         catch (Exception e)
                System.out.println("Caught exception in addReservation of DM.");   
                throw e;
         }And the exception:java.sql.SQLException: [Microsoft][ODBC Microsoft Access Driver] Syntax error in INSERT INTO statement.
         at ReservationDM.addReservation(ReservationDM.java:149)
         at Reservation.addReservation(Reservation.java:268)
         at ReservationUI.invokeAdd(ReservationUI.java:552)
         at ReservationUI.actionPerformed(ReservationUI.java:285)
         at java.awt.Button.processActionEvent(Button.java:324)
         at java.awt.Button.processEvent(Button.java:297)
         at java.awt.Component.dispatchEventImpl(Component.java:2588)
         at java.awt.Component.dispatchEvent(Component.java:2492)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:334)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:126)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:93)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:88)
         at java.awt.EventDispatchThread.run(EventDispatchThread.java:80)Thanks,
    Shawn

    Well, one extreme that I eventually had to go to was inserting a new row with only the primary keys, which were numerical columns, while just setting the strings to empty values.
    INSERT INTO Courses VALUES(?,?,?,1,0,?,'','','','','','','','','')
    Access finally seemed to handle this without barfing.
    Then, I updated each string column ...if you can believe it ...one at a time in a for loop from a custom 'RowUpdateSet' object. This actually worked well because eventually I also used it to update the row when necessary, and to only update columns whose values had changed. One teeny weeny snippet from a great deal of code looked like this...
      for ( int i=1; i<length; i++ ) {
        if ( updateSet.getUpdateColumn( i ) ) {
          synchronized ( updateSet ) {
            scrollResults.updateObject(i,(String)updateSet.getUpdateValue(i));
            scrollResults.updateRow();
      }I guess I will likely get flamed for participating in this whole discussion, because it all does become quite irrational. I can see why peoples initial response is likely ..."what, couldn't you even debug your own sql string bozo?" All I know is, there seems to be insert statements that Access just mysteriously refuses to perform ...and it has nothing to do with terminated strings or syntax errors. How you choose to perservere and 'get the job done' is probably as unique to each individual as is the whole mysterious error in the first place. I just got tired of staring at what appeared to be a totally disfunctional environment and decided to go around the problem and get done with the project ...which eventually worked like a charm.
    This is exactly what I meant when I said don't look too closely or you might wind up distrusting this technology you are working with on a day to day basis. Frankly, the more I work with technology the more I realize that I, for example, will never use my credit card over the web (particularly with .NET in the picture). I am sure you can find another way to get to the results you want if you think about it creatively. I got my project done. I just didn't get there in the way I had expected I would. Maybe that's not even a bad thing, even though it can be extremely frustrating at times. When we look at all the disclaimers that come with software these days, or look at faster and faster computers that just run slower and slower, maybe we shouldn't expect so much from technology. At least Java allows you to write your own logic and often work around these impediments ...which is still alot better than being stuck with .COM libraries that force you to abandon a project half way through when you find out the library fails to live up to its claims in the reference manual.
    Sorry your project is on hold at the moment. If no one else answers, start a new thread that asks your question again, and I will butt out. Maybe there is someone who has found out what causes this issue. After all, I can only speak from my own experiences ...and I am far from being an authority on any issue surrounding technology. Good luck, and don't give up. I am sure there is a way to get where you want to go.
    After saying all that, I realize kev wrote a response while I was composing this one. As he implores, yes ...do be certain you have eliminated all the obvious possibilities before you adventure into any painfull work-arounds. Really, I wish you all the best of luck.

Maybe you are looking for

  • Recording Problem with Windows 8 and Itunes 11

    I have Windows 8 on my HP G72-B60US laptop. I also have downloaded Itunes 11, I cannot burn music to a disc. Any help would be appreciated.

  • Advice on TV Out Cable CA-75U

    Hi     I have a N79 phone.  I understand that it requires a CA-75U cable for TV out.   I have a smiliarly looking cable that I use for a Harddisk->TV player.  I wonder if I could use this cable or must I get the CA-75U ?  Is the CA-75U a proprietory

  • Stuttering Playback on iMac

    I am experiencing stuttering playback and a strange noise on playback especially when unrendered h.264 is involved.  When it works, it works fine but occasionally this will happen: www.givethatmanajob.com/Public/issues/StutterPlayback_a.mov I am susp

  • Is there an application that synchronize the clock at every login?

    Hi! The battery in my mainborad has exhausted for ages, so the clock is need to be set at every login / resume after hibernation. Is there a handy application that can be used for automating this task? "ntpd" are unusable for me, because it works onl

  • Upgrading purchases

    we are trying to upgrade items already purchased unable to find itunes plus download instructions that are supposed to be on the itunes store - anyone else done this?