Search results

  1. n1c0_ds

    What is wrong with this php/MySQL code on my web site?

    I will urge you to read about SQL injection.If $username contains anything dangerous, your site could easily be hacked. Stay safe!
  2. n1c0_ds

    File Upload Form

    http://google.com I don't mean to be rude, but you are asking a ridiculously easy question without even trying.
  3. n1c0_ds

    what is "domain.com/soandso" called?

    A directory. If you put an HTML file in the hello folder on your website (public_html/hello), then you'll be able to access it using yoursite.com/hello/file.html If you name your webpage index.html or index.php, your server will load this page when you just type in the directory. So if you...
  4. n1c0_ds

    PHP & RSS Date Weirdness!

    Perhaps it has to do with a parameter in your PHP.ini file? Otherwise, you can format your date() function manually in a way Firefox likes. I think you might have a problem with firefox, though, because my site uses the +0000 format and Firefox has no problem with it (FF7)
  5. n1c0_ds

    html problems

    First of all, use Notepad++ Second, you are pretty much asking us to teach you something ridiculously easy to find with a simple Google search. Go there: http://www.tizag.com/ and learn. This job is pretty much 100% looking up stuff on Google, so learning to properly search for help is...
  6. n1c0_ds

    Incredible Web Design

    I love the attention to detail, but it feels a bit generic and doesn't give the name a brand image. Pretty cool site though.
  7. n1c0_ds

    Starting A New Website

    Facebook was built with experienced people over quite some time. I would recommend you start with smaller projects that are useful to YOU. I have met many prospects who had the next Facebook in mind, and I've turned them all down because it simply doesn't make sense. Even Google can't fight the...
  8. n1c0_ds

    Best method of link building for local seo?

    When I made Ticks, I used an automatic software submission tool to submit it to a thousand or so directories (and received about as many "Thank you for your submission" emails :p). This alone greatly helped me dominate the front page for my own name. Local SEO lies on Yellow Page profiles...
  9. n1c0_ds

    What *essential* skills are needed to be a web designer?

    Depends on where you place yourself, but these are the skills I'd want if I hired a sidekick: Web designer (solely designs): Fantastic design skills A good understanding of what can and can't be done on the web Usability skills Front-end developer (between design and development): Solid...
  10. n1c0_ds

    Need reliable reseller hosting

    I am with A Small Orange as we speak, and although the service is absolutely flawless, their reselling plans are way too expensive, and I can barely squeeze a penny out of it. I was looking at HostGator, but I'd prefer a Canadian host. Any suggestions? Right now, I pay about 240$ a year...
  11. n1c0_ds

    PSD to HTML?

    There is no easy way to achieve this. There is so much more in a web page than just shapes and text. Even if a tool did it for you, you'd end up with a terrible mess that doesn't work in all browsers. PSDtoHTML.com has received a lot of praise if you need quick results. Any web dev (hello!)...
Top