Jump to Content

Andrew M McCall

Blog

Everything You Need To Know About Parallax Scrolling & Javascript

Everything a beginner javascript student needs to know about implementing parallax scrolling on their website. What parallax is, why use it, why not to use, and a few ways that it can be achieved. What is parallax scrolling effects? What is parallax scrolling? If you have only come here for a parallax definition then your journey ends here: Parallax scrolling effects is a movement, one that is created by the scrolling of one layer of an image, which creates a sense of depth and keeps the audience’s eyes glued to the screen.

Everything You Need To Know About Content Delivery Networks As A Beginner

Choosing a Content Delivery Network (CDN) is not a decision to be taken lightly. There are several factors to consider, and different factors apply to different types of website. This article guides you through the process of selecting a CDN and the factors you should consider. What Is A Content Delivery Network A content delivery network (CDN) is a system of servers that delivers web pages, video, and applications to a user based on their location.

Markdown Syntax For Quick Development and Fast Content Creation

Markdown is a markup language developed to be easy for writers to write. It allows writers to generate web pages quickly with excellent readability. It’s main purpose is to keep things simple and straightforward so that the writer can focus on the content rather than formatting. Markdown syntax is an alternative to HTML. It is not as powerful, but in some cases, it may be easier for a writer who doesn’t know HTML (or doesn’t want to know HTML) than learning that language.

10 Static Site Mistakes You Should Stop Making: A blog about the common mistakes people make when creating static sites.

When starting a business, it can be tempting to go with the “latest and greatest” web development technology. In fact, this same temptation often happens within a business even after it has launched a website. A website that has been built with a static site generator is always going to have a lower risk of being hacked. This doesn’t just mean your company will be less likely to be hacked, but you will also not have to throw away any code and start over if things do go wrong.

How To Host A Static Website For Cheap On Bunny CDN

How To Host A Website On BunnyCDN We all want our web hosting to be as cheap as possible, especially when we are starting out. Often, many aspiring developers turn to shared hosting solutions to program their first static sites. This is convenient because in the beginning most developers struggle with basic tasks like connecting through ftp and uploading their site. As we progress, however, we begin to realize the limitations of shared hosting such as resource sharing and slow responses during peak times.