SlideShare une entreprise Scribd logo
1  sur  55
MIX 07



Partying with
PHP on Windows
       Joe Stagner
      Opinionated Misfit Geek
       Microsoft Corporation
    Joe.Stagner@Microsoft.com
          www.JoeOn.net
I write REAL PHP Every Day.
In my personal life I run PHP Websites.
My sites get millions of visitors.
I've been the MSPHP guy for 6 years.
Microsoft is NOT Anti Open Source
 Sometimes it's business competition
 Often it's not.
Microsoft is not a fan of the GPL
 And I (personally) think …..
Microsoft DOES REAL Open Source
We do it where YOU tell us it matters
And where it fits our business model.
What’s the difference between
PHP and Linux?
How did PHP get popular ?
Why people use PHP.
Why people might use PHP on
Windows !
The PHP Ecosystem
 Applications, Applications, Applications……
 Open source designs
 Loose and Wild
 The PHP community contributes to a variety of
 defacto standard facilities to connect
 everything
 Zend and the PHP community are invested in
 Windows Specific PHP technology.
Some Favorite PHP Applications

PHP-Nuke       PostNuke     RunCMS          Mambo         Xoops       MyPHPAdmin




 PHPBB2        VBulletin    VBPortal        cPanel        Drupal         e107




 MD-Pro       MyPHPNuke    PHPWebSite      TikiWiki       Typo3         Xaraya




b2Evolution     bBlog      Serendipity    WordPress     TextPattern   OSCommerce




OSCNuke        Zen Cart    eGroupWare    phpGroupWare   Site@School     ATutor




  Moodle        Segue      Coppermine     QwikiWikki    SugarCRM      WebCalendar
Windows Ecosystem
 Over 600,000 partners in the Microsoft
 Ecosystem.
 Microsoft makes MUCH more than Windows
 Microsoft is making huge investments
 interoperability standards and technologies.
 (WS-I, etc.)
 Microsoft provides
  …. a complete turn-key infrastructure
  …. Individual best-of-breed applications for you to
  choose from
 FUTURE TECHNOLOGIES
Software Options from Microsoft
                                                                                 Identity
 MS Access      MS Outlook       BizTalk      SQL Server        MS LCS         Integration
                                                                                  Server



                                                               Business
  MS Excel       PowerPoint     SharePoint     SQL RS                          ISA Server
                                                               Manager



MS FrontPage     MS Project     MS CMS          SQL AS        Virtual Earth   Data Analyzer



               Small Business   Exchange
MS InfoPath                                    SQL NS         Messenger        MS Mobile
                Accounting       Server



                                Commerce
Live Meeting      MS Visio                   Project Server    MapPoint        Tablet PC
                                 Server



                                                                               MS Starter
MS OneNote       MS Word        MS CRM           MOM          App Center
                                                                                  Kits
More Software Options from Microsoft

   Active
                  IIS 6/7       Axapta        Navision    Info Bridge   Media Center
  Directory



                                               Retail
   ADAM           MSMQ        Great Plains                  WSH          Info Card
                                             Management


                                Small         Windows
Authorization    Windows
                               Business        Unix        DirectX         WinFX
  Manager       Server 2003
                               Manager        Services


 Operations      Windows                                                 Windows
                              MS Solomon     VBA / VSA     ActiveX
  Manager         Mobile                                                 Workflow


    MS                                                                  Presentation
                 XML-WS       Application       MSN        Hosted
 Enterprise                                                              Foundation
                  WSE           Center         Search      Controls
 Reporting                                                                (Avalon)


                 Windows        System        Windows        Host
 Windows                                                                   Vista
                  Media       Management       Index      Integration
 Embedded                                                                Longhorn
                  Server        Server         Server       Server
More Software Options from Microsoft



           Silverlight



            MS AJAX



          Live Services


      Local / Virtual Earth
There are some things you just can't do.
We don't all want to be systems developers.
We need to plan for growth and success.
But we don't want feature needs to drive choice.
PHP Developers work on Windows
machines anyway.
PHP is PHP is PHP. (Sort-of)
Other 3rd parties offer…….
 Phalanger = Managed Code PHP
  http://www.php-compiler.net/
 JCX.Software
  VS.PHP
Zend’s Windows Work Continues
What’s the problem anyway.
 CGI on Windows ?
 The PHP ISAPI Extension
 Will it get fixed ?
Component Creation
Calling binary .DLLs
Simplifying Interoperability
Remote Instancing
Application Multithreading
Asynchronous Dependencies
Multi Phase Transactions
Aggregating Multi-Interfaced Objects
Type Encapsulation & Abstraction
Object Scope Promotion
Static Instance Access
FASTCGI !
PHP on IIS 6
 PHP Versions…. Why choose ?
PHP on IIS 7
 New application context ?
More Options
 Managed Code (.NET) PHP
  Phalanger http://php-compiler.net/
 Windows Applications
  NuSphere PHPDoc
  WinBinnder
  PHP-Gtk
