Jump to content

trq

Staff Alumni
  • Posts

    30,999
  • Joined

  • Last visited

  • Days Won

    26

Everything posted by trq

  1. I'm not sure what that is. Of course there is. You can build it yourself or hire someone to do it for you. I don't understand the question.
  2. I'm not really sure where you are stuck. This could easily be done in html, css and javascript. It can indeed. Just restart a timer at the end of any event, if that timer ever gets to 1 minute, you know the user hasn't touched the screen in 1 minute.
  3. And please, just because your using classes does not make your code instantly OOP. OOP is a paradigm, a process. Your code breaks much of the paradigms OOP is based on by relying on global state.
  4. See: http://linux.die.net/man/1/nice
  5. trq

    user input

    Have you tried searching for a tutorials on "adding records to a database with php"? There has to be a few million tutorials around that cover the subject.
  6. You my friend are either misinformed, ignorant or both.
  7. Agreed. That is some terrible coding right there.
  8. I suggest you find out what framework it is your application is using and find a forum that supports it. The code you have posted isn't stock standard PHP.
  9. I would suggest that the best CMS to go with is likely the one you know best. Any CMS is quite capable of the functionality providing they are being setup by a developer in the know. Personally, I would be more inclined to go down the bespoke path, maybe starting with a CMS framework such as Symfony2 CMF. I guess it depends on your time frame and budget though.
  10. $row is not an array.
  11. Hey doloreel, welcome. I'm from Sydney too, well, central coast anyway. I see programming as being very creative endeavour, and I know a lot of people who have had previous experience in different forms of art. I myself, was a musician in a previous life.
  12. trq

    PHP Micro-Frameworks

    Silex (http://silex.sensiolabs.org) is an awesome micro-framework built on the shoulders of Symfony (another great though full stack framework).
  13. This resonates with me more than anything else. http://blog.sanctum.geek.nz/series/unix-as-ide/
  14. 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.
  15. 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
  16. I'm a massive vim fan so don't really have much of an opinion when it comes to IDE's.
  17. That's because MS sux balls.
  18. Hmmm, I smell spam.
  19. 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.
  20. 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.
  21. Have you checked out some of the editors mentioned in this thread?
  22. This board is here for questions directly relating to already existing Third Party code. It is NOT a code repository or the place to post requests looking for specific scripts. If you can't find the script you are looking for on Google, you either don't know how to use Google or the specific script does not exist. DO NOT request help with searching.
  23. I'm not sure how that would be achieved through php. The rule is that you use a before words that start with a consonant sound and an before words that start with a vowel sound.
  24. You'll need to be more descriptive. Your example makes little sense to me.
  25. Netbeans 6.8 does seem even better than 6.7. Many improvement + it does seem more responsive.
×
×
  • 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.