Search results

  1. N

    Would Warren Buffet make a good VP choice for Romney?

    - Doubling down on real world business experience - Strong demonstration of bipartisanship what do you think?
  2. N

    (php)is there a way to remove new lines(press enter) from a string?

    lets say I want this: $string = "I like pie"; to look like this: $string = "I like pie"
  3. N

    is there a way to php include from the site root?

    I know that <?php include("./something.html"); ?> will include from the directory your in, but what would you use to include from the site root(if its possible) nevermind i figured it out: <?php include("$root/home/a3465/public_html/something.html"); ?> btw that is from the root of a...
  4. N

    How do i put html in the style.css?

    im looking for a way to compact common html into a stylesheet so it doesnt have to be rewriten... i am aware that there is a way to this in using php include(my pages are in xhtml not php) however i dont yet know enough php to write a page, or to be honest a even a section. so my next idea would...
  5. N

    im looking for some javascript to identify chrome...or anything actually?

    i browsed the adobe site about flash, and they seem to have an identifier for chrome... my best guess would be the javascript at the bottom of this question. but im really only looking for something to identify chrome so i can use it to hide some elements on my page. anyway the page w/ the code...
  6. N

    Critical Pedagogy - leftist brainwashing or good citizenship?

    Just fyi - he is talking about a systematic approach to public education. "Habits of thought, reading, writing, and speaking which go beneath surface meaning, first impressions, dominant myths, official pronouncements, traditional clichés, received wisdom, and mere opinions, to understand the...
  7. N

    Is FOX NEWS a perfect storm?

    Think about it - They have a British CEO and British political media coverage is way more tabloid but also more hardball. Their politicians tear each other to shreds on camera often to each other's faces. It really is a different game over there. It lacks the artificial gravitas we often...
  8. N

    HTML/Java script Question about hiding a piece of code via web address?

    I know a bit of html and almost no java script... however i would like to know if there is a code in either language or another that will allow me to hide an element based on the web address. ex: If you type in an address bar from a completely different site: web add. is: www.whatever..com/...
  9. N

    HTML/Java script Question about hiding a piece of code via web address?

    I know a bit of html and almost no java script... however i would like to know if there is a code in either language or another that will allow me to hide an element based on the web address. ex: If you type in an address bar from a completely different site: web add. is: www.whatever..com/...
  10. N

    HTML/Java script Question about hiding a piece of code via url?

    I know a bit of html and almost no java script... however i would like to know if there is a code in either language or another that will allow me to hide an element based on the web address. ex: If you type in an address bar from a completely different site: url: www.whatever.com/ everything...
  11. N

    Were there merits to slavery that history has washed away?

    And I mean this from the black culture perspective. We have difficulty fathoming a caste system in America - but the whole planet bought into it for thousands of years. You were born into your class and people for the most part accepted it. So there's that simple reality. But what I am really...
  12. N

    In Resident Evil 5 Versus Mode, can Wesker dodge bullets while standing in

    one spot like in story mode ? I know that he can dodge bullets while running, but can he do the same standing in one spot ?
Back
Top