Add a Copyright Notice to Copied Text
I was checking out the CBC website and I noticed that if you copy and paste any text from the site a reference link appears at the bottom, indicating the…
I was checking out the CBC website and I noticed that if you copy and paste any text from the site a reference link appears at the bottom, indicating the…
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 jQuery…
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 just…
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 need…
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 which…
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 the…
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 many…
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 come…
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 can…
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 and…