Scripted Typewriter Effect 2

Credit for this has to go Daniel Skovli and Jesse Stratford for there work on the original Scripted Typewriter Effect. Their’s is a great place to start, and most of this tutorial uses the same variables as their’s. The difference between their method and this one is that this method doesn’t rely on the timeline. …

How to make a simple HTML template engine in PHP

Introduction – What is a template engine? A template engine is used to separate the presentation from the business logic. A good developer knows this is very important – not only it allows for delegating responsibilities (the designer works on the presentation layer while the programmer works on the business logic), but it also provides …