The Archives for tutorial

If it's not what your looking for, we can't say anything but look again...


Social Links Without a Plugin: Part 1

socialbook

Hello all, Kris J here. Thought today I would share a quick and easy way to add social media links to your WordPress website without having to use another plugin. By using this method, you will gain full control over the look, placement and size…

hrbg

Social Links Without a Plugin: Part 2

socialbook2

Lets start out by making our social link code a little lighter by removing any whitespace, and wrap it in a < div> tag (you really can wrap it in whatever your use requires you to): 123<div> <a rel="nofollow" href="http://delicious.com/post?url=<?php the_permalink(); ?>&amp;title=<?php echo urlencode(get_the_title($id)); ?>"…

hrbg

Using jQuery with a Social Media API

Since the invention of the social media site and the ability to submit a page or website instantly to any number of online-playgrounds, webmaters have always wanted to know the exact number of times a page or site has been submitted to certain networks. A…

hrbg

Create a jQuery/CSS Navigation (part 1)

Thought I would write a tut today, then give you the final product and a demo @ the end .Scroll down to the bottom of the post to download if you don’t want to read how to make it yourself. (the tuts got length) As…

hrbg

Create a jQuery/CSS Navigation (part 2)

:)

Continued from Part 1 Part 2 – The html & CSS For the structure of the navigation menu, we will use simple html, and a few css calls. It’s nothing fancy, and not heavy in any way, shape or form! So, once again create a…

hrbg