Please note: This website includes an accessibility system. Press Control-F11 to adjust the website to people with visual disabilities who are using a screen reader; Press Control-F10 to open an accessibility menu.

6 Alternative Web Servers You May Have Missed

Alternative web servers

Choosing a web server is about much more than picking something to generate HTML. A web server can do all sorts of interesting things. At the end of the day they all serve a website to someone requesting it. But there’s so much that can happen along the way. Think about what you need from a web server that might make your website programming and maintenance easier for you, and then find out where and how the web server can help. Chances are you’ll find some alternative web servers that uniquely fits your requirements. And they’re all free, so it doesn’t hurt to look and try and test. Most of these alternative web server apps run great in a container environment or virtual machine.

Continue reading –>

JetBrains PhpStorm Examined: Master the Whirlwind

PHPStorm Review

The old argument about integrated development environments (IDEs) vs text editors continues to rage on. And of course, everyone has their unique preference. The most popular IDE continues to be Microsoft Visual Studio Code (VSC). But for those who are willing to pay for an IDE, the JetBrains products bring in some stiff competition. In this review, we’re going to take a look at the web IDE, PhpStorm. For anyone who does any kind of coding for the web, PhpStorm brings in everything you could want, with unique support for all the languages used in web apps: HTML, CSS, JavaScript, (of course) PHP, and more.

Continue reading –>

Can You Make an Impact With Free JavaScript?

Using free JavaScript

Many websites on the “modern” web use JavaScript to create a more interactive experience. However, this extra interactivity can cause performance issues not only for the website but for your personal computer as well. But beyond the performance issues, non-free JavaScript (that is, proprietary JavaScript with obfuscated code) can create security and privacy concerns for users. Many web users (and developers) would prefer to use free, open source JavaScript, so that they know what the code is doing, and can have the code independently reviewed — if desired. For many, it’s always better to have options.

Continue reading –>

5 Web Hosting New Year’s Resolutions for 2020

5 Web Hosting New Years Resolutions for 2020 Hero Image

Many New Year’s resolutions are related to better performance in something. For business owners, those goals may be geared toward marketing and sales: search engine optimization (SEO), advertising, or branding in general. Maybe you’ll be creating the first website for your business with a content management system (CMS) such as WordPress or Drupal.

Continue reading –>

Nerd Out Your Project And Avoid Headaches With Version Control

Nerd Out Your Project And Avoid Headaches With Version Control

Has this ever happened to you? You’ve been up all night working on a document and suddenly the computer crashes. Was your hard work saved? Did you have a backup?

I’m sure everyone has had this experience at some point. I used to save multiple versions of the same file over and over again every time I had made a significant change. This technique worked but I would often have tens or twenties of versions of files by the end, and it would be difficult to know what was in each version or why it was saved.

Continue reading –>