Jump to content

Zane

Administrators
  • Posts

    4,363
  • Joined

  • Last visited

  • Days Won

    11

Everything posted by Zane

  1. It seems as though the actual server is out of sync..
  2. Weird.. I get this.
  3. Perhaps it isn't sending multiple emails, but rather, the form submit button is being clicked multiple times. Do you notify the user after the form has sent successfully? If you don't, then the problem is the UIX.
  4. http://php.net/manual/bg/
  5. What language do you speak?
  6. I always wondered the same thing Damn, that's a lot of work. You must just be so used to it that you write it without thinking though.
  7. foreach(Array as $key => $val) { if (in_array('Thumbnail', $val['Purposes']) { echo $val['url'] . " \n"; } else continue; }
  8. I'm looking for some side jobs, and by side jobs I mean not permanent. I have extensive knowledge in web development, system administration, and system engineering. Please feel free to PM me if you are interested. You think it, I make it.
  9. Congratulations to our new guru, QuickOldCar. Welcome aboard, decoder ring's in the mail; you must be there waiting near the mailbox when the delivery truck arrives or it self destructs.
  10. Buy a theme from http://themeforest.net, that's the most straightforward way to start instead of creating a look from scratch. Then you can get to the nitty gritty and create your graphics and programming.
  11. Mine are in my signature
  12. Lemme show ya saumthin'

  13. ....status....

  14. Whoa, gotta check this out.
  15. woot...PHPFreaks is yet again reborn!

  16. I don't even want to think about what that would look like. *Trying not to think*
  17. I was introduced to vi(m) a few years ago when I took Linux Admin and Linux Advanced Admin at my community college. Like every other *nix head the teacher was completely bonkers over it and preached to us all that it was the greatest thing since sliced bread. But he made a horrible impression of it to us when he actually got around to showing us. Although, we weren't using the GUI version (if there is one) it was the CLI based version. The one in which the only thing I can remember is that in order to exit the program I had to type q and s and number sign and exclamation mark, etc, etc.. more unexplained commands. I'm sure it's a great editor but I didn't learn a damned thing in those classes.. other than what an rpm was.. and yum, etc. Oh. and how to install it with apt-get/install (assuming that was installed). Off Topic
  18. Personally, I like anything from regular Notepad to Zend Studio. I haven't been able to try Eclipse yet but I'm eager to since they've integrated the PHP libraries into it.. much like Dreamweaver and Zend Studio. That key feature is what sells me on an editor. That fact that the editor can tell me which function I'm about to type and which parameters that I NEED is awesome. I can't stand having to go back and forth from the editor to the manual. Especially when I'm working with those functions I don't normally use. What I really want to use is an editor with File Management capabilties, PHP function recognition, Regex Search and Replace and FTP access, then I believe I'd be a happy camper/coder. Too bad that editor has to be Dreamweaver. Perhaps there is another one out there that I don't know about?
  19. I put a bitwise operator thread in the code repository a long while back. Pretty informative. Although it isn't a tutorial. Here it is http://www.phpfreaks.com/forums/index.php/topic,113143.15.html
  20. I'd like to see a tutorial on using formatted strings and their functions' differences Such as: # printf() # sscanf() # fscanf() # vsprintf() But mostly how to correctly use the type specifiers.
  21. So far, my favorite editor has been Dreamweaver Although it's the only one I've really used.....a lot and I can't get enough of the RegEx find and replace feature.  I don't kow what I'd do without it Anyone of these editors have this feature...I'd like to try something else.  Dreamweaver's annoying to install, even though it's just Next next next but it seems like it installs way too much and takes too long for me to motivate myself to install it again after reformatting which I've done. Can I get this feature from eclipse
×
×
  • 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.