Category Archives: Internet Software & Web Goodies

Internet software and web goodies are essential tools that enable us to navigate the vast landscape of the internet. These tools range from web browsers and email clients to search engines and social media platforms. They allow us to access information, communicate with others, and perform various online tasks.

One of the most important internet software tools is the web browser. It is used to access websites, view online content, and interact with web applications. Popular web browsers include Google Chrome, Mozilla Firefox, and Microsoft Edge.

Another important internet software tool is email clients, which allow users to send and receive emails. Popular email clients include Gmail, Yahoo Mail, and Microsoft Outlook.

Search engines like Google and Bing are also essential internet software tools that help us find information on the web. They use complex algorithms to scan the web for relevant content and return results based on our search queries.

Social media platforms like Facebook, Twitter, and Instagram have become an integral part of our daily lives. They enable us to connect with friends and family, share content, and engage with others.

Web goodies are additional features and add-ons that enhance our online experience. Examples include ad-blockers, password managers, and language translators. These tools can make browsing the web more efficient, secure, and enjoyable.

Overall, internet software and web goodies are crucial components of our online experience. They enable us to navigate the web, communicate with others, and access information quickly and easily. By using these tools wisely, we can make the most of the internet and all it has to offer.

Store Image Uploads On Server With Summernote Not Base 64

Store Image Uploads On Server With Summernote, not the default base 64! If you do image uploads through Summernote you will notice that it stores base 64 code for the image. If you are saving that kind of code in your database you will notice that it bloats the database. This will cause lag time Read More

free code tester

A1WebsitePro is now offering a great new code testing tool. This tool is useful for everyone who needs a quick resource to test the code that they are working with. A Helpful Tool For Use With Tutorials If you need a place to practice the codes that we provide in our lessons before you add Read More

Point Namservers To Amazon Web Hosting Services

Want to know how to Point Nameservers To Amazon Web Hosting Services? In this tutorial we will learn how to do that. Route 53 Domain Name Registration Start by logging into your Amazon EC2 Account. Navigate to Route 53 Domain Name registration. Click on DNS Management. This is if you already bought the domain.  If you Read More

GIMP CUT OUT IMAGE | BEGINNERS GUIDE TO GIMP GRAPHICS SOFTWARE | EDIT PHOTOS | Square Selection Tool

There are times when you need to cut out sections of an image in GIMP. There are several different ways to do this. Let’s talk about the different methods of cutting out sections of an image in GIMP. Square Selection Tool in GIMP The Square selection tool is pretty easy. First select the square selection Read More

How To Put Gimp Into One Single Window Mode

Many people would like to know how to put GIMP into one single window mode. Here is a quick tip. GIMP Window Layout When you first open GIMP you will see a split window layout. It will be split up across your desktop.   Most people are more comfortable having GIMP all in one window Read More

php-html-email-script

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. PHP Header For HTML Email Emails do not automatically display HTML. Read More

email every hour with php

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. Let’s say that you have 5000 subscribers to your blog and you are not using 3rd party applications. In 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. [code] <script type="text/javascript"> if (screen.width <= 699) { document.location = "mymobilesite.html"; }[/code] The following code will target iPhone and iPods to your mobile website. [code] if ((navigator.userAgent.match(/iPhone/i)) || (navigator.userAgent.match(/iPod/i))) Read More

Welcome to Google Shopping Guerilla Marketing.  If you have a product you want to market Google shopping is the place you want to be. Our guinea pig website is  kbathandbody.com. When you first go on the website you will see they sell candles and soaps. They already have everything set up as we have discussed Read More

Logo Design and Development Youngstown Ohio

Some people were asking me how do you play an audio file in your website? HTML5 has a great way for you to play your audio files. Instructions for Embedding Audio Files with HTML5 Upload your file to your WordPress If you cannot upload to your WordPress upload to something like Soundcloud Copy the URL path Read More

PHP Web Development

Sometimes we need to encrypt a password hash in php before inserting it into the database. The code below will reveal this information. $1$aGwdyCbv$dwOWTv3mGDXIH0tHK7Ova1 hash [code]<?php $passwordtohash = ‘mypassword’; $hash = crypt($passwordtohash); echo $hash; echo $passwordtohas; ?>[/code] Explaining the Crypt Code and Process The php variable of $pass is holding within it “hash”. We then Read More

Viewports for Mobile Header Tags Quick Reference

Viewports for Mobile Header tags are something that I think we should be able to just copy and paste. It makes things faster when you are programming. A Viewport tag will auto enlarge text on smaller screens so they are mobile friendly. You would put this code in your header.php file. [code]<meta name="viewport" content="width=device-width, initial-scale=1">[/code] Read More

guirlla-martketing

Introduction: Google data highlighter is a tool that helps Google index. The Bing SEO analyzer is Bing’s tool for indexing. Let’s prepare for Google shopping & google search console. Prerequisites Before you perform what is contained in this lesson you will have to have Google Search Console set up with your website.  If you do not Read More

Submitting your products to Google and Bing for indexing is easy after you have the accounts set up.  URL submissions to the search engines are free. This is “Organic Indexing”.   Preliminary Steps Before Submission Remember that your post, products or pages are not indexed until you submit them. So take your time to make sure Read More

Marketing Guerilla Style

Welcome to the Guerilla Marketing Course. We as business owners know that in order to be in business we have to have a product or service to sell. Download Audio of this Article Listen to Audio Online https://youtu.be/w0xW90TtxzA Guerilla Marketing Product and Service Descriptions What you may not be aware of is that your product Read More