June 23, 2026

Websites

All articles about Websites on Computer-Masters.net

  • Generate HTML redirects automatically with Python Script

    Anyone who migrates a website or plans a relaunch faces the challenge of not losing valuable traffic immediately after the relaunch. The traffic comes from search engines that have indexed the website and particularly the subpages, but also via backlinks, which usually also link to subpages of the website. Missing redirects cause valuable traffic and…

    Read more …

  • Free and useful tools for Webmasters

    Besides SEO and the importance of contents, a website meets technical requirements that need to be fullfilled in order to have a valid and high quality website. This page is a collection of free tools, that help webmasters to understand what typical proplems can be and that provide some analyzing tool for checking a website.…

    Read more …

  • Find out your website’s IP address

    For using special services it is sometimes necessary to have the IP address of a URL instead of using the URL with the included hostname. Find out the IP address of any host by typing in a valid URL in the form and clicking “Get IP”. This service is free and you won’t get any…

    Read more …

  • Tool for webmasters and HTML-Coder: The full HTML Character table (Unicode)

    Hint You can write all of these Characters on your keyboard by using the keys “ALT+<Number-on-numpad>“. When writing a HTML document you should use the call &<number-of-character>; to prevent encoding issues. The calls are stated in the table below next to the corresponding symbols.

    Read more …

  • HTML and BBCode Generator for clickable website banners

    Easily create your Code for your website Banner as HTML for your website or as BBCode for forums. Just enter the metadata of your Banner and click on Generate Code. This service is completely free! Codegenerator for clickable website banners

    Read more …

  • HTML Code Generator for automated forwarding

    After moving your website to another server or after modifying the hierarchical structure of a website you may face the problem, that old backlinks lead your visitors to “404 – Page not found” sites. Visitors don’t like to search for your new contents and just leave your site which means decreasing user traffic on your…

    Read more …

  • PHP: Block access for specific IP addresses

    Ever had a Spambot on your site? Cleaning up the database after a spam attack is a tedious task. One way to avoid this is designing your webforms more complicated, so automatic spam bots are not able to fill them out. This works in most cases, but has a negative impact on the usability of…

    Read more …

  • Does my server support PHP?

    In order to run PHP scripts your server needs to support PHP. It is very easy to examine if your server is capable of running PHP scripts by just trying it with the phpinfo() that prints out all the information about the installed PHP version. Upload a file to your server containing the above stated…

    Read more …