IIS
CGI, ISAPI
Winabler
FastCGI
Zend Platform
Phalanger
.NET Bridge
The Windows File System
SMTP
X.500
WDDX
MS-SQL Server, ADO, ODBC
 What about the new auth provider?
 What about database’d session state
XML
LDAP
Sockets
RSS
XML-RPC
XML Web Services / SOAP
PHP Extensibility Mechanisms
HTTP Form Tricks
  They can be Open
  They can be Hidden
  They can be Encrypted
Cookie Tricks
  They can also be encrypted

 Finally some ADVANTAGE to
  HTTP’s stateless protocol.
Build your own.
PHP on Windows built with VC++ (6)
PECL Extensions
PHP is Open Source
Office
WinDNA / COM
Microsoft .NET
What’s COM ?
PHP doesn’t REALLY speak COM.
COM is the Lingua Franca of Windows
 VB
 C++ (Ours and many others)
 Delphi
 Python
 Perl
 Cobol
 Fortran
<?php
   $myCOMObject =new
  COM(quot;COMObject.COMClassquot;);
   $myCOMObject->someMethod(“Some Argument”);
?>
…
VB      C++        C#        J#

     Common Language Specification




                                            Visual Studio .NET
       ASP .NET                   Windows
Web Forms Web Services
                                   Forms
 Mobile Internet Toolkit

           ADO .NET and XML

           Base Class Library

       Common Language Runtime

              Operating System
VS.NET           System.Web (ASP.NET)                              System.WinForms
                              UI
               SessionState
   C#                                                       Design         ComponentModel
                               HtmlControls
               Caching
 JScript       Security        WebControls
                                                                      System.Drawing
               Configuration
  VB
                     Simple Web Services
VC/MC++                                                     Drawing2D            Printing
                          Protocols
                                                            Imaging              Text
Debugger          Discovery      Description

Designers            System.Data (ADO.NET)                              System.Xml
               ADO                SQL                       XSLT                 Serialization
SDK Tools      Design                   Adapters            XPath
 CorDBG
                                                   System




                                                                                                 ECMA CLI
  ILAsm        Collections            IO               Security             Runtime
                                                                             InteropServices
               Configuration          Net              ServiceProcess
ILDbDump
                                                                             Remoting
               Diagnostics            Reflection       Text
   SN
                                                                             Serialization
               Globalization          Resources        Threading
 ILDAsm
                                       Common Language Runtime
 MetaInfo
                                                                           JIT
                  GC                         App Domain Loader
 PEVerify
                  MSIL                       Common Type System            Class Loader


                             Platform Adaptation Layer                       Networking
 Boot Loader
 Threads                       Sync                 Timers                   Filesystem
System.Web                        System.Windows.Forms
Services            UI                       Design         ComponentModel
 Description         HtmlControls
 Discovery           WebControls
 Protocols                                            System.Drawing
Caching             Security                 Drawing2D         Printing
Configuration       SessionState             Imaging           Text

           System.Data                                   System.Xml
OleDb               SqlClient                XSLT              Serialization
Common              SQLTypes                 XPath

                                    System
Collections          IO                Security              Runtime
                                                              InteropServices
Configuration        Net               ServiceProcess
                                                              Remoting
Diagnostics          Reflection        Text
                                                              Serialization
Globalization        Resources         Threading
COM Callable Wrapper
Runtime Callable Wrapper
PHP Restrictions
 OLE 2
Parameterless Constructors
NuSOAP
PHP 5 – Native SOAP Extension
ezSOAP
PEAR::SOAP
Intergrated with ASP.NET Server
Complealty Independent Client Framework
Server Implementation Samples for Non-MS
Completely Free
Completely Open Source
Most are Free
Most are Platform Independent
Most are Ad Free
CLIENT !
Cross Platform
Rich Media
You're hearing all about it !!!
A native Active Directory API PHP
An AzMan API for PHP
A PHP Bridge to ADAM
An ASP.NET 2.0 Authentication Provider for PHP
A seamless session state bridge.
A CDO / Exchange Bridge for PHP
PHP-Nuke, Mambo, etc. etc.
 On Microsoft SQL
 Optionally in Phalanger
 Optionally using AD
•Get your FREE Visual Studio
•Understand what products Microsoft makes.
•Email Joe.Stagner@Microsoft.com
•Read me at www.JoeOn.net
•Andrew Stopford
•Michael Pham
•NuSphere
Q&A

                                THANKS !

                                © 2007 Microsoft Corporation. All rights reserved.
This presentation is for informational purposes only. Microsoft makes no warranties, express or implied, in this summary.
© 2007 Microsoft Corporation. All rights reserved. Microsoft, Windows, Windows Vista and other product names are or may be registered trademarks and/or trademarks in the U.S. and/or other countries.
The information herein is for informational purposes only and represents the current view of Microsoft Corporation as of the date of this presentation. Because Microsoft must respond to changing market conditions,
                 it should not be interpreted to be a commitment on the part of Microsoft, and Microsoft cannot guarantee the accuracy of any information provided after the date of this presentation.
                                       MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

