Jump to content

straightryder

Member
  • Posts

    72
  • Joined

  • Last visited

Posts posted by straightryder

  1. <object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' width='470' height='320' id='single1' name='single1'>

    <param name='movie' value='http://player.longtailvideo.com/player4.6.swf'>

    <param name='allowfullscreen' value='true'>

    <param name='allowscriptaccess' value='always'>

    <param name='wmode' value='transparent'>

    <param name='flashvars' value='author=JayMoore&description=MPD&duration=3:52&file=http://www.youtube.com/watch?v=Qreu9IW-H1I&title=MPD&backcolor=666666&frontcolor=FFFFFF&lightcolor=000000&screencolor=CCCCCC'>

    <embed

    type='application/x-shockwave-flash'

    id='single2'

    name='single2'

    src='http://player.longtailvideo.com/player4.6.swf'

    width='470'

    height='320'

    bgcolor='undefined'

    allowscriptaccess='always'

    allowfullscreen='true'

    wmode='transparent'

    flashvars='author=JayMoore&description=MPD&duration=3:52&file=http://www.youtube.com/watch?v=Qreu9IW-H1I&title=MPD&backcolor=666666&frontcolor=FFFFFF&lightcolor=000000&screencolor=CCCCCC'

    />

    </object>

  2. I was kinda thinking along the same lines....

     

    Its just that being new to all this makes you somewhat 'panicked'...

     

    For instance: I read that the css should be between 8 and 12kb.... mine was at 14kb... "OH $#@% i thought, so i started to cut the bloat from the SS. lol....

     

    Its good thou, gets you knocking out crap you don't need and getting used to implementing shorthand props'.

  3. With todays current sped of the internet... at what point should the css file size be taken into consideration?

     

    is 10 to 20kb pushing it... I know it depends all on how many pages you have an all.

     

    Like what are some of the largest/ smallest sizes you've done?

     

    I'm just curious that's all.

  4. These are the errors listed below:

     

    97 rss-menu Property -moz-border-radius doesn't exist : 20px 20px

    98 .rss-menu Property border-radius doesn't exist in CSS level 2.1 but exists in : 20px 20px

    112 #twitter Property -webkit-border-radius doesn't exist : 20px 20px

    113 #twitter Property -moz-border-radius doesn't exist : 20px 20px

    114 #twitter Property border-radius doesn't exist in CSS level 2.1 but exists in : 20px 20px

    197 ul.social-media-cons Property -webkit-border-radius doesn't exist : 20px 20px

    198 ul.social-media-cons Property -moz-border-radius doesn't exist : 20px 20px

    199 ul.social-media-cons Property border-radius doesn't exist in CSS level 2.1 but exists in : 20px 20px

    464 .searchform Property -moz-border-radius doesn't exist : 10px 10px

    465 .searchform Property -webkit-border-radius doesn't exist : 10px 10px

    480 .sb Property -moz-border-radius doesn't exist : 8px 8px

    481 .sb Property -webkit-border-radius doesn't exist : 8px 8px

     

    Does this mean I can't use border-radius at all... *as in won't work in any browser since i used XHTML 1.0 Strict*?

  5. Every other div is basically able to be styled.... one I added another id div it won't let me style the width or height. It just spans the length of the box.

     

    Unable to do BG color or anything.

     

    It passed strict 1.0 strict but I can't seem to get it to work.

     

    Any ideas why something like this is happening?

  6. Okay, I created an <ol> in DW.

     

    When Live View is off :

     

    The listed items appear very close together being the default. There's not margin or padding. The li rest neatly on top of each other.

     

    Here's an example below:

     

    1. the object, itself inaccessible to experience, to which a phenomenon is referred for the basis or cause of its sense content.

    2. a thing in itself, as distinguished from a phenomenon or thing as it appears.

    3. Kantianism . something that can be the object only of a purely intellectual, nonsensuous intuition.

     

     

    When i click "Live View" to sample it then all of a sudden the li's appear to have jumped to like 10px padding on the bottom. When I click to preview it in a browser its giving me the results where there is no padding!! Its neat and the way it looks with Live View off.

     

    1.the object, itself inaccessible to experience, to which a phenomenon is referred for the basis or cause of its sense content.

     

    2. thing in itself, as distinguished from a phenomenon or thing as it appears.

     

    3. Kantianism . something that can be the object only of a purely intellectual, nonsensuous intuition.

     

     

    Now this is annoying cause I have to keep opening a browser in order to see if my result is what i want... because the effects in Live Preview totally effect everything else in the layout.

     

    in the css I applied 0px to margin and padding but still no changes. There are no other <ul> or <ols>. I even opened a new document only doing a <ol> on the page and I ended up with the same results.. Its jumps to something like 10px of padding but there is not even any CSS applied at all.

     

     

    follow? lol

  7. Im touching on Javascript and doing some tutorials... *BTW: Hardest thing I've ever tried to learn*

     

    I noticed the external jquery.js for my rollover tutorial file to be utterly impossible to understand... Did someone actually sit there and type ALL that out or is it generated?

     

    I really want to know what the structure is and how to understand it so i don't 'rollover' and die due to the stress that the amount of coding i saw.

     

    lol

     

     

    Thanks.

     

    Also, I'm using "Javascript: The Missing Manuel" from O'Reilly press. Is there any other good sources you could recommend for a complete NOB when it comes to JS.

     

    Thank you.

  8. My current Doc Type is:

     

    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

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

    <head>

    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />

     

     

    The Validation errors im getting are:

     

     

    Line 54, Column 80: attributes construct error

    …media icons/twitter.png" width="42" height="41" border="0"alt="twitter" /></li>

    Line 54, Column 80: Couldn't find end of Start Tag img line 54

    …media icons/twitter.png" width="42" height="41" border="0"alt="twitter" /></li>

     

    And so on because of the following:

     

    <ul class="social-icons">

    <li><a href="#"><img src="images/social media icons/facebook.png" width="42" height="41" border="0" alt="facebook" /></a></li>

    <li><a href="#"><img src="images/social media icons/twitter.png" width="42" height="41" border="0" alt="twitter" /></a></li>

    <li><a href="#"><img src="images/social media icons/stumble.png" width="42" height="41" border="0" alt="stumble" /></a></li>

    <li><a href="#"><img src="images/social media icons/feedburner.png" width="42" height="41" border="0" alt="feedburner" /></a></li>

    <li><a href="#"><img src="images/social media icons/vimeo.png" width="42" height="41" border="0" alt="vimeo" /></a></li>

    <li><a href="#"><img src="images/social media icons/youtube.png" width="42" height="41"border="0" alt="youtube" /></a></li>

    </ul>

     

    What gives..... ??

     

    If remove "width="42" height="41" border="0"" then a blue border appears around the icons in firefox or any other image that has an <a> attached to it.

  9. I spent 5 hours trying to figure out why this code was not passing the W3C Validation. Kept going over and over an..... OVER THE CODE. Redid the page/ post i don't know how many times when it dawned on me after 5 hours...

     

    Why not just google " there is no attribute "aria-required"

     

    problem solved. Its for screen readers and its optional to remove the code. Unreal. So, what I learned... stick a note to your screen, "WHEN IN DOUBT: GOOGLE IT, MORON."

     

    Just thought I'd share this with everyone. lol

     

     

     

    Validation Output: 1 Error

     

    Line 191, Column 95: there is no attribute "aria-required"

    …me="author" id="author" value="" size="22" tabindex="1" aria-required='true' />

    You have used the attribute named above in your document, but the document type you are using does not support that attribute for this element. This error is often caused by incorrect use of the "Strict" document type with a document that uses frames (e.g. you must use the "Transitional" document type to get the "target" attribute), or by using vendor proprietary extensions such as "marginheight" (this is usually fixed by using CSS to achieve the desired effect instead).

     

    This error may also result if the element itself is not supported in the document type you are using, as an undefined element will have no supported attributes; in this case, see the element-undefined error message for further information.

     

    How to fix: check the spelling and case of the element and attribute, (Remember XHTML is all lower-case) and/or check that they are both allowed in the chosen document type, and/or use CSS instead of this attribute. If you received this error when using the <embed> element to incorporate flash media in a Web page, see the FAQ item on valid flash.

  10. Eric, lol... i know.

     

    Im new to all this so there is a curve to learn. Believe it or not when you get some of it down, its pretty easy going.

     

    But with this i just want to kill myself.

     

    Some of the parts i thought were going to be the hardest were the easiest........ and the parts that i thought to be easiest are giving me ulcers.

  11. <?php bloginfo('template_directory'); ?>

     

     

    Nope, didn't work either. Im completely new to php/ wp theming so this is seriously driving me mad. 4:34 am, and still can't get it.

     

    So far i went edit page > select the template "embassys" in the drop down menu and still its choking me to death with not working.

     

    In the header of the "embassys" template i places the following exactly as is:

     

    <?

    /*

    Template Name:embassys

    */

    ?>

     

    <?php if( is_page('embassy') ) :?>

    <?php else :?>

    <?php endif;?>

     

    .... then all my html follows.

     

    Its just doesn't give.

     

    the css is located as so > wp-content >themes > PNL4> embassys_list.css

     

    on a side note: my default css is named "style.css". Since they are in the same folder could they be conflicting with each other?

     

    I ended up just adding the css from the embassys_list.css to my default cause it wasn't working but my default css is gonna get outta control.

×
×
  • Create New...