php Programming Glossary: experience
PDO MySQL: Use PDO::ATTR_EMULATE_PREPARES or not? http://stackoverflow.com/questions/10113562/pdo-mysql-use-pdoattr-emulate-prepares-or-not or which are useless even though they are cached. In my experience the query cache isn't often a very big win anyway. Queries and..
How to save a HTML5 Canvas as Image on a server http://stackoverflow.com/questions/13198131/how-to-save-a-html5-canvas-as-image-on-a-server programming in the last month and have very little experience with php AJAX but thought that perhaps this was a reasonable..
Blocking comment spam without using captcha [closed] http://stackoverflow.com/questions/1577918/blocking-comment-spam-without-using-captcha php captcha spam share improve this question In my experience the currently most effective methods are honeypot input fields..
How can I store my users' passwords safely? http://stackoverflow.com/questions/1581610/how-can-i-store-my-users-passwords-safely details those details have been programmed by people with experience and reviewed by many folks on the internet. For more information..
Is there a php library for email address validation? http://stackoverflow.com/questions/161342/is-there-a-php-library-for-email-address-validation They're not perfect but they do a fairly decent job in my experience. Example usage returns boolean filter_var someEmail FILTER_VALIDATE_EMAIL..
How can I store and retrieve images from a MySQL database using PHP? http://stackoverflow.com/questions/1636877/how-can-i-store-and-retrieve-images-from-a-mysql-database-using-php in MySQL and then retrieve it using PHP I have limited experience in either area and I could use a little code to get me started..
isset() and empty() make code ugly http://stackoverflow.com/questions/1960509/isset-and-empty-make-code-ugly to avoid information leakage and provide a better user experience even in the face of buggy code. To elaborate You will always..
Is there a PHP equivalent of Perl's WWW::Mechanize? http://stackoverflow.com/questions/199045/is-there-a-php-equivalent-of-perls-wwwmechanize The reason I'm asking for a PHP solution is that I have no experience with Perl and I could probably build what I need with a lot..
Are PHP short tags acceptable to use? http://stackoverflow.com/questions/200640/are-php-short-tags-acceptable-to-use are less portable and generally not recommended . In my experience most servers do have short tags enabled. Typing is far more..
Using a regular expression to validate an email address http://stackoverflow.com/questions/201323/using-a-regular-expression-to-validate-an-email-address to each RFC. This allows for a potentially more pleasing experience like The specified e mail address 'myemail@address com' is invalid...
Setting up a deployment / build / CI cycle for PHP projects http://stackoverflow.com/questions/2180460/setting-up-a-deployment-build-ci-cycle-for-php-projects are very kindly looked upon. I am looking for Feedback and experiences from people who are or were in a similar situation and have.. all as far as I can see but I have of course no detailed experience with them. I am swamped with work so I have a strong inclination..
How do I add exif data to an image? http://stackoverflow.com/questions/229446/how-do-i-add-exif-data-to-an-image in the docs that would achieve this. Has anybody any experience of doing this If it can't be done through imagemagick a PHP..
Opening/closing tags & performance? http://stackoverflow.com/questions/2437144/opening-closing-tags-performance fail to see a real important things. Just because lack of experience. Same for your question. Imagine you'll ever get some difference...
Robust and Mature HTML Parser for PHP [duplicate] http://stackoverflow.com/questions/292926/robust-and-mature-html-parser-for-php a SQL like syntax familiar to any developer with database experience. ScraperWiki . ScraperWiki's external interface allows you to..
How to show Ajax requests in URL? http://stackoverflow.com/questions/3205900/how-to-show-ajax-requests-in-url a b c to www.yoursite.com myapp # a b c and still keep the experience smooth for the user such that the 3 necessary redirects are..
What kinds of patterns could I enforce on the code to make it easier to translate to another programming language? http://stackoverflow.com/questions/3455456/what-kinds-of-patterns-could-i-enforce-on-the-code-to-make-it-easier-to-translat of this The answer is... It'll be an interesting learning experience. If you have any insights on how to make this less daunting.. languages such as C . It will be a hell of a learning experience it has been for us. You might find the technical Papers section.. for small code bases e.g. up to about 100K SLOC in our experience the economics simply don't justify it. Nobody likes this answer..
How do you parse and process HTML/XML in PHP? http://stackoverflow.com/questions/3577641/how-do-you-parse-and-process-html-xml-in-php a SQL like syntax familiar to any developer with database experience. ScraperWiki . ScraperWiki's external interface allows you to..
How to parse HTML with PHP? [duplicate] http://stackoverflow.com/questions/3650125/how-to-parse-html-with-php a SQL like syntax familiar to any developer with database experience. ScraperWiki . ScraperWiki's external interface allows you to..
|