Contenu connexe

Tendances

Ibm 1 Wps Arch
Ibm 1 Wps ArchIbm 1 Wps Arch
Ibm 1 Wps Archluohd
 
Ajax In Enterprise Portals Wesley Hales
Ajax In Enterprise Portals Wesley HalesAjax In Enterprise Portals Wesley Hales
Ajax In Enterprise Portals Wesley Halesrajivmordani
 
Actively looking for an opportunity to work as a challenging Dot Net Developer
Actively looking for an opportunity to work as a challenging Dot Net DeveloperActively looking for an opportunity to work as a challenging Dot Net Developer
Actively looking for an opportunity to work as a challenging Dot Net DeveloperKarthik Reddy
 
Find me if you can – smart fuzzing and discovery! shreeraj shah
Find me if you can – smart fuzzing and discovery!   shreeraj shahFind me if you can – smart fuzzing and discovery!   shreeraj shah
Find me if you can – smart fuzzing and discovery! shreeraj shahowaspindia
 
Bd conf sencha touch workshop
Bd conf sencha touch workshopBd conf sencha touch workshop
Bd conf sencha touch workshopJames Pearce
 
6 develop web20_with_rad-tim_frnacis_sarika-s
6 develop web20_with_rad-tim_frnacis_sarika-s6 develop web20_with_rad-tim_frnacis_sarika-s
6 develop web20_with_rad-tim_frnacis_sarika-sIBM
 
J2 Ee Vs. .Net Workshop
J2 Ee Vs. .Net WorkshopJ2 Ee Vs. .Net Workshop
J2 Ee Vs. .Net Workshopdanglvh
 
Silverlight overview
Silverlight overviewSilverlight overview
Silverlight overviewTaras Romanyk
 
Miha Lesjak Mobilizing The Web with Web Runtime
Miha Lesjak Mobilizing The Web with Web RuntimeMiha Lesjak Mobilizing The Web with Web Runtime
Miha Lesjak Mobilizing The Web with Web RuntimeNokiaAppForum
 
Keynote Rockford Lhotka on the Microsoft Development Platftorm
Keynote   Rockford Lhotka on the Microsoft Development PlatftormKeynote   Rockford Lhotka on the Microsoft Development Platftorm
Keynote Rockford Lhotka on the Microsoft Development PlatftormCode Mastery
 
Silverlight Document Search Engine
Silverlight Document Search EngineSilverlight Document Search Engine
Silverlight Document Search EngineMustata Bogdan
 
Dojo CRUD Components
Dojo CRUD ComponentsDojo CRUD Components
Dojo CRUD ComponentsTom Mahieu
 
InduSoft Web Studio e Dream Report
InduSoft Web Studio e Dream ReportInduSoft Web Studio e Dream Report
InduSoft Web Studio e Dream ReportAVEVA
 

Tendances (20)

Ibm 1 Wps Arch
Ibm 1 Wps ArchIbm 1 Wps Arch
Ibm 1 Wps Arch
 
Aspnet
AspnetAspnet
Aspnet
 
Ajax In Enterprise Portals Wesley Hales
Ajax In Enterprise Portals Wesley HalesAjax In Enterprise Portals Wesley Hales
Ajax In Enterprise Portals Wesley Hales
 
CV
CVCV
CV
 
Actively looking for an opportunity to work as a challenging Dot Net Developer
Actively looking for an opportunity to work as a challenging Dot Net DeveloperActively looking for an opportunity to work as a challenging Dot Net Developer
Actively looking for an opportunity to work as a challenging Dot Net Developer
 
Find me if you can – smart fuzzing and discovery! shreeraj shah
Find me if you can – smart fuzzing and discovery!   shreeraj shahFind me if you can – smart fuzzing and discovery!   shreeraj shah
Find me if you can – smart fuzzing and discovery! shreeraj shah
 
Bd conf sencha touch workshop
Bd conf sencha touch workshopBd conf sencha touch workshop
Bd conf sencha touch workshop
 
6 develop web20_with_rad-tim_frnacis_sarika-s
6 develop web20_with_rad-tim_frnacis_sarika-s6 develop web20_with_rad-tim_frnacis_sarika-s
6 develop web20_with_rad-tim_frnacis_sarika-s
 
Resume 2016-5
Resume 2016-5Resume 2016-5
Resume 2016-5
 
Oracle advanced
Oracle advancedOracle advanced
Oracle advanced
 
J2 Ee Vs. .Net Workshop
J2 Ee Vs. .Net WorkshopJ2 Ee Vs. .Net Workshop
J2 Ee Vs. .Net Workshop
 
air
airair
air
 
Silverlight overview
Silverlight overviewSilverlight overview
Silverlight overview
 
Miha Lesjak Mobilizing The Web with Web Runtime
Miha Lesjak Mobilizing The Web with Web RuntimeMiha Lesjak Mobilizing The Web with Web Runtime
Miha Lesjak Mobilizing The Web with Web Runtime
 
