How To: Setup PHP Development Environment in Ubuntu

Setup PHP Development Environment in Ubuntu

I have produced a video on how to Setup PHP Development Environment in Ubuntu Linux. It covers the below topics:

  1. Installation of Apache Web Server
  2. Installation of PHP
  3. Installation of MySQL Database Server
  4. Installation of Development Tools
    • MySQL Workbench
    • Komodo IDE

You can download the complete installation instructions here.

Please find the same video here:

Follow me :

youtubefacebooktwittergoogleplus

How To: Setup SharePoint 2010 Development Environment on Windows 7

SharePoint 2010 Development Environment

Setup SharePoint 2010 Development Environment on Windows 7

This video targets the SharePoint Development Environment Setup on a Windows 7 machine. It showcase primarily the way a Standalone instance of the SharePoint server can be installed to do development for the SharePoint Projects. This video covers following set of installations:

  1. SharePoint Server 2010
  2. SharePoint Designer 2010 64bit
  3. Visual Studio 2010
  4. SQL Management Studio 2010 Express

When we install the SharePoint server in the standalone mode the Express edition of the SQL Server will be installed automatically, so we need not to install the SQL Server separately. Only in case we need to access and manage the database directly we need to install the SQL Server Management Studio, otherwise you can skip the step all together.

Here is the document talking about the step by step details (also showcased in the video below)

Follow me :

youtubefacebooktwittergoogleplus

jQuery Plugin Development – Modal Dialog

jQuery-Model-Dialog

jQuery Plugin Development – Modal Dialog

I have recently create new series of the videos on the jQuery Plugin Development for the jQuery Modal Dialog popup. In the first video below, it shown how to create the plugin in the beginning.

What is Coming Next

What is Coming Next – 14 February 2014

Hi Everyone,

Keep watching and subscribe our YouTube Channel MindzGroupTech as a lot of new stuff is in production. A lot to learn and gain. Here is the top few items in production queue:

  1. jQuery Plugin Development. (Done – See Post Here)
  2. Intuit QuickBooks API v3 with PHP.(Dropped out for time being, Sorry)
  3. Development Environment Setup – SharePoint Foundation 2010 (Done – See Post Here)
  4. Setup PHP Development Environment in Ubuntu. (Done – See Post Here)

Follow me :

youtube
facebook
twitter
googleplus

How To: Install PHP on IIS in Windows 8 Easily

install php on IIS

Install PHP on IIS in Windows 8

There are many people, who come to me asking, is there any simple way of installing PHP on my PC with Windows and IIS. The answer is, Yes.

Thanks to Microsoft for providing a great tool named Web Platform Installer. This tool is capable of setting up your machine for different tested and tried configuration. It can install many applications & packages. I always used this tool prepare the servers and development environment. However it has only one lack of feature, “Offline Installations”. I am still happy as most of the time when I am configuring the environments, the Internet is available and this tool can quickly download the latest one over the Internet. I have prepared a short video for the same.