Search results

  1. IntactDev

    Show DevBest What Should I Do Next? [Web Design]

    UPDATE: http://criesval.tk How does this look? I wasn't sure how to design this page so I did it in a "FAQ" kinda layout.
  2. IntactDev

    So dead on here, so here's some sugar.

    So dead on here, so here's some sugar.
  3. IntactDev

    PHP help.

    Creating a login/register script is relatively easy. In order to do this, research and understand how to use the following topics: Sessions SQL Databases MySQLi/PDO PHP Form Submissions / POST Data if/else functions These are the basics to creating a login & register script, but be aware that...
  4. IntactDev

    Show DevBest What Should I Do Next? [Web Design]

    I changed the layout colorway a bit. How's this @Sysode?
  5. IntactDev

    Show DevBest Critique My Portfolio Design!

    This is really nice; what is the font used for the logo?
  6. IntactDev

    Show DevBest What Should I Do Next? [Web Design]

    Hello DevBest. I use to only code, and never design, because I never knew what to do next on one of my designs. But now, I'm pushing to become great at both coding and designing, so I would have a full set of skills. I designed a portfolio for myself, and I am at a standstill, in terms of what...
  7. IntactDev

    Web Development Resource sheet

    You should add http://wallhaven.cc They have a bunch of nice backgrounds that I am using for my portfolio.
  8. IntactDev

    Ello - New social media

    Can I also get one? This seems pretty dope :)
  9. IntactDev

    Equal Height Columns [Pure CSS]

    I solved the problem using the table approach. Here it is for future references. div.row { width: 100%; float: left; display: table; } div.row div.column-4 { min-width: 25%; background-color: #DCF1EB; float: none; display: table-cell; vertical-align: top...
  10. IntactDev

    Equal Height Columns [Pure CSS]

    Hello DevBest. I haven't been on recently because I moved to Connecticut from New York, and there are a lot of activities and opportunities available here. I am now getting back into web development, and I am trying to develop a personal website. This is what I have so far (tell me if it looks...
  11. IntactDev

    [PHP] Magic Quotes GPC

    I did; but I'm still not sure what I'm doing in it. I can't run the command you told me to do because I don't know how to get into a command prompt in the cPanel.
  12. IntactDev

    [PHP] Magic Quotes GPC

    I changed turned it off via the cPanel
  13. IntactDev

    [PHP] Magic Quotes GPC

    I don't know the path to the php.ini file; would I just change the "username" field to my cPanel username?
  14. IntactDev

    [PHP] Magic Quotes GPC

    Just submitted a ticket, thanks. Not sure, so my answer would be no?
  15. IntactDev

    [PHP] Magic Quotes GPC

    Namecheap.com
  16. IntactDev

    [PHP] Magic Quotes GPC

    I can't find the option to reboot Apache, and I tried that earlier; it returned a 500 error.
  17. IntactDev

    [PHP] Magic Quotes GPC

    I don't have the ability to do that in my cPanel, correct me if I'm wrong.
  18. IntactDev

    [PHP] Magic Quotes GPC

    I've already tried that; unfortunately it didn't work.
  19. IntactDev

    [PHP] Magic Quotes GPC

    Searching 93 files for "magic_quotes_gpc" 0 matches across 0 files I made this framework a year or two ago, and I never remembered using magic_quotes. I don't even know what that is. EDIT ------------ The error appears when submitting the form: HERE
  20. IntactDev

    [PHP] Magic Quotes GPC

    Well, I don't even know where I used that. Well, I would if I knew where the error was coming from. There are about 10+ files incorporated into this page, so I wouldn't know which of the 10 the error is located.
Top