ernieleseberg.com
The Big List of PHP Frameworks - Ernie Leseberg
http://www.ernieleseberg.com/big-list-of-php-frameworks
On The Athletics Track. Drupal and site performance improvements. 5 Free Software PHP Issue Trackers. Version control for solo developers. Free and open source software is good for a small business. WordPress Custom Post Types. Introduction to PHP with Xdebug. Is an open license enough? Nginx and PHP environment directive. PHP image output and browser caching. WordPress custom upload directory. Review of ‘Producing Open Source Software’ by Karl Fogel. The Big List of PHP Frameworks. January 5, 2009.
webuildermaster.wordpress.com
webuildermaster | webuildermaster
https://webuildermaster.wordpress.com/author/webuildermaster
SEO advice: url canonicalization. I got my power back! Before I start collecting feedback on the Bigdaddy data center, I want to talk a little bit about canonicalization, www vs. non-www, redirects, duplicate urls, 302 hijacking, etc. so that we’re all on the same page. Q: What is a canonical url? Do you have to use such a weird word, anyway? Http:/ www.example.com. Http:/ www.example.com/index.html. Q: So how do I make sure that Google picks the url that I want? Q: Is there anything else I can do? It do...
experiencingweb.blogspot.com
Web Designing, Development and Hosting Assistant: The Big List of PHP Frameworks
http://experiencingweb.blogspot.com/2010/06/big-list-of-php-frameworks.html
Web Designing, Development and Hosting Assistant. Friday, June 4, 2010. The Big List of PHP Frameworks. A few frameworks are on the watch list, but not included in this update, generally because of a lack of documentation. These are:. I am sure that at least 1 active project has been missed. If so, add a comment, and it will be checked out. Http:/ www.agavi.org/. Http:/ trac.akelos.org/. Http:/ www.atk-framework.com/. Http:/ www.phpfuse.net/. Http:/ www.fusebox.org/. Http:/ www.interjinn.com/. Install Ap...
jimkeller.blogspot.com
Jim Keller: Why you should do your PHP development in FUSE
http://jimkeller.blogspot.com/2008/09/why-you-should-do-your-php-development.html
Jim Keller's (Context, LLC) technology and web development blog, with information and thoughts on PHP, Model View Controller (MVC) architecture, Javascript, AJAX, and more. Thursday, September 04, 2008. Why you should do your PHP development in FUSE. Fuse is a Model/View/Controller framework for PHP. If you're not familiar with MVC architecture, you may want to start with my other post, MVC and you: Partners in Freedom. 1 FUSE is easy to get running. Fuse was built so that PHP developers don't have to fe...
jimkeller.blogspot.com
Jim Keller: May 2008
http://jimkeller.blogspot.com/2008_05_01_archive.html
Jim Keller's (Context, LLC) technology and web development blog, with information and thoughts on PHP, Model View Controller (MVC) architecture, Javascript, AJAX, and more. Wednesday, May 21, 2008. Postfix smtpd connection hangs with no banner. First way: change the process limit just for smtpd in master.cf. Note the 200 in the "maxproc" field (the default is 100). Smtp inet n - n - 200 smtpd. Second way: change default process limit in your main.cf file (the default is 100). Tuesday, May 13, 2008. Php e...
jimkeller.blogspot.com
Jim Keller: September 2008
http://jimkeller.blogspot.com/2008_09_01_archive.html
Jim Keller's (Context, LLC) technology and web development blog, with information and thoughts on PHP, Model View Controller (MVC) architecture, Javascript, AJAX, and more. Thursday, September 04, 2008. Why you should do your PHP development in FUSE. Fuse is a Model/View/Controller framework for PHP. If you're not familiar with MVC architecture, you may want to start with my other post, MVC and you: Partners in Freedom. 1 FUSE is easy to get running. Fuse was built so that PHP developers don't have to fe...
jimkeller.blogspot.com
Jim Keller: October 2008
http://jimkeller.blogspot.com/2008_10_01_archive.html
Jim Keller's (Context, LLC) technology and web development blog, with information and thoughts on PHP, Model View Controller (MVC) architecture, Javascript, AJAX, and more. Friday, October 24, 2008. Stop undeliverable spoofed spam using maildrop and PHP. A few of our customers had this issue, so I devised a quick way to filter out the undeliverable messages via Maildrop and php. 1 Set Postfix to pass mail through Maildrop. Maildrop unix - n n - - pipe. Ini set('display errors', 'off');. Header = ' ;.
penturalabs.blogspot.com
Pentura Labs: February 2010
http://penturalabs.blogspot.com/2010_02_01_archive.html
Friday, 26 February 2010. Mixed content in different browsers. In security, one of the most old and famous attacks is Man In The Middle attack. With this technique we can read all the packets the user is sending to a server and analyse it. The solution? Use a secure layer to encrypt all the traffic. The way the browsers controls this is different in each one, but always insecure. The last version of Internet Explorer can be configured to check if we are loading insecure resources. I create a secure web p...
jimkeller.blogspot.com
Jim Keller: SwiftFile - Send files securely on the web
http://jimkeller.blogspot.com/2008/10/swiftfile-send-files-securely-on-web.html
Jim Keller's (Context, LLC) technology and web development blog, with information and thoughts on PHP, Model View Controller (MVC) architecture, Javascript, AJAX, and more. Wednesday, October 22, 2008. SwiftFile - Send files securely on the web. As the latest in a series of webtools that Context. Is launching, we've decided to offer an extremely easy, free, secure solution for uploading and sending files. Ultima Online Gold, UO Gold, crestingwait. Age of Conan Gold, AOC Gold. 酒店工作 PRETTY GIRL 酒店喝酒. Disre...
jimkeller.blogspot.com
Jim Keller: February 2008
http://jimkeller.blogspot.com/2008_02_01_archive.html
Jim Keller's (Context, LLC) technology and web development blog, with information and thoughts on PHP, Model View Controller (MVC) architecture, Javascript, AJAX, and more. Monday, February 18, 2008. MVC and you: Partners in Freedom! Why developers should be using Model View Controller architecture). What is Model / View / Controller architecture? Sounds pretty complicated. Why switch from my tried and true methods of inline scripting? Which framework do you recommend? Friday, February 01, 2008. Jim Kell...