This Week’s Link List (April 8, 2011)
Once again, lots going on this week. I found the two articles about Zitec deploying their PHP social networking application to Windows Azure to be especially interesting. And, of course, topics for math geeks are near and dear to my heart…maybe I should make “For the math geek” a regular category? Enjoy…
- Zitec is an IT consultancy that runs its PHP social-networking application on the Windows Azure Platform. This case study and interview are very insightful:
- Interview with CEO Alexandru Lapusan: https://blogs.msdn.com/b/sqlazure/archive/2011/04/05/10149777.aspx
- Windows Azure news…
- Maarten Balliauw walks you through lightweight PHP application deployment to Windows Azure: https://blog.maartenballiauw.be/post/2011/04/04/Lightweight-PHP-application-deployment-to-Windows-Azure.aspx
- Looking back one year after deploying to Windows Azure: https://blogs.msdn.com/b/bartr/archive/2011/04/05/sxp-one-year-later.aspx
- In this podcast, Corey Fowler digs into running PHP in Windows Azure as well as looks at differences between Azure and EC2: https://www.dotnetrocks.com/default.aspx?ShowNum=651
- Tips and tricks…
- Ten (potentially) super useful PHP code snippets: https://www.catswhocode.com/blog/10-super-useful-php-snippets
- A PHP quick reference for performance and security: https://css.dzone.com/news/php-quick-reference
- Detect your server OS in PHP: https://css.dzone.com/news/detecting-your-serverNeed to validate URLs? This investigation of the filter_var() function and it's possible flags might be helpful: https://www.hashbangcode.com/blog/revisiting-filtervar-and-filtervalidateurl-548.html
- Ben Lobaugh shares how he uses PHP to strip empty lines and comments from files in a directory: https://ben.lobaugh.net/blog/759/php-strip-empty-lines-and-comments-from-files-in-a-directory-recursively
- Using CSS PHP/Apache to connect to SQL Server: https://forums.codecharge.com/posts.php?post_id=114931
- Lorna Mitchell explains how to downgrade a PECL module: https://www.lornajane.net/posts/2011/Downgrading-a-PECL-Module
- General web development…
- I don't know that I would agree with the statement that "Javascript's sorting mechanism is a model of simplicity," but I this was interesting nonetheless (sophisticated sorting in Javascript): https://blogs.sitepoint.com/sophisticated-sorting-in-javascript/
- Keep your user's attention by letting them know how long tasks will take: https://www.davedevelopment.co.uk/2011/04/04/asynchronous-cache-priming-with-progress-bars-via-gearman-memcache-and-dojo/
- Brandon Savage lays out steps for eliminating validation blind spots: https://www.brandonsavage.net/validation-blind-spots-hurt-real-users/
- Framework news…
- Gonzalo Ayuso shows how to use a Zend Framework class to reflect over PHPDoc: https://gonzalo123.wordpress.com/2011/04/04/reflection-over-phpdoc-with-php/
- Helpful in understanding how Zend Framework applications work : https://3engineers.clariondoor.com/creating-3-step-layouts-with-zendlayout
- Jason Gilmore investigates the PHP Fat-Free Framework as an alternative to frameworks with steeper learning curves: https://www.phpbuilder.com/columns/php-fat-free-framework/Jason_Gilmore04052011.php3
- Cal Evans interviews Chris Cornutt and Chris Hartjes on Voices of the Elephpant:
- Meta development…
- Microsoft suggesting NoSQL standardization?! Cool. https://www.pcworld.com/businesscenter/article/224335/microsoft_researchers_nosql_needs_standardization.html
- An interesting discussion about private vs. protected methods: https://www.vancelucas.com/blog/protected-vs-private-scope-arrogance-fear-and-handcuffs/
- Some thoughts on how TDD and Pairing increase production: https://anarchycreek.com/2009/05/26/how-tdd-and-pairing-increase-production/
- For the beginner…
- This probably isn't interesting for the PHP expert, but it was new for me (variable functions in PHP): https://php.net/manual/en/functions.variable-functions.php
- Headers explained (Last Modified, Expire, and eTag): https://www.xpertdeveloper.com/2011/03/last-modified-header-vs-expire-header-vs-etag/
- Miscellaneous…
- Congrats to Maarten Balliauw for being a Microsoft MVP (again!): https://lucvdv.wordpress.com/2011/04/04/new-mvps-for-belgium-lux-announced-full-list-attached/
- There is a site for creating dummy images?! https://www.xpertdeveloper.com/2010/09/generate-dynamic-dummy-images-with-php/
- For the math geek…
- This is SO cool...using prime numbers to generate realistic tiled backgrounds: https://designfestival.com/the-cicada-principle-and-why-it-matters-to-web-designers/
- But why?! https://phpir.com/benfords-law
Have a great weekend!
-Brian