Installing Doctrine2 using PEAR


I was having a some sort of hell trying to install Doctrine via PEAR lately.
$sudo pear channel-discover pear.doctrine-project.org
$sudo pear install -o pear.doctrine-project.org/DoctrineORM

Was giving me errors like:
Package "pear.doctrine-project.org/DoctrineORM" dependency "pear.symfony.com/Console" has no releases
Package "pear.doctrine-project.org/DoctrineDBAL" dependency "pear.symfony.com/Console" has no releases
doctrine/DoctrineORM requires package "pear.symfony.com/Console" (version >= 2.0.0)
doctrine/DoctrineORM requires package "pear.symfony.com/Yaml" (version >= 2.0.0), installed version is 1.0.6
doctrine/DoctrineDBAL requires package "pear.symfony.com/Console" (version >= 2.0.0)
No valid packages found
install failed

See, for some unknown reason the versions are not correct for the dependencies. Tried the solutions as stated in this StackOverflow topic for updating PEAR, but didn’t help!

Tried to remove/purge pear. But it didn’t help. Tried to install the Console, Yaml etc separately, also didn’t help.

Then when I tried to purge pear again I got the following error:

Removing php-pear …
Purging configuration files for php-pear ...
dpkg: warning: while removing php-pear, directory '/usr/share/doc/php5-common/PEAR' not empty so not removed
dpkg: warning: while removing php-pear, directory '/usr/share/php/.channels' not empty so not removed

There were some other folders which was reported to be not empty:
/usr/share/php/.registry/
/usr/share/php/.channels/.alias
/usr/share/php/data
/usr/share/doc/php5-common/PEAR/Archive_Tar/docs
/usr/share/doc/php5-common/PEAR

So, I removed them all!

Now, I again installed pear.

sudo apt-get install php-pear
Fingers crossed…

Added Doctrine channel: sudo pear channel-discover pear.doctrine-project.org
And it didn’t say this time that channel is already in registry. Smiling…

Now to fire up doctrine installation, hope this time it works…
sudo pear install -o pear.doctrine-project.org/DoctrineORM

et viola! it did!
Attempting to discover channel "pear.symfony.com"...
downloading channel.xml ...
Starting to download channel.xml (811 bytes)
....done: 811 bytes
Auto-discovered channel "pear.symfony.com", alias "symfony2", adding to registry
downloading DoctrineORM-2.3.0.tgz ...
Starting to download DoctrineORM-2.3.0.tgz (260,644 bytes)
...done: 260,644 bytes
downloading DoctrineCommon-2.3.0.tgz ...
Starting to download DoctrineCommon-2.3.0.tgz (59,473 bytes)
...done: 59,473 bytes
downloading DoctrineDBAL-2.3.0.tgz ...
Starting to download DoctrineDBAL-2.3.0.tgz (143,996 bytes)
...done: 143,996 bytes
downloading Console-2.1.3.tgz ...
Starting to download Console-2.1.3.tgz (51,354 bytes)
...done: 51,354 bytes
downloading Yaml-2.1.3.tgz ...
Starting to download Yaml-2.1.3.tgz (38,573 bytes)
...done: 38,573 bytes
install ok: channel://pear.doctrine-project.org/DoctrineCommon-2.3.0
install ok: channel://pear.symfony.com/Console-2.1.3
install ok: channel://pear.symfony.com/Yaml-2.1.3
install ok: channel://pear.doctrine-project.org/DoctrineDBAL-2.3.0
install ok: channel://pear.doctrine-project.org/DoctrineORM-2.3.0

Now lets test.
sudo pear list -c pear.doctrine-project.org

Results in:
Installed packages, channel pear.doctrine-project.org:
======================================================
Package Version State
DoctrineCommon 2.3.0 stable
DoctrineDBAL 2.3.0 stable
DoctrineORM 2.3.0 stable

Now, try doctrine at terminal:
lenin@office:/usr/share/php/.channels$ doctrine
Doctrine Command Line Interface version 2.3.0

