Rayhan’s blog (raynux.com)

Rayhan’s Personal Web Blog Site

Entries Comments


Category: programming



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 [...]

First Approach towards Mashup

2 May, 2008 (10:08) | PHP, programming | No comments

Tags: , ,


Before today I never tried for meshup. After having a conversation with Hasin Bhai I realized that I must have the knowledge on mashup, web services API and other techniques. Thanks to Hasin Bhai for such an informative conversation. Even I never tried any REST services before, because I was impressed by soap based services. [...]

Now it’s time for PHP Certification!

17 April, 2008 (05:43) | personal, PHP, programming | 2 comments

Tags:


I was with PHP for last 4 years. During this long period I learned PHP and its related technology in my own way. As a self learner my approach was mainly based on problem solving. When I faced a problem I tried to solve this and dig this. Most of the problem I solved in [...]

A Simple C Program To Sum Two Large Number

12 March, 2008 (12:49) | C, programming | 12 comments

Tags: ,


I have very little knowledge on C. With this little knowledge I am helping a student of EEE department of BUET. I am requested to help in writing a program to perform addition and multiplication of two large number. In C there is no builtin datatype for large number and as a PHP programmer we [...]

Is my application secure from hacker

15 August, 2007 (11:21) | PHP, programming, web security | 62 comments

Tags: ,


To make my application secure I apply the following: 1. protect hammering by blocking host 2. use shttp to send unser information encrypted 3. Apply tocken along with PHP session id 4. hash password in a good meaner 5. use session timeout to a lower value like 10 min. 6. sanitize user input & apply [...]

 Newer entries »