Keynote Rockford Lhotka on the Microsoft Development Platftorm
Keynote   Rockford Lhotka on the Microsoft Development PlatftormKeynote   Rockford Lhotka on the Microsoft Development Platftorm
Keynote Rockford Lhotka on the Microsoft Development Platftorm
 
Silverlight Document Search Engine
Silverlight Document Search EngineSilverlight Document Search Engine
Silverlight Document Search Engine
 
Dojo CRUD Components
Dojo CRUD ComponentsDojo CRUD Components
Dojo CRUD Components
 
Krishnakumar Rajendran (1)
Krishnakumar Rajendran (1)Krishnakumar Rajendran (1)
Krishnakumar Rajendran (1)
 
Ria with dojo
Ria with dojoRia with dojo
Ria with dojo
 
InduSoft Web Studio e Dream Report
InduSoft Web Studio e Dream ReportInduSoft Web Studio e Dream Report
InduSoft Web Studio e Dream Report
 

En vedette

Building Web Applications with Windows Azure
Building Web Applications with Windows AzureBuilding Web Applications with Windows Azure
Building Web Applications with Windows Azuregoodfriday
 
Wright Patricia Ao 2008 Government La Salle A
Wright Patricia Ao 2008 Government La Salle AWright Patricia Ao 2008 Government La Salle A
Wright Patricia Ao 2008 Government La Salle Agoodfriday
 
What's New in Microsoft Silverlight 3
What's New in Microsoft Silverlight 3What's New in Microsoft Silverlight 3
What's New in Microsoft Silverlight 3goodfriday
 
Keyword Services Platform (KSP) from Microsoft adCenter
Keyword Services Platform (KSP) from Microsoft adCenterKeyword Services Platform (KSP) from Microsoft adCenter
Keyword Services Platform (KSP) from Microsoft adCentergoodfriday
 
AJAX Patterns with ASP.NET
AJAX Patterns with ASP.NETAJAX Patterns with ASP.NET
AJAX Patterns with ASP.NETgoodfriday
 
Easter Carnival 2009 Program
Easter Carnival 2009   ProgramEaster Carnival 2009   Program
Easter Carnival 2009 Programgoodfriday
 
Search Capabilities for Dynamic Web Content
Search Capabilities for Dynamic Web ContentSearch Capabilities for Dynamic Web Content
Search Capabilities for Dynamic Web Contentgoodfriday
 
Sani Trash Schedule Update 2009
Sani Trash Schedule Update 2009Sani Trash Schedule Update 2009
Sani Trash Schedule Update 2009goodfriday
 
Microsoft Xbox "Lips" and "Fable II": Multi Channel Experiences Friday, March...
Microsoft Xbox "Lips" and "Fable II": Multi Channel Experiences Friday, March...Microsoft Xbox "Lips" and "Fable II": Multi Channel Experiences Friday, March...
Microsoft Xbox "Lips" and "Fable II": Multi Channel Experiences Friday, March...goodfriday
 
Plagiarism Power Point
Plagiarism Power PointPlagiarism Power Point
Plagiarism Power Pointgoodfriday
 
Goodfridayservice
GoodfridayserviceGoodfridayservice
Goodfridayservicegoodfriday
 
Web Apps atop a Content Repository
Web Apps atop a Content RepositoryWeb Apps atop a Content Repository
Web Apps atop a Content RepositoryGabriel Walt
 
How To Implement a CMS
How To Implement a CMSHow To Implement a CMS
How To Implement a CMSJonathan Smith
 

En vedette (20)

Building Web Applications with Windows Azure
Building Web Applications with Windows AzureBuilding Web Applications with Windows Azure
Building Web Applications with Windows Azure
 
Wright Patricia Ao 2008 Government La Salle A
Wright Patricia Ao 2008 Government La Salle AWright Patricia Ao 2008 Government La Salle A
Wright Patricia Ao 2008 Government La Salle A
 
Mareng
MarengMareng
Mareng
 
Easter
EasterEaster
Easter
 
What's New in Microsoft Silverlight 3
What's New in Microsoft Silverlight 3What's New in Microsoft Silverlight 3
What's New in Microsoft Silverlight 3
 
good friday
good fridaygood friday
good friday
 
Keyword Services Platform (KSP) from Microsoft adCenter
Keyword Services Platform (KSP) from Microsoft adCenterKeyword Services Platform (KSP) from Microsoft adCenter
Keyword Services Platform (KSP) from Microsoft adCenter
 
AJAX Patterns with ASP.NET
AJAX Patterns with ASP.NETAJAX Patterns with ASP.NET
AJAX Patterns with ASP.NET
 
Easter Carnival 2009 Program
Easter Carnival 2009   ProgramEaster Carnival 2009   Program
Easter Carnival 2009 Program
 
Search Capabilities for Dynamic Web Content
Search Capabilities for Dynamic Web ContentSearch Capabilities for Dynamic Web Content
Search Capabilities for Dynamic Web Content
 
