
Many people would like to know how to put GIMP into one single window mode. Here is a quick tip.
Read More
So many webmasters want simple share buttons with no junk added. What do I mean by this? In today's world of "free plugins" webmasters do not know what they are getting into.
Read More
You must understand Bootstrap's default setting for text sizes. In the bootstrap library the default text size settings are as follows.
Read More
Here is a guide to understanding the Bootstrap Grid system. Think of the Bootstrap Grid system like tables. Tables can be hard to deal with.
Read More
Here is a beginners guide to using Bootstrap Web Development. Bootstrap is a library of code that you can use to create web pages. In this tutorial we will start with the basics of Bootstrap and advance from there.
Read More
Here are some Simple Steps For Woocommerce Product Variations And Swatches. If you are selling a product that has a single attribute follow the steps below.
Read More
In order to use JavaScript Get element by class name you have to have a class. You can use a class in a div or any tag that you want. Here are a few examples of class names and how they are used.
Read More
Welcome to HTML5 form basics for beginners. Think of this post as a post for HTML5 Forms for dummies. There are a lot of great tutorials out there on the web about HTML form elements. Most of them fail to tell you the basics.
Read More
he number attribute in HTML5 may give you a warning, "Please Enter A Valid Value". Using decimals in HTML5 requires that you use an attribute of "step". Consider the following in the form tag element.
Read More
There are many other things that you can do with the button tag element. The button tag is HTML however the action that we assign to the button is JavaScript. This should be used properly. This method is not good for SEO.
Read More
In order to delete an image or file off of your server in PHP you have to use unlink(). This function will delete the file from your server. This is a permanent action and can not be undone once we completed the process. If you're getting warning: unlink(
Read More
There are many times when you have to PHP MySqli Check For No Results in Database. Maybe you are checking the username and password of a user and match it to an authenticated user.
Read More
If you are looking for PHP HTML script for emails you have come to the right place. If you look at our PHP Snippets for email. You may be disappointed that when you send an email that you do not actually see formatted HTML.
Read More
Why would you want to send emails every hour from your server? Most servers only allow you to send out 250 emails every hour and some servers only allow you to send out 500 emails a day.
Read More
We can direct people to our mobile site using JavaScript. What this following code does is look for a screen size and then redirects the user.
Read More