Pirate's profilePirate's bayPhotosBlogListsMore Tools Help

Blog


    April 21

    It Is You Give Me A Piece of Sky

    Today , I watched a  series  martial art and love about ancient ,  I watched that series some times, I think I will see it if  Tv channel plays . ( Though I dont often to see TV  again ) Songs in that series are very good , one of them is " It Is You Give Me A Piece of Sky"
    That song was telling  a man who says some to his wife or girlfriend , but I think it may fit to friends too . LOL, REALLY.
                    
                                        It Is You Give Me A piece of Sky
                                            (I) walking ahead you
                                                 smile on your face with  women's tire
                                                 I didn't tell you for long time
                                                 I never forgot you
                                                 when the world outside makes me tire
                                                  I always want to fly back beside you
                                                 it is you give me a piece of sky
                                                 it is you give me a piece of sky
                                                 allow me to adventure outside
                                                 without any complaint
                                                  it is you give me a piece of sky
                                                  it is you give me a piece of sky
                                                  even the world begins to snow
                                                  I can feel the spring
                                                  when I walk near you
    I think the friends really and good can give  people that sense of spring too ,    I can feel the spring when I walk near you .................
                                                  



    April 03

    Class

    You could have a column class that has a width of 50%, I mean you can write a style in .css rather than write each column id with width ,  you can simply assign that div a class and move on

    <div class=”column”> … </div>
    Or
    <p class="big">a test</p>
    Or
    <li class="big">list item</li>

    big { font-size: 110%; } /* affects p and li */
    p.big { font-weight: bold; }/* affects p only */

    Xmlns

    <html xmlns="http://www.w3.org/1999/xhtml" >

    The xmlns attribute is required in XHTML but not in HTML. However, the validator on w3.org does not complain when this attribute is missing from the <html> tag in an XHTML document. This is because "xmlns=http://www.w3.org/1999/xhtml" is a fixed value and will be added to the <html> tag even if you do not include it.