Info

Magnus Eriksson, Developer at Vaimo, a web agency heavily into Magento. Doing alot of coding in my spare time.

Archive for July 25th, 2011

Have used woorank.com a lot. It’s a pretty good tool to find out why a site or blog dont manage to get particularly high in search engine rankings.

It goes through site content and ranks it with their SEO algorithm, it also provides help with other types of information like visitors, in-site SEO, off-site SEO, usability and website information. It provides a basic SEO information for  you to fix se basics of your site.

woorank.com

 

 

We had trouble using the HTML5 with EPiServer CMS, it proved to be a bug.

The bug is that you have to write html 5 doctype in uppercase, ie <! DOCTYPEhtml>, to write doctype in lowercase makes EPiServer html parser removes thedoctype.

The actual bug is that the doctype should be case-insensitive - that you can see if you read the documentation for the doctype.

so use the <! DOCTYPE html> until the bug is resolved.

There is a problem with adding files with extension .a to subversion. extension .a is compilated code in objective-c and there for useful to add to svn, mostly if you are group of developers so they can compile the checked out code. The reason it cant be added is because it exists in the global ignore list. You can change it if you want through the terminal, i guess it exist there for a reason so i have not done this.

The way i do it is by renaming it prior to adding, like codeexample.rename, add it, commiting, then use the svn rename and rename it back to .a. Now you can commit the changes and voilá, it exist in your repository.

Commands are from the swedish keyboard layout.

Auto Indent: ctrl + I
Comment on mouse selects: apple + shift + 7 (/)

Kalle Persson came up with these tips in the comments.

Switching between. M and. H file: ctrl + cmd + arrow up
Force autocompletion: esc
Switching focus between the panels: cmd + j

Thanks to Kalle, if you want to tell about more great commands, add a comment.