Working on a web extension that is submitted to an app store and cannot be modified immediately, such as a website, can be difficult. Since you can’t deploy updates immediately, sometimes it’s necessary to incorporate hard-coded date-based logic. Testing future dates can be difficult if you don’t know how to quickly change the date on your local machine.
To change the current date on your Mac, run the following from the command line:
# Date Format: MMDDYYYY sudo date -I 06142024
This command does not modify the time, only the current date. Using the same command to reset the current date is easy too!
How to create a RetroPie on Raspberry Pi – Graphical guide
Nowadays we can play amazing games on our super powerful gaming consoles, PCs, virtual reality headsets and even mobile devices. While I enjoy playing new games these days, I long for the retro gaming systems I had as a kid: the original Nintendo…
CSS filters
CSS filter support recently arrived in WebKit Nightlies. CSS filters Provides a method to modify the representation of a basic DOM element, image, or video. CSS filters allow you to blur, warp and modify the color intensity of elements. Let’s have…
Google Extension Effect with CSS or jQuery or MooTools JavaScript
The two big browser vendors, Google and Mozilla, have extension pages that use simple but elegant animation effects to enhance the page. One of the extensions used by Google is a basic top margin animation to switch between two panels: a graphical panel…