Jump to content

Daniel0

Staff Alumni
  • Posts

    11,885
  • Joined

  • Last visited

Everything posted by Daniel0

  1. LOL. Perhaps opening the source for us to review it might help. I don't know if the OP is interested in that though.
  2. You could create a gallery script. There are plenty of options for creating simple applications.
  3. I can't remember when I've last used FTP. I always use SSH, SCP and SVN.
  4. Daniel0

    IETester

    Oh well, I didn't give it very much testing. We already have here and we can because we are a community consisting of programmers. People who should be smart enough to upgrade their browser to the latest version, or even better, not use IE at all.
  5. Daniel0

    IETester

    http://www.my-debugbar.com/wiki/IETester/HomePage This tool is ideal for testing websites in multiple versions of Internet Explorer on Windows. It's especially useful on Windows Vista where it's not possible to install IE6 and below.
  6. echo 'http' . ($_SERVER['SERVER_PORT'] == 443 ? 's' : '') . '://' . $_SERVER['SERVER_NAME'] . (!in_array($_SERVER['SERVER_PORT'], array(80, 443)) ? ':' . $_SERVER['SERVER_PORT'] : '') . $_SERVER['REQUEST_URI']; Edit: Fixed syntax error.
  7. Well, doesn't that go for mostly all frameworks? I haven't touched symfony very much, but I suppose you can just take what you want with that one as well. Anyways, for frameworks I'd recommend Zend Framework (no surprise).
  8. Uploads doesn't even work. Neither anonymously nor while logged in.
  9. Why would they be too heavy? Just use the things you need and leave the rest.
  10. PHP code will always start with either <?php or just <? and it will end with ?>
  11. I've read some of SitePoint's Simply JavaScript. At the time I read it I found it pretty good.
  12. Indeed, so this would require moving it several times. Including moving the ones we reject.
  13. "All the basic features" encompasses exactly what?
  14. So basically you want us to move topics around all the time? I don't think the mods are going to like that idea at all.
  15. The denial would be public in the sense that the tutorial has been posted on the public submission forum but doesn't ever show up on the main site. Another alternative is having them email it to staff and then it could be reviewed. I know other large sites with more traffic than we get also do that.
  16. How is logging credit card information a crime when various login credentials are not? Some of those logins could be used for identity theft as well. Especially when they USE them without prior authorization from the owner. At school I'm required to document all my claims when doing written assignments, so I'd like the same from you in this instance. Which law permits the universities to do this (link, please)?
  17. Why don't you read your University Handbook... Not only is it 100% legal for them, but they can use that information for just about anything and everything... (I'm a notary... I know my law dude) Pfft... that's bullshit. So if you make an online purchase using your credit card, are they then also allowed to rip your accounts as well?
  18. It'll probably be easier to just code a new section on the main site. All we need is basic CRUD functionality as well as a way of "moving" the tutorial to the table where the other ones are if it's accepted.
  19. Limit viewing of other threads to moderators or the approved team, you have a big enough fan base to support this That's not possible using SMF.
  20. SOAP requests and responses are basically consisting of XML data. Therefore, if you learn the SOAP syntax then you can just generate the XML yourself. However, it'll probably be easier to use either PHP's built-in functions or pre-existing classes such as SOAP from PEAR.
  21. Store the files outside document root.
  22. You don't have to use PHP's SOAP functions. Those are just for convenience, so any server supports it.
  23. http://www.phpfreaks.com/forums/index.php/topic,95433.0.html
  24. You can read this tutorial to see how to parse XML data.
  25. See this page: http://dk.php.net/manual/en/domnode.removechild.php The DOM methods use camelCase as naming convention.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.