473,402 Members | 2,053 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,402 software developers and data experts.

firefox and opere do not work on mouse over

Hi Gurus

I have a little javascript that works perfectly in IE (for a change), but
does not work in Firefox and Opera (no errors though)...

You can see the script in action at www.tupelo.co.nz by moving your mouse
over the little thumbnails below the big image.

The script that makes it work is:

function CI(Alt, n) {
if(letter) {
ImgN = letter + n;
if( document.getElementById && document.getElementById('LP') ){
OI(n);
var d=document.getElementById('LP');
if(document.createElement){
var i=document.createElement('img');
i.src="i/L/" + ImgN + '.jpg';
i.className='Lpic';
i.alt=Alt;
i.id='LpicID';
i.height = "212";
while(d.firstChild!==null){
d.removeChild(d.firstChild);
}
d.appendChild(i);
return true;
}
else if(d.innerHTML){
d.innerHTML='<img src="i/L/' + ImgN + '.jpg" CLASS="Lpic" alt="' + Alt +
'" ID="LpicID" HEIGHT="212">';
alert('Nogo');
return true;
}
else {
return false;}
}
else {
return false;}
}
}
function OI(numb) {
var imgID = 's' + numb;
if (document.getElementById && document.getElementById(imgID)) {
var img = document.getElementById(imgID);
img.src = 'i/S/' + letter + numb + 'o.jpg';
return true;
}
}
Jul 23 '05 #1
10 1649
In article <42********@clear.net.nz>, wi*********@coldmail.com enlightened us
with...
Hi Gurus

I have a little javascript that works perfectly in IE (for a change), but
does not work in Firefox and Opera (no errors though)...
Worked in my Firefox. FF 1.0
What version are you using?
Always include versions for browsers.

You can see the script in action at www.tupelo.co.nz by moving your mouse
over the little thumbnails below the big image.


The images changed just fine for me.
What happened for you?

--
--
~kaeli~
Do not taunt Happy Fun Ball!
http://www.ipwebdesign.net/wildAtHeart
http://www.ipwebdesign.net/kaelisSpace

Jul 23 '05 #2
kaeli wrote:
In article <42********@clear.net.nz>, wi*********@coldmail.com
enlightened us with...
Hi Gurus

I have a little javascript that works perfectly in IE (for a
change), but does not work in Firefox and Opera (no errors though)...


Worked in my Firefox. FF 1.0
What version are you using?
Always include versions for browsers.

You can see the script in action at www.tupelo.co.nz by moving your
mouse over the little thumbnails below the big image.


The images changed just fine for me.
What happened for you?

The big ones changed but the little ones (over which you move the mouse)
should also change (lighten a little), sorry, it seems that I left out some
important info.

I use Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.7.7)
Gecko/20050414 Firefox/1.0.3

Cheers
Jul 23 '05 #3
windandwaves wrote:
kaeli wrote:
In article <42********@clear.net.nz>, wi*********@coldmail.com
enlightened us with...
Hi Gurus

I have a little javascript that works perfectly in IE (for a
change), but does not work in Firefox and Opera (no errors though)...

Worked in my Firefox. FF 1.0
What version are you using?
Always include versions for browsers.

You can see the script in action at www.tupelo.co.nz by moving
your mouse over the little thumbnails below the big image.


The images changed just fine for me.
What happened for you?

The big ones changed but the little ones (over which you move the

mouse) should also change (lighten a little), sorry, it seems that I left out some important info.

I use Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.7.7)
Gecko/20050414 Firefox/1.0.3

Cheers


Hi w&w.

What's with all that scripting? Remember "ye olde rollover"? Still
works pretty well. No sense going DOM-crazy if unnecessary, particular
ona commercial site.

Also: that 'eq' thing can be done easily with HTML/CSS. Easier to
modify as well. Replace this (in your stylesheet):

DIV#equa { height: 20px; margin-bottom: 7px;}

....with this:

