Bin-Blog logoBin-Blog

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

Archive for the ‘PHP’ Category

Installing LAMP(Apache Web Server/PHP/MySQL) in Debian/Ubuntu

By Binny V A • Sep 16th, 2008

Installing the LAMP environment on a Linux system is easy if you are comfortable with using the native package management software. If you on a Red Hat/Fedora/CentOS system, that will be yum – and for Debian/Ubuntu systems, that will be apt. This tutorial shows you how to install Apache 2, PHP 5 and MySQL 5 in Debian using apt.



10 Principals of PHP Development

By Binny V A • Sep 11th, 2008

My take on the recent ‘10 Principles of the PHP Masters‘ article. Bottom line – go read it – and decide which advices are good for you.



Nexty.org Launched

By Binny V A • Jul 28th, 2008

Nexty is an easy to use To Do list manager created using GTD principles. The core idea behind this software is simplicity. I wanted to make a GTD tool that is the most easy to use. So far, I have released this two times – first when Nexty was created – and then when it was available as a online service. Now, I am giving Nexty its own domain.



Python Reference Manual has a lot to Learn From PHP

By Binny V A • Jun 4th, 2008

Unlike the other scripting languages I work with(like PHP, Ruby, JavaScript, etc.), I am not comfortable using Python. I have made some stuff in Python(for example, frees) – but I could get into the flow as easily as with other languages. For the longest time, I thought it was because of the whitespace issue. But [...]



Hello Script for PHP

By Binny V A • Mar 15th, 2008

In the last post I introduced the concept of ‘Hello Script’ – a file that contains the most commonly used elements of a programming language so that it can be used as a cheat sheet when working with that language. I thought I can elaborate on that concept by creating Hello Scripts for all the [...]



Learning a New Programming Language: The ‘Hello World’ Method

By Binny V A • Mar 6th, 2008

Learning a new programming language is fun – and essential if you want to stay competitive. I try to learn new languages all the time(my latest target is Haskell). As a result, I have a system to make learning new languages easier. This is for people who already know a programming language and want to [...]



Nexty, The Online Application

By Binny V A • Sep 26th, 2007

I just released the latest version of Nexty – and to celebrate that, I am making Nexty an online application. That is, you can use Nexty from the web – without having to install it on your local system.
Of course, Nexty code is available as well – you can download and install it locally if [...]



Finally! Nexty 1.01.A Released

By Binny V A • Sep 22nd, 2007

I have released Nexty 1.01.A. If you are a user of Nexty, I will recommend that you switch to the new version.



Seinfeld Calendar – Simple way to Force Yourself to Create Content Regularly

By Binny V A • Sep 16th, 2007

I created an RSS aggregater for my site BinnyVA.com that aggregates the content from all my sites. The basic idea is to build a Seinfeld Calendar that will force me to continually publish posts – at least 1 per day.
It is very simple to create – whole system is contained in the following files…
fetcher.php
This will [...]



Nexty Updates

By Binny V A • Aug 22nd, 2007

I made some more updates to nexty. Still not packaged – give me a little more time. In the meantime, try out the demo…
There is one really cool feature in this release – but it is for Linux Users only. I made a command line script that integrates with Nexty – you can add tasks [...]