Skip to content

Make Copyright the Current Year on PHP Website

We’ve got a quick tip today. If you are using WordPress or another PHP based platform, you can place the following code in your footer, next to a copyright ( © ) symbol and it will always display the current year. Note: The code in the snippets below needs to be in <? ?> php…

Read More

CSS3 Text Shadows

Text Shadow… pretty! OK, that was a little extreme. But seriously, text shadow can be sexy, and it’s really easy. So stop using images for text in your banners and call-to-actions! The CSS3 text-shadow property shouldn’t be overused, but it allows web designers and developers an excellent alternative to using text, with shadows, as images…

Read More

Backup Your Databases!

This guide refers to phpMyAdmin based databases that are commonly the back end for popular content management systems (CMS) like WordPress and Joomla Yes, it happened to me. So… I was clearing out my web server files, databases, etc, to make room for the new website coming online, and I forgot to make a copy…

Read More
Scroll To Top