Convert your Facebook profile to a page.

Convert your Facebook profile to a page. It's simple and easy. Click the link : Migrate and select category. Click OK.
That's all.

ফেসবুক আইডিকে Convert করে ফেসবুক Page – এ রুপান্তিত করে ফেলুন। ফেসবুক আইডিকে পেইজে রূপান্তর করতে পারেন, প্রথমে আপনাকে আপনার ফেসবুক আইডিতে লগ-ইন রেখে অই ভ্রাউজার থেকে নিচের লিংকে প্রবেশ করতে হবে.
লিংক: মাইগ্রেট

Creating a HTML table.

Creating a HTML table. When you write an article in WordPress, Blogger etc., it may need to make a Table. But you don’t know how to create it. You can create a html table by using html code. Here is the code. Change the RED mark.
<table border="2" style="width:50%">
  <tr>
    <td>Kamal</td>
    <td>Hasan</td>        
    <td>50</td>
  </tr>
  <tr>
    <td>Mina</td>
    <td>Ranu</td>        
    <td>94</td>
  </tr>
  <tr>
    <td>Kalam</td>
    <td>Jasmine</td>        
    <td>80</td>
  </tr>
</table>
If you need more rows, simply copy & paste the following code
<tr>
    <td>Kamal</td>
 before
</table>
and change Kamal. This way you can create more and more rows.
টেবিলটি দেখতে এরকম হবে: (Preview the Table)

Kamal
Hasan
50
Mina
Ranu
94
Kalam
Jasmine
80
 অনলাইনে কোন লিখার সময় যদি টেবিল তৈরীর প্রয়োজন হয়, তখন কি করবেন।এ জন্য উপরের কোডটি দিলাম। কেবল লাল চিহ্নিত অংশটুকু চেঞ্জ করে দিলেই হবে।

আরো বেশী রো দরকার হলে
</table>
 এর উপরে  
<tr>
    <td>Kamal</td>
 কোডটি বসিয়ে দিন। আরো রো তৈরী হয়ে গেল। এভাবে আপনি ইচ্ছেমতো রো তৈরী করতে পারবেন।







Adobe Illustrator CS file format to lower version file format

If you using Adobe Illustrator CS version, you can save your file to lower version like Adobe Illustrator 10.
This is the command structure:
File>Export>
Than select file format> Legacy (*AI) or Legacy (*EPS)
Than name you file and Save.
That's OK.

আপনি যদি ইলাষ্ট্রেটর সিএস ব্যবহার করে থাকেন, আপনি আপনার ফাইল পুরনো ফরমেটে সেইভ করতে পারবেন। যেমন: ইলাষ্ট্রেটর ১০।
এইভাবে-
File>Export> নতুন উইন্ডো খুলবে। সেখান থেকে ফাইল ফরমেট নিশ্চিত করতে হবে:  Legacy (*AI) or Legacy (*EPS)
তারপর ফাইলের নাম দিয়ে সেইভ করুন।
আপনার কাজ শেষ।
এবার দেখুন আপনার ফাইল ইলাষ্ট্রেটর ১০ এ খুলবে।