Jump to content

Philip

Staff Alumni
  • Posts

    4,665
  • Joined

  • Last visited

  • Days Won

    20

Everything posted by Philip

  1. See: http://www.phpfreaks.com/forums/index.php?topic=58799.0
  2. So.. I'm always looking to expand to use tools to make my life easier and get the job quicker... What are some of your bookmarks / JS bookmarklets (not stand alone programs, browser add-ons, etc.) that help you during your web development times? I'll start off with my list: Visual Event JS Bookmarklet, let's you see what events are attached to what DOM nodes. CodeViper Bookmark, a PHP pastebin that shows the output of the code. Useful for IRC/IM help JsFiddle Bookmark, similar to CodeViper, it's a JS (multiple frameworks available for use), HTML, and CSS pastebin that shows the output of code. Useful for IRC/IM help NoisePNG Bookmark, creates a repeatable .png tile with noise (you choose the amounts) border radius Bookmark, quickly create cross-browser (webkit, gecko, standard css3) border radius just by changing the numbers on the corners PreMailer Bookmark, Check & tidy up HTML email source codes before sending to your userbase
  3. I think Harry lies more than he says Welcome to the forums
  4. Philip

    An Odity

    Whoah, that is tricky. IMO that shouldn't happen, but what do I know On output this is what I see:
  5. Google Analytics will still suffice for this If you really wanted to do it on your own though, you could do another table (or column) for views and just increment (update query) on each page view.
  6. You want something that will generate data, no?
  7. http://www.generatedata.com/
  8. Yes, because cookies are delicious
  9. Nope, not by any means. However, they were one of the first bigger sites to get in trouble because of things like beacon
  10. I personally don't mind as much as most. If it's about eventually getting me a better user experience, then fine. Are the practices the best? No, not really... but in the end if you don't like it, block their cookies. BTW most ad blockers don't actually refuse the connection to the ad - the just add a "display:none" to the div so it hides it from your view. They are technically still there on the page (tracking your every move )
  11. joe, you must absolutely hate malls then.
  12. I took it down a few weeks ago, but HasSonyBeenHackedThisWeek.com (hsbhtw.com)
  13. I recently had a site go viral, and although I had hoped that it would... I did almost nothing to make it do so. Seriously. A couple of back links, some social media, and then I let word of mouth do the rest. Will this always work? No, but it worked just fine for me. In just a few days time I had a site that had a 300,000+ visits, a few writeups in some major newspapers and some other forms of media attention. The moral of the story? Make your idea sell itself. Word of mouth is powerful. A little advertising doesn't hurt, but let's face it... if you don't have a big budget then find other ways to advertise than Google AdWords or the like. Backlinks off of forums, blogs, etc.
  14. Man, if this isn't sarcasm I don't know what is
  15. Yet... it never retries..
  16. I wouldn't so much pick one based off of which is easiest to learn, but instead which suits your needs best: http://www.phpframeworks.com/
  17. IMO go with a lump sum for your first project
  18. Apparently I have a fear of finishing a personal project, since I've started several and haven't gotten around to finishing them.
  19. Pretty much. A shared server is typically a single server that is shared with others. A cloud server has multiple physical servers that share resources.. which is better because typically if one physical server (a node) goes down for any reason, the others typically (and should) have backups and support the load while the node that went down is being brought back online.
  20. IMO Chrome's built-in web dev toolkit is more than enough for most applications. The only other ones I have installed are AdBlock, Bitly, and a secure password generator for quick use. Is there anything specific you're wanting?
  21. Ah, gotcha. Nope, not that I'm aware of. You could do a custom install script, depending on how much trouble you want to go through
  22. Nothing wrong with zipping them and uploading them to a client server. Just be sure to use relative paths within your application & probably a config file that'll need some editing. I think using PEAR might be overkill unless you're wanting a lot of people to get it. Just my $0.02
  23. oh the irony...
  24. I've found that sometimes the spam accounts sit format for a while (as PFM suggested) before they actually do anything. I'd suggest adding a captcha, or a more user friendly question/answer
  25. This topic has been moved to PHP Coding Help. http://www.phpfreaks.com/forums/index.php?topic=342847.0
×
×
  • 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.