Bin-Blog logoBin-Blog

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

Posts Tagged ‘script’

Perl Hello Script

By • Apr 10th, 2008

This is the next installment of the Hello Script series – Hello Script for Perl. ‘Hello Script’ is 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. Introduction to Perl For those of who are unfamiliar [...]



Python Hello Script

By • Mar 19th, 2008

As promised in the last post(Hello Script for PHP), this is my Hello Script for Python. ‘Hello Script‘ is 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. A word of caution here – the blocks [...]



Hello Script for PHP

By • 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 [...]



Finally! Nexty 1.01.A Released

By • 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.



Keyboard Shortcuts JavaScript Library

By • Jul 21st, 2007

I have created the second version of the JavaScript Shortcut Library. It is one of my more popular scripts. This script eases the work involved in making shortcuts in JavaScript. Despite the many JavaScript libraries that are available today, I cannot find one that makes it easy to add keyboard shortcuts(or accelerators) to your javascript [...]



Web Installer: The Code

By • 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 [...]



iFrame Features

By • May 22nd, 2007

In the previous post I introduced my new PHP framework – iFrame. It had the reasons why you should not use the framework. In these post, I will talk of the advantages you get if you use my framework. But remember – do not use my framework. No routing – Fully file based There are [...]



iFrame – My PHP Framework

By • May 18th, 2007

I have created a number of Web Applications – Nexty and Jus5 are just a few examples. I used a common code base when creating these sites – but I did not consider it a full fledged framework. However, now the code base has evolved enough to be called a framework. So, I called it [...]