Showing posts with label code. Show all posts
Showing posts with label code. Show all posts

Monday, April 14, 2014

Hackintosh: How to Remove Persistent Boot Flags

If you are encountering an issue where your system is continuing to boot, for example, in to safe mode even though the boot.plist file in the Extra's folder is free of -x and the Chimera boot window is free of additional boot flags, this is how you can fix it.

In OS X open Terminal

Then type:
sudo nvram -d boot-args

You'll have to type confirm by typing your password but that's all there is too it.  Hopefully you are no longer experiencing any random boot flags occurring when booting your Hackintosh.

Saturday, November 9, 2013

CSS iOS 7 Inspired Toggle Switch

I was looking for an iOS 7 toggle/switch for a personal project and found a few that almost did the trick.  The only issue I was having is that it would work fine in Chrome but not in Firefox.

I decided to try and figure out how to get the toggle to work in Chrome, Firefox, & Safari and was able to successfully do so.  You can find the code snippet here.

Codepen.io Link

I wouldn't have been able to do it without the original works from these other  designers.




Enjoy!!