Getting your web site on the cloud easily and effectively has never been easier. With Cloudways, the process is hassle free and simple! We've put many apps and web sites on the Cloudways platform and it does not disappoint. The process is painless and super easy. Host your apps and web sites on …
Web Development
Start a Photography Website With Ease
Have a burgeoning photography hobby? With the power of new smart phone cameras today, it's a great time to start your own photography web site. What platform should you use? I highly recommend using WordPress to set up your photography web site with the Envira Gallery plugin. Envira …
JavaScript Replace Text
If you ever get into a situation where a string is received with some text that either shouldn't be there, or is in there incorrectly, here's a quick solution for that, use String.replace(): …
Javascript When to use “let” and when to use “var”
In many circumstances, let and var can seem to be used interchangeably. This, however, is not the case. Here's some great write-ups on stack overflow about the matter: https://stackoverflow.com/questions/762011/whats-the-difference-between-using-let-and-var …