my6solutions

asp .net, the social web & other distractions

 

Running Apps


PayPal - The safer, easier way to pay online!

Disclaimer

I am in no way affiliated with Microsoft or Google. I am just another developer trying to make a difference. All opinions and observations are usually my own.

OpenSocial: Running Partuza under IIS

Partuza is an example of an OpenSocial site using Shindig. It is based on PHP. The following describes my experience getting Partuza running under IIS 7.0 on Windows Vista. For a guide getting Partuza running using Apache, please refer here. The article assumes that you have read the previous article on running Shindig PHP on IIS and have a running IIS that supports PHP applications. Becaus... [More]

Categories: ASP .NET | OpenSocial | PHP
Permalink | Comments (0) | Post RSSRSS comment feed

OpenSocial: Running Shindig PHP under IIS

The following describes my experience getting Shindig PHP to run on Windows Vista. The IIS mentioned here onwards is IIS 7.0. Also, this article assumes that you have downloaded a copy of Shindig PHP (snapshot 1.1) here or via the SVN repository at http://svn.apache.org/repos/asf/incubator/shindig/trunk/.  To run Shindig PHP under IIS, you will first need to install PHP on your PC and ... [More]

Categories: ASP .NET | OpenSocial | PHP
Permalink | Comments (0) | Post RSSRSS comment feed

Wordpress .NET

Not too long ago, I created a project on codeplex to port Wordpress over to ASP .NET. Luckily, due to time constraints, the project was not attempted. Also, recent developments have made this project unnecessary. I found out that IIS now supports PHP via FastCGI. This feature and the use of MySQL now allows you to basically run most if not all PHP applications on a windows platform. MySQL can be d... [More]

Categories: ASP .NET | PHP
Permalink | Comments (4) | Post RSSRSS comment feed

Debugging partuza with Zend Studio

When it comes to PHP, it's a different kind of magical beast compared to strongly-typed programming languages like C#. PHP is more like javascript than C#. While porting partuza to .NET, I thought I could live without needing to debug through PHP. In the end, I decided, it probably will be easier if I could debug it. Initially, I tried PHPEclipse, which is a plugin for Eclipse. However... [More]

Tags: , ,
Categories: OpenSocial | PHP
Permalink | Comments (1) | Post RSSRSS comment feed