Usage:
 [options] command [arguments]
Options:
 --help -h Display this help message.
 --quiet -q Do not output any message.
 --verbose -v Increase verbosity of messages.
 --version -V Display this application version.
 --ansi Force ANSI output.
 --no-ansi Disable ANSI output.
 --no-interaction -n Do not ask any interactive question.
Available commands:
 help Displays help for a command
 list Lists commands
 dbal
 dbal:import Import SQL file(s) directly to Database.
 dbal:run-sql Executes arbitrary SQL directly from the command line.
 orm
 orm:clear-cache:metadata Clear all metadata cache of the various cache drivers.
 orm:clear-cache:query Clear all query cache of the various cache drivers.
 orm:clear-cache:result Clear all result cache of the various cache drivers.
 orm:convert-d1-schema Converts Doctrine 1.X schema into a Doctrine 2.X schema.
 orm:convert-mapping Convert mapping information between supported formats.
 orm:ensure-production-settings Verify that Doctrine is properly configured for a production environment.
 orm:generate-entities Generate entity classes and method stubs from your mapping information.
 orm:generate-proxies Generates proxy classes for entity classes.
 orm:generate-repositories Generate repository classes from your mapping information.
 orm:info Show basic information about all mapped entities
 orm:run-dql Executes arbitrary DQL directly from the command line.
 orm:schema-tool:create Processes the schema and either create it directly on EntityManager Storage Connection or generate the SQL output.
 orm:schema-tool:drop Drop the complete database schema of EntityManager Storage Connection or generate the corresponding SQL output.
 orm:schema-tool:update Executes (or dumps) the SQL needed to update the database schema to match the current mapping metadata.
 orm:validate-schema Validate the mapping files.

So, thats it.

কালীগঞ্জ, গাজীপুর এবং নারায়ণগঞ্জ ভ্রমণ


Image0115Image0120Image0119Image0118Image0117Image0116
Image0121Image0126Image0125Image0124Image0123Image0122
রাঙ্গামাটিয়া, কালীগঞ্জImage0129Image0130Image0128Image0132Image0134
Image0133Image0137Image0138Image0136Image0135Image0141

This visit was mainly to Kaligonj upazilla of Gazipur (btw dont get confused that if I am from Gazipur because my name is Ghazi [notice the spelling!] ;) ). I am in fact descendant of Ghazi family of Dohar upazilla of Dhaka.

While returning we decided that we’d take different route and will not come back through Uttara. Rather we traveled via Dhaka bypass road and Kanchan bridge then we visited historical Murapara College of Narayangonj. In total it was a 100km round trip to Gazipur.

We visited 4/5 chapels and churches of Kaligonj upazilla.

My escort was Pervez Robin of Joypara, Dohar. Who actually initiated this travel idea. So, all thanks goes to him.

Running Lubuntu live CD


I’m using Lubuntu 10.04 Live CD on my home desktop for a couple of weeks now. Have chosen Lubuntu just out of curiosity that its a lightweight version of Ubuntu. But I am using this Live CD for only lazyness’ sake!

