Weird slices behaviour in firefox

Hello,
When viewing the webpage in Firefox one slice (named
"index_07") has the really annoying habit to move a few pixels
down! This creates a little gap.
In IE it works perfect. see the code below!
Thanks in advance
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "
http://www.w3.org/TR/xhtml1/DTD/xhtml1-Strict.dtd">
<html xmlns="
http://www.w3.org/1999/xhtml">
<head>
<link href="style.css" rel="stylesheet" type="text/css"
/>
<title>contact</title>
<meta http-equiv="Content-Type" content="text/html;
charset=iso-8859-1" />
<script type="text/javascript">
<!--
function newImage(arg) {
if (document.images) {
rslt = new Image();
rslt.src = arg;
return rslt;
function changeImages() {
if (document.images && (preloadFlag == true)) {
for (var i=0; i<changeImages.arguments.length; i+=2) {
document.getElementById(changeImages.arguments
).src = changeImages.arguments[i+1];
var preloadFlag = false;
function preloadImages() {
if (document.images) {
nieuws_over = newImage("images/nieuws-over.jpg");
affiche_over = newImage("images/affiche-over.jpg");
geschiedenis_over =
newImage("images/geschiedenis-over.jpg");
contact_over = newImage("images/contact-over.jpg");
preloadFlag = true;
// -->
</script>
</head>
<body id="slicebody" onload="preloadImages();">
<table id="Table_01" width="668" border="0"
cellpadding="0" cellspacing="0">
<tr>
<td rowspan="2">
<img id="index_01" src="images/index_01.jpg" width="87"
height="111" alt="" /></td>
<td rowspan="2">
<a href="index.html">
<img id="home" src="images/home.jpg" width="237"
height="111" alt="" /></a></td>
<td>
<a href="tickets.html"
onmouseover="window.status='tickets'; changeImages('nieuws',
'images/nieuws-over.jpg'); return true;"
onmouseout="window.status=''; changeImages('nieuws',
'images/nieuws.jpg'); return true;"
onmousedown="changeImages('nieuws',
'images/nieuws-over.jpg'); return true;"
onmouseup="changeImages('nieuws', 'images/nieuws-over.jpg');
return true;">
<img id="nieuws" src="images/nieuws.jpg" width="59"
height="72" alt="tickets" /></a></td>
<td>
<a href="affiche.html"
onmouseover="window.status='affiche';
changeImages('affiche', 'images/affiche-over.jpg'); return true;"
onmouseout="window.status=''; changeImages('affiche',
'images/affiche.jpg'); return true;"
onmousedown="changeImages('affiche',
'images/affiche-over.jpg'); return true;"
onmouseup="changeImages('affiche',
'images/affiche-over.jpg'); return true;">
<img id="affiche" src="images/affiche.jpg" width="55"
height="72" alt="affiche" /></a></td>
<td>
<a href="geschiedenis.html"
onmouseover="window.status='geschiedenis';
changeImages('geschiedenis', 'images/geschiedenis-over.jpg');
return true;"
onmouseout="window.status=''; changeImages('geschiedenis',
'images/geschiedenis.jpg'); return true;"
onmousedown="changeImages('geschiedenis',
'images/geschiedenis-over.jpg'); return true;"
onmouseup="changeImages('geschiedenis',
'images/geschiedenis-over.jpg'); return true;">
<img id="geschiedenis" src="images/geschiedenis.jpg"
width="54" height="72" alt="geschiedenis"
/></a></td>
<td>
<a href="contact.html"
onmouseover="window.status='contact';
changeImages('contact', 'images/contact-over.jpg'); return true;"
onmouseout="window.status=''; changeImages('contact',
'images/contact.jpg'); return true;"
onmousedown="changeImages('contact',
'images/contact-over.jpg'); return true;"
onmouseup="changeImages('contact',
'images/contact-over.jpg'); return true;">
<img id="contact" src="images/contact.jpg" width="57"
height="72" alt="contact" /></a></td>
<td rowspan="2">
<img id="index_07" src="images/index_07.jpg" width="119"
height="111" alt="" /></td>
</tr>
<tr>
<td colspan="4">
<img id="index_08" src="images/index_08.jpg" width="225"
height="39" alt="" /></td>
</tr>
</table>
<div id="wrap">
<div id="container">
<div id="left_kollom">
<div id="menu"> <br/>
<a href="index.html" >HOME<span class="wit">Ga
naar de homepage</span></a>
<a href="tickets.html" >NIEUWS &amp;
TICKETS<span class="wit"> </span></a>
<a href="volgendjaar.html" >TW 2007<span
class="wit">Rock Werchter 2007</span></a>
<a href="veiligheid.html" >VEILIGHEID<span
class="wit">Veiligheid in Werchter</span></a>
<a href="kamperen.html" >KAMPEREN<span
class="wit">Kamperen in Werchter</span></a>
<a href="generator.html" >PRIJSGNRTR<span
class="wit">Beperk uw budget</span></a>
<a href="
http://www.laurenspieters.be"
>PORTFOLIO<span class="wit">Bezoek mijn
portfolio</span></a>
<a href="about.html" >ABOUT<span
class="wit">Meer over de site</span></a>
<a href="contact.html" >CONTACT<span
class="wit">Contacteer mij</span></a>
</div>
<br /> <b>Enkele links:</b> <br/>
<a href="
http://www.rockwerchter.be/">Offici&euml;le
site</a><br />
<a href="
http://www.proximusgoformusic.be/">Ticket
service</a><br />
<a href="
http://www.standaard.be/festivals
/">Andere festivals</a><br />
<a href="
http://www.nmbs.be/">Trein</a>
</div>
<div id="right_kollom">
<div class="main_artikel"> <br/>
<h3> CONTACT </h3>
<p>
Voor vragen of opmerkingen kunt u mij altijd een
<a
href="mailto:[email protected]">email</a>
sturen. <br/>
Of breng een bezoekje aan mijn <a href="
http://www.laurenspieters.be">
portfolio-site</a> -&gt; laurenspieters.be !
</p>
</div>
<div class="other"></div>
</div>
</div>
<div id="footer">
&copy; 2006, Design by <a
href="mailto:[email protected]">lolo</a>,
<a href="
http://jigsaw.w3.org/css-validator/check/referer">CSS</a>
en<a href="
http://validator.w3.org/check?uri=referer">
XHTML 1.0 Strict</a> valid!
</div>
</div>
</body>
</html>

