SlideShare ist ein Scribd-Unternehmen logo
1 von 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.

Weitere ähnliche Inhalte

Was ist angesagt?

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
 

Was ist angesagt? (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
 

Andere mochten auch

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
 

Andere mochten auch (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
 

Ähnlich wie 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
 

Ähnlich wie 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
 

Mehr von 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
 

Mehr von 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
 

Kürzlich hochgeladen

What is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdfWhat is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdfMounikaPolabathina
 
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek SchlawackFwdays
 
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptxPasskey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptxLoriGlavin3
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationSlibray Presentation
 
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdfHyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdfPrecisely
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsSergiu Bodiu
 
How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.Curtis Poe
 
A Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptxA Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptxLoriGlavin3
 
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Mark Simos
 
SAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxSAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxNavinnSomaal
 
TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024Lonnie McRorey
 
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxMerck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxLoriGlavin3
 
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptxThe Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptxLoriGlavin3
 
Advanced Computer Architecture – An Introduction
Advanced Computer Architecture – An IntroductionAdvanced Computer Architecture – An Introduction
Advanced Computer Architecture – An IntroductionDilum Bandara
 
From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .Alan Dix
 
The Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsThe Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsPixlogix Infotech
 
Commit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyCommit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyAlfredo García Lavilla
 
Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfAlex Barbosa Coqueiro
 
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024BookNet Canada
 

Kürzlich hochgeladen (20)

What is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdfWhat is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdf
 
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
 
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptxPasskey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptx
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck Presentation
 
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdfHyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platforms
 
How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.
 
A Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptxA Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptx
 
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
 
SAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxSAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptx
 
TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024
 
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxMerck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
 
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptxThe Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
 
Advanced Computer Architecture – An Introduction
Advanced Computer Architecture – An IntroductionAdvanced Computer Architecture – An Introduction
Advanced Computer Architecture – An Introduction
 
From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .
 
The Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsThe Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and Cons
 
Commit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyCommit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easy
 
Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdf
 
DMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special EditionDMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special Edition
 
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
 

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.