Change Link URL with jQuery

Changing a link’s URL using jQuery is a simple task. Most developers would need to put this into use while responding to user interaction or other activities. All you have to do is use the .attr method to set the URL of the link. I made an example in Codepen so you can follow along. … Read more

Best Free Stock Photo Sites

In addition to being a web developer, part of my work includes the maintenance of actual site content. Writing articles on a variety of different topics, posting minor blog updates, and creating new interactive elements are all elements of site upkeep that I perform regularly. You can have the copy ready to go live on … Read more

Must-Have Plugins for WordPress Sites

Building Wordpress sites can be a lot of fun, even for the novice developer. The great thing about WordPress development is that you can code your own custom-built solutions to create virtually any functionality your project may require. There’s also plethora of plugins available for the WordPress community to aid you in your development. When first starting off … Read more