DIV#equa { margin-bottom: 7px;}
DIV.eq { width: 15px; height: 15px; float: right; margin-left: 3px;
background: #fff; }
DIV.eq-active { width: 15px; height: 15px; float: right; margin-left:
3px; background: #f2cf77; }

Then:

<BODY ONLOAD="loadimages();">
<DIV ID="main">
<TABLE CELLSPACING="0" CELLPADDING="0" BORDER="0" ID="logm">
<TR>
<TD ID="logo"><IMG ID="ilogo" SRC="i/logo.gif" ALT="TUPELO BAR ///
Wellington oldest lounge and cocktail bar" TITLE="TUPELO BAR ///
Wellington oldest lounge and cocktail bar"></TD>
<TD ID="menu">
<DIV ID="equa">
<div id="eq6" class="eq"></div>
<div id="eq5" class="eq"></div>
<div id="eq4" class="eq"></div>
<div id="eq3" class="eq"></div>
<div id="eq2" class="eq"></div>
<div id="eq1" class="eq" style="background:#f29c01;"></div></DIV>
<DIV ID="menb">
ABOUT &nbsp;
<A HREF="gigs.php?PHPSESSID=d46e114f6b68a94a295fd0da9 b286f9d"
ONMOUSEOVER="return doClass(2,'eq-active');"
ONMOUSEOUT="return doClass(2,'eq');">GIGS</A> &nbsp;
<A HREF="menu.php?PHPSESSID=d46e114f6b68a94a295fd0da9 b286f9d"
ONMOUSEOVER="return doClass(3,'eq-active');"
ONMOUSEOUT="return doClass(3,'eq');">MENU</A> &nbsp;
<A HREF="drinks.php?PHPSESSID=d46e114f6b68a94a295fd0d a9b286f9d"
ONMOUSEOVER="return doClass(4,'eq-active');"
ONMOUSEOUT="return doClass(4,'eq');">DRINKS</A> &nbsp;
<A HREF="functions.php?PHPSESSID=d46e114f6b68a94a295f d0da9b286f9d"
ONMOUSEOVER="return doClass(5,'eq-active');"
ONMOUSEOUT="return doClass(5,'eq');">FUNCTIONS</A> &nbsp;
<A HREF="bookings.php?PHPSESSID=d46e114f6b68a94a295fd 0da9b286f9d"
ONMOUSEOVER="return doClass(6,'eq-active');"
ONMOUSEOUT="return doClass(6,'eq');">CONTACTS</A>
</DIV>
<DIV ID="mens">
</DIV>
</TD>
</TR>
</TABLE>
<TABLE CELLSPACING="0" CELLPADDING="0" Border="0" ID="copy">
<TR>
<TD ID="mail">
<FORM METHOD="post" ACTION="thankyou.php" ID="frm"><input type="hidden"
name="PHPSESSID" value="d46e114f6b68a94a295fd0da9b286f9d" />
<P ID="join">Join the Tupelo maling list &nbsp;
<INPUT TYPE="text" NAME="email" ID="email">
<INPUT TYPE="submit" VALUE="join" CLASS="submit" NAME="join">
</P>
</FORM>
</TD>
<TD ID="head">
<H1>ABOUT /// <SPAN ID="heex">THE VENUE</SPAN></H1>
</TD>
</TR>
<TR>
<TD ID="picL">
<DIV ID="LP"><IMG SRC="i/L/exa.jpg" CLASS="Lpic" ALT="large pic"
TITLE="large pic" NAME="Lpic" WIDTH="320" HEIGHT="215"></DIV>
<IMG SRC="i/S/i1n.jpg" NAME="s1" CLASS="Spic" ALT="small pic"
TITLE="small pic"
ONMOUSEOVER="return iRoll('s1','i/S/i1o.jpg','Lpic','i/L/i1.jpg');"
ONMOUSEOUT="return iRoll('s1','i/S/i1n.jpg');">
<IMG SRC="i/S/i2n.jpg" NAME="s2" CLASS="Spic" ALT="small pic"
TITLE="small pic"
ONMOUSEOVER="return iRoll('s2','i/S/i2o.jpg','Lpic','i/L/i2.jpg');"
ONMOUSEOUT="return iRoll('s2','i/S/i2n.jpg');">
<IMG SRC="i/S/i3n.jpg" NAME="s3" CLASS="Spic" ALT="small pic"
TITLE="small pic"
ONMOUSEOVER="return iRoll('s3','i/S/i3o.jpg','Lpic','i/L/i3.jpg');"
ONMOUSEOUT="return iRoll('s3','i/S/i3n.jpg');">
<IMG SRC="i/S/i4n.jpg" NAME="s4" CLASS="Spic" ALT="small pic"
TITLE="small pic"
ONMOUSEOVER="return iRoll('s4','i/S/i4o.jpg','Lpic','i/L/i4.jpg');"
ONMOUSEOUT="return iRoll('s4','i/S/i4n.jpg');">
<IMG SRC="i/S/i5n.jpg" NAME="s5" CLASS="Spic" ALT="small pic"
TITLE="small pic"
ONMOUSEOVER="return iRoll('s5','i/S/i5o.jpg','Lpic','i/L/i5.jpg');"
ONMOUSEOUT="return iRoll('s5','i/S/i5n.jpg');">
<IMG SRC="i/S/i6n.jpg" NAME="s6" CLASS="Spic" ALT="small pic"
TITLE="small pic"
ONMOUSEOVER="return iRoll('s6','i/S/i6o.jpg','Lpic','i/L/i6.jpg');"
ONMOUSEOUT="return iRoll('s6','i/S/i6n.jpg');">
.........
.........
[formatting removed]

Change 'j.js' -

var pix = [
'i/S/i1o.jpg' ,
'i/S/i2o.jpg' ,
'i/S/i3o.jpg' ,
'i/S/i4o.jpg' ,
'i/S/i5o.jpg' ,
'i/S/i6o.jpg' ,
'i/L/i1.jpg' ,
'i/L/i2.jpg' ,
'i/L/i3.jpg' ,
'i/L/i4.jpg' ,
'i/L/i5.jpg' ,
'i/L/i6.jpg'
];

function loadimages()
{
for (var n, i = 0, l = pix.length; i < l; i++)
{
pix[(n = l + i)] = new Image();
pix[n].src = pix[i];
}
}

function iRoll()
{
for (var i = 0, l = arguments.length; i < l; i += 2)
document.images[arguments[i]].src = arguments[i + 1];
}

function doClass(n, cname)
{
var el;
if (document.getElementById
&& (el = document.getElementById('eq' + n)))
{
el.className = cname;
}
return true;
}

function OW(fln){
...........
...........

Cheers, Rob.

Jul 23 '05 #4
RobB wrote:
windandwaves wrote:
kaeli wrote:
In article <42********@clear.net.nz>, wi*********@coldmail.com
enlightened us with...
Hi Gurus

I have a little javascript that works perfectly in IE (for a
change), but does not work in Firefox and Opera (no errors
though)...

Worked in my Firefox. FF 1.0
What version are you using?
Always include versions for browsers.
You can see the script in action at www.tupelo.co.nz by moving your
mouse over the little thumbnails below the big image.
The images changed just fine for me.
What happened for you?

The big ones changed but the little ones (over which you move the
mouse) should also change (lighten a little), sorry, it seems that I
left out some important info.

I use Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.7.7)
Gecko/20050414 Firefox/1.0.3

Cheers


Hi w&w.

What's with all that scripting? Remember "ye olde rollover"? Still
works pretty well. No sense going DOM-crazy if unnecessary, particular
ona commercial site.

Also: that 'eq' thing can be done easily with HTML/CSS. Easier to
modify as well. Replace this (in your stylesheet):

DIV#equa { height: 20px; margin-bottom: 7px;}

...with this:

DIV#equa { margin-bottom: 7px;}
DIV.eq { width: 15px; height: 15px; float: right; margin-left: 3px;
background: #fff; }
DIV.eq-active { width: 15px; height: 15px; float: right; margin-left:
3px; background: #f2cf77; }

Then:

<BODY ONLOAD="loadimages();">
<DIV ID="main">
<TABLE CELLSPACING="0" CELLPADDING="0" BORDER="0" ID="logm">
<TR>
<TD ID="logo"><IMG ID="ilogo" SRC="i/logo.gif" ALT="TUPELO BAR ///
Wellington oldest lounge and cocktail bar" TITLE="TUPELO BAR ///
Wellington oldest lounge and cocktail bar"></TD>
<TD ID="menu">
<DIV ID="equa">
<div id="eq6" class="eq"></div>
<div id="eq5" class="eq"></div>
<div id="eq4" class="eq"></div>
<div id="eq3" class="eq"></div>
<div id="eq2" class="eq"></div>
<div id="eq1" class="eq" style="background:#f29c01;"></div></DIV>
<DIV ID="menb">
ABOUT &nbsp;
<A HREF="gigs.php?PHPSESSID=d46e114f6b68a94a295fd0da9 b286f9d"
ONMOUSEOVER="return doClass(2,'eq-active');"
ONMOUSEOUT="return doClass(2,'eq');">GIGS</A> &nbsp;
<A HREF="menu.php?PHPSESSID=d46e114f6b68a94a295fd0da9 b286f9d"
ONMOUSEOVER="return doClass(3,'eq-active');"
ONMOUSEOUT="return doClass(3,'eq');">MENU</A> &nbsp;
<A HREF="drinks.php?PHPSESSID=d46e114f6b68a94a295fd0d a9b286f9d"
ONMOUSEOVER="return doClass(4,'eq-active');"
ONMOUSEOUT="return doClass(4,'eq');">DRINKS</A> &nbsp;
<A HREF="functions.php?PHPSESSID=d46e114f6b68a94a295f d0da9b286f9d"
ONMOUSEOVER="return doClass(5,'eq-active');"
ONMOUSEOUT="return doClass(5,'eq');">FUNCTIONS</A> &nbsp;
<A HREF="bookings.php?PHPSESSID=d46e114f6b68a94a295fd 0da9b286f9d"
ONMOUSEOVER="return doClass(6,'eq-active');"
ONMOUSEOUT="return doClass(6,'eq');">CONTACTS</A>
</DIV>
<DIV ID="mens">
</DIV>
</TD>
</TR>
</TABLE>
<TABLE CELLSPACING="0" CELLPADDING="0" Border="0" ID="copy">
<TR>
<TD ID="mail">
<FORM METHOD="post" ACTION="thankyou.php" ID="frm"><input
type="hidden" name="PHPSESSID"
value="d46e114f6b68a94a295fd0da9b286f9d" /> <P ID="join">Join the
Tupelo maling list &nbsp; <INPUT TYPE="text" NAME="email" ID="email">
<INPUT TYPE="submit" VALUE="join" CLASS="submit" NAME="join">
</P>
</FORM>
</TD>
<TD ID="head">
<H1>ABOUT /// <SPAN ID="heex">THE VENUE</SPAN></H1>
</TD>
</TR>
<TR>
<TD ID="picL">
<DIV ID="LP"><IMG SRC="i/L/exa.jpg" CLASS="Lpic" ALT="large pic"
TITLE="large pic" NAME="Lpic" WIDTH="320" HEIGHT="215"></DIV>
<IMG SRC="i/S/i1n.jpg" NAME="s1" CLASS="Spic" ALT="small pic"
TITLE="small pic"
ONMOUSEOVER="return iRoll('s1','i/S/i1o.jpg','Lpic','i/L/i1.jpg');"
ONMOUSEOUT="return iRoll('s1','i/S/i1n.jpg');">
<IMG SRC="i/S/i2n.jpg" NAME="s2" CLASS="Spic" ALT="small pic"
TITLE="small pic"
ONMOUSEOVER="return iRoll('s2','i/S/i2o.jpg','Lpic','i/L/i2.jpg');"
ONMOUSEOUT="return iRoll('s2','i/S/i2n.jpg');">
<IMG SRC="i/S/i3n.jpg" NAME="s3" CLASS="Spic" ALT="small pic"
TITLE="small pic"
ONMOUSEOVER="return iRoll('s3','i/S/i3o.jpg','Lpic','i/L/i3.jpg');"
ONMOUSEOUT="return iRoll('s3','i/S/i3n.jpg');">
<IMG SRC="i/S/i4n.jpg" NAME="s4" CLASS="Spic" ALT="small pic"
TITLE="small pic"
ONMOUSEOVER="return iRoll('s4','i/S/i4o.jpg','Lpic','i/L/i4.jpg');"
ONMOUSEOUT="return iRoll('s4','i/S/i4n.jpg');">
<IMG SRC="i/S/i5n.jpg" NAME="s5" CLASS="Spic" ALT="small pic"
TITLE="small pic"
ONMOUSEOVER="return iRoll('s5','i/S/i5o.jpg','Lpic','i/L/i5.jpg');"
ONMOUSEOUT="return iRoll('s5','i/S/i5n.jpg');">
<IMG SRC="i/S/i6n.jpg" NAME="s6" CLASS="Spic" ALT="small pic"
TITLE="small pic"
ONMOUSEOVER="return iRoll('s6','i/S/i6o.jpg','Lpic','i/L/i6.jpg');"
ONMOUSEOUT="return iRoll('s6','i/S/i6n.jpg');">
........
........
[formatting removed]

Change 'j.js' -

var pix = [
'i/S/i1o.jpg' ,
'i/S/i2o.jpg' ,
'i/S/i3o.jpg' ,
'i/S/i4o.jpg' ,
'i/S/i5o.jpg' ,
'i/S/i6o.jpg' ,
'i/L/i1.jpg' ,
'i/L/i2.jpg' ,
'i/L/i3.jpg' ,
'i/L/i4.jpg' ,
'i/L/i5.jpg' ,
'i/L/i6.jpg'
];

function loadimages()
{
for (var n, i = 0, l = pix.length; i < l; i++)
{
pix[(n = l + i)] = new Image();
pix[n].src = pix[i];
}
}

function iRoll()
{
for (var i = 0, l = arguments.length; i < l; i += 2)
document.images[arguments[i]].src = arguments[i + 1];
}

function doClass(n, cname)
{
var el;
if (document.getElementById
&& (el = document.getElementById('eq' + n)))
{
el.className = cname;
}
return true;
}

function OW(fln){
..........
..........

Cheers, Rob.

THANK YOU SO MUCH ROB! fantastic.
Jul 23 '05 #5
windandwaves wrote:
RobB wrote:
[...]

THANK YOU SO MUCH ROB! fantastic.


Man (or woman?), that's 192 lines of text, containing 189 lines of already
known information, 2 blank lines and 1 line of new information (if one can
call your shouting aimed at one person out of thousands that). That's a
S/N ratio of 0.0052083~ (meaning that only about five thousandth of the
posting contained really useful information). When will you ever learn

<http://www.allmyfaqs.com/faq.pl?How_to_post>

?
PointedEars
Jul 23 '05 #6
Thomas 'PointedEars' Lahn wrote:
That's a S/N ratio of 0.0052083~ (meaning that only
about five thousandth of the posting contained really useful
information). When will you ever learn


Hi Pointed

In my linguistic understanding capitals in a thank you note are positive
shouting rather than NEGATIVE. It is like a EUREKA, a positive cry of
enthusiam. You could do with some of that.

Cheers

- Nicolaas

Jul 23 '05 #7
"windandwaves" schrieb:
Thomas 'PointedEars' Lahn wrote:
That's a S/N ratio of 0.0052083~ (meaning that only
about five thousandth of the posting contained really useful
information). When will you ever learn


[...]
In my linguistic understanding capitals in a thank you note are
positive shouting rather than NEGATIVE. It is like a EUREKA, a
positive cry of enthusiam.


I personally can accept that, but Usenet Netiquette tells otherwise for
valid reasons and so at least I got used to it. Usenet Netiquette also
says that personal messages of that kind should be distributed via e-
mail only (which I could have done also but this is rather meant as an
example for newbies and lurkers who are potential posters).
HTH & HAND

PointedEars, F'up2 poster
Jul 23 '05 #8
Thomas 'PointedEars' Lahn wrote:
"windandwaves" schrieb:
Thomas 'PointedEars' Lahn wrote:
That's a S/N ratio of 0.0052083~ (meaning that only
about five thousandth of the posting contained really useful
information). When will you ever learn


[...]
In my linguistic understanding capitals in a thank you note are
positive shouting rather than NEGATIVE. It is like a EUREKA, a
positive cry of enthusiam.


I personally can accept that, but Usenet Netiquette tells otherwise for
valid reasons and so at least I got used to it. Usenet Netiquette also
says that personal messages of that kind should be distributed via e-
mail only (which I could have done also but this is rather meant as an
example for newbies and lurkers who are potential posters).
HTH & HAND

PointedEars, F'up2 poster


Rob B schriebs (shrubs? shrieks?):

BOYS ! BOYS ! Cut it out, the girls will be here soon.

Where's the Dr. Pepper? Did you forget the Dr. Pepper?

Jul 23 '05 #9
Thomas 'PointedEars' Lahn wrote:
"windandwaves" schrieb:
Thomas 'PointedEars' Lahn wrote:
That's a S/N ratio of 0.0052083~ (meaning that only
about five thousandth of the posting contained really useful
information). When will you ever learn


[...]
In my linguistic understanding capitals in a thank you note are
positive shouting rather than NEGATIVE. It is like a EUREKA, a
positive cry of enthusiam.


I personally can accept that, but Usenet Netiquette tells otherwise
for valid reasons and so at least I got used to it. Usenet
Netiquette also says that personal messages of that kind should be
distributed via e- mail only (which I could have done also but this
is rather meant as an example for newbies and lurkers who are
potential posters).

Well, the thing is that i get often accused of not following netiquette, but
I have no fucking clue what I am doing wrong. The thing is, most people on
here seem to have an IQ of somewhere up there, while I just try to grasp the
basics. Then again, I only follow rules that make sense to me ... then
again, top-posting is accepted in many places, but you would probably get
your head chopped off in this group.

Gruezli
Jul 23 '05 #10
windandwaves wrote:
Thomas 'PointedEars' Lahn wrote: <snip>
... , but Usenet Netiquette tells otherwise
for valid reasons ...

<snip> Well, the thing is that i get often accused of not
following netiquette, but I have no fucking clue
what I am doing wrong.
You are ignoring the repeated advice that you have been given to read
the group's FAQ.
The thing is, most people on here seem to
have an IQ of somewhere up there, while I
just try to grasp the basics.
Then read the FAQ.
Then again, I only
follow rules that make sense to me ...

<snip>
The FAQ explains why the rules make sense.

Richard.
Jul 23 '05 #11

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

9
by: Dru | last post by:
Am I missing something simple? I can't figure this one out... <script language="JavaScript" type="text/javascript"> function showDesc(desc) { showDescription.innerText = desc; } </script> ...
3
by: David Hayes | last post by:
I've made tooltips work in Firefox*, but tooltip doesn't appear at the specified location until the SECOND time that the user passes the mouse over the location with the mouseover event. What I...
3
by: jimmygoogle | last post by:
I posted earlier with a scope problem. I think I resolved it in IE but in Firefox it still exists. Anyone have any ideas/experience with this? I attached my code sorry it is so long. You can...
5
by: Martin Chen | last post by:
I have a frame set (as per MS FrontPage 2000). It has a contents and a main frame. The contents frame has a menu bar written with with javascript (in the context of a table). In IE6.1 everything...
7
by: 80s.arcade | last post by:
Hi. Please take a look at this page: http://tinyurl.com/s2l8w In IE6, putting the mouse on each of the two items highlights the word in a blue (different image) and shows a tool tip. In...
0
by: Simon Dean | last post by:
Hi, Before I get to far, I've been making some modifications, but I need to make sure Im on the right track. Here's what I have so far: http://celebrity.blargle.co.uk/test2.html Well...
6
by: marss | last post by:
Hi, How can I define in Firefox whether the left mouse button is pressed when I move mouse over a html element? The documentation says that "e.button == 0 for standard 'click', usually left...
2
by: The87Boy | last post by:
Hey I have a problem with a Javascript, which doesn't works in Firefox You can have a mouse over the 2 first pictures, but after the second picture has moved over the screen, nothing is happening...
1
by: Sura | last post by:
Hi I have a flash interactive window which has html links and this appears on an html page. This window can be moved with the mouse on the html page. The html page has an iFrame too. When the...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.