Bin-Blog logoBin-Blog

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

Archive for the ‘Scripts’ Category

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



Installing the acts_as_taggable Rails Plugin

By • Dec 20th, 2007

You don’t have to write a lot of code to get tagging support in your Ruby on Rails application – you just have to install a plugin. This is how you install the ‘acts_as_taggable’ plugin… First go to the Ruby on Rails application folder and open a terminal at that location. Now run this commad… [...]



Creating PDF in Ruby on Rails – PDF::Writer

By • Nov 12th, 2007

PDF::Writer is my choice for creating PDF files in Ruby on Rails. Its simple, easy to use, and has all the features I am looking for.



Tk Verses Gtk(And Python verses Tcl)

By • Oct 31st, 2007

Back when I was using Windows, I searched for some language that would let me create GUI application. I knew C++ – but creating a GUI using C++ was very, very hard. After some searching I found Tcl/Tk – it was perfect. I liked Tk so much that I used it to create GUI in [...]



Article Templates – WordPress Plugin

By • Oct 4th, 2007

Article Templates wordpress plugin lets you create templates that can be used when writing a new post or page. This will be very useful if you are writing many post with the same structure. Download Article Templates 1.00.A Beta This is my first WordPress Plugin. It was easier to create than I expected. My plugin [...]



Nexty, The Online Application

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



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.



Nexty Updates

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



Demo for Nexty 1.01.A Uploaded

By • Aug 16th, 2007

I uploaded the demo for the new beta version of Nexty today. The code is too ‘beta’ to be packaged and released – so I am just uploaded the demo. If the bugs are found and fixed soon, I will release the code into the wild. If you cannot wait for the code, it is [...]