ndeniche 402 Posting Virtuoso Featured Poster

i still don't understand where he problem is... i changed all the table, td, and tr specifications into the css... but still nothing...

should identify the browser to have different designs for both browsers?

ndeniche 402 Posting Virtuoso Featured Poster

try measuring the exact size of the flash file and giving the height and width values in the frame the values from the flash picture... that way it is imperfection proof...

ndeniche 402 Posting Virtuoso Featured Poster

i rather use specific images for every button, with individual color for every different page...

that way i don't mess up colors and stuff... besides... if i don't like something from the button's image, i just have to change the image's appearance and it changes for every button... and, another plus, is that i can choose any design i want, since i create them myself...

ndeniche 402 Posting Virtuoso Featured Poster

4. Remember that putting surrounding styles (margin, border, padding) and defined block object sizes (absolute or relative heights and widths) in the same block tag will ALWAYS cause incompatibilities between IE and FF. FF puts the surrounding styles outside the defined block size, IE puts them inside.

what should i do then? put all the object's characteristics inside the css?

btw: what is quirks mode?

ndeniche 402 Posting Virtuoso Featured Poster

hey guys... i'm having serios trouble with programming for ie... since i navigate only in mozilla (which in my opinion is more practical, and, in essence, better), i didn't notice my programming didn't render as i pretended in ie, and i don't know where the problem is...

i tested my file in my localhost and by uploading it to geocities and it still has the same problem... what is happening?

here are my files... don't worry, they're clean

ndeniche 402 Posting Virtuoso Featured Poster

Hi guys... i just read about CMS in another thread...

what is it and how do i use it?

ndeniche 402 Posting Virtuoso Featured Poster

i found out where my mistake was, for whoever is interested...

the following is the correct form:

#nav_bar .first
{
   background-image:url(image1.gif);
}

#nav_bar td.first:hover
{
   background-image:url(image2.gif);
}

the class .first must follow the object it is affecting, in this case td , and must be followed by the pseudoclass (or action) you want it to be activated by, in this case :hover hope it is useful...

ndeniche 402 Posting Virtuoso Featured Poster

sorry... my bad... actually, i have it that way:

<td class="first">

, but still, when i hover the navigation bar, nothing happens...

ndeniche 402 Posting Virtuoso Featured Poster

have a similar problem: i have my #nav_bar id with a .first class, which i have originally with an image. but, i want it to change image when it's hovered on, like this:

#nav_bar .first:hover
{
   background-image:url(image2.gif);
}
<table cellpadding="0" cellspacing="0" id="nav_bar">
   <tr>
      <td id="first"><a href="yada yada">yada yada</a></td>
   </tr>
</table>

but nothing happens...

am i doing something wrong?

originally i had this:

#nav_bar td
{
   background-image:url(image1.gif);
}

#nav_bar td:hover
{
   background-image:url(image2.gif);
}
<table cellspacing="0" cellpadding="0" id="nav_bar">
   <tr>
      <td><a href="yada yada">yada yada</a></td>
   </tr>
</table>

and it worked perfectly, but then i added some elements at the sides of the navigation bar buttons which i don't want affected by the hover.

ndeniche 402 Posting Virtuoso Featured Poster

have a similar problem: i have my #nav_bar id with a .first class, which i have originally with an image. but, i want it to change image when it's hovered on, like this:

#nav_bar .first:hover
{
   background-image:url(image2.gif);
}
<table cellpadding="0" cellspacing="0" id="nav_bar">
   <tr>
      <td id="first"><a href="yada yada">yada yada</a></td>
   </tr>
</table>

but nothing happens...

am i doing something wrong?

originally i had this:

#nav_bar td
{
   background-image:url(image1.gif);
}

#nav_bar td:hover
{
   background-image:url(image2.gif);
}
<table cellspacing="0" cellpadding="0" id="nav_bar">
   <tr>
      <td><a href="yada yada">yada yada</a></td>
   </tr>
</table>

and it worked perfectly, but then i added some elements at the sides of the navigation bar buttons which i don't want affected by the hover.

