How To Display Recent Posts From Only A Specific Category In WordPress

By default, WordPress uses a ‘Recent Posts’ widget that lets you show your recent posts in your current WordPress theme. But what do you do when you want to show the most recent posts from only one particular category? There are two ways to accomplish this: one is through the use of a plugin, and [...]

Continue Reading →

Add a Customized HTML5 Audio Player to Your Site

Aaron Lumsdenshares a nice tutorial on how you can create your own customized audio player using HTML5. Since Adobe may not support Flash for mobile, here’s a great alternative if you want to include an audio player to your project. Simple HTML5 Audio Add the code below to your HTML5 document <audio controls=”controls”> <source src=”track.ogg” [...]

Continue Reading →

Make Your WordPress Posts Printer-Friendly

Even when most of the information we gather and transmit now comes in digital form, it’s still a good idea to provide your blog readers an option to print out your blog posts. Good thing there’s this nifty WordPress plugin called WP-Print that will let your readers print your articles by placing a nice ‘Print [...]

Continue Reading →

Create Cool Animated Web Banners with CSS3

Here’s a tutorial I’ve found that can spice up your web ads and banners. Here, Caleb Jacob teaches you how to create this nice banner using CSS33 animations. Please be reminded that this works on browsers that support CSS animations, and although Jacob made this to function in other browsers, don’t expect perfect support for [...]

Continue Reading →

Extracting YouTube Videos Using PHP

I’d like to share this nice PHP snippet that some of you would find useful. It’s a code that extracts the video title and the download URL from a YouTube page and then initiates a download sequence. There are already a lot of methods posted out there on the web on how to do this [...]

Continue Reading →

Tips on Promoting Your Online Business via Direct Mail [Sponsored Post]

Direct mail marketing has been a tried-and-true method for expanding a traditional market base, but have you tried it for promoting your online business as well? As with business cards, this is a good way to give your prospective clients a tangible reminder of your business. The difference with this is that with direct mail, [...]

Continue Reading →

Create a Timeline Portfolio

Web developer Martin Angelov demonstrates how you can create a Timeline Portfolio. Timeline is a jQuery plugin that shows chronological series of events. Here, you can embed different types of media such as videos, maps, tweets then associate them with date. Basic layout: HTML Index.html <!DOCTYPE html> <html> <head> <meta charset=”utf-8″ /> <title>Timeline Portfolio | [...]

Continue Reading →

Collapsible Drag & Drop Panels Using jQuery

Here’s a pretty neat interface design from WebDevelop+ which I think some of you might want to adapt to your website. It’s a collapsible drag and drop panel that allows your users to control how they want to see the information on your site. Check out the DEMO. If you think that this type of [...]

Continue Reading →

Create A QR Code For Your WordPress Using Google URL Shortener

What is a QR Code? A QR (Quick Response) Code is basically similar to a barcode except you don’t need a special laser scanner to be able to read it. Most importantly, it can carry more information. Why would your site need a QR Code? Over the past several months, there has been a growing [...]

Continue Reading →

How to Create Sliding Image Panels with CSS3

Once again, Mary Lou‘s great CSS3 tutorial shows you how to create a neat sliding image panels. The idea is to use background images as panels, which become animated when you click on the label. Be reminded that this works on browsers that support CSS transitions and animations. Below are the following codes. Markup <section [...]

Continue Reading →

Page 2 of 4«1234»