Sani Trash Schedule Update 2009
Sani Trash Schedule Update 2009Sani Trash Schedule Update 2009
Sani Trash Schedule Update 2009
 
Microsoft Xbox "Lips" and "Fable II": Multi Channel Experiences Friday, March...
Microsoft Xbox "Lips" and "Fable II": Multi Channel Experiences Friday, March...Microsoft Xbox "Lips" and "Fable II": Multi Channel Experiences Friday, March...
Microsoft Xbox "Lips" and "Fable II": Multi Channel Experiences Friday, March...
 
Bank
BankBank
Bank
 
Plagiarism Power Point
Plagiarism Power PointPlagiarism Power Point
Plagiarism Power Point
 
Goodfridayservice
GoodfridayserviceGoodfridayservice
Goodfridayservice
 
Easter
EasterEaster
Easter
 
1.0 capítulo 4
1.0 capítulo 41.0 capítulo 4
1.0 capítulo 4
 
Web Apps atop a Content Repository
Web Apps atop a Content RepositoryWeb Apps atop a Content Repository
Web Apps atop a Content Repository
 
Drive dam
Drive damDrive dam
Drive dam
 
How To Implement a CMS
How To Implement a CMSHow To Implement a CMS
How To Implement a CMS
 

Similaire à Partying with PHP (…and the Microsoft Platform)

Joe Staner Zend Con 2008
Joe Staner Zend Con 2008Joe Staner Zend Con 2008
Joe Staner Zend Con 2008ZendCon
 
Soa204 Kawasaki Final
Soa204 Kawasaki FinalSoa204 Kawasaki Final
Soa204 Kawasaki FinalAnush Kumar
 
Overall & technical IT Recruitment skills
Overall &  technical IT Recruitment skills Overall &  technical IT Recruitment skills
Overall & technical IT Recruitment skills Toine Van Kastel
 
Building Cross Platform Mobile Web Apps
Building Cross Platform Mobile Web AppsBuilding Cross Platform Mobile Web Apps
Building Cross Platform Mobile Web AppsJames Pearce
 
Uni Paa S Overview
Uni Paa S  OverviewUni Paa S  Overview
Uni Paa S OverviewArik
 
Programming SharePoint 2010 with Visual Studio 2010
Programming SharePoint 2010 with Visual Studio 2010Programming SharePoint 2010 with Visual Studio 2010
Programming SharePoint 2010 with Visual Studio 2010Quang Nguyễn Bá
 
Machine Builders and InduSoft Webinar
Machine Builders and InduSoft WebinarMachine Builders and InduSoft Webinar
Machine Builders and InduSoft WebinarAVEVA
 
Polysource-IT Profile
Polysource-IT ProfilePolysource-IT Profile
Polysource-IT ProfileHelen
 
Polysource-IT Profile
Polysource-IT ProfilePolysource-IT Profile
Polysource-IT ProfileHelen
 
Technologies Skills
Technologies SkillsTechnologies Skills
Technologies SkillsS LMS
 
Technologies Skills
Technologies SkillsTechnologies Skills
Technologies SkillsDeepak Raj
 
Magic xpa total mobility experience
Magic xpa   total mobility experienceMagic xpa   total mobility experience
Magic xpa total mobility experienceRodney Repullo
 
Windows 8 App Developer Day
Windows 8 App Developer DayWindows 8 App Developer Day
Windows 8 App Developer DayPatric Boscolo
 
An Introduction to Sencha Touch
An Introduction to Sencha TouchAn Introduction to Sencha Touch
An Introduction to Sencha TouchJames Pearce
 

Similaire à Partying with PHP (…and the Microsoft Platform) (20)

Joe Staner Zend Con 2008
Joe Staner Zend Con 2008Joe Staner Zend Con 2008
Joe Staner Zend Con 2008
 
Soa204 Kawasaki Final
Soa204 Kawasaki FinalSoa204 Kawasaki Final
Soa204 Kawasaki Final
 
Overall & technical IT Recruitment skills
Overall &  technical IT Recruitment skills Overall &  technical IT Recruitment skills
Overall & technical IT Recruitment skills
 
Asp.net.
Asp.net.Asp.net.
Asp.net.
 
Asp.net basic
Asp.net basicAsp.net basic
Asp.net basic
 
Visual studio.net
Visual studio.netVisual studio.net
Visual studio.net
 
Building Cross Platform Mobile Web Apps
Building Cross Platform Mobile Web AppsBuilding Cross Platform Mobile Web Apps
Building Cross Platform Mobile Web Apps
 
Uni Paa S Overview
Uni Paa S  OverviewUni Paa S  Overview
Uni Paa S Overview
 
Programming SharePoint 2010 with Visual Studio 2010
Programming SharePoint 2010 with Visual Studio 2010Programming SharePoint 2010 with Visual Studio 2010
Programming SharePoint 2010 with Visual Studio 2010
 
Machine Builders and InduSoft Webinar
Machine Builders and InduSoft WebinarMachine Builders and InduSoft Webinar
Machine Builders and InduSoft Webinar
 
