Use jQuery to Replace a Word with a Link
If you use a word multiple times on your site and you don’t feel like going through all your posts to replace every instance of it, you can use...
0 comments
If you use a word multiple times on your site and you don’t feel like going through all your posts to replace every instance of it, you can use...
0 comments
I was trying to vertically align text within a div container and it just wasn’t working for me. You would think that using vertical-align in your CSS would accomplish...
3 comments
A little while back, I updated Magazine Basic and added the Ajax save function. When I uploaded it to WordPress to await approval, I received some feedback on how...
2 comments
Ever since I wrote Embedding Fonts in your Web Site with CSS and @font-face many people have been emailing me with questions about adding new fonts to their sites....
1 comment
As it stands, jQuery is an amazingly efficient JavaScript framework, but there are a few things that you can do when creating your code that will end up slowing...
2 comments
If you take a look way, way, way down at the bottom of this page, you will see a Back to Top button that scrolls the whole page until...
4 comments
I have had a few people ask me, “How come when I create a table and set the border parameter to 1 it doesn’t actually display any borders?” Well,...
0 comments
There are many reason why you shouldn’t place your email address on a Web page; the number one being spambots. There are tons a spambots running around the Web...
10 comments
There are times when you need to strip one specific HTML tag from a string and the PHP function strip_tags() doesn’t work the way you want it to. strip_tags()...
2 comments
WordPress has some default conditional tags that are really helpful when developing themes and plugins that need specific functions on specific pages. Strange enough though, there is no way...
3 comments