Showing posts with label Mac. Show all posts
Showing posts with label Mac. Show all posts

How to check if Mac or PC using Javascript

Sometimes, in your webpage, you might wanted to redirect the visitor accordingly for MAC or PC. For Identifiying MAC or PC, here is a simple code using Javascript. if (navigator.userAgent.indexOf('Mac OS X') != -1) { $("body").addClass("mac"); } else { $("body").addClass("pc"); ...

Continue Reading
The new iOS Mavericks

The new iOS Mavericks

Apple Introduces the new OS, Mavericks. With some new features. Mac is high speed, but with mavericks they built it even higher.  In OS X Mavericks, Timer Coalescing groups low-level operations together, creating tiny periods of idle time that allow your CPU to enter a low-power state...

Continue Reading