php Programming Glossary: improvement
How to properly set up a PDO connection http://stackoverflow.com/questions/11369360/how-to-properly-set-up-a-pdo-connection con con dbh Here I do believe there's room for massive improvement since I recently started learning OOP and using PDO instead.. What I should do instad areas I could or should change for improvement etc... I'm eager to learn... php sql class pdo share improve..
How to render ZF2 view within JSON response? http://stackoverflow.com/questions/12451399/how-to-render-zf2-view-within-json-response your criteria. Though i am sure that there is room for improvement as there's some nasty handwork to be done... public function..
Adding unobtrusive progress bar to old-school file uploads http://stackoverflow.com/questions/1650317/adding-unobtrusive-progress-bar-to-old-school-file-uploads that can show a progress bar while uploading a great improvement especially for shaky and low bandwidth connections. However..
PHP Mysql joins across databases http://stackoverflow.com/questions/1675333/php-mysql-joins-across-databases slow from my own research into it there is not much speed improvement with MYSQLi vs MYSQL. Real world tests don't show that being..
How to include config.php efficiently? http://stackoverflow.com/questions/1712973/how-to-include-config-php-efficiently auto_prepend_file ini setting however the biggest improvement you can make is to abandon the usage of multiple php files and..
Login without HTTPS, how to secure? http://stackoverflow.com/questions/2336678/login-without-https-how-to-secure the drawbacks of each such solutions is a plus. Amy improvement better than plain passwords is welcome. We do not aim for a..
PHP htmlentities() on input before DB insert, instead of on output http://stackoverflow.com/questions/3023728/php-htmlentities-on-input-before-db-insert-instead-of-on-output saving this step. However this would only leave a notable improvement if the HTML data is very large. In general to keep things readable..
Algorithm to get the excel-like column name of a number http://stackoverflow.com/questions/3302857/algorithm-to-get-the-excel-like-column-name-of-a-number do it Maybe something to keep it simpler or a performance improvement Edit ircmaxell's implementation works pretty fine. But I'm going..
Calculate business days http://stackoverflow.com/questions/336127/calculate-business-days on the date function page in the PHP manual. It's an improvement of an earlier function in the comments that adds support for..
Processing large JSON files in PHP http://stackoverflow.com/questions/4049428/processing-large-json-files-in-php
Is there a point to minifying PHP? http://stackoverflow.com/questions/4079920/is-there-a-point-to-minifying-php language. My question is would clients see a visible speed improvement in page loads and such if I were to minify my PHP Also is there.. for Digg earlier this year that covers the performance improvements given by HipHop. In short it's not too much faster than optimizing..
Facebook mutual friends and FQL 4999/5000 record limit http://stackoverflow.com/questions/4281210/facebook-mutual-friends-and-fql-4999-5000-record-limit averages 14 seconds for over 12 000 rows so that is a huge improvement. You can see the application at work here givememydata.com Oh..
Cached, PHP generated Thumbnails load slow: How to find problem/solution from Waterfall graphs? http://stackoverflow.com/questions/4810806/cached-php-generated-thumbnails-load-slow-how-to-find-problem-solution-from-wa
Is this correct object oriented programing in php? [closed] http://stackoverflow.com/questions/5329664/is-this-correct-object-oriented-programing-in-php correct OOP and while I am sure there is still room for improvement it's quite proper and SOLID in my book. And it's easy to maintain..
Is mysql_real_escape_string() necessary when using prepared statements? http://stackoverflow.com/questions/6232084/is-mysql-real-escape-string-necessary-when-using-prepared-statements query is necessary to use mysql_real_escape_string Any improvement or the query is fine consulta _REQUEST term . sql db prepare..
What does PHP do with deprecated functions? http://stackoverflow.com/questions/6822446/what-does-php-do-with-deprecated-functions has been deprecated and what to do. Most often it's an improvement e.g. in security so you really should deal with these warnings..
Split a text into single words http://stackoverflow.com/questions/790596/split-a-text-into-single-words text Is this a good approach Do you have any idea for improvement Thanks in advance php split splitting share improve this..
How do I add more than one row with Zend_Db? http://stackoverflow.com/questions/816910/how-do-i-add-more-than-one-row-with-zend-db 4 5 6 EXECUTE 7 8 9 However supporting either of these improvements would add complexity to the Row and Rowset classes. This is.. small number of rows is small so it would be a noticeable improvement only if you're bulk loading a huge number of rows. If that's..
How can one check to see if a remote file exists using PHP? http://stackoverflow.com/questions/981954/how-can-one-check-to-see-if-a-remote-file-exists-using-php closing. And being favicons small you might not see much improvement. Caching the result locally seems a good idea if it turns out..
|