Posts Tagged ‘tutorials’

27Jul

Output each WordPress tag with a specific class

You might be familiar with sites like Dribbble or Creattica where they show, along with the usual text tag, another tag which is simply a coloured rectangle for Dribbble or a square in Creattica. Not only do they look good but they are an effective interface element. In this tutorial we will learn how to output the tags of a post with specific classes for each tag using WordPress.

Read more

Tags:

14Jul

Using cookies with jQuery

Cookies aren’t just tasty and chocolate-flavoured. They can also store useful information for your users to have a better experience on your site. They are jQuery flavoured too. In this tutorial we will learn how to use jQuery and cookies to store some user preferences in a cookie to display an specific content to the user. So, grab one of your favourite cookies and read on.
Read more

Tags:

5May

How to create a jQuery plugin

One of the fundamental principles of programming is encapsulation and reuse. These two techniques allow us to write code once and use it many times in different proyects or situations. jQuery plugins are a cool way to implement these principles on our web development project.

Read more

Tags: ,

30Apr

How to add a Facebook Like button without a plugin

Since last week, a myriad of sites have been incorporating the “Like” button on their sites. WordPress self-hosted blogs are not the exception and there are a huge amount of Facebook Like buttons on the WordPress Extend plugin repository. But why bloating up your WordPress installation adding another plugin when we can just add a couple of lines and get our button? Save options queries and save loading time with the following tutorial.

Read more

Tags: ,

21Feb

How to insert ads every two posts in WordPress

It is said that ads inserted on the content perform better than those on sidebars or footers. Let’s see a quick and easy technique for WordPress to display ads every two posts.

Read more

Tags: ,

10Feb

How to remove elements using jQuery and leave their children intact

jQuery - remove elements leaving their children intact

Removing elements using jQuery is quite easy, but what happens when the elements we need to remove have children and we need to keep them intact? moreover, what happens when the elements we want to remove using jQuery are a list of elements with children to be kept? It’s easy too!
Read more

Tags: ,

1Feb

Setup Facebook Connect

Otto wrote a tutorial about how to setup your Facebook Connect application.

Tags: , ,

31Jan

Selectively include scripts in WP

Need to include scripts or css only on certain posts? check the techniques used by Mikoder and Beerplanet, for both a single post and a collection of posts.

Tags: , ,

30Dec

WordPress Theme Options Frameworks

WordPress Theme Options Frameworks

Now that we are on the subject of adding options to Hybrid News theme, the topic of themes options appeared. Are there such thing as frameworks for creating a theme options page?

Read more

Tags: ,

29Dec

How to add an option to Hybrid News options page

How to add an option to Hybrid News options page

I’ve been working a bit with the great WordPress framework that Hybrid Theme is. It really speeds up the development process, and you can even forget about it if the blog you need is closely resembled by one of the freely available themes. For example, I built the SoloKawaii site in about three hours from achieving a colour combination, the proper typography, and coding it using Hybrid News. I also created images for the slider that displays featured news.
Hybrid News has some options to format the layout you need but sometimes you could need more options for your client or for yourself in the theme options page. In this tutorial, we will cover just that: adding another option to the theme options page.

Read more

Tags: ,

Page 1 of 212