Search results

  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.
  16. tyr0ne

    FanSite Layout - Release

    If you don't have any more constructive comments, then why don't you fuck off? "This is shit" > why the fuck would you post if you don't even explain what you don't like? to OP, it's cool and all, but I would suggest you don't use inline styles and put them in class/id instead. For example...
  17. tyr0ne

    Video Gangnam > 1 Billion views (Youtube)

    of course i'm happy for him. why wouldnt you be? the dude made a song and because of our society's love for mainstream music, even if you don't understand the lyrics, it can be a hit song. you can dislike the song, but don't be hating on the dude that made it
  18. tyr0ne

    Pop Up Box [Help]

    use lightbox. when the user firsts visits any page, you make the lightbox appear. if the user clicks on "enter now" it registers a cookie in the user's browser so when he goes back on the site, it will check if the user has the cookie, if yes no pop up appears, if no it shows the lightbox...
  19. tyr0ne

    Show DevBest [REL] Codzter - V1 Webbrowser

    a search feature isn't that complicated. when you press the button you simply take the input text, replace spaces with + and then add that to google's search query and make a request with that: http://google.com/#q=my+query
  20. tyr0ne

    Show DevBest [REL] Codzter - V1 Webbrowser

    This is nice and all, but it's important to note that all these browsers you guys are doing rely on the WebBrowser control from vb / c# which is basically an internet explorer frame in your application. so unless you can code a nice plugin or something that makes it different from others, this...
Top