ndeniche 402 Posting Virtuoso Featured Poster

what about designing the layout in a program like frontpage and then getting the details fixed by coding it yourself?

ndeniche 402 Posting Virtuoso Featured Poster

which web developing software is better? or do you prefer writing your html code by yourself?

ndeniche 402 Posting Virtuoso Featured Poster

that's the spirit!!

though, it is pretty strange no one had ever written a hardware tutorial...

ndeniche 402 Posting Virtuoso Featured Poster

>>It's all quite script orientated.

It is exclusively script orientated... there should be software AND hardware...after all, our 'lives' aren't focused in programming only...

what if i wanted to upgrade my ram? i'd have to find out how to do it without turning my pc into a useless box... not t say i have to find out first which kind of slot my motherboard has... and if it is compatible... and those are things useful for all of us geeks... and i'm pretty sure not even 10% of daniweb's members know how to do that...

ndeniche 402 Posting Virtuoso Featured Poster

what do you say dani?

ndeniche 402 Posting Virtuoso Featured Poster

actually i don't know either what DHCP means... i'll look for it right now...

i just thought it would be a good idea... though there are good arguments... specially about the one about mods having more work...

though i like the idea of linking terms to outer sources...

ndeniche 402 Posting Virtuoso Featured Poster

sort of... only, daniweb would be focused to it specific answers...

there are some answers that are just too superficial, and, since daniweb is integrated by an exclusive group of geeks found nowhere else... i thought we could use that intelligence and knowledge...

ndeniche 402 Posting Virtuoso Featured Poster

hi guys... long time no see...

not so long ago, i came with this idea, about creating a space in daniweb than would define it concepts not common to everyone, like DHCP, or, blog, stuff like that (these were actually the first concepts that came to my mind), so that some people that are nt so familiar with the it world, can research too...

maybe these definitions can be given by forum members, and checked by mods...

dunno, what do you think?

ndeniche 402 Posting Virtuoso Featured Poster

you should try using [code=php] [/code] tags... that way people could understand better...

dunno where's the problem tho...

ndeniche 402 Posting Virtuoso Featured Poster

if you are using Windows OS, you can reach mysql by opening a browser and entering into the address http://localhost/phpmyadmin , to access an interactive mysql "explorer"...

if you're using unix, open a shell terminal, go to the folder where you installed wampp, (lampp in this case), and input mysql

ndeniche 402 Posting Virtuoso Featured Poster

oh yeah... that thoroughly explained the concept infinity to me... *sigh* :P

ndeniche 402 Posting Virtuoso Featured Poster

is there any way to link my DNS to an interface of my localhost and not directly to it? lets say, for security issues...

ndeniche 402 Posting Virtuoso Featured Poster

i can't connect my XP virtual machine to my Debian VM... actually, i can't even get my Debian's IP address...

ndeniche 402 Posting Virtuoso Featured Poster

Which SSH client would you recommend?

ndeniche 402 Posting Virtuoso Featured Poster

the new testament was written by 4 men, none of whom were even born until about 50 years after Jesus died.

Perhaps you should research before you start talking (or writing...:P) let me see... two of the 4 gospels were written by His apostles, John and Mathew, and the other two were written by historians, people who did research about Jesus, so don't start talking about things you don't know... they can make you look stupid...

Then there is the question of what about the gospels that were excised from the new testament. It was Irenius around the year 180 of the Common Era who declared the 4 gospels (no more, no less). There are other Gospels - Thomas', Judas', Mary Magdalene's, and the Gnostic gospels.

Awwww... come on... you're not going to put all "DaVinci Code" on us, right? plz consider writing facts from trustable sources... go study a little bit and then you can check out tjis thread again... whaddaya say?

If a God of Love created us, why do people die? Where do they go?

Because to reach "infinity", something must be perfect... let me remind you, there's nothing like perfection...

Why does He allow so much abuse?

Awww... so romantic...

That's why we have a soul, a conscience... that's why we are free to do what we want to do... God gave us free will, so we decided by ourselves to go back to him... it's up to us to make the …

