How to Work With Cookies in PHP

You might have heard about cookies, but what exactly are they and what can we actually do with them? In this tutorial, we will focus on the basics of cookies, and learn about their functionality in various web applications and site environments. We will also learn how to work with cookies in PHP. Cookies vs… Continue reading How to Work With Cookies in PHP

7 Viral Halloween Ads

October’s finally started which means that Halloween’s finally around the corner! This means that Halloween-themed ads and designs are coming our way any time soon. If you’re a designer, you’ll probably be receiving requests soon for Halloween ads, themes, and the like. We’ve covered our favorite clever Halloween ads, now we’ll be listing down some… Continue reading 7 Viral Halloween Ads

A Guide to Accessible Interactive Components using React Libraries

May 29, 2020 Content Warning: This blog post contains gifs. I’ve wanted to write this blog post ever since I wrote a11y and JS – A Seemingly Unconventional Romance. I love JavaScript, and my job is to code in React. I often observe folks (rightly) critique that React Apps are inaccessible. According to the WebAIM… Continue reading A Guide to Accessible Interactive Components using React Libraries

How to Add Multiple Selection to Android RecyclerView

The RecyclerView widget is an integral part of most Android applications today. Ever since it was added to the Android support library in late 2014, it has eclipsed the ListView widget as the most preferred widget for displaying large, complex lists. However, there’s one important feature missing in it: support for selecting and tracking list items. RecyclerView… Continue reading How to Add Multiple Selection to Android RecyclerView

5 Reasons Why Stock Photos Are Essential for Web Design

June 21, 2018 by Spyrestudios Blogger Stock photos might not seem exciting at first glance but they’re actually valuable tools to impress and entertain website visitors. For example, posts with an image are more likely to be shared on Facebook — which can increase the number of people who visit your site. This means that… Continue reading 5 Reasons Why Stock Photos Are Essential for Web Design

HTTP: The Protocol Every Web Developer Must Know

In my previous article, we covered some of HTTP’s basics, such as the URL scheme, status codes and request/response headers. With that as our foundation, we will look at the finer aspects of HTTP, like connection handling, authentication and HTTP caching. These topics are fairly extensive, but we’ll cover the most important bits. HTTP Connections… Continue reading HTTP: The Protocol Every Web Developer Must Know