I can't really tell without seeing the page but it could be
that its
caused by a border around the nav images. Try copying the
code below and
inserting it into your pages code directly before the closing
</head>
tag. Be sure to locate the one with the leading / its near
the top of
your page.
<style type="text/css">
a img {
border: none;
</style>
You also might try selecting the cell the image is in, going
to
properties inspector and choosing align top from the 'vert'
option menu.
lowlow2 wrote:
>
Hello,
> When viewing the webpage in Firefox one slice (named
"index_07") has the
> really annoning habit to move a few pixels down! In IE
it works perfect. This
> creates a little gap.
> see the code below!
>
> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0
Strict//EN"
> "
http://www.w3.org/TR/xhtml1/DTD/xhtml1-Strict.dtd">
> <html xmlns="
http://www.w3.org/1999/xhtml">
> <head>
> <link href="style.css" rel="stylesheet"
type="text/css" />
> <title>contact</title>
> <meta http-equiv="Content-Type" content="text/html;
charset=iso-8859-1" />
> <script type="text/javascript">
> <!--
>
> function newImage(arg) {
> if (document.images) {
> rslt = new Image();
> rslt.src = arg;
> return rslt;
> }
> }
>
> function changeImages() {
> if (document.images && (preloadFlag == true)) {
> for (var i=0; i<changeImages.arguments.length; i+=2)
> document.getElementById(changeImages.arguments
).src =
> changeImages.arguments[i+1];
> }
> }
> }
>
> var preloadFlag = false;
> function preloadImages() {
> if (document.images) {
> nieuws_over = newImage("images/nieuws-over.jpg");
> affiche_over = newImage("images/affiche-over.jpg");
> geschiedenis_over =
newImage("images/geschiedenis-over.jpg");
> contact_over = newImage("images/contact-over.jpg");
> preloadFlag = true;
> }
> }
>
> // -->
> </script>
> </head>
> <body id="slicebody" onload="preloadImages();">
> <table id="Table_01" width="668" border="0"
cellpadding="0" cellspacing="0">
> <tr>
> <td rowspan="2">
> <img id="index_01" src="images/index_01.jpg"
width="87" height="111" alt=""
> /></td>
> <td rowspan="2">
> <a href="index.html">
> <img id="home" src="images/home.jpg" width="237"
height="111" alt=""
> /></a></td>
> <td>
> <a href="tickets.html"
> onmouseover="window.status='tickets';
changeImages('nieuws',
> 'images/nieuws-over.jpg'); return true;"
> onmouseout="window.status=''; changeImages('nieuws',
'images/nieuws.jpg');
> return true;"
> onmousedown="changeImages('nieuws',
'images/nieuws-over.jpg'); return
> true;"
> onmouseup="changeImages('nieuws',
'images/nieuws-over.jpg'); return true;">
> <img id="nieuws" src="images/nieuws.jpg" width="59"
height="72"
> alt="tickets" /></a></td>
> <td>
> <a href="affiche.html"
> onmouseover="window.status='affiche';
changeImages('affiche',
> 'images/affiche-over.jpg'); return true;"
> onmouseout="window.status=''; changeImages('affiche',
> 'images/affiche.jpg'); return true;"
> onmousedown="changeImages('affiche',
'images/affiche-over.jpg'); return
> true;"
> onmouseup="changeImages('affiche',
'images/affiche-over.jpg'); return
> true;">
> <img id="affiche" src="images/affiche.jpg" width="55"
height="72"
> alt="affiche" /></a></td>
> <td>
> <a href="geschiedenis.html"
> onmouseover="window.status='geschiedenis';
changeImages('geschiedenis',
> 'images/geschiedenis-over.jpg'); return true;"
> onmouseout="window.status='';
changeImages('geschiedenis',
> 'images/geschiedenis.jpg'); return true;"
> onmousedown="changeImages('geschiedenis',
'images/geschiedenis-over.jpg');
> return true;"
> onmouseup="changeImages('geschiedenis',
'images/geschiedenis-over.jpg');
> return true;">
> <img id="geschiedenis" src="images/geschiedenis.jpg"
width="54"
> height="72" alt="geschiedenis"
/></a></td>
> <td>
> <a href="contact.html"
> onmouseover="window.status='contact';
changeImages('contact',
> 'images/contact-over.jpg'); return true;"
> onmouseout="window.status=''; changeImages('contact',
> 'images/contact.jpg'); return true;"
> onmousedown="changeImages('contact',
'images/contact-over.jpg'); return
> true;"
> onmouseup="changeImages('contact',
'images/contact-over.jpg'); return
> true;">
> <img id="contact" src="images/contact.jpg" width="57"
height="72"
> alt="contact" /></a></td>
> <td rowspan="2">
> <img id="index_07" src="images/index_07.jpg"
width="119" height="111"
> alt="" /></td>
> </tr>
> <tr>
> <td colspan="4">
> <img id="index_08" src="images/index_08.jpg"
width="225" height="39" alt=""
> /></td>
> </tr>
> </table>
> <div id="wrap">
> <div id="container">
>
> <div id="left_kollom">
>
> <div id="menu"> <br/>
> <a href="index.html" >HOME<span
class="wit">Ga naar de
> homepage</span></a>
> <a href="tickets.html" >NIEUWS &amp;
TICKETS<span class="wit">
> </span></a>
> <a href="volgendjaar.html" >TW 2007<span
class="wit">Rock Werchter
> 2007</span></a>
> <a href="veiligheid.html" >VEILIGHEID<span
class="wit">Veiligheid in
> Werchter</span></a>
> <a href="kamperen.html" >KAMPEREN<span
class="wit">Kamperen in
> Werchter</span></a>
> <a href="generator.html" >PRIJSGNRTR<span
class="wit">Beperk uw
> budget</span></a>
> <a href="
http://www.laurenspieters.be"
>PORTFOLIO<span
> class="wit">Bezoek mijn
portfolio</span></a>
> <a href="about.html" >ABOUT<span
class="wit">Meer over de
> site</span></a>
> <a href="contact.html" >CONTACT<span
class="wit">Contacteer
> mij</span></a>
> </div>
> <br />
Enkele links: <br/>
> <a href="
http://www.rockwerchter.be/">Offici&euml;le
site</a><br />
> <a href="
http://www.proximusgoformusic.be/">Ticket
service</a><br />
> <a href="
http://www.standaard.be/festivals
/">Andere festivals</a><br />
> <a href="
http://www.nmbs.be/">Trein</a>
>
> </div>
>
> <div id="right_kollom">
> <div class="main_artikel"> <br/>
> <h3> CONTACT </h3>
> <p>
> Voor vragen of opmerkingen kunt u mij altijd een
> <a
href="mailto:[email protected]">email</a>
sturen. <br/>
> Of breng een bezoekje aan mijn <a href="
http://www.laurenspieters.be">
> portfolio-site</a> -> laurenspieters.be !
> </p>
> </div>
>
> <div class="other"></div>
> </div>
> </div>
> <div id="footer">
> &copy; 2006, Design by <a
href="mailto:[email protected]">lolo</a>,
> <a href="
http://jigsaw.w3.org/css-validator/check/referer">CSS</a>
en<a
> href="
http://validator.w3.org/check?uri=referer">
XHTML 1.0 Strict</a> valid!
> </div>
> </div>
> </body>
> </html>
>

