Videos from JDStraughan
506 views
1 comments
Craig's List Ad Generator - image links in CL
from JDStraughan on 3/26/08
This is a little tool that allows you to easily add clickable image links in your Craig's List ads. Video show example of ad being created for a website. Tool can be found at: http://jdstraughan.com/craigslist_ad_generator/
59 views
0 comments
Basic PHP Form Validation
from JDStraughan on 3/26/08
This is a video designed for novice php developers. The goal of the video is to demonstrate the basic concepts of validating fields in standard html code. For more information, please visit my website: www.jdstraughan.com
62 views
0 comments
Software Easter Eggs - Hidden tricks in apps
from JDStraughan on 3/27/08
This video shows some hidden 'Easter Eggs' in some popular applications many of us have on our PCs right now. Programs include: Word 2007, Notepad, Mozilla Firefox/Netscape Navigator/Seamonkey, and Open Office 2 Calc
14 views
0 comments
Fun with Google languages
from JDStraughan on 3/26/08
Just having some fun viewing Google in Pig Latin, Elmer Fudd, and Esperanto.
13 views
0 comments
AJAX Page Template
from JDStraughan on 3/26/08
Short video showing AJAX loading external pages in a webpage without reloading. Simple example of using XHR and innerHTML to create dynamic, rapid loading, and easy to maintain pages for use in your website. View it live at: http://jdstraughan.com/ajax_page_template/
13 views
0 comments
Dynamic Dropdowns in Forms using PHP
from JDStraughan on 3/26/08
Create a dropdown using php's FOR loop and tweak it to default to today's date.