The desktop was running with one Ubuntu installation I had on my last laptop which died :(

Without installing it again I kept using that HDD on my desktop. But as I was carrying the HDD in my laptop’s bag for months the Ubuntu installation got bad sectors most probably. So it cant boot. And for being so busy I cant make time to fix the partition and revive those installations. Instead I am trying to adopt this minimalistic habit of using the least installed softwares and settings.

I use a Nokia 2730c for my home internet as I can use the internet on the go through the phone and I can get connected on my Macbook through its bluetooth internet. I hate wires!

So here’s what I use to get the PC running with my minimalistic settings.

1. Downloaded a copy of FireFox4.0 and downloaded some of the Add-ons like: Echofon, Firebug, Yslow etc.

2. Downloaded the ibus-m17n package with dependencies to another folder. Also some other softwares(minimal LAMP stack) like Skype with dependencies as I regularly need to contact with clients. And kept a file called: m17n there. Content of that file is:
export GTK_IM_MODULE=ibus
export XMODIFIERS=@im=ibus
export QT_IM_MODULE=ibus

4. Kept another file called modem with contents:
Phone=*99#
Username=waps
Password=waps

5. Another file is called bootstrap with content:
dpkg-reconfigure tzdata
cat m17n >> /home/ubuntu/.bashrc
cat modem >> /etc/wvdial.conf

So, whenever I turn on my laptop I am having to go through these steps:
go to that folder and hit F4 (opens that folder in terminal)
I copy the whole path like:
/media/E4A00195A0016EFC/bootstrap
And apply the command:
sudo -i
then, dpkg -i *.deb
and then,
./bootstrap
consecutively running the following two connects me to internet immediately:
wvdialconf
wvdial

This is kind of laziness but I am doing this on purpose on the philosophy that I am not heavily dependent upon too much customizations or softwares. And I wont like to regret much after crashing harddisks :)

Ittefaq-jobs.com | The most friendly job portal of Bangladesh


Its been a while I was not writing any posts to this blog. I am here today to talk about the Job Poral we are working with for quite a while. You may know that ittefaq being the pioneering Daily of Bangladesh has been the prime source of job advertisements in the past. But it was not up-to-date with the technology advancement of this modern times. Ittefaq decided to go for the online presence and its overhauling their main portal as well. We (Bullseyelogic) are partnered with Ittefaq Group of Publications to develop and look after their job portal. As the CTO and Project manager of my team I can tell that my boys have done a great job and we can bravely proclaim its been a great pleasure to work on this project. And the features are pretty attractive compared to any other job poratals in Bangladesh.

Our site is hosted at the wonderful RackspaceCloud. And we have developed it using the Codeigniter Framework.

I’ll present here some of the videos I have made for the ease of our visitors. After watching these videos you’ll definitely like to sign up to our site. And take the opportunity to be with the promising job portal.

Watch the above to get a primer about the Employer registration and Control Panel.

Job Seeker view.

Watch the primer for the interactive CV-Builder.

 

Follow Ittefaq jobs on twitter & Facebook

জিপির ফেসবুক অনুবাদের উদ্যোগ : পক্ষে – বিপক্ষে


