Posts archive for March, 2011

How to insert new line (line break) in a cell – OpenOffice Calc

advertisement

open officeJust filling a form in OpenOffice Calc and I need to do a new line within a cell and after some testing i manage to found the way to insert a new line (or line break) within a cell. And I notice that the key being use in the Window and Mac is a bit different.

open office calc new line, openoffice line break

To insert new line in a cell (line break), follow the steps below:-

Continue reading How to insert new line (line break) in a cell – OpenOffice Calc »

Symfony: PHP Fatal error: Call to a member function setData()

advertisement

symfonyI just setup a symfony app my new redundancy server but it show “PHP Fatal error: Call to a member function setData()” in my apache error log. What i did is just restore the source code from my subversion server and it shouldn’t have any problem. I suspect there must be something wrong with the app installed in the server.

Continue reading Symfony: PHP Fatal error: Call to a member function setData() »

How to move cursor to end of file in vi editor

advertisement

linux, macThe shortcut that move cursor to end of the file in vi editor save my life. I need to add a line at the bottom of a large sql file and moving the cursor to end of the file is a problem if i keep pressing “Down” arrow. With the shortcut to move the cursor to end of the file it save me a lot of time!

To move cursor to end of file in vi editor, follow the steps below:-

Continue reading How to move cursor to end of file in vi editor »