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. …
Category Archives: Programming
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 …
Continue reading “How to make a simple HTML template engine in PHP”
Flash dynamic references vars
dynamic references If you’ve been dealing with actionscript for some time and you still don’t know what this is, pay close attention because sooner or later you’ll need it. You may even have needed it already!
Jquery empty – form field
<form name=”newsletter-form” id=”newsletter-form” method=”post”> <input id=”email” name=”email” placeholder=”insert email” type=”text”/> <button type=”submit”>NEWSLETTER</button> </form> $(“#email”).val(”);
phpThumb()
phpThumb() uses the GD library to create thumbnails from images (JPEG, PNG, GIF, BMP, etc) on the fly. The output size is configurable (can be larger or smaller than the source), and the source may be the entire image or only a portion of the original image. True color and resampling is used if GD …
HTML MailTo Syntax
Some examples, with actual HTML Code included, follow: Simple MailTo <a href=”mailto:astark1@unl.edu”>