Category Archives: blog
My IBM ThinkPad R52 completed six years.
I am not sure whether the title is a good one for blog entry. But I just wanted to write about my laptop which served me for more than 6 years and still alive and kicking. Ever since I started using computers, it was my dream to own one. But during school days it did [...]
Setup org2blog for blogging from emacs.
org2blog is written by Puneeth Chaganti. It is an emacs extension to post org mode sub trees as wordpress blog entries. In order to set this up clone the repository from github. # clone org2blog git repository git clone http://github.com/punchagan/org2blog.git Add the following snippet to ~/.emacs (add-to-list ‘load-path “~/site-lisp/org2blog”) (require ‘org2blog-autoloads) (setq org2blog/wp-blog-alist ‘((“noorul.com” :url [...]
Using google web font for my site.
I was looking for a better font for my blog. My search ended with Droid Sans. This particular font is one among the many fonts that are available as part of Google Web Fonts project. How do I use this inside HTML? Just add the following line under the <head> tag. <link type=”text/css” rel=”stylesheet” href=”http://fonts.googleapis.com/css?family=Droid+Sans|Droid+Sans:bold|Droid+Sans+Mono” [...]
Write consistently!
I started this blog to learn writing and communicate with outside world. Also to make my presence on the web felt. But I am not updating this blog regularly which is very bad. I am a person who admires Sacha Chua (http://sachachua.com) in this particular skill. I have been following her blog ever since she [...]