To enable hidden folder and files in Finder do the following: Open the Terminal Copy, paste and run the following defaults write com apple Finder AppleShowAllFiles YES Now open or reopen Finder, you should now be able to see the hidden folder and files.
Tag: Mac
Diablo 3 Error List
Released on May 15. Diablo 3 is the sequel from Diablo 1 and 2 and Blizzard newest game. Here is a list of the different Diablo 3 error you can run into. The list might be missing some and is not complete. Most of the errors you’ll encounter is at the authentication and therefore the infamous error 37,
Do Not Save Web Browser History
There are different ways of disabling browser history. You can either temporarily disable or permanent disable it. This goes for most browser. Go into the Tools or Settings and find the privacy tab and find Clear Browsing Data or Delete Browser History. Internet Explorer you can use the shortcut: Ctrl + Shift + Del Safari: Go to the
Capture An Image Of An iPhone Screen
Taking a picture of your iPhone screen is quick and painless. Press and hold the Home button, then press the Sleep/Wake button. Your screen flashes and the picture appears in your Camera Roll.
Eclipse Android Requires Compiler Compliance Level
After importing an existing Android application into a new workspace the following error can occur: “Your Project contains error(s), please fix them before running your application.” First thing to do is to look at the console output and read the error. In this case it told what the problem is and how to solve it!
grep How To Find A Text String In Files On Linux And Mac
Something you want to search a lot of files for a specific text. To quickly find any text string within any text file open up a Terminal window and use the grep command. Wiki: “grep is a command-line utility for searching plain-text data sets for lines matching a regular expression. Grep was originally developed for the Unix operating system, but is available
CSS3 Gradient Generator
Using gradient color can be cool and be completed with css style. Making a gradient color in css can be completed as following: [sourcecode language=”css”] <script type="text/css"> .txt { background-image: linear-gradient(bottom, rgb(132,170,193) 15%, rgb(159,204,232) 58%, rgb(191,245,255) 79%); background-image: -o-linear-gradient(bottom, rgb(132,170,193) 15%, rgb(159,204,232) 58%, rgb(191,245,255) 79%); background-image: -moz-linear-gradient(bottom, rgb(132,170,193) 15%, rgb(159,204,232) 58%, rgb(191,245,255) 79%); background-image: -webkit-linear-gradient(bottom,
Eclipse complains about jquery minified JS files
When using minified files in Eclipse it can caused errors when there shouldn’t be any. Eclipse complains when using jquery.min.js files. One solution is to ignore the specific file. Go to : Project->Properties->JavaScript->Include Path->Source-> Excluded Groups ignore specific files by adding a suitable exclusion pattern e.g. **/jquery*.js Solution found at bug report 349020 comment 15 via stackoverflow topic ignore
Open zip file on MAC
Mac should be able to open a zip, however, depending on version, OS or some other strange reason. Mac OS X has a built-in application to do this, Archive Utility, but apparently this does not work with every zip files. The Archive Utility error: “Unable to expand “myfiles.zip” into “Downloads”. (Error 2 – No such file
iOS Development Error: No identities are available for signing
When trying to publish an iOS app to app store the following error came when running the validate. “Choose an application record and an identity to sign with: No identities are available for signing” Now by searching the iOS Developer Library, guides and stackoverflow the problem could be several different things. However in this case