Jeremiah's Blog: Setting Up Your Own Proxy
From this quick post (on Jeremiah's blog) we learn how to create a simple proxy for your web surfing needs with the help of Ubuntu Linux, Apache2, and PHP4. Using Ubuntu Linux, Apache2, & PHP4 we...
View ArticleJoshua Eichorn's Blog: Webthumb updates
Joshua Eichorn has a new update on his Webthumb application he's mentioned before, noting some of the issues/updates that he's worked through so far. Webthumb got off the ground yesterday without too...
View ArticleInternational PHP Magazine: Three Releases - Graphing, Blitz and Plugins
The International PHP Magazine has links to announcements of three new releases of PHP-related applications - the PHP Advanced Graph and Chart Collection, Blitz Templates and the Generic PHP Plugins...
View ArticleDeveloper Tutorials Blog: Why you should be using YAML for config
The Developer Tutorials blog has a new post mentioning the use of YAML structure for creating configuration files in your application. YAML, or YAML Ain't Markup Language, is a "human friendly data...
View ArticleAbhinav Singh's Blog: PHP Extensions - How and Why?
Abhinav Singh has posted a guide to PHP extensions - what they are and how to write a simple "hello world" one. Assuming you have read the previous post, lets discuss on how to build our first PHP...
View ArticleMake Me Pulse: Using the Zend Framework URL rewriting
New from the Make Me Pulse blog is this quick tutorial about bending the URL rewriting that the Zend Framework does to match whatever your needs might be. Today for a good website's referencement in...
View ArticleBen Scholzen's Blog: Writing powerful and easy config files with PHP-arrays
Ben Scholzen has written up a post about how regular PHP arrays can be used as a native configuration option for your applications. I was asked many times how I organize my config files, and my...
View ArticleRichard Thomas' Blog: Solar Framework Shorts - Controlling form layout
Richard Thomas has a new "Solar Short" posted to his blog to make life easier using the Solar Framework. This quick spotlight is about controlling the layout of the standard form renderer. Solar's...
View ArticleEvan Coury: Environment-specific configuration in Zend Framework 2
Evan Coury has a new post looking at setting up environment specific configurations in a Zend Framework 2 application letting you switch between configs based on an environment variable. So you're all...
View ArticleServerGrove Blog: Symfony2 components overview: Config
The ServerGrove blog has a new post today in their Symfony2 component spotlight series, this time focusing on the Config component. After a few weeks, we continue with the Symfony2 components series....
View Article