Polysource-IT Profile
Polysource-IT ProfilePolysource-IT Profile
Polysource-IT Profile
 
Polysource-IT Profile
Polysource-IT ProfilePolysource-IT Profile
Polysource-IT Profile
 
Technologies Skills
Technologies SkillsTechnologies Skills
Technologies Skills
 
Technologies Skills
Technologies SkillsTechnologies Skills
Technologies Skills
 
Help desk
Help deskHelp desk
Help desk
 
Magic xpa total mobility experience
Magic xpa   total mobility experienceMagic xpa   total mobility experience
Magic xpa total mobility experience
 
Magic xpa total mobility experience
Magic xpa   total mobility experienceMagic xpa   total mobility experience
Magic xpa total mobility experience
 
As Pdotnet
As PdotnetAs Pdotnet
As Pdotnet
 
Windows 8 App Developer Day
Windows 8 App Developer DayWindows 8 App Developer Day
Windows 8 App Developer Day
 
An Introduction to Sencha Touch
An Introduction to Sencha TouchAn Introduction to Sencha Touch
An Introduction to Sencha Touch
 

Plus de goodfriday

Narine Presentations 20051021 134052
Narine Presentations 20051021 134052Narine Presentations 20051021 134052
Narine Presentations 20051021 134052goodfriday
 
09 03 22 easter
09 03 22 easter09 03 22 easter
09 03 22 eastergoodfriday
 
Holy Week Easter 2009
Holy Week Easter 2009Holy Week Easter 2009
Holy Week Easter 2009goodfriday
 
Holt Park Easter 09 Swim
Holt Park Easter 09 SwimHolt Park Easter 09 Swim
Holt Park Easter 09 Swimgoodfriday
 
Swarthmore Lentbrochure20092
Swarthmore Lentbrochure20092Swarthmore Lentbrochure20092
Swarthmore Lentbrochure20092goodfriday
 
Eastercard2009
Eastercard2009Eastercard2009
Eastercard2009goodfriday
 
Easterservices2009
Easterservices2009Easterservices2009
Easterservices2009goodfriday
 
Bulletin Current
Bulletin CurrentBulletin Current
Bulletin Currentgoodfriday
 
March 2009 Newsletter
March 2009 NewsletterMarch 2009 Newsletter
March 2009 Newslettergoodfriday
 
Lent Easter 2009
Lent Easter 2009Lent Easter 2009
Lent Easter 2009goodfriday
 
Easterpowersports09
Easterpowersports09Easterpowersports09
Easterpowersports09goodfriday
 
Easter Trading 09
Easter Trading 09Easter Trading 09
Easter Trading 09goodfriday
 
Easter Brochure 2009
Easter Brochure 2009Easter Brochure 2009
Easter Brochure 2009goodfriday
 
March April 2009 Calendar
March April 2009 CalendarMarch April 2009 Calendar
March April 2009 Calendargoodfriday
 

Plus de goodfriday (20)

Narine Presentations 20051021 134052
Narine Presentations 20051021 134052Narine Presentations 20051021 134052
Narine Presentations 20051021 134052
 
Triunemar05
Triunemar05Triunemar05
Triunemar05
 
09 03 22 easter
09 03 22 easter09 03 22 easter
09 03 22 easter
 
Holy Week Easter 2009
Holy Week Easter 2009Holy Week Easter 2009
Holy Week Easter 2009
 
Holt Park Easter 09 Swim
Holt Park Easter 09 SwimHolt Park Easter 09 Swim
Holt Park Easter 09 Swim
 
Easter Letter
Easter LetterEaster Letter
Easter Letter
 
April2009
April2009April2009
April2009
 
Swarthmore Lentbrochure20092
Swarthmore Lentbrochure20092Swarthmore Lentbrochure20092
Swarthmore Lentbrochure20092
 
Eastercard2009
Eastercard2009Eastercard2009
Eastercard2009
 
Easterservices2009
Easterservices2009Easterservices2009
Easterservices2009
 
Bulletin Current
Bulletin CurrentBulletin Current
Bulletin Current
 
Easter2009
Easter2009Easter2009
Easter2009
 
Bulletin
BulletinBulletin
Bulletin
 
March 2009 Newsletter
March 2009 NewsletterMarch 2009 Newsletter
March 2009 Newsletter
 
Mar 29 2009
Mar 29 2009Mar 29 2009
Mar 29 2009
 
Lent Easter 2009
Lent Easter 2009Lent Easter 2009
Lent Easter 2009
 
Easterpowersports09
Easterpowersports09Easterpowersports09
Easterpowersports09
 
Easter Trading 09
Easter Trading 09Easter Trading 09
Easter Trading 09
 
Easter Brochure 2009
Easter Brochure 2009Easter Brochure 2009
Easter Brochure 2009
 
March April 2009 Calendar
March April 2009 CalendarMarch April 2009 Calendar
March April 2009 Calendar
 

