Saturday, November 15, 2008

Emacs

Emacs is one of my favorite editor. After playing with some time i understand that,
as a programmer i felt life is very comfortable with Emacs.

Actually Emacs is purely written in Lisp, and I felt that lisp is good programming language. I tried things like chatting, remote file editing, sending mails from Emacs.

also I found a browser(conkeror), which works as Emacs for browsing.
meaning for opening URLs similar as file opening command in Emacs,
for searching also it's similar to Emacs. you don't need to use the mouse for this browser.

http://conkeror.org

i will just tell you essential commands in Emacs.

1. C-x C-f for opening a file
2. C-x C-s for saving a file
3. C-x-b for switching between buffers
4. C-x C-b for listing currently opened buffers
5. C-x-k for killing a buffer
6. C-h-t for Emacs Tutorial.
7. C-x-m opens a buffer writing mail.
8. C-c C-c sends the mail.
9. C-s for searching words in current buffer
10. C-r for reverse search

Tuesday, August 26, 2008

As A Programmer In Office

I started my carrier as a System admin, later I recognized as web developer in my office(Servelots).I learned so many things in this Office.

what i understand as a web developer ,I learned how to test web applications.
how to fix bugs in web applications. python's Web.py, Django, Ruby's Ruby on Rails web frame works are making easier to develop web application.But writing web application using java is more pain full i think.

-----not completed