User Profile

Collapse

Profile Sidebar

Collapse
just a feeling
just a feeling
Last Activity: Jun 18 '08, 10:31 PM
Joined: Aug 7 '07
Location: Saudi Arabia
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • just a feeling
    replied to Should I use Divs or an iframe?
    I don't use frames at all. As much as I like some of the features they offer, there is still a number of disadvantages. For more info, google for " Frames disadvantages".

    As pointed out by drhowarddrfine, It requires javascript, but I believe that CSS PLAY can do that too.

    Best Regards,...
    See more | Go to post

    Leave a comment:


  • just a feeling
    replied to Highlighting text in html document
    Ooooooh, u r back !!!!
    WELCOME back, Death. Glad to see u. I've missed ur rabbits over the past couple of weeks :)...
    See more | Go to post

    Leave a comment:


  • just a feeling
    replied to Problem in comparing two arrays
    in C
    Oops !! didn't notice that. It's WORKING now.
    Thank u DaemonCoder.
    Banfa, thank you so much for the great review! I deeply appreciate your help.
    See more | Go to post

    Leave a comment:


  • just a feeling
    replied to Problem in comparing two arrays
    in C
    Anybody knows what's wrong in my code ?
    See more | Go to post

    Leave a comment:


  • just a feeling
    replied to Problem in comparing two arrays
    in C
    Thank u sooooo much Banfa and ashitpro for ur help.

    U are right. U know, It seems that my mind stopped thinkin ( around 7 hours at university and 7 hours on computer ) !!!
    Anyway, I just wrote this code before moments and it should work ( but it doesnt ! )

    Code:
    bool flag=false;
    for (i=0;i<10;++i)
     {
    	 for(j=0;j<10;++j)
    	 {
    		 cmp=str1[i].compare(str2[j]);
    	     if (
    ...
    See more | Go to post

    Leave a comment:


  • just a feeling
    started a topic Problem in comparing two arrays
    in C

    Problem in comparing two arrays

    Hi,

    I have 2 arrays of strings. I wanna display only the words that exists in the first array but doesn't in the second one.
    For example :-
    Str1 = Apple,Banana.
    Str2=Apple, Orange.
    Banna should be displayed

    this is what I have done so far.
    Code:
    string str1[10];
    string str2[10];
    int i=0,j=0,cmp;
    
    for (i=0;i<10;++i)
    {
    	 for(j=0;j<10;++j)
    ...
    See more | Go to post

  • just a feeling
    replied to Help with a do loop in c++
    in C
    BTW,
    Sphere Surface Area = 4 • π • r²
    Sphere Volume = 4/3 • π • r³
    So, u should write
    y= x*b*i*i;
    z= c*b*i*i*i;
    or simply, remove the x and c declarations
    y= 4*b*i*i;
    z= (4/3)*b*i*i*i;

    and it's better to type this
    Code:
    cout<< " When the radius =" << i <<","<< " Area =" << y << "   Volume
    ...
    See more | Go to post

    Leave a comment:


  • Hi Mustaine,

    IE6 crashes too. You should add 3px to the width of #page-container cuz the sidebar div is below the content in IE6. I don't have IE7 to test if that will solve the problem.

    repeat the background image.

    I don't have time now to check other problems. I'll see if I can tomorrow....
    See more | Go to post

    Leave a comment:


  • just a feeling
    replied to CSS positioning problem
    Hi,
    There are a number of options:

    1- Make a fixed width design. Set the CSS width of your body tag to the width you want in pixels (so for 800x600, width: 780px) and set the CSS margins to auto, as this will put your fixed-width page in the centre of larger screens. This is the most popular solution to the resolution problem (just design as if everyone was using 800x600 ).

    2- Use javascript detection.
    ...
    See more | Go to post

    Leave a comment:


  • just a feeling
    replied to customize color
    Nice going, Angkana.
    Here are some examples that might help u ( from W3C schools ).

    Css Color Example.
    [HTML]<html>

    <head>
    <style type="text/css">
    h1 {color: #00ff00}
    h2 {color: #dda0dd}
    p {color: rgb(0,0,255)}
    </style>
    </head>

    <body>
    <h1>This is header 1</h1>
    <h2>This...
    See more | Go to post

    Leave a comment:


  • just a feeling
    replied to expand table rows
    If you are still facing problems, I recommend that u ask on javascript board cuz this questions is a JS one and experts there can help u.
    See more | Go to post

    Leave a comment:


  • just a feeling
    replied to expand table rows
    Simply, add divs as u need. "Note that the posted link deals with divs ( not tables ) ".
    [HTML]<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml2/DTD/xhtml1-strict.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"...
    See more | Go to post

    Leave a comment:


  • just a feeling
    replied to Marquee Text
    Yea, u r right !!! The marquee element is not part of the HTML specification and it may cause problems with some browsers. I recommend using JS intead....
    See more | Go to post

    Leave a comment:


  • just a feeling
    replied to web standard
    Hi milas,

    Just FOLLOW them. For example
    XHTML standard : all elements and attribute names should be written in lower case, and that all attribute values must be quoted.
    Now tell me, how would u apply this to your page ? Simply, don't use capital letters in all elements and attribute names. Quote all attribute values.

    Another example,
    Standard: all document types should be declared via the correct...
    See more | Go to post

    Leave a comment:


  • just a feeling
    replied to expand table rows
    Here is how to do it.
    Good Luck,
    See more | Go to post

    Leave a comment:


  • just a feeling
    replied to Firefox h1? spacing woes...
    Hi derker,

    It's not only in FF. IE6 and Opera has the same space. To fix that, add 5px to the top position of h1 and h2, i.e
    Code:
    h2 {
    top: 224px;
    }
    h1 {
    top: 202px;
    }
    I don't have Safari to see how it looks now !!!

    Cheers,
    See more | Go to post

    Leave a comment:


  • Hi,

    Set margin and padding to 0.


    Remember that Images are inline elements. So, float the image to left ( u already did that ) and specify it's width. Then, put the text between <p> tags.
    [HTML]<a href="sadie.htm l" onMouseOver="do cument.tg.src=' images/topguy2.jpg'" onMouseOut="doc ument.tg.src='i mages/topguy.jpg'">
    <img src="images/band_l.jpg"...
    See more | Go to post

    Leave a comment:


  • just a feeling
    replied to CSS positioning problem
    Hi sooshi,

    use float:left and remove the position:absolu te style from #container-foot. Kindly, early and often test ur pages through
    HTML validator
    CSS validator

    Good Luck.
    See more | Go to post

    Leave a comment:


  • Welcome back,

    Noooo. You’re getting better every day.

    GREAT! GOOD WORK!

    Add this,
    Code:
    #banner
    {vertical-align:bottom;}
    <img src="images/top.jpg" alt="" width="850" height="100" id="banner" >
    Keep up the good work,
    Rawan....
    See more | Go to post

    Leave a comment:


  • just a feeling
    replied to Text align within a div problem
    I guess he drives at this,
    [HTML]<div style="height:1 50px; width:200px;ver tical-align:middle; border:solid 1px red; position:relati ve;">
    <p style=" bottom:0px; position:absolu te;">This text should apear at the bottom of the div!</p>[/HTML]

    Hope it helps,
    Rawan....
    See more | Go to post

    Leave a comment:

No activity results to display
Show More
Working...