JOEL LIPMAN Systems / Automation / AI

Knowledge base / Since 1999

Scripts, systems & field notes.

Practical solutions and technical notes from CRM platforms, workflow automation, APIs, databases and the systems around them.

Advanced search

608 entries

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,529 hits
Windows Live Messenger: Error 80048820
Windows OS

Windows Live Messenger: Error 80048820

This is an issue relating to the Time Server Synchronization error. Basically you start up windows live messenger and get the following error: /images/screenshots/windows_live_error_80048820.png Basically you need to check that the time on your windows clock is accurate or close to real Internet time:

Read note 23,797 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,335 hits
Increment a column in MySQL using the UPDATE query
MySQL

Increment a column in MySQL using the UPDATE query

Suppose you have a column in your table that you use as a counter (storing the value of the counter - eg. times an article has been displayed). Basically what I used to do is something similar to the following: SELECT counter_field_value FROM table1 WHERE column1='this_article' Add 1 to counter_field_value UPDATE table...

Read note 21,417 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,242 hits
MySQL Data Type Reference Table
MySQL

MySQL Data Type Reference Table

A data type reference table. If you're designing a database then you don't need me to tell you what this is. My personal opinion is to always try to use the minimal type and length of the value required. For example, a comment of 500 words should only be TEXT (~64Kb) rather than LONGTEXT (~4Gb).

Read note 20,159 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,238 hits
Anti-Spam override for all submitted data
Joomla

Anti-Spam override for all submitted data

Are you getting a lot of spam, or junk messages sent via your Joomla site? I know certain components of Joomla let you put banned words but I know of even more that don't. If you find all your forms need extra plugins and captchas (such as JezRecaptcha), then the website security isn't amazing. I used to have Captcha o...

Read note 40,332 hits
Windows 7:  System Clock is constantly going out of sync
Windows OS

Windows 7: System Clock is constantly going out of sync

The Issue People have reported that although they have manually set the date/time on their computer, this gets changed by the windows time server (time.windows.com) when connected to the Internet and for some reason it doesn't display the right date/time. The Quick Fix First off, check there aren't any Update for Windo...

Read note 248,081 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.8m+ Reads / hits

Knowledge base

Search notes

Find matching words in article titles and content.