php Programming Glossary: opinion
Signing PDFs on a server document using a signature from the user http://stackoverflow.com/questions/10656100/signing-pdfs-on-a-server-document-using-a-signature-from-the-user I can't do it without something like Java or so. In my opinion PHP and JavaScript sure as hell aren't going to be enough for..
Efficient JPEG Image Resizing in PHP http://stackoverflow.com/questions/12661/efficient-jpeg-image-resizing-in-php everyone else could not be the best for you. Also in my opinion ImageMagick has much better API interface. share improve this..
Suppress error with @ operator in PHP [closed] http://stackoverflow.com/questions/136899/suppress-error-with-operator-in-php error with @ operator in PHP closed In your opinion is it ever valid to use the @ operator to suppress an error..
How can I store my users' passwords safely? http://stackoverflow.com/questions/1581610/how-can-i-store-my-users-passwords-safely
Saving images in database mysql http://stackoverflow.com/questions/2753193/saving-images-in-database-mysql has url like this www.example.com image.php id 421 In your opinion this is a very wrong solution Should I rebuild all the site..
What is correct HTTP status code when redirecting to a login page? http://stackoverflow.com/questions/2839585/what-is-correct-http-status-code-when-redirecting-to-a-login-page Expires header field. fits a login page most closely in my opinion. I initially considered 303 see other which would work just..
ACL implementation http://stackoverflow.com/questions/3430181/acl-implementation First part answer ACL implementation In my humble opinion the best way to approach this would be to use decorator pattern..
Performance of FOR vs FOREACH in PHP http://stackoverflow.com/questions/3430194/performance-of-for-vs-foreach-in-php for loop share improve this question My personal opinion is to use what makes sense in the context. Personally I almost..
Secure hash and salt for PHP passwords http://stackoverflow.com/questions/401656/secure-hash-and-salt-for-php-passwords Lastly I am not a cryptographer. Whatever I've said is my opinion but I happen to think it's based on good ol' common sense .....
MySQL Binary Storage using BLOB VS OS File System: large files, large quantities, large problems http://stackoverflow.com/questions/4654004/mysql-binary-storage-using-blob-vs-os-file-system-large-files-large-quantities capacity in many more and many larger situations I feel my opinion now is better educated. Promotion or system migration of the..
How to handle diacritics (accents) when rewriting 'pretty URLs' http://stackoverflow.com/questions/465990/how-to-handle-diacritics-accents-when-rewriting-pretty-urls sure however that 1 many people will have a different opinion and 2 it is just plain wrong in the german example. Another.. to a 7bit equivalent So the question is what in your opinion is the most desirable result. within tech limits How to technically..
Doing calculations in MySQL vs PHP http://stackoverflow.com/questions/6449072/doing-calculations-in-mysql-vs-php on between a fellow developer and me where I'm having the opinion that we should A. Keep all calculations code logic in PHP and.. and treat MySQL as a 'dumb' repository of information His opinion B. Do a mix and match depending on whats easier faster. http.. and certainly not enough to out way the benefits. In my opinion code clarity and maintainability are more about consistency..
How can one use multi threading in PHP applications http://stackoverflow.com/questions/70855/how-can-one-use-multi-threading-in-php-applications phpeverywhere q node view 254 Not very robust in my opinion but it should afford you a bit of multitasking. share improve..
Is include()/require() with “side effects” a bad practice? http://stackoverflow.com/questions/7697389/is-include-require-with-side-effects-a-bad-practice never execute anything on its own. In other words in my opinion a require should behave in a very similar way to the import..
traits in php ??any real world examples/best practices? [closed] http://stackoverflow.com/questions/7892749/traits-in-php-any-real-world-examples-best-practices php traits share improve this question My personal opinion is that there is actually very little application for traits..
Header and footer in CodeIgniter http://stackoverflow.com/questions/9540576/header-and-footer-in-codeigniter How do you deal with that Or it's not a problem in your opinion Thanks. php codeigniter share improve this question Here's..
|