Our company, a St Pete web design company, is offering free website work for local restaurants in the Tampa Bay area that are affected by the pandemic. Apply for Free Work Most restaurants are scheduled to reopen on May 4th, 2020, so we want to help restaurants with this transition. While trying to maintain the best health precautions […]
Website security issues are not only detrimental to your website but can result in loss of data, website downtime, data breaches, being sued, slandered, and even put you out of business. Website security is no joke. Many small business owners don’t realize that they are liable for a number of security issues that could go […]
If you’ve ever tried to remove the Divi theme WooCommerce sidebar you know how much of a pain this can be. Why did they make it such a pain?… I don’t know. Heck, you may have even tried the Divi theme options setting with no luck. But no fear!… In this post I’m going to […]
Are you’re looking to replace <br> break with a space using only CSS? I’ve got a solution for you then. To do this we’ll use CSS to change the content of the br tag which will prevent it from making a line break. Then we’ll also add content using the :after pseudo-element. That will ensure […]
Here is how to get a Woocommerce shortcode to show all products on a page. I’ve searched and searched, and it appears Woocommerce doesn’t have an official way to do this. But no worries, I’m going to tell you exactly how to set this up so that you can add a filter that will allow […]
I’ve recently stumbled upon Dropit dropdowns plugin for jQuery. It’s a great, simple dropdown script that you can quickly implement. But I’ve found it was missing one thing. How to make Dropit jQuery dropdowns close on mouseout. So I’ve created a little script that makes the dropdown close when you mouse out or hover off […]
As many of you have noticed, jQuery doesn’t allow you to select HTML 5 input elements with the standard colon selection type, like this :date So what you can do is use brackets to define the input type you want to select. Here is what I came up with. This should include most if not […]
IE6 and IE7 don’t play nice with the use of url(data: in css stylesheets. It took me quite a while to narrow down on what was causing the “This page contains both secure and nonsecure items” message in IE7. Both Firefox and Chrome has no issue with a secure page I was developing. It turns […]
I recently needed to check and see if cookies were enabled for a script that I was writing for authenticating a user login. I quickly realized all the problems with this I had forgot as I don’t normally set cookies but rather normally use sessions. Problems to overcome: Can’t check for a cookie when first […]
Being a web developer I’m well aware that sites developed need to be checked over with a fine-tooth-comb for bug and potential issues. In fact there are even many times when you can check for bugs and even check the site in many different Internet browsers (such as Firefox, Internet Explorer, Google Chrome, Safari, ect…) […]