আমার বাবা ইংরেজির শিক্ষক ছিলেন। তার নিজের মেজর ছিলো মডার্ন লিটারেচার তথা এলিজাবেথান লিটারেচার। তো সেই সুবাদে শেক্সপিয়রের নাটকগুলো তার ছিলো প্রিয়। আমি ড. সত্যপ্রসাদ সেনগুপ্তের ছোটদের গল্পে শেক্সপিয়র বইটি পড়েই ক্ষান্ত ছিলাম। কম্প্লিট শেক্সপিয়র খুলে তাতে একটাও ছবি পাইনি(:()। তদুপরি ওটা পুরোই আদ্যিকালের ইংরেজি দিয়ে লেখা। যাই হোক, আব্বা আমাকে বিশেষ জ্ঞানদানের লক্ষ্যে প্রায়ই উচ্চমার্গের লোকদের উচ্চমার্গের সাহিত্য এবং উৎকর্ষ সম্পর্কে আগ্রহী করে তুলতে চাইতেন এবং এখনও চান। তেমনি, শেক্সপিয়রের জুলিয়াস সিজারের মার্ক এন্টোনির বক্তৃতাটা নাকি বেশ গুরুত্বপূর্ণ এও বলতেন। কিন্তু আমি তো Classics Illustrated কমিকে জুলিয়াস সিজার পড়েছি। সুতরাং আমার মার্ক এন্টোনি ভালো লাগবে কেনো? তাছাড়া জুলিয়াস সিজারের কাহিনিতে মার্ক এন্টোনি কীভাবে অনেক গুরুত্বপূর্ণ হয়? ছেলেবেলার ধারণাই কেন্দ্রিভূত ছিলো বাংলা সিনেমার নায়ক-নায়িকা কনসেপ্টে। অর্থাৎ যাকে নিয়ে কাহিনি সে ছাড়া অন্য সবই ফালতুবৎ।

সেই মার্ক এন্টোনি কী করেছে? বিদ্রোহী সভাসদ এবং কাছের বন্ধুরা সবাই মিলে সিজারকে মেরে ফেললেও তার বন্ধু অসাধারণ বাগ্মী এন্টোনি সুকৌশলে একটি অসাধারণ বক্তৃতা করেন। ‘সম্মানিত সুধি, আমাকে আপনাদের কানদুটো একটু ধার দিন। আমি সিজারের প্রসংশার জন্য আসিনি বরং এসেছি তাকে কবর দিতে’। এরপর তার আবেগময় বর্ণনা এমন নাটকীয় মোড় নেয় যে মৃত সিজার বনে যান নায়ক। এবং তার ফল ভোগ করেন মার্ক এন্টোনি।

জিপি অর্থাৎ দেশের সবচেয়ে বেশি লাভবান পর্যায়ে থাকা সর্ববৃহৎ মোবাইল অপারেটর গ্রামিনফোন প্রতিনিয়তই আমাদের বিরক্ত করে চলেছে। জাতীয় সঙ্গীত গাওয়ার পদ্ধতি বদলে দেবার চেষ্টা থেকে শুরু করে জিপি-ইন্টারনেট ব্যবহারকারিদের বাধ্যতামূলকভাবে অল্প রেজুলুশনের ইমেজ দেখতে বাধ্যকরা, কী’না তারা করছেনা। গতকাল আমি ব্লগার গৌতম রায়ের মেইল পেয়ে চমকে গিয়েছিলাম এই শুনে যে, জিপি নাকি ফেসবুক অনুবাদক নিয়োগ দিচ্ছে! এখন থেকে নাকি এই অনুবাদের ফলে মোবাইল থেকেও বাংলায় দেখা যাবে ফেসবুক! কী তেলেসমাতি? অনেকেই এই নিয়ে বিস্তারিত আলোচনা করেছেন যেমন হাসিব (http://www.nirpata.com/?p=838) আমি বিস্তারিত তথ্যে যাচ্ছিনা।

বরং আমি একটু মার্ক এন্টোনি হবার চেষ্টা চালাই! প্রথমে একটু খুঁজে দেখি জিপি ফেসবুক অনুবাদের উদ্যোগ নেয়াতে কী কী সুবিধা পাওয়া যাবে:

১.

ফেসবুক অনুবাদ

ফেসবুক অনুবাদ নিয়ন্ত্রণ পাতা

ছবিটি দেখুন। সক্রিয় অনুবাদকারি ১৭০জন! আমি কস্মিনকালেও এতো অনুবাদক একসাথে দেখিনি! আমি ব্যক্তিগতভাবে অনেকবার ব্লগে ব্লগে লিখে ফেসবুক অনুবাদ করার জন্য অনেককে আহ্বান জানিয়েছি। কখনো অনেকে সাড়া দিয়েছেন কখনো দেননি। সর্বোচ্চ মনে হয়না ৪০জনের বেশি সক্রিয় অনুবাদক কখনো একসঙ্গে দেখেছি। কিন্তু গ্রামিনের অ্যাডটি প্রচার হবার পর থেকে ধুম পড়ে গেছে। দুপুরেও দেখেছিলাম ১১১জন। এরপর বইমেলাতে গেলাম নাসির খান সৈকত এবং তামিম শাহরিয়ার সুবিন এর সাথে ফেসবুক অনুবাদ আর এই গ্রামীনের উদ্যোগের ব্যাপারে আলাপ করতে। কিন্তু ফিরে এসে দেখি ১৭০জন হয়ে গেছে। গ্রামীনকে ধন্যবাদ দিতেই হয়!

২. জিপি যেভাবে বিজ্ঞাপনটি দিয়েছে। তাতে আবাল-বৃদ্ধ-বনিতার মাঝে বিপুল সাড়া পড়ে গেছে। দেখুন নিচের স্ক্রিনশটটি:

ফেসবুক অনুবাদ সংক্রান্ত আলোচনা - গ্রামীনফোন

ফেসবুক অনুবাদ সংক্রান্ত আলোচনা

কী বুঝলেন? কেবলই ফেসবুক অনুবাদ এতে প্রবলভাবে সঞ্চালিত হবে? না, এতে বাংলায় কম্পিউটারে লেখালেখি, অনলাইনে মিথস্ক্রিয়া সবই বেড়ে যাবে।

দেখুন আরেকটি ছবি:

ফেসবুক অনুবাদ সংক্রান্ত আলোচনা

ফেসবুক অনুবাদ সংক্রান্ত আলোচনা

অনেকেই বাংলা কী করে লেখা যাবে। চ্যাটেও বাংলা লেখা যাবে কিনা। এমনকি সবকিছুই বাংলাতে হোক ইত্যাদি নানান কথা নিয়ে আসছেন। তারমানে একটা জোয়ার সৃষ্টি করতে পেরেছেন গ্রামীনফোন। তাদের এই বিজ্ঞাপনের ফলে ফেসবুক ছাড়াও অন্যান্য ক্ষেত্রে বাংলা চর্চা সবার মধ্যে বেড়ে যাবার একটা সম্ভাবনা দেখা দিয়েছে। তাদের বিজ্ঞাপন তৃণমূল পর্যন্ত লোকের কাছে পৌঁছায় সুতরাং এর ইমপ্যাক্ট সর্বব্যাপী হবার কথা।

৩. ফেসবুকের অনুবাদে আগেই অনেকে যুক্ত ছিলেন। আমার ধারণা ২০০৬ বা ২০০৭ থেকেই ফেসবুক বাংলায় অনুবাদ শুরু হয়। আমি নিজেও সেরকম শুরুর দিকেই অনুবাদ অ্যাপ্লিকেশনটি যোগ করে নিয়েছিলাম। যদিও অনুবাদ প্রকৃত অর্থে শুরু করি অনেক অনেক দেরিতে অর্থাৎ অক্টোবর ২০০৮এ এসে। অনেক অনেক সমস্যা পাই আমরা অনুবাদকরা। সেগুলো একা একা ফেসবুককে অবহিত করা এবং সঠিকভাবে দৃষ্টি আকর্ষণ সবসময় সম্ভব হয়ে ওঠেনা। জিপির মতো রাঘব বোয়াল সেই দায়িত্বগুলো কাঁধে নিয়ে প্রকল্পটি যদি এগিয়ে নেয় তাহলে ভালো নয়?

৪. ফেসবুকের ইনলাইন ট্রান্সলেশন বা ইনলাইন রিপোর্টিং একটি অসাধারণ কাজ। ফ্রন্টএন্ডেই ব্যবহারকারি তার ইন্টারফেসের ভাষা নিজের মতো করে নিতে পারবে। ফেসবুকের আগে এই সুবিধা আর কেউ দেয়নি। সুতরাং ফেসবুকের অনুবাদে যুক্ত থেকে বাংলাভাষাকেও সেবা করা হবে। বাংলাভাষাও একটি সচল টেকি পরিমণ্ডলে প্রবেশ করবে বৃহত্তম সোস্যাল মিডিয়ার মাধ্যমে।

৫. ফেসবুকের বর্তমান বাংলার কোড হচ্ছে bn_IN মানে ইন্ডিয়ান বাংলা! বাংলা এমন একটি ভাষা যার জন্য বাংলাদেশ নামক একটি দেশের জন্ম হয়েছে। সেই ভাষা স্বাতন্ত্র্য জায়গা পাবেনা? যারা আগেই অনুবাদ করছিলেন তার প্রায়শই ফেসবুক কর্তৃপক্ষকে এই ব্যাপারে জানিয়ে আসছিলেন। কিন্তু এখনো সুরাহা হয়নি। যদি জিপি এখানে নিয়ন্ত্রকের ভার নেয় তাহলে এধরণের আব্দার বা দাবী পূরণ করা কোনো সমস্যাই হবার কথা নয়।

৬. ফেসবুকের মাধ্যমে কতো কী করা যায় তা হাড়ে হাড়ে টের পাচ্ছেন মধ্যপ্রাচ্যের রাজা-বাদশাহ-আমির-আর্মিপ্রধানগণ। এমনকি আমাদের ডিজিটাল সরকারও ফেসবুককে ব্যান করে রেখেছিলেন কিছুদিন। এমন শক্তিশালি মাধ্যমকে তো আর মহান গ্রামীনফোন উপেক্ষা করতে পারেন না, তাইনা? তাই এর সমৃদ্ধির সাথে নিজেদের কপাল ঠেঁকিয়ে আরো প্রচার চাইছেন গ্রামীন ফোন। আমি কিন্তু সমস্যা দেখিনা। ব্যবসা মানেই হচ্ছে কম বিনিয়োগে বেশি লাভের চিন্তা। গ্রামীনফোনও তাই করেছেন। ফেসবুকই একমাত্র এবং সর্ববৃহৎ সোস্যাল মিডিয়া যা CrowdSroucing এর মাধ্যমে নিজেদের ভাষা নিজেরাই অনুবাদ করে নিতে দিচ্ছে। যা কিনা গুগল পয়সা দিয়ে করায়। আর তা বেশ দুয়োও পায়। যেমন, জিমেইল বাংলা করে দেখুন অথবা ব্লগস্পটে ঘুরে দেখুন। বাংলার মান দেখলে বিবমিষা হবে। তো এমন বড় সাইটের ক্রাউডসোর্সিংয়ে নিজেদের যুক্ত করলে লাভ ছাড়া তো কোনো ক্ষতি নেই!

বাবা আরেকটা গল্প বলতেন। বলতেন মানে এখনও বলেন। সেটি হচ্ছে, আর্ল অফ চেস্টারফিল্ডের A Letter to his son। ইংরেজ আর্ল সাহেব তার ছেলেকে বলেন। DEAR BOY: There are two sorts of understandings; one of which hinders a man from ever being considerable, and the other commonly makes him ridiculous; I mean the lazy mind, and the trifling, frivolous mind: Yours, I hope, is neither. The lazy mind will not take the trouble of going to the bottom of anything; but, discouraged by the first difficulties (and everything worth knowing or having is attained with some), stops short, contents, itself with easy, and consequently superficial knowledge, and prefers a great degree of ignorance to a small degree of trouble. These people either think, or represent most things as impossible; whereas, few things are so to industry and activity. But difficulties seem to them, impossibilities, or at least they pretend to think them so—by way of excuse for their laziness. An hour’s attention to the same subject is too laborious for them; they take everything in the light in which it first presents itself; never consider, it in all its different views; and, in short, never think it through.

আব্বা আজকাল অবশ্য বলেন না আগে ছোটবেলা যেমন জোরে জোরে মুখস্ত বলতেন। কারণ আমারও মুখস্ত হয়ে গেছে শুনতে শুনতে! কিন্তু আমি বাঁচালের মতো এইসব গল্প ফাঁদছি কেনো? কারণ আছে! কারণগুলো গত দুইদিনের গ্রামীনফোনের ফেসবুক অনুবাদের অসাধ্য সাধন আর বিজ্ঞাপন আর তাদের প্রেস রিলিজের পূর্ণ বিবরণ দেখলেই বুঝবেন।

১. তারা এমন ভাব করছে যেনো ফেসবুক বাংলায় নেই। বাংলায় করতে হবে।

২. ফেসবুক আগে কিছু স্বত:প্রণোদিত গাধারা অনুবাদ করেছেন কিন্তু এখন তেলা মাথায় তেল পড়বে। অর্থাৎ রাজা ফেসবুকের সাথে ছোট দেশে বড় ফোন কোম্পানি হ্যান্ডশেক করবে। আর আগের সেই গাধারা কিচ্ছুটি করতে পারেনি।

৩. মোবাইলে ফেসবুক বা অন্যান্য সাইট বাংলায় দেখা যায়না। গ্রামিনের এই প্রকল্প ম্যািজকের মাধ্যমে কারামতি করবে। কী করবে আল্লায়ই জানে!

৪. অনুবাদ করার জন্য ওমিক্রনল্যাব থেকে কেবল বাংলাফন্ট ডাউনলোড করে নিলেই নাকি হবে।

এতোই হালকাভাবে লিখিত যে সেগুলো নিয়ে চুলচেরা ব্যবচ্ছেদের দরকার নেই। যে বা যারা এই বিজ্ঞাপন তৈরি করেছেন। তারা এবং যারা প্রেস রিলিজ করেছেন প্রত্যেকেই হয় the lazy mind নয়তো the trifling, frivolous mind। কারণ তারা যে “prefers a great degree of ignorance to a small degree of trouble” করেন তা নিশ্চয়ই বুঝতে পারছেন?

যাই হোক, এইবার এই শর্মার একটি প্রমান দেখেন: আমার ফেসবুকে অনুবাদ শুরুর খতিয়ান

২০০৮ এর পর ২০০৯, ২০১০ চলে গেছে। তারমানে প্রায় সাড়ে তিন বছর ধরে আমি অনুবাদ করি। অনুবাদক তালিকায় আমার বর্তমান অবস্থান সবার প্রথমে। কিন্তু সেই অবস্থানটি পেতে আমাকে প্রায় দীর্ঘ একবছরেরও বেশি প্রতিনিয়ত অনুবাদ করে যেতে হয়েছে। http://lenin9l.wordpress.com/2008/11/29/my-contribution-to-facebook-localization/ এধরণের পোস্ট মাঝে মাঝে দিতাম।

অনেক গল্প বলা হলো, আবার অনেক কিছুই বলা হলোনা। সবাই কষ্ট করে দেয়া লিংক থেকে অন্যান্য ব্লগে অন্যন্যদের লেখা পড়ে জানা-অজানার ফারাক ঘুঁচিয়ে নেবেন এই আশা করছি।

2010 in review


The stats helper monkeys at WordPress.com mulled over how this blog did in 2010, and here’s a high level summary of its overall blog health:

Healthy blog!

The Blog-Health-o-Meter™ reads Fresher than ever.

Crunchy numbers

Featured image

A helper monkey made this abstract painting, inspired by your stats.

A Boeing 747-400 passenger jet can hold 416 passengers. This blog was viewed about 3,400 times in 2010. That’s about 8 full 747s.

 

In 2010, there were 3 new posts, growing the total archive of this blog to 77 posts. There were 23 pictures uploaded, taking up a total of 5mb. That’s about 2 pictures per month.

The busiest day of the year was August 1st with 49 views. The most popular post that day was Paypal একাউন্ট একটি জরুরী প্রয়োজন.

Where did they come from?

The top referring sites in 2010 were twitter.com, facebook.com, somewhereinblog.net, en.wordpress.com, and forum.projanmo.com.

Some visitors came searching, mostly for ada lovelace, zce preparation, ফ্রী সফটওয়্যার, zce mock exam, and nsanti.d.

Attractions in 2010

These are the posts and pages that got the most views in 2010.

1

Paypal একাউন্ট একটি জরুরী প্রয়োজন January 2009
3 comments

2

My Immediate feelings after the ZCE exam July 2009
8 comments

3

IMified : Make your very own BOT (YIM-AIM-Gtalk-Jabber) December 2008
7 comments

4

ZCE হবেন? PHP শিখুন November 2008
22 comments

5

Say Goodbye to PenDrive Viruses : Turn off Autorun and make your PC running smooth again :) September 2007
8 comments