Similar Messages

  • [solved 2] Weird google behaviour since firefox upgrade

    Note that I am using a Mozilla build as the Arch version does not work with my preferred interface language.
    Could somebody with a current version of firefox possibly tell me if https://www.google.com/webhp?hl=cy loads correctly or not? Be ready to close the tab/window if it seems to keep loading over and over, though.
    Note that this will load Google's home page in Welsh so the fact that all the words look funny is expected and not the problem I'm concerned about.
    If it works for others, I'll start troubleshooting but I'd like to know it is just me before I do so.
    The English page works fine. It is really quite odd.
    Last edited by cfr (2013-04-16 23:31:30)

    OK. Not so solved. If I am logged into my google account, certain google pages load and reload and reload. Fast enough that google thinks I'm a badly behaved bot and bans me until I fill in a captcha.
    I can reproduce it with the main search page in other languages (UK English, US English) and with search results pages and with some other google pages but not all.
    The problem is not specific to one machine. I can reproduce it on a Fedora box running a Fedora build of firefox (theirs works in Welsh for some reason though Arch's doesn't).
    Clearing cache and cookies doesn't solve the problem except that it logs me out of my account so the problem only manifests later.
    Last edited by cfr (2013-04-16 01:04:17)

  • When i placed a AccessKey to Submit Button (Eg: AccessKey="S"), and pressed Shift + Alt + S, the focus is going to Submit button and as well as Submit operation is also performed. Is this the expected behaviour in FireFox for AccessKeys

    When i placed a AccessKey to Submit Button (Eg: AccessKey="S"), and pressed Shift + Alt + S, the focus is going to Submit button and as well as Submit operation is also performed. Is this the expected behaviour in FireFox for AccessKeys

    What were you expecting when using an accesskey?
    I use that also on this forum to submit my posts:
    <pre><nowiki><input accesskey="s" class="btn btn-important" value="Post Reply" type="submit">
    </nowiki></pre>

  • [solved] laptop - weird keyboard behaviour

    Hello,
    since upgrading to kernel 3.2.1.1 (same with 3.2.1.2) I have a weird keyboard behaviour.
    I have to press ESC to leave this weird mode.
    This problem is similiar to
    https://bbs.archlinux.org/viewtopic.php?id=86026
    Do some people have the same problem?
    My laptop is Dell Vostro 1310.
    // ok... this never was a kernel software issue
    // my keyboards shift was just a bit... loosely
    Last edited by xinit (2012-04-26 19:09:04)

    same for me, for about one week, on 2 different systems. I'm using KDE4 but some other people reported this problem on Gnome too. It generally stops when I strike the key again a few times.
    It happened when I showed someone how cool Linux was, and then it opened 60 occurences of the same images I wanted to cut and paste...
    Last edited by farvardin (2009-12-03 20:22:14)

  • BCM4322 wireless weird burst behaviour.

    I have a Dell studio xps 1340, with the BCM4322 wireless card. Everything work fine with the broadcom-wl driver, however, I seem to get this weird burst behaviour. By this I mean, my network connection seems to be available for only 1-2 seconds before it cuts off and then reactivates another 1-2 seconds later.
    I'm running KDE 4.5 using the networkmanager plasmoid. Here is a screenshot of said behaviour:
    Can anyone explain to me why this is happening and if I can fix it in any way?
    Last edited by nan (2010-10-12 00:43:54)

    I've switched to wicd and everything seems to be fine now... Sometimes I get a random disconnect but it's pretty rare.

  • Weird behaviour of firefox in solaris 10

    Hi forum,
    I have noticed some weird (at least to me) of Firefox on Solaris.
    My desktop system is OpenSuse 11.1 and when I login to the Solaris server using ssh -X and then start Firefox remotely on the server one of 2 things happen.
    1- If I am not running firefox on my desktop Firefox is started remotely on the server and displayed locally, exactly as you expect it to.
    2- If ,however, I am already running Firefox on my OpenSuse system, the weird thing happens: even though I start Firefox remotely it actually (somehow) runs another instance of Firefox on my desktop as is obvious from the bookmarks end the ps command.
    Frankly I do not understand how this clever feature works, but I would like to switch this of definitely.
    Any ideas please?

    Firefox is looking at the X server to see if a copy is already running, then sending an X message to it to open another window.
    I'm not sure if there's an option to modify the behavior.
    Darren

  • Strange behaviour with firefox

    In all my flash movies I've a strange behaviour that happens
    only whit Mozilla Firefox.
    When I go over a clickable area it just doesn't work and it's
    located lower than expected,
    with Internet explorer and opera I don't have this problem.
    The clickable areas are movieclips with on(release) script
    set.
    thanks

    Are you using a percentage size of the flash object? E.g.
    height=100%?
    This is known to cause problems. You could omit those by
    setting the height of the <body> tag to 100%, too (weird, I
    know). Or delete the very first line in the html document, the one
    that sets the doctype

  • Odd hyperlink behaviour in Firefox

    I wonder if anyone else is experiencing problems with hyperlinks in webhelp running on Firefox?
    I have created a new webhelp system - nothing clever such as merging - just 70 or so topics.The help contains hyperlinks to other topics in the webhelp - these are left to page default (the intention being that they should open and replace the current page).
    I have published the help to my C drive and am running it from there. When I select a link to another topic, the target topic opens for a second, then the help jumps to the parent folder for that topic. I just tried another webhelp system that I created a week ago (and was fine then) and it shows the same behaviour.
    When I do exactly the same in IE, it works as expected.
    I'm using Robohelp 7, Firefox 3.6 (it was the same with Firefox 3.5.7 so  I tried upgrading) and Vista (though I tried on a Mac and it's the same, so I've ruled out an operating system quirk).
    I'm guessing this is down to a recent Firefox update...or have I just done something daft?

    Well, curious indeed! It now seems to be fixed.
    The sample file was fine, so that put paid to my Firefox ranting.
    I was checking the generate settings for anything that might be relevant, and noticed that it was set to synch TOC automatically. I changed this to synch manually and published again - it worked fine in Firefox. I then set it back to synch automatically and generated again, and it is still fine.
    I then repeated the above with an older webhelp system that was OK last week but not today, and it seems to have fixed that too.
    Thus my highly technical conclusion is that the TOC got its knickers in a twist.
    Many thanks for your help Peter - I now have the sample files in case of future turmoil...

  • Weird JFrame behaviour in 1.4.1

    I have an application that runs fine under 1.4.0. It has a main JFrame where most of the action happens, but from time to time, it wants to display another JFrame, which is hassle-free under 1.4.0.
    Under 1.4.1, the main JFrame is fine, but the second JFrame only semi-displays, and I've tried to figure it out, but nothing I'm trying is helping. You can see a small part of the top left-hand corner of the frame, and you can see its edges, and you can click on the menu bar, which will popup the menu items, which are functional. The rest of the frame looks like whatever is behind it: if you drag it around, the copied background moves around too, but if you drag it partially offscreen, then when you drag it back, it contains sort of skidmarks or smears (stuff that was at the visible edge, smears).
    I'm at a loss as to what could be causing this weird behaviour, and would appreciate any insights or clues as to how to (continue to) go about fixing it.
    Thanks
    Charlene Abrams
    Tripos, Inc
    St Louis, MO

    Then maybe you have some code that is catching an exception and ignoring it.
    Do you have any empty catch clauses?
    catch (SomeEvent e) { }

  • Weird keyboard behaviour in TTY

    Good evening,
    I just reinstalled Arch Linux on a VPS and I am experiencing some weird behaviour.
    I created the Arch Image on my local machine and when it was setup with the most basic features I did send it to the VPs company for them to run.
    When I connect to this new install with putty over SSH everything is going fine and my keyboard works.
    However when I connect via putty to the 'lights out' service of this VPS and thus reach some kind of TTY environment the keyboard behaviour is totally different! I do not mind that my arrows do not work, or that all the F keys are giving me weird characters. But the most annoying of all is that my Return key (or enter how you want to call it) does print the first character of the command I just typed and does a line break. It is incredibly weird and thus I made you guys a photo.
    As you can see when I type uptime then the U is displayed on a new line and nothing happens. If I hit return again then the system will say that the command U does not exists.
    However if you continue typing as you can see in the second example then in the end you do get what you want. As you can imagine this is not what should happen.
    /etc/vconsole.conf
    KEYMAP=uk
    FONT=Lat2-Terminus16
    FONT_MAP=
    I also tried to enable keymap in the hooks of mkinitcpio.conf but this did not make any difference. I am not sure if the keymap is the problem, if I load it manually it also does not make any difference to the TTY.
    Yet again, via SSH nothing is wrong and all works fine. However when I connect with putty to the 'lights out' service then it goes wrong.
    Does anybody have an idea what is going on?
    Edit:
    Added thumbnail image. Sorry Inxsible
    Last edited by ruurdkrekt (2013-04-11 20:39:13)

    jacobopantoja wrote:
    ruurdkrekt wrote:Good evening,
    When I connect to this new install with putty over SSH everything is going fine and my keyboard works.
    However when I connect via putty to the 'lights out' service of this VPS and thus reach some kind of TTY environment the keyboard behaviour is totally different!
    What I understand is that you are having no problems with SSH, but you are having with PuTTY. Is that right? If so, try playing with PuTTY's settings.
    I do use putty to connect to SSH and to the 'lights out'-service of the VPS the arch install is hosted. So in my opinion in both cases it should work the same. However the 'lights out'-service looks as if you are directly connected to the machine via a keyboard and monitor. You also will see all the boot information and the services being started. When it is done booting it will display the login view. I believe you call all of what I just explained a TTY, am I correct?
    So if I use putty to connect to these services how come the SSH version works but the 'lights out'-version does not?

  • Automatic file download behaviour like firefox

    When I click on a file link which is not a web page in
    firefox it automatically provides me a dialog which allows me save
    the file to the desktop but when clicking on the same link using
    the air browser it does not appear to do anything.
    Does the air browser support this behaviour by default?, if
    not any ideas what the best way to achieve this might be?
    Cheers
    Tony

    RunDownload :: Add-ons for Firefox -- https://addons.mozilla.org/en-US/firefox/addon/10329/

  • Behringer FCA202 - weird metronome behaviour

    Hi,
    I could get my hands on a Behringer FCA202 firewire audio interface for a real nice price. It works fine, except for 1 thing: when I switched on the metronome - no sound! Now the weird thing: after I created an audio track and a bus with reverb, I heard my metronome, but with LOTS of reverb. So, I looked into the Environment: ahhhh... the Klopfgeist channel strip has it's output set to Bus1. That explained the weirdness! So, I changed the output to Output 1-2, and saved this as a new template. But... if I open this template, The Klopfgeist channel strip's output is set to Bus1 again.... WEIRD!
    Now, it's not a disaster to go to the Environment and change Bus1 to Output1-2, but if there's a trick to prevent this behaviour, I'd like to know....
    For your info: until now, I simply used the iMac's built in audio input/outputs, and the metronome behaved the way it should.
    Anyone have a clue??
    Thanks!
    Regards,
    Jaap

    Hi MigCla,
    Unplug everything except your magsafe from your macbook.
    Try to boot into safe mode by booting and press shift key, repair your permission by opening application folder > utilities > disk utility > repair disk.
    And reconnect that firewire card afterward, and re-set up if it shows back up in audio/midi set up.
    If your Firewire card have any driver that comes with, re-install it or check their sites for newer driver if available.
    Good Luck.

  • Weird Oracle behaviour (insert)

    hi there,
    I experience this weird behaviour whith an oracle jdbc-conection:
    ( Class.forName ("oracle.jdbc.driver.OracleDriver");
    conn = DriverManager.getConnection
    ("jdbc:oracle:thin:@machine:port:database","bla", "bla");)
    If I insert a few rows in a table, close the statement and do an commit() (autocommit is false) and close the connection, the data is NOT in the database.
    and now comes the funny part:
    IF I FORCE AN EXCEPTION AFTER INSERT AND BEFORE COMMIT,
    THE DATA IS IN THE DATABASE !!!
    code:
    if (conn.isReadOnly()) {
         conn.setReadOnly( false );
    conn.setAutoCommit(false);
    p1 = inhalt.indexOf("\n");
    PreparedStatement pstmt = conn.prepareStatement(sql);
    while (p1 >= 0) {
    zeile = inhalt.substring(0,p1);
    inhalt = inhalt.substring(p1+1);
    pstmt.setString(1,datei);
    pstmt.setString(2,zeile);
    i1 = pstmt.executeUpdate();
    logIt("vms.machmal:doLoad:ergebnissql #"+i1+"#");
    p1 = inhalt.indexOf("\n");
    } // end while
    pstmt.close();
    // if I force e.g. a nullpointer-exception here, the data is in the database...
    conn.commit ();
    erg = 0;
    fehlertext = "Datei "+datei+" geladen";
    catch(Exception e)
    e.printStackTrace();
         erg = -1;
         fehlertext = "Fehler beim Laden der Datei "+datei+": "+e.getMessage();
    finally {
    lServletDlgView.setRc(""+erg);
    lServletDlgView.setHinweis(fehlertext);
    return erg;
    Is this a bug?
    please,please, help me!
    thanks a lot in advance,
    frank

    So perhaps there's anybody out there who knows the
    oracle driver....?This is my reasoning:
    - I have used the oracle driver successfully.
    - And probably a lot of other people have used it successfully as well.
    - Throwing an exception does not impact the driver.
    When I have a situation that seems impossible I usually find it is because I have made an assumption that is wrong. Which is why I say "examine your assumptions."
    For example I once spent quite a bit of time, at least several hours, trying to figure out why the data that I was inserting into a database wasn't getting into the database. I had many logs. And I tried various scenarios to reduce the code and running the SQL directly in the gui for the database. The results that I was seeing was simply not possible.
    I finally realized that the code was running against a different database than the one I was looking at.

  • Weird Photoshop behaviour- becomes unresponsive

    I'm having a weird behaviour with Photoshop CS4. Sometimes when I have some other application or applications open.  I will be unable to use any of the menus of photoshop.  If i close some of my applications and then restart Photoshop then it will work.  It seems like a memory management issue.  Anybody else has this problem?

    Update CS4 to 11.0.1?
    Buy and install more RAM.
    Don't have so many other applications running in the background.
    Go to MSconfig, startup and turn off items that you do not need running will help too. You can always start them manually.
    mikelovem wrote:
    I'm having a weird behaviour with Photoshop CS4. Sometimes when I have some other application or applications open.  I will be unable to use any of the menus of photoshop.  If i close some of my applications and then restart Photoshop then it will work.  It seems like a memory management issue.  Anybody else has this problem?

  • Memory timings, weird bios behaviour, frustration...

    Hi.
    I recently bought a MSI 875P mobo, a P4c 2.4GHz to go with it and also 2x512MB Kingston HyperX PC3200 memory.
    First thing I did was flash the bios to the newest version (1.8), which, after reading things from another thread might not have been such a great idea after all.
    Seems that the CAS latency setting in the bios does not do anything. No matter if its set to 2, 2.5 or 3, CPU-Z always shows 2. Also, im getting quite frustratign results when overclocking with this mobo, no matter how much voltage I give to the memory (I have tried as much as 3,2v) whenever the memory bus is over 200MHz the system wont be stable. It seems as if the memory voltage setting doesnt do anything, as it doesnt matter if its set to 2.5 or 3.2 it wont be any more or less stable. (I know over 200MHz is over spec for this memory but the mem is supposed to do alot better than that, especially when increasing the voltage.) Also even with low memory speeds im unable to get the CPU to go very high... it does 3GHz (250MHz FSB) fine with default core voltage, but anything above that wont be stable no matter what CPU core voltage I use. Could be my CPU, but I suspect the motherboard to be the reason with so many faults already.
    Theres also some weird behaviour by the bios I have seen. For example, sometimes the AGP/PCI divider has three settings (66,75,83MHz) and sometimes it allows me to set the frequencies by 1MHz steps, but still so that there is no 66MHz setting at all, just 67 - 83MHz and one extra setting which gets adjusted as I adjust the FSB. Also, sometimes when I try to go into the BIOS setup, I only get a black screen. This often happens if I press some other key (for example tab) before pressing del during POST. weird and extremely annoying.
    Is there any hope that issues such as these would be resolved in a future bios update? I'm a little frustrated after setting up this system with watercooling etc. and now being stuck with this motherboard doing weird things and certainly not being a good mobo for overclocking!
    In case these issues wont be solved in the near future, I will propably switch to another brand motherboard... Anyone reading these boards with good experience from other manufacturers, preferably similar boards as the 875P in terms of features (wanted ones)?
    any help appreciated (preferably from someone from MSI),thanks.

    Quote
    Originally posted by DOS
    If you set any performance setting other than Slow the memory timings are set for you. If you want to overclock to 3G set the ram voltage to max 2.8, set the performance mode to Slow (bad term - is should be 'Normal'), set the DRAM clock to 333 (this will run the ram at 320 when FSB is at 200, also referred to as 5:4 ratio), set your FSB to 250. This will clock the ram at 400. You should be able then go further.
    This is what I have done, the performance setting is set to slow, and even right now I have CAS 3 set in the bios but cpu-z still shows its using CAS 2. Using 333MHz DRAM clock with 250MHz FSB is stable at all default voltages, but anything above those wont work, no matter what voltages. If I set the FSB to 255, it wont be stable anymore, not even with 1.7v vcore and 3.3v memory voltage. Even setting the DRAM clock to 266MHz wont be stable with 255FSB. Also, running a lower FSB with a higher memory clock, so that the FSB is lower but memory goes above 200MHz wont be stable no matter what.

Maybe you are looking for