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,

Read More

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

Read More

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,

Read More

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

Read More

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

Read More