Background Image


I love to design. It gives me different type of pleasure. My new design is uploaded here.


At first i need to learn a language to communicate with OS. So i picked up C ( paralleled with C++ ). I am using Ubuntu, 10.04(lucid),  Kernel Linux 2.6.32-24-Generic, GNOME 2.30.2

Lucid: codename of Ubuntu, 10.04 is Lucid Lynx
Kernel: WikiLink
GNOME: WikiLink

Here gcc is already installed. So no worry about compiling C. So only need to install g++ to compile C++.

Now it is time to start coding. I love Netbeans so i’ve installed C/C++ plugin.

#include <cstdlib>
#include <iostream>
using namespace std;
/*
*
*/
int main(int argc, char** argv) {
cout << “Hello World!”;
return 0;
}
To Be Continued…

I am going to change the design of the blog. I have got a designer who works on illustrator. She made the new logo of Pranjol. It will evolve day by day but i am planning to start using it from now. Here is the link of logo.


ছোট্ট মশা গর্ব করে
বাঘ কে বলে ভাই,
তোমার সঙ্গে ভীষণ লড়াই
করতে আমি চাই।

শুনে বাঘের আত্মা কাপে
প্রাণ বলে যাই যাই,
বাঘ তখন তারে বলে
মাফ করে দাও ভাই।

ছোট্ট মশা হেসে বলে
ভয় পেয়েছ নাকি?
একশর্তে মাফ করব
বললে আমায় পাখি।

I got the second prize in tomader lekha tomader aka, Janakantha, when i was 10.


In pathauto module there is a function pathauto_cleanstring.
If pathauto_reduce_ascii is set in variable, this function convert the non english character into ‘-’.
So to use non english characters in url u have to unset the drupal variable ‘pathauto_reduce_ascii’.

In pathauto module there is a function pathauto_cleanstring. If pathauto_reduce_ascii is set in variable, this function convert the non english character into ‘-’. So to use non english characters in url u have to unset the drupal variable ‘pathauto_reduce_ascii’.