 | News Feed |
 | Jobs Feed |
Sections
|
| feed this: |  |
Web & PHP Magazine: Issue #7 Published - "Full Throttle"
by Chris Cornutt October 10, 2012 @ 11:49:54
The latest issue of the Web & PHP Magazine has been published - Issue #7, "Full Throttle". Articles included in this issue are:
- Introduction into scaling for Big Data: Cory Isaacson's new column
- What can developers learn from the road? - By Arne Blankerts
- How to be an open source rockstar in 7 easy steps - By Jen Kramer
- PHP security for the real world - By Michael Stowe
- Developing Web Applications in Haskell - By Patrick Brisbin
- Speed up your applications using IIS & WinCache - By Arno Hollosi
You can download this latest issue for free as a PDF as well as picking up the past 6 issues with some great PHP-related content inside.
voice your opinion now!
webandphpmagazine issue publish bigdata opensource security haskell iis wincache
DZone.com: How to Build PHP 5.4 Applications with Visual Studio
by Chris Cornutt June 29, 2012 @ 08:26:08
On Dzone.com today there's a new post showing you how to build PHP applications with Visual Studio based on PHP project templates.
Developing web applications with PHP is cool, especially when you have the right development tools and even with more features added in PHP 5.4. But each time I left the comfort of Intellisense in Visual Studio to develop PHP applications using Zend or Netbeans for PHP, I was not always satisfied with those IDEs' code complete features. Thus, I decided to search for any available plugin that will provide this feature in Visual Studio.
The plugin used is on from Jcx.Software Corp. It adds in the PHP templates and Intellisense support for PHP code completion. He also shows how to set up an IIS server to work with it to make it easier to test your application.
voice your opinion now!
application development visualstudio template intellisense iis
Brian Swan's Blog: Performance Tuning PHP Apps on Windows/IIS with Output Caching
by Chris Cornutt June 09, 2011 @ 08:28:03
Brian Swan has a new post to his blog today showing you how to use caching for performance tuning on your Windows/IIS PHP application. He uses the IIS 7 output caching method instead of an external cacing tool or library.
The IIS output caching module allows you to configure IIS to cache dynamic pages generated by PHP. When a PHP page becomes "hot", the content of the page is cached so that is served without executing the script that generates it. [...] With the IIS Output Caching module you can cache all pages generated by PHP, vary what is cached by query string parameter value, or vary what is cached by header value.
He touches briefly on when he thinks you should use output caching for your applications since it can add extra overhead if it's not actually needed. He suggests turning it on when you have entire pages that don't change often and could benefit from just being displayed as-is. He shows how to enable the caching on IIS and includes some bits of code to show the results. There's a few other handy features he points out too like a file change notification and a configuration for a time interval caching rule.
voice your opinion now!
performance tuning cache windows iis tutorial
CodeFury.net: CodeIgniter/PHP + IIS + MySQL + MSSQL It Works!
by Chris Cornutt January 13, 2011 @ 11:09:50
Kenny Katzgrau has a recent post on the Code Fury blog talking about the combination of CodeIgniter, IIS, MySQL and MSSQL and how it all works in his installation (after a few small gotchas).
There are a lot of people out there who call themselves "LAMP" developers - short for Linux, Apache, MySQL, PHP. That's the standard configuration for production PHP applications. Recently, I ended up having to build a CodeIgniter application on Windows, IIS, Mysql+MS-SQL, and PHP. Sound like there are bound to be issues? You bet, and it especially hurts because now I'm a real-live WIMP developer. And what made it even more interesting was that due to constraints, I had to develop the application in Ubuntu and deploy to Windows for production.
He includes the list of the "gotchas" that he came across when doing the installation - six of them:
- PHP and MSSQL on Ubuntu
- PHP and MSSQL on Windows
- mssql vs. sqlsrv
- File Permissions and Logging
- No .htaccess Fo' You!
- 2 Databases, 1 Application
voice your opinion now!
codeigniter iis mysql mssql gotcha install
Josh Holmes' Blog: Rev it up with PHP and IIS
by Chris Cornutt November 16, 2010 @ 09:53:42
In a new post to his blog Josh Holmes has written up a summary of a talk he and Mark Brown (also of Microsoft) gave about running PHP on IIS and how good the performance is. The summary is a result of their session at this year's Zend/PHP Conference.
Mark Brown and I did a talk at ZendCon last week on how well PHP runs in IIS and more specifically, some things that you should do in order to make it run really well on IIS.
They looked back at the history between IIS and PHP - a bit rocky at times - and how, with IIS7 and improvements to FastCGI, this relations has changed for the better. He mentions WinCache, URL Rewrite, the PHP Manager for IIS and the PHP Interoperability effort Microsoft has started.
voice your opinion now!
iis zendcon10 presentation slides microsoft
Josh Holmes' Blog: ASP.NET and PHP On IIS Together
by Chris Cornutt November 12, 2010 @ 11:34:57
Happen to need both ASP.NET and PHP running on the same IIS server? Josh Holmes (and Mark Brown) have you covered with this new presentation posted to Josh's blog.
I got a question the other day about running both ASP.NET and PHP on the same server and whether or not it works. The short answer I gave is "Yes". The longer answer, I'm going to give here. In point of fact, both ASP.NET and PHP work really well on the instance of IIS. They can't share session state but otherwise it's a very peaceful existence.
The slides from the presentation are included in the post. There's also a full tutorial on how to get things set up correctly so that PHP and ASP.NET can play nicely on the same machine.
voice your opinion now!
iis aspnet webserver tutorial presentation
|
Community Events
Don't see your event here? Let us know!
|