Blog
As time goes on, our interests change. Here’s a collection of several of my interests.
-
Restrict Access to Your Website with .htaccess
Read Time: 3 minutesWhen I come across things in my own world of website work, I make note of them so I can share them later. The .htaccess file is a quick way to block an IP address or domain if your website is having security problems or if you wish to restrict access to your site for…
-
REVIEW: Echo Buds 2
Read Time: 2 minutesI purchased the Echo Buds 2 back in December of 2021. I had been using the buds that come with iPhone because they offered not only great sound but also mic quality. Since the beginning of the pandemic, it always drove me nuts when someone on a call had a low-quality mic. I wanted to…
-
Pork Chops with Sweet Honey Glaze
Read Time: 2 minutesThere’s nothing quite like the sizzle of a juicy pork chop hitting a hot grill, and when you add a sweet and sticky honey glaze to the mix, you’re in for a mouthwatering treat.
-
Vermont Cheddar Pull-Apart Bread
Read Time: < 1 minuteA simple recipe that is quick and easy for the holidays. Using Pillsbury Grands as your base, plus the butter coating, helps them last beyond bake date, even when refrigerated.
-
Adding an HTML Anchor
Read Time: 2 minutesPage anchors are links on a page that allow visitors to jump to a specified location on that page or on another page. Page anchors can be useful in a variety of situations, such as when there is a lot of information on one page and visitors need to be able to jump to the…
-
Gradient Animation CSS Box
Read Time: 2 minutesThis is a neat piece of code to add subtle motion to your sites…a gradient animation css box. Style: .box{ /* box styles */ position: relative; color:#fff; text-align:center; font-family:Gotham, “Helvetica Neue”, Helvetica, Arial, “sans-serif”; font-size:45px; font-weight:bold; text-transform:uppercase; width:300px; margin:50px auto; background-color:#000; padding:40px; } .box::before{ content: ”; position: absolute; top: 0; left: 0; width: calc(100% +…
-
What is PaaS (Platform-as-a-Service)?
Read Time: 4 minutesPaaS (Platform-as-a-Service) is a cloud computing model that gives customers access to a complete cloud platform—hardware, software, and infrastructure—for developing, running, and managing applications without the cost, complexity, or inflexibility that comes with building and maintaining that platform on-premises. Everything is hosted at the PaaS provider’s data center: servers, networks, storage, operating system software, databases,…