Jump to content

scootstah

Staff Alumni
  • Posts

    3,858
  • Joined

  • Last visited

  • Days Won

    29

Everything posted by scootstah

  1. Sure, so long as the code that sets the session is secure. Make sure you exit(); after the redirect though.
  2. Did you look through the examples? Seems to support that right out of the box. If not, it's pretty customizable so you should be able to achieve pretty much anything you want.
  3. http://www.jssor.com/ Hard to beat this one.
  4. I just call it code. The compiled code you're thinking of is more specifically called "machine code", not just "code".
  5. The function is part of the PHP GD library, which needs to be installed. I don't believe it is a default package, not sure. Has nothing to do with Windows or Linux.
  6. I would probably look for an existing OCR solution. But, you can get pixel data using imagecolorat().
  7. You could also try CTRL+SHIFT+V, which will paste as plaintext without rich text formatting - that's probably what is messing up the WYISWYG.
  8. Try turning the WYSIWYG editor off by clicking the little square icon in the top left, and then paste with either CTRL+V or right-click > paste.
  9. Typically if I run into something like this and I am unfamiliar with the code base, I will do a full project text search to try to figure out where the HTML is coming from. In this case try searching for something like "form-row legal terms" and see if you find anything.
  10. I have the same problem... I was just messing with you mac It's definitely about 20 minutes behind.
  11. Whoa. Are you like, from the future man?
  12. Tons of ideas here: http://www.dreamincode.net/forums/topic/78802-martyr2s-mega-project-ideas-list/
  13. MySQL Workbench works fine in Windows, but it's a heap of crap in Ubuntu. You can't select multiple data rows, it's slow, it crashes every 5 minutes... Is there a good alternative? I like the functionality and features that MySQL Workbench offers, but I need something a bit more stable. The features I'm looking for are: - Connect via SSH Tunnel - A nice query executor - Able to save SQL snippets (not so important, but nice) What do you guys use?
  14. You should take a screenshot of your everyday setup.
  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. Yeah, that's how I felt too. I have my Eclipse setup to be pretty minimal though. For example, the annoying help box that pops up with every keystroke is disabled. It only pops up if I want it to by hitting ctrl+space. Most of the time it is unneeded, though sometimes I need it to remember which order parameters go in in a function (since PHP seems to make that as illogical as possible). I mostly like it for automatic bracket/quote closing. I like the way Eclipse auto-indents too. It may seem silly but some editors have shoddy auto-indenting. Anyway, I like Eclipse because it gives me some of the advantages of an IDE but it doesn't hold my hand.
  16. 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.
  17. http://namecheap.com of course. I think I'll keep my domains at GoDaddy for now. I don't like the fact that they support SOPA, but I can't really afford double the cost of my domains per year either.
  18. I use Eclipse PDT. I just like the feel of it. Powerful if it needs to be, but simple and elegant if not. I also use Notepad++ for quick edits and such.
×
×
  • 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.