Recent content by tyr0ne

  1. tyr0ne

    How to create a basic content container in HTML + CSS (Very Basic)

    It would've been important to explain what the margin auto does. Also the basic positioning when you don't want your content centered.
  2. tyr0ne

    Daft Punk is over-rated

    It's not because you find the song "ok" that it means it's not a GREAT song for others. I personally don't like country music, but I'm pretty sure there is at least 1 country songs that will be remembered forever that country music fans love but that I will never want to hear.
  3. tyr0ne

    Learning a New Coding Language

    Maybe I wasn't clear enough. I'm not saying javascript is useless, I'm saying that it's useless to bother learning it as a first language. It would probably be #1 on my list of languages not to learn as a beginner programmer. Refer to this SO post which resume my thoughts...
  4. tyr0ne

    Learning a New Coding Language

    "OOP Mysqli" is not a coding language. PHP is. Python is a good base, you could look into ruby, continue PHP, java and javascript are two totally different things.. don't start by learning javascript, it's useless.
  5. tyr0ne

    Favorite Windows

    People complain about windows 8 and all those stats showing how worst it's doing than vista, but I love it. The thing is, it's the SAME thing as windows 7, it just has MORE to offer than windows 7. anyways, my vote goes to windows 8.
  6. tyr0ne

    Personal Layout

    remove the bold... bold text is mostly used for keywords or titles, not a whole paragraph of text.
  7. tyr0ne

    PHP Encoding

    in your config file set the mysql results in utf 8
  8. tyr0ne

    [PHP] Can't find error

    try to echo your $row variable first. can always use print_r for more info (echo will only ouput Array()) from there well it depends on what is printed.
  9. tyr0ne

    How do I translate the WHOLE client? (incl. commands, etc)

    Those are html entities, nothing to do with flash / other things than html http://www.w3schools.com/html/html_entities.asp
  10. tyr0ne

    Show DevBest College Project

    Drop the animation when the page loads. It's really useless and doesn't make the website any better, just more annoying.
  11. tyr0ne

    Am i addicted

    Well obviously not, because if what you were saying turned out the be true, the world would have a serious problem. Like I said, maybe it's the case for someone around you, but don't generalize because of that particular case. I could say pot is good for you because everybody around me is...
  12. tyr0ne

    Am i addicted

    I think you don't understand what he's talking about
  13. tyr0ne

    Am i addicted

    Listen to me alright. Technically you're not addicted, you can stop whenever you want and you won't get any symptoms, like you would with alcohol, cigarettes or any hard drug. Although in your head you might have developed a habit that makes it hard to stop. So for example, you won't have any...
  14. tyr0ne

    Log in form help

    You lost me there. You wanna make a login with no PHP? What kind of login is that?
  15. tyr0ne

    Donate intergration?

    with the paypal api, when they get redirected back to your site, you can access the amount they donated. it's safer that way so someone doesn't just input an amount, click the button and then skip the paypal to come back to your site and bam, do whatever it is people that donate can do.
Top