Jump to content

trq

Staff Alumni
  • Posts

    30,999
  • Joined

  • Last visited

  • Days Won

    26

Everything posted by trq

  1. This is exactly the type of system we make and sell where I work. Unfortunately for you, it runs at a cost of around $8000-$12000 for an initial license (dependant on the size of your school and what modules are included), then around $2000-5000 per year (again dependant on the size of your school and what modules are included). There is no open source alternative.
  2. The error makes little sense. It definitely exists.
  3. See http://php.net/manual/en/mysqli-stmt.get-result.php
  4. Post your current code and a decent description of what is happening and exactly what you have doen to debug the issue.
  5. What are you talking about?
  6. 1) $action doesn't appear to be defined anywhere. 2) Your DELETE query is foobar 3) You have eror reporting disabled. 4) Your code isn't indented making it hard to debug.
  7. Why would the first font only be supported by chrome?
  8. Array indexes should be strings.
  9. That is better done with javascript. Just make new elements named aine[] and ope[] (not that one mistake you currently have already is that id's in html must be unique). This will create an array of form fields which you can then simply loop through in php.
  10. We are going to need a much clearer explanation.
  11. Of course its possible. Where exactly are you stuck?
  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.
×
×
  • 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.