User Guide of CakePHP

Posted May 18th, 2010 in Framework by Paran

Those who are newcomer in cakephp platform. He is important feel about it user guide or manual. So, For the better performance of the newcomer add here some user guide and manual. Please download  the user guide. CakePHP manual

VN:F [1.9.3_1094]
Rating: 5.0/10 (1 vote cast)
VN:F [1.9.3_1094]
Rating: +1 (from 1 vote)

Wine Installation process on ubuntu

Posted March 25th, 2010 in Tips & Tricks by Paran

You are a new user of ubuntu and you need to install windows based software in your pc. But you cannot do it. When you are try to setup this windows based file then error will occur. Now what can you do now?

No problem you can install wine. How to install wine in your pc? wine installation command:

-> $ sudo apt-get install wine

-> then type your password..and enter

-> then type ‘Y’ and then enter

May be 2 or more hours your installation process will be running.

VN:F [1.9.3_1094]
Rating: 0.0/10 (0 votes cast)
VN:F [1.9.3_1094]
Rating: 0 (from 0 votes)

How to see bangla website in your PC

Posted March 24th, 2010 in Tips & Tricks by Paran

Your are interest to see bangla website , Newspaper, Forum. But you can’t see this page. So you need to follow this rules:

1. Download and install IComplex to make your Windows Bangla compatible.

2. Download and install any of these fonts Siyam Rupali or SolaimanLipi.

You may need to restart your PC.

VN:F [1.9.3_1094]
Rating: 0.0/10 (0 votes cast)
VN:F [1.9.3_1094]
Rating: 0 (from 0 votes)

Finding Robotic Path and Distance

Posted March 24th, 2010 in Programming Corner by Paran

#include<iostream.h>

#include<conio.h>

#include<math.h>

void main()

{ clrscr();

int x,x1,y,y1,i=0;

x=x1=35; y=y1=12;

cout<<”\t Starting point ( 35,12 ).\n\t Starting point is notified by * “; Continue Reading »

VN:F [1.9.3_1094]
Rating: 0.0/10 (0 votes cast)
VN:F [1.9.3_1094]
Rating: 0 (from 0 votes)