Category Archive: HTML
Posts about HTML
Specify images for web pages
This is a general technique for specifying an official image for your site, without actually displaying it on the front-end. Useful for catch-all social-media purposes.
Display a Simple “Tweet This” Link
Twitter changes their API quite a bit, however it is still possible to display a simple “tweet this” link anywhere on your web pages.
Basic Code for Image Slider
Here is the basic code required for making a simple image slider. It provides a good starting point for rolling your own sliders, carousels, and so forth.
WordPress Allow HTML in Author Bio
By default, WordPress filters out any markup included in the description (bio) of user profiles. Here is a code snippet to allow HTML in author bios.
Add links to HTML/CSS Validator
Here are some notes and markup examples for adding links to the W3C’s online HTML and CSS validators. This will enable your visitors to check any page on your site.
Tabbed sidebar menu with jQuery
Here’s an clean, simple way to add a tabbed sidebar menu using jQuery. You can see an example in the Introspection WP Theme.
Google Translate in 2 Steps
Follow this simple two-step tutorial to enable users to translate your web pages into many different languages. Great way to increase exposure and traffic.
Simple live comment preview with jQuery
Here is a very simple and basic live-preview for comments and contact forms.
Stop form spam with a hidden field
Sick of teh spamz? Here’s an easy way to block a lot of automated spam from your contact form.
CSS3 & HTML5 Cheatsheets
Two excellent cheatsheets for anyone working with CSS3 and HTML5.
HTML frames template
Every blue moon you need to work with frames. Here is a quick frames template to get you going.