Prevent Windows from Sleeping
I have a few processes on my Windows gaming PC that are critical but sometimes get impacted over night as Windows tells my beloved machine to tone it down.  My machine has the necessary cooling so I'm happy to let the processes do their work.
There is a setting in the UI which allows you to prevent Windows from sleeping but disabling that didn't seem to work.  Want to truly prevent sleep and hibernation?  Open the Command Prompt app with "Run as Administrator" and use the following two commands:
C:\Windows\system32> powercfg.exe /h off
I've noticed better performance of those processes when I'm not using the PC so I think all is well!  Keep those Windows processes rolling at max power!
![5 Ways that CSS and JavaScript Interact That You May Not Know About]()
CSS and JavaScript:  the lines seemingly get blurred by each browser release.  They have always done a very different job but in the end they are both front-end technologies so they need do need to work closely.  We have our .js files and our .css, but...
![7 Essential JavaScript Functions]()
I remember the early days of JavaScript where you needed a simple function for just about everything because the browser vendors implemented features differently, and not just edge features, basic features, like addEventListener and attachEvent.  Times have changed but there are still a few functions each developer should...
![External Site Link Favorite Icons Using MooTools and CSS]()
I recently came upon an interesting jQuery article about how you can retrieve all external links within a page, build the address of the site's favorite icon, and place the favorite icon along side the link.  I've chosen a different approach which...
![Downloadify:  Client-Side File Generation Using JavaScript and Flash]()
The following tools is in its very beta stages and works intermittently.  Its so damn useful that I had to show it off now though!
I recently stumbled upon Downloadify, a client-side file generation tool based on JavaScript and Flash ActionScript code.  A...
Thanks, a useful thing! The description looks a bit confusing though. You mention two commands, but there is only one command mentioned later.