Rayhan’s blog (raynux.com)

Rayhan’s Personal Web Blog Site

Entries Comments


Month: June, 2008

Good commenting practice in PHP.

26 June, 2008 (12:50) | CakePHP, PHP, programming, Reference | 1 comment

Tags: ,


Currently I am working on the documentation of my software written in PHP. From this documentation project I have found that proper commenting of code is a good documentation. If you write your code base along with comment then you don’t need to worry about the API Documentation of your software. You just have to [...]

SVN Server backup & Restore

25 June, 2008 (12:00) | Reference, SVN | 1 comment

Tags: ,


Most of the time I forget what I did to solve a problem in the past. So I have decided to do some shorthand documentation. This post is on how did I import my project repository to the repository of my assembla account. First I took the backup of my repository in my windows pc [...]

Painless css layout implementation with float clearfix tweaking.

24 June, 2008 (13:36) | CSS, HTML, Reference | 1 comment

Tags: , ,


Most of the time I forget what I did to solve a problem in the past. So I have decided to do some shorthand documentation. This is how I solve a very tricky problem when working with css in layout designing. I add the following css rules in my style file. .clearfix:after { content: “.”; [...]