Bin-Blog logoBin-Blog

Learn about the latest in Web Development – as soon as I do.

Posts Tagged ‘installer’

Web Installer: The Code

By Binny V A • Jul 11th, 2007

The last two posts on web installer did not include any code. I wanted to dump all code into one post – this is it. Please note that this is what I did – you don’t have to copy my code as it is. Just look at the code and modify it according to your [...]



3 Simple Steps to create a Web Installer

By Binny V A • Jul 6th, 2007

Creating a web installer is not hard – as a matter of fact – it is downright easy. You just have to know a few things. Get the database details, create the database, save the details. That’s it! Getting Database Details A simple four field form will suffice. The important thing to remember is that [...]



Web Application Installer

By Binny V A • Jul 1st, 2007

Almost all distributed web applications has an installer – it makes installation process easier for the end user. I will try to outline some of the most important things to look out for when creating an installer. Examples of Web Installers WordPress Joomla Nexty I have created an installer for Nexty – I used the [...]