JOEL LIPMAN Systems / Automation / AI

Knowledge base / Since 1999

Web-Development Tutorials & Guides

Practical Web-Development tutorials, troubleshooting notes and implementation guides from real projects.

Advanced search

65 entries / Web-Development

Clear filters
Web Browsers Release Year
Web-Development

Web Browsers Release Year

Source: http://en.wikipedia.org/wiki/Comparison_of_web_browsers Year Web Browsers Internet Users (in millions) 1991 WorldWideWeb 1992 ViolaWWW, Erwise, MidasWWW, MacWWW 1993 Mosaic, Cello, Lynx 2.0, Arena, AMosaic 1.0 1994 IBM WebExplorer, Netscape Navigator, SlipKnot 1.0, MacWeb, IBrowse, Argo, Minuet 1995 Internet Ex...

Read note 17,620 hits
Some milestones for a website project
Web-Development

Some milestones for a website project

The concept - typically drawings, words, models, code and basic prototypes that describe the nature, objectives and features of the website. Design document - a detailed plan of the website’s features and how it will display are generated from the concept and presented to potential publishers. Technology demo – a proto...

Read note 23,667 hits
Embed an FLV file into a web page
Hypertext Markup Language

Embed an FLV file into a web page

This is if you have an FLV file and you don't want any fancy management system, you just want your FLV to play on your webpage. The following example is a demonstration of how to do this without installing anything on your webserver. I like to use flowplayer for this example but my own systems can't use a solution as c...

Read note 40,513 hits
Project Plan for Freelance Website
Web-Development

Project Plan for Freelance Website

I could apply the PRINCE2 (Projects in a controlled environment) methodology to website projects but most people find this overwhelming. It's in business techno babble and I get asked what does this mean in stage 1? And this in stage 2? (There are over 100 stages)... Below is my template project initiation plan (projec...

Read note 108,233 hits
Creating a Top 10 chart with less code
Personal Home Page

Creating a Top 10 chart with less code

I've decided to put something in here as it took me an age to find out how I could do it. This is when using a MySQL query within a PHP script. The process is used often to do a statistics table or top ten chart of your data (eg. movies, music, etc). My aim is to do the following: retrieve data from a table, count the...

Read note 27,212 hits
Outputting PHP files into different file formats
Personal Home Page

Outputting PHP files into different file formats

I'm beginning a list as I've just spent an age trying to get PHP output to create a text file. Then my client showed me how she then opens the text file in Excel, so I said we could get the script to do that instead.PHP to TXT header('Content-Type: text/plain; charset=utf-8'); header('Content-Disposition: attachment; f...

Read note 14,223 hits
Converting SQL date in PHP to European date format and vice-versa
Personal Home Page

Converting SQL date in PHP to European date format and vice-versa

The Issue If you've ever made PHP scripts to process data within a LAMP environment (Linux, Apache, MySQL, PHP) then this happens a lot. In the following example, our HTML form will allow the user to specify a date (so excludes hours, minutes and seconds). For demonstration purposes, I'm going to be using the European...

Read note 25,483 hits
Using a HTML form and PHP to upload a file
Personal Home Page

Using a HTML form and PHP to upload a file

The Issue Basically you have a HTML form with an input field type of 'FILE' (ie. <input type="file" name="file_to_upload" />) and want a PHP file to process this. This example applies to a Linux Apache MySQL PHP (LAMP) environment. The Solution 1. The first thing to do is check that your HTML form is setup to do this:

Read note 37,677 hits

Working principle

Our Purpose

This site exists as a practical knowledge base built from real-world experience across systems, platforms, and technologies since 1999. Much of the content documents solutions, edge cases, and working patterns that were learned through investigation where documentation was incomplete or absent, and is shared to reduce the same friction for others.

27 Years in IT
1021 CRM clients
810 Site articles
29.7m+ Reads / hits

Knowledge base

Search notes

Find matching words in article titles and content.