Author Archives: (Jason)

Cross Slide Webpage Background

For anyone wishing to incorporate in their own website my animated cross-sliding webpage background, I’ve assembled an example you can use as a guide. This is the same script I’m using on this website to animate the background. This script uses jQuery, jQuery UI, and the CrossSlide plugin for jQuery. Follow the links for further [...]

Image Text With Custom Font Using PHP And GD

Here is a program I put together which generates on-the-fly images from text using a custom font located on the same server. This program requires a PHP and GD enabled server. The text image is generated in transparent PNG format using the font, font size, font color, font angle, and text-transformation of your choosing. Instructions: [...]

E-Z Form Builder

My E-Z Form Builder can help you build a form for your website quickly and easily with just a few clicks. The E-Z Form Builder will generate the HTML code you need to add a form to your webpage. Create email forms, questionnaires, polls, or just about any kind of form you could need. Building [...]

Hide It WordPress Plugin

This WordPress plugin allows you to toggle visibility of any objects from within a post or page using shorttags and CSS selectors or id attribute selectors. Example: [hideit hide=".widget-1, #header-div" show=".widget-2, p:contains('Lorem Ipsum')"] FYI: .dot indicates this is a class name. .widget-1 #hash-mark indicates this is an id attribute. #header-div If there is no preceding [...]

Add User Meta WordPress Plugin

This WordPress plugin adds custom data to the _usermeta table when a user registers a new account. Any number of entries can be added with a default value for each key. Delete an entry and all occurrences of it will be automatically removed from the _usermeta table. That’s all it does – sets a key [...]