Category: Reference
20 July, 2008 (00:03) | Fedora, Linux, Reference | 2 comments
Tags: Fedora, Linux
I receives lots of call from my friends to help them fixing mp3 problem in fedora. Some of them already have internet connection to their fedora box. Here is a single command what can solve the problem if you have internet connection. # yum -y install gstreamer* This command will automatically find, download and install [...]
19 July, 2008 (22:19) | Fedora, Linux, Reference | 7 comments
Tags: Fedora, GPRS, Linux, Tutorial
This is how I connect to internet from fedora box using my motorola L6 GPRS modem. I use this procedure with Teletalk connection. After a fresh fedora installation I enter the following command in the shell. This command creates a wvdial configuration file for my modem. # wvdialconf /etc/wvdial.conf Now I need to modify some [...]
26 June, 2008 (12:50) | CakePHP, PHP, programming, Reference | 1 comment
Tags: PHP, Tutorial
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 [...]
25 June, 2008 (12:00) | Reference, SVN | 1 comment
Tags: SVN, Tutorial
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 [...]
24 June, 2008 (13:36) | CSS, HTML, Reference | 1 comment
Tags: CSS, Layout, Tutorial
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: “.”; [...]
Newer entries »