Remembering the User’s Preferred Color Scheme
Last time, we showed you how to set up alternate color schemes using PHP. As promised, we will now show you how to remember the user’s choice. We will once…
Last time, we showed you how to set up alternate color schemes using PHP. As promised, we will now show you how to remember the user’s choice. We will once…
Creating a beautiful and eye-catching website can often require you to have a hefty CSS file. Unfortunately, this side-effect takes away from your visitors experience; they spend more of their…
One great use for PHP is alternate content depending on different inputs. In this article, we will show how to serve up alternately colored style sheets via PHP. Disclaimer: This…
Navigation is a vital part of all websites. Visitors must have ways to traverse through pages to find what they need. Top navigation is a specific style in which links…
Dearly beloved, we gather here to say our goodbyes to beloved Geocities. Geocities started off in 1995, giving users the ability to create their own personal homepages. By 1999, Geocities…
In the past few weeks, I have seen many posts addressing the concept of caching. Although it may seem trivial to implement and easy to maintain for some web designers,…
Have you ever wondered how to implement a search suggest feature on your website? Contrary to popular belief, this is actually a very simple task. In the following 5 minute…