Firefox, Firebug.

Instead of using alerts, try console.log("Hello World!"); and look ut in the console tab.

Finding Firefox chache.

Having a hard time finding Firefoxs chache? Try about:chache in the address field.

Linux & Putty, start MySQL Daemon.

I’m not all used to Linux. So all tips regarding Linux will be on a very basic level. Any way if you have access problems for starting Mysql. Try following line.

/usr/local/mysql/bin/safe_mysqld --user=root &

  • root is the login for MySQL
  • & is when you starting it from Putty, if you leave out the & MySQL will be shut downed as soon as Putty is.

AnkhSVN – Project setup.

To get AnkhSVN playing nice with your CVS (Subversion) repository. Frist create a blank Visual Studio Solution then add your website to it. Otherwise you wont be able to export/import it to your repository.

You can find this layout in AnkhSVN FAQ-page.

 SolutionDir
    Solution.sln
    Project1
       File1.cs
       File2.cs
       SubNamespace
          File3.cs
          File4.cs
       Project1.csproj
    Project2
       Foo.vb
       Bar.vb
       SubFoo
           Moo.vb
       Project2.vbproj
    Project3
       Ooga.cpp
       Ooga.h
       Chacka.cpp
       Chacka.h
       Project3.vcproj

First post!

Here I will type some basic text to help me rember things I have developed and hopefully will rember it after I typed it here. Any comment is appreciated.