Bin-Blog logoBin-Blog

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

Posts Tagged ‘Tutorials’

Interactive SQL Tutorial

By • Feb 11th, 2009

I have completed a tutorial that I have been working on for a long time. Its the Interactive SQL(Structured Query Language) Tutorial – it teaches you the basics of SQL. SQL, for those of you who are unaware of it, is the language used to access and manipulate data within a database. It is very simple and very powerful.



Installing lighttpd Web Server in Linux with PHP and MySQL

By • Nov 10th, 2008

After two articles on installing Apache, lets take a look at installing and configuring lighttpd web server on a linux system. lighttpd (pronounced “lighty”) is a web server designed to be secure, fast, standards-compliant and flexible while having a low memory footprint.



Hello Script for C Language

By • Jul 4th, 2008

C – the root of all modern language’s syntax. Here is the hello script for C. A ‘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. C is a general-purpose, block structured, procedural, [...]



Hello Script for Java

By • Jun 11th, 2008

After the Hello Script for JavaScript, here is the Hello Script for Java. ‘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. Warning: I am NOT an expert in Java – I am [...]



Hello Script For JavaScript

By • May 22nd, 2008

The next language to get the Hello Script treatment is JavaScript – my favorite language. Before we go any further, here is the definitions for Hello Script and JavaScript – just to make sure that we are on the same page… Hello Script ‘Hello Script’ is a file that contains the most commonly used elements [...]



Hello Script for Tcl

By • Apr 24th, 2008

Tcl, or Tool Command Language, will not be found in the ‘most popular languages’ hall of fame. That is partly because of its ‘wierd’ syntax. But those who know Tcl will tell you that Tcl is a pleasure to work with. I have a special interest in Tcl – its the language that introduced me [...]



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



Web Application Installer

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