ndeniche 402 Posting Virtuoso Featured Poster

thanks...

what i do to install things is installing them from the shell... though i don't know how to make desktop shortcuts for my installed programs...

ndeniche 402 Posting Virtuoso Featured Poster

i finally figured out my network problems with my virtual machine, so here i am, trying out Debian...

this is actually my first interaction with *nix... hehe :D

ndeniche 402 Posting Virtuoso Featured Poster

much much more... and quite more explanations...

ndeniche 402 Posting Virtuoso Featured Poster

i thought you guys had gotten over it...

you'll never convince anyone of yourself to believe something that contradicts what they have believed for their whole lives...

ndeniche 402 Posting Virtuoso Featured Poster

the one i use @ home (IceChat) doesn't work either... though, they uninstalled it, so i didn't try with that one, so i couldn't write the error message

ndeniche 402 Posting Virtuoso Featured Poster

nope... i disabled all firewalls and still... nothing...

ndeniche 402 Posting Virtuoso Featured Poster

DaniWeb's Java based irc server says:

Trying to connect - www.daniweb.com
Not Connected.
Trying to reconnect in a few seconds...

though it shows me the rooms available @ the irc... i'll check if its any firewall or something...

ndeniche 402 Posting Virtuoso Featured Poster

always glad to help...

ndeniche 402 Posting Virtuoso Featured Poster

Debian doesn't even identify any network card... i have it configured to use my Ethernet 10/100 card

ndeniche 402 Posting Virtuoso Featured Poster

what's the difference?

ndeniche 402 Posting Virtuoso Featured Poster

Not possible to use the majority of its potential because it has infinite potential so what's the majority of infinity?

so, if it _is_ infinite, just how much is it 10% of infinity?

ndeniche 402 Posting Virtuoso Featured Poster

the thing is, i configured it to use my network card, but nothing happens, it tells me there's no network device...

ndeniche 402 Posting Virtuoso Featured Poster

I'm trying to work with Virtual PC, but there are several files that i have in my host OS (Windows XP) that i need in my Virtual Machine (Linux Debian)... so, i need to create a shared file or a network or anything...

ndeniche 402 Posting Virtuoso Featured Poster

i'm not trying to host my site in my home computer, but in a server used strictly to manage the site.

my site is about sales advertising, something like e-bay, but local for my country...

ndeniche 402 Posting Virtuoso Featured Poster

you should try flushing the buffer too... it should improve your program's processing...

like this:

cout<<"/*whatever you want*/"<<flush;

or with endl; :

cout<<"/*Whatever you want*/"<<endl;

which may substitute \n

ndeniche 402 Posting Virtuoso Featured Poster

Hm. 14. 1984. Uh... I probably had this. :p 3.0 MHz, 256 bytes RAM :D

Holy mother of god!!! What in the world is that? :| BTW, where the keys in the keyboard diamond crusted or what? $550 bucks for _that_... hahaha i guess times were hard...

ndeniche 402 Posting Virtuoso Featured Poster

you can run as much OS's as your RAM supports...

ndeniche 402 Posting Virtuoso Featured Poster

i don't know where else to post this, so, if anyone knows, move it... :D

does anyone know how to transfer files from one OS to another using Microsoft Virtual PC?

ndeniche 402 Posting Virtuoso Featured Poster

where in the world do they come up with this stuff? definitely, people should find something to do... :P

ndeniche 402 Posting Virtuoso Featured Poster

nice thing to play with this Wayback Machine... how the hell do you find this stuff?

ndeniche 402 Posting Virtuoso Featured Poster

btw... does anyone know where can i buy my domain without being hosted?

ndeniche 402 Posting Virtuoso Featured Poster

what happened, what made daniweb change?

ndeniche 402 Posting Virtuoso Featured Poster

cool... i always liked to think of myself as a puppy...

ndeniche 402 Posting Virtuoso Featured Poster

yeah... unless your computer was named spike and you were looking for a toy for it...

i guess it'd still have problems...

ndeniche 402 Posting Virtuoso Featured Poster

9196404434029883323311949751266331066368

hope it's right... :P