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
A quick run through of setting up an export process in SITS
Extensible Markup Language

A quick run through of setting up an export process in SITS

"Quick" may not be the right word, so this is a somewhat summarized article on how to get data out of SITS, up to running the monitors and populating an OUTPUT table in the SITS database. Note that this does not include steps thereafter in the Staging or Target destination which will be specific to your business requir...

Read note 66,838 hits
XML Schema Reference
Extensible Markup Language

XML Schema Reference

XSD Elements Element Explanation all Specifies that the child elements can appear in any order. Each child element can occur 0 or 1 time annotation Specifies the top-level element for schema comments any Enables the author to extend the XML document with elements not specified by the schema anyAttribute Enables the aut...

Read note 39,077 hits
SITS: Export field code and name
Extensible Markup Language

SITS: Export field code and name

You might be able to work it out from the online manuals but it took me a while, we wanted to bring back both the code and the lookup value in our XML to our Staging environment.

Read note 38,522 hits
SITS: XET format for Export not available
Extensible Markup Language

SITS: XET format for Export not available

Trying to export a STU record but I want to use the XET template I created rather than the pre-installed XML export formats. When I try to export using data format XET, the system has never heard of it.

Read note 15,557 hits
301 Redirect using htaccess file
Web-Development

301 Redirect using htaccess file

There are a lot of articles & posts out there that cover the same topic, but as this took me the good part of an hour just to find out, I'm posting it here so I never have to look for it again. A client changed their website domain address and wanted any person visiting the old domain to be redirected to the new domain...

Read note 25,731 hits
PHP: First name and Initial of Surname
Personal Home Page

PHP: First name and Initial of Surname

A note for myself on some code to convert a string of two names into a string made up of the first name and then using the initial of the second name. -- What I have John Smith Fred.Bloggs -- What I want John S. Fred B. How?

Read note 19,108 hits
Regular Expression Basic Usage Examples
Web-Development

Regular Expression Basic Usage Examples

A quick reminder on basic regular expressions. Match Any Character — Dot The dot operator '.' matches any single character in the current character set. For example, to find the sequence--'a', followed by any character, followed by 'c'--use the expression: a.c This expression matches all of the following sequences...

Read note 43,717 hits
htaccess Rewrites SEF URL and submits to PHP
Personal Home Page

htaccess Rewrites SEF URL and submits to PHP

A quick note on a htaccess rewrite rule I'm liking. What does it do? What I type: http://www.mywebsite.com/blog/videos.html Sends this to server: http://www.mywebsite.com/index.php?myFolder=blog&myFiles=videos How?

Read note 31,139 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.