Dernier

Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 3652toLead Limited
 
Google AI Hackathon: LLM based Evaluator for RAG
Google AI Hackathon: LLM based Evaluator for RAGGoogle AI Hackathon: LLM based Evaluator for RAG
Google AI Hackathon: LLM based Evaluator for RAGSujit Pal
 
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersEnhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersThousandEyes
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesSinan KOZAK
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationRidwan Fadjar
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Igalia
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Miguel Araújo
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Servicegiselly40
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking MenDelhi Call girls
 
Maximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxMaximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxOnBoard
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonetsnaman860154
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024Rafal Los
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptxHampshireHUG
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityPrincipled Technologies
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slidevu2urc
 
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...shyamraj55
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountPuma Security, LLC
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationRadu Cotescu
 
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure serviceWhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure servicePooja Nehwal
 

Dernier (20)

Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
 
Google AI Hackathon: LLM based Evaluator for RAG
Google AI Hackathon: LLM based Evaluator for RAGGoogle AI Hackathon: LLM based Evaluator for RAG
Google AI Hackathon: LLM based Evaluator for RAG
 
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersEnhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen Frames
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 Presentation
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Service
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
 
Maximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxMaximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptx
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonets
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivity
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
 
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path Mount
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure serviceWhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
 

Partying with PHP (…and the Microsoft Platform)

  • 1.
  • 2.
  • 3. MIX 07 Partying with PHP on Windows Joe Stagner Opinionated Misfit Geek Microsoft Corporation Joe.Stagner@Microsoft.com www.JoeOn.net
  • 4. I write REAL PHP Every Day. In my personal life I run PHP Websites. My sites get millions of visitors. I've been the MSPHP guy for 6 years.
  • 5.
  • 6.
  • 7.
  • 8. Microsoft is NOT Anti Open Source Sometimes it's business competition Often it's not. Microsoft is not a fan of the GPL And I (personally) think ….. Microsoft DOES REAL Open Source We do it where YOU tell us it matters And where it fits our business model.
  • 9. What’s the difference between PHP and Linux? How did PHP get popular ? Why people use PHP. Why people might use PHP on Windows !
  • 10. The PHP Ecosystem Applications, Applications, Applications…… Open source designs Loose and Wild The PHP community contributes to a variety of defacto standard facilities to connect everything Zend and the PHP community are invested in Windows Specific PHP technology.
  • 11. Some Favorite PHP Applications PHP-Nuke PostNuke RunCMS Mambo Xoops MyPHPAdmin PHPBB2 VBulletin VBPortal cPanel Drupal e107 MD-Pro MyPHPNuke PHPWebSite TikiWiki Typo3 Xaraya b2Evolution bBlog Serendipity WordPress TextPattern OSCommerce OSCNuke Zen Cart eGroupWare phpGroupWare Site@School ATutor Moodle Segue Coppermine QwikiWikki SugarCRM WebCalendar
  • 12. Windows Ecosystem Over 600,000 partners in the Microsoft Ecosystem. Microsoft makes MUCH more than Windows Microsoft is making huge investments interoperability standards and technologies. (WS-I, etc.) Microsoft provides …. a complete turn-key infrastructure …. Individual best-of-breed applications for you to choose from FUTURE TECHNOLOGIES
  • 13. Software Options from Microsoft Identity MS Access MS Outlook BizTalk SQL Server MS LCS Integration Server Business MS Excel PowerPoint SharePoint SQL RS ISA Server Manager MS FrontPage MS Project MS CMS SQL AS Virtual Earth Data Analyzer Small Business Exchange MS InfoPath SQL NS Messenger MS Mobile Accounting Server Commerce Live Meeting MS Visio Project Server MapPoint Tablet PC Server MS Starter MS OneNote MS Word MS CRM MOM App Center Kits
  • 14. More Software Options from Microsoft Active IIS 6/7 Axapta Navision Info Bridge Media Center Directory Retail ADAM MSMQ Great Plains WSH Info Card Management Small Windows Authorization Windows Business Unix DirectX WinFX Manager Server 2003 Manager Services Operations Windows Windows MS Solomon VBA / VSA ActiveX Manager Mobile Workflow MS Presentation XML-WS Application MSN Hosted Enterprise Foundation WSE Center Search Controls Reporting (Avalon) Windows System Windows Host Windows Vista Media Management Index Integration Embedded Longhorn Server Server Server Server
  • 15. More Software Options from Microsoft Silverlight MS AJAX Live Services Local / Virtual Earth
  • 16. There are some things you just can't do. We don't all want to be systems developers. We need to plan for growth and success. But we don't want feature needs to drive choice.
  • 17. PHP Developers work on Windows machines anyway. PHP is PHP is PHP. (Sort-of) Other 3rd parties offer……. Phalanger = Managed Code PHP http://www.php-compiler.net/ JCX.Software VS.PHP Zend’s Windows Work Continues
  • 18. What’s the problem anyway. CGI on Windows ? The PHP ISAPI Extension Will it get fixed ?
  • 19. Component Creation Calling binary .DLLs Simplifying Interoperability Remote Instancing Application Multithreading Asynchronous Dependencies Multi Phase Transactions Aggregating Multi-Interfaced Objects Type Encapsulation & Abstraction Object Scope Promotion Static Instance Access
  • 20. FASTCGI ! PHP on IIS 6 PHP Versions…. Why choose ? PHP on IIS 7 New application context ?
  • 21.
  • 22. More Options Managed Code (.NET) PHP Phalanger http://php-compiler.net/ Windows Applications NuSphere PHPDoc WinBinnder PHP-Gtk
  • 23.
  • 24.
  • 26. The Windows File System SMTP X.500 WDDX MS-SQL Server, ADO, ODBC What about the new auth provider? What about database’d session state XML LDAP
  • 27. Sockets RSS XML-RPC XML Web Services / SOAP PHP Extensibility Mechanisms
  • 28. HTTP Form Tricks They can be Open They can be Hidden They can be Encrypted Cookie Tricks They can also be encrypted Finally some ADVANTAGE to HTTP’s stateless protocol.
  • 29. Build your own. PHP on Windows built with VC++ (6) PECL Extensions PHP is Open Source
  • 31.
  • 33. What’s COM ? PHP doesn’t REALLY speak COM. COM is the Lingua Franca of Windows VB C++ (Ours and many others) Delphi Python Perl Cobol Fortran
  • 34. <?php $myCOMObject =new COM(quot;COMObject.COMClassquot;); $myCOMObject->someMethod(“Some Argument”); ?>
  • 35.
  • 36. … VB C++ C# J# Common Language Specification Visual Studio .NET ASP .NET Windows Web Forms Web Services Forms Mobile Internet Toolkit ADO .NET and XML Base Class Library Common Language Runtime Operating System
  • 37. VS.NET System.Web (ASP.NET) System.WinForms UI SessionState C# Design ComponentModel HtmlControls Caching JScript Security WebControls System.Drawing Configuration VB Simple Web Services VC/MC++ Drawing2D Printing Protocols Imaging Text Debugger Discovery Description Designers System.Data (ADO.NET) System.Xml ADO SQL XSLT Serialization SDK Tools Design Adapters XPath CorDBG System ECMA CLI ILAsm Collections IO Security Runtime InteropServices Configuration Net ServiceProcess ILDbDump Remoting Diagnostics Reflection Text SN Serialization Globalization Resources Threading ILDAsm Common Language Runtime MetaInfo JIT GC App Domain Loader PEVerify MSIL Common Type System Class Loader Platform Adaptation Layer Networking Boot Loader Threads Sync Timers Filesystem
  • 38. System.Web System.Windows.Forms Services UI Design ComponentModel Description HtmlControls Discovery WebControls Protocols System.Drawing Caching Security Drawing2D Printing Configuration SessionState Imaging Text System.Data System.Xml OleDb SqlClient XSLT Serialization Common SQLTypes XPath System Collections IO Security Runtime InteropServices Configuration Net ServiceProcess Remoting Diagnostics Reflection Text Serialization Globalization Resources Threading
  • 39. COM Callable Wrapper Runtime Callable Wrapper PHP Restrictions OLE 2 Parameterless Constructors
  • 40.
  • 41. NuSOAP PHP 5 – Native SOAP Extension ezSOAP PEAR::SOAP
  • 42.
  • 43. Intergrated with ASP.NET Server Complealty Independent Client Framework Server Implementation Samples for Non-MS Completely Free Completely Open Source
  • 44.
  • 45. Most are Free Most are Platform Independent Most are Ad Free
  • 46.
  • 47. CLIENT ! Cross Platform Rich Media You're hearing all about it !!!
  • 48.
  • 49. A native Active Directory API PHP An AzMan API for PHP A PHP Bridge to ADAM An ASP.NET 2.0 Authentication Provider for PHP A seamless session state bridge. A CDO / Exchange Bridge for PHP PHP-Nuke, Mambo, etc. etc. On Microsoft SQL Optionally in Phalanger Optionally using AD
  • 50. •Get your FREE Visual Studio •Understand what products Microsoft makes. •Email Joe.Stagner@Microsoft.com •Read me at www.JoeOn.net
  • 51.
  • 53. Q&A THANKS ! © 2007 Microsoft Corporation. All rights reserved. This presentation is for informational purposes only. Microsoft makes no warranties, express or implied, in this summary.
  • 54.
  • 55. © 2007 Microsoft Corporation. All rights reserved. Microsoft, Windows, Windows Vista and other product names are or may be registered trademarks and/or trademarks in the U.S. and/or other countries. The information herein is for informational purposes only and represents the current view of Microsoft Corporation as of the date of this presentation. Because Microsoft must respond to changing market conditions, it should not be interpreted to be a commitment on the part of Microsoft, and Microsoft cannot guarantee the accuracy of any information provided after the date of this presentation. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.