AdsGet US iTunes gift cards instantly!Get cool iWeb Templates!

Tag Archive for 'Mac'

How to hide the Microsoft Office User Data folder

The documents folder in Mac OS X is for storing your documents. There is absolutely no reason for Microsoft Office (or in fact any other application) to store preferences in that documents folder (that is why Apple created the library folder). With Microsoft Office it is a particular problem because deleting this specific folder will not get rid of it – the next time you launch Office, it will just reappear.

Fortunately, there is a way to get rid of that folder. Follow these simple instructions to hide your Microsoft Office User Data folder forever.

Continue reading ‘How to hide the Microsoft Office User Data folder’

Safari’s Web Inspector – Hell nice!!!

Safari 3 is Apple’s latest browser and is surely my favorite one in the world of browsers. Firefox, is just yuck, it has a ugly look and ARG – just horrible. We then have Opera which is the worse that I have ever experienced – I mean, just look at the icon??? Who wants that in a dock??? No one!!! BTW – same goes for the Firefox icon (Even though the fox is a nice idea). Better is the Camino Browser which is a mixture of Firefox’s browser engine and Safari’s elegance. Well done Camino group!!!

In any case, I’m a 100% Safari user and will never switch to a different one.

Now to the post, since Safari is quite new, it has some great features that have yet not been discovered. One of them is a advanced source-code inspector that makes life easier than ever, at least for developers.

Firefox has a plugin named Firebug which allows you to look at the source-code of a page, steal stylesheets in a snap and lots of other great things. Safari now supports this without any sort of plugin. A right-click inspector will allow you to get this:

The image above shows the loading time for certain things of my site. All visually interesting and the power of this “inspector” is just amazing.

Here is a image which shows the source code with syntax coloring.

This image shows how elements are set up within other elements, basically displaying the whole hierarchy and then the corresponding style attachments for this element! Coooool!

This is known through Coda already – but it is just nice to see this out of Coda.

Now how do you get this cool thing? It’s totally easy, just follow this steps:

  1. Open Terminal (Applications/Utilities/Terminal.app).
  2. Paste in this command line:
    defaults write com.apple.Safari WebKitDeveloperExtras -bool true
  3. Hit enter and now open Safari.
  4. Open any page and then right-click (or on a MacBook: ctrl + left click) and select the Element Inspector.
  5. Now you have a new window with all the features above. If you want the Element Inspector in the same window as the actual page, then click on the lower-left icon looking like three boxes
  6. If you want to get the inspector away, just paste in the same command line into Terminal, only with “false” at the end instead of “true.”

I hope you enjoy this little trick. :-D

Yay – Finally I Have Leopard

Yeah I know, probably not very exciting for all you guys, Leopard has been around quite a long time and many of you are already using it – but I was not one of them. It finally arrived today since Amazon didn’t have enough copies left so it took them quite a while to process through all the orders.

It’s installed – I just ordered another 1GB RAM for my mac – and the upgrade was a charm. Nothing lost, only great new things were gained. First of all, I changed the background from this ugly Aurora to the Grass background – but I am still not really happy with the outcome. i guess I have to make my own cool aqua background, since Apple didn’t want to.

In any case, I took a look at the new Developer Tools and they are really great. Now it’s real fun making apps – with the new Leopard! :-P

I guess that’s about it, what I wanted to say in this post.