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...
1 comment
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...
1 comment
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
I have been a Mac man for almost ten years now, and though many Web developers swear to working on a PC, I find my Mac has everything I...
7 comments
WordPress automatically places a line of text between your <head> tags which states the version you currently have installed. I have read that it is there for statistical reasons...
7 comments
I just came across an issue where I needed to make sure that the text within a <pre> tag wrapped. The default for this tag it to just let...
5 comments
I have had some requests to figure out a way that visitors of bavotasan.com could leave code and simple styling in their comments. I searched and searched and tried...
8 comments
This is something that most people who use PHP already know. I still think it is useful to mention it because some less experienced PHP coders might not have...
0 comments
Have you ever wondered how some sites have text in their search box? This one is pretty easy. All you need to do is modify the searchform.php file, which...
10 comments
I recently needed to create some buttons for a client’s website and I thought it would be a fun little tutorial to put together to show you how quick...
0 comments
I have been searching around for a way to highlight the code in my posts to make it easier for people who visit my site to differentiate between the...
0 comments