Jump to content

trq

Staff Alumni
  • Posts

    30,999
  • Joined

  • Last visited

  • Days Won

    26

Everything posted by trq

  1. Did you actually read the link I provided?
  2. Yes it's possible. Where exactly are you stuck?
  3. See http://forums.phpfreaks.com/index.php?topic=37442.0
  4. The order in which methods are added to a class is irrelevant.
  5. It's stripslashes.
  6. I believe asp is built into IIS. It just needs to be configured. ASP is not open source, so I'm not sure there are many alternatives.
  7. This topic has been moved to JavaScript Help. http://forums.phpfreaks.com/index.php?topic=362250.0
  8. This subject has been covered numerous times. Have you tried searching the board?
  9. This topic has been moved to PHP Applications. http://forums.phpfreaks.com/index.php?topic=362203.0
  10. This topic has been moved to Other Web Server Software. http://forums.phpfreaks.com/index.php?topic=362201.0
  11. This topic has been moved to Application Design. http://forums.phpfreaks.com/index.php?topic=362202.0
  12. This topic has been moved to mod_rewrite. http://forums.phpfreaks.com/index.php?topic=362196.0
  13. This topic has been moved to Miscellaneous. http://forums.phpfreaks.com/index.php?topic=362169.0
  14. Well, that's not exactly something we can help with.
  15. You simply need three database columns. name, colour and sequence. With that in mind, are you still stuck?
  16. If you declare $DatabaseInteracter as protected within your BaseObject it will be available within all child classes.
  17. This resonates with me more than anything else. http://blog.sanctum.geek.nz/series/unix-as-ide/
  18. My main motivation for working in vim is the fact that we do allot of remote stuff via ssh on client machines at work. So, now I can use the same editor under all circumstances. Even when I work from home, it's so much easier to just connect to the vps, ssh in and open vim in a terminal. I don;t have to worry about the overhead of a Desktop.
  19. Have you tried an IDE? I used to think a simple text editor was all I needed too, but then I tried an IDE. The only time I use a regular text editor now is just for real quick edits, or stuff that I don't want to make into a project in my IDE. IDE's tend to get in my way. All I use is vim with a few plugins: https://github.com/tpope/vim-pathogen https://github.com/tpope/vim-fugitive https://github.com/tpope/vim-unimpaired https://github.com/vim-scripts/taglist.vim https://github.com/vim-scripts/sessionman.vim https://github.com/vim-scripts/bufexplorer.zip https://github.com/tpope/vim-surround https://github.com/vim-scripts/FuzzyFinder
  20. I'm a massive vim fan so don't really have much of an opinion when it comes to IDE's.
  21. That's because MS sux balls.
  22. Hmmm, I smell spam.
  23. There is no definitive answer, just opinion. Often the one that is well suited to your style of development and specific project requirements will be the best one to use.
  24. I used to use dynamically loading js, but it ended up being allot more efficient to put all js into one file and the minify it. Its the actual http requests to multiple files that hurts more than size. Of course it would also depend on what sizes where talking about. Loading a 50k-80k file just to use one function etc etc.
  25. Have you checked out some of the editors mentioned in this thread?
×
×
  • 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.