Category: General

Making a jobsite using PHP

I was involved in making a job site few days ago. During the development, I have studied how easily anyone can develop a job site using PHP (language independent in true sense) . So I decide to write a blog post about my experience and here it goes. But note that this article is not about scaling or balancing the load on your site during heavy traffic, heh heh.

When you start making a job site, the most complex thing that I’ve found is making the resume-submission-system. Specially the resume editor is more complex than most other parts of a job site. Numbers of sub sections makes it really “not-so-lovely” to code . I am not going to foucs on resume-editor in this article but want to help you on “how easily you can create you can make/run a job site by your own”.

If you want a ready made job-board software which you can just plugin easily under your domain (zero effort, seriously) you can go for “job-a-matic” which is just register-setup-run type one. Please note that it doesn’t come with source code. Its just a customizable solution which you can run under your domain name.

If you love challenge but still want a ready made one with source code then you can go for “Jobberbase“. It is written in pure PHP and uses MySQL in back end. It comes with nice user interface and (more…)

Thats it! Yahoo's meeting OpenID!

Yahoo  Meets OpenID

Yahoo’s meeting OpenID and the beta program is going to launch on 30th January. Its a very good news to all of us. OpenID is a very successful project and finally Yahoo’s implementing OpenID in their authentication system. I am very happy hearing this. OpenID project surely needed a boost like this one long before! I am waiting for the day when Google will meet OpenID.

My new lappy – Dell Inspiron 6400

Dell Inspiron 6400

I got my new lappy today. Its a Dell Inspiron 6400 with T7200 Core 2 Duo processor, 2 GB RAM and 128MB Dedicated AGP (Well, now I can play games). Its a bit heavy though, but performance is awesome.

Special thanks goes to Emran for his unbelievable help to getting this.

অসময়

সেই মনপ্রান খুলে গল্প করার দিন শেষ
শধু তাড়াহুড়ো করে যদি কিছু কথা বলে ফেলা যায়
সময় যা ছিল হাতে ছিল সবটাই শেষ
পড়ে আছে শুধু অজস্র অসময়

তাই বৃষ্টি নামলে পরে মন আর জুড়িয়ে যায় না
শুধু চাপচাপ কাদা প্যাচপ্যাচে সংশয়
কারো মুখে আর কোন মিষ্টি ‌হাসি মানায় না
তেতো হ‌য়ে গেছে সব হঠাৎ অসময়

back after a long time

after almost a month, I started blogging again. these days I was extremely busy with developing a localized blog and some internal deliveries with pageflakes. yesterday i found one cool service which tells you what happened any day in history. i developed a flakes yesterday by clipping those information.

day by day I am falling into love with code igniter.

yesterday i started learning ruby on rails again.

You've got a friend

Searching for more than a year, Got Stacey Kents title “You’ve got a friend”

When you’re down and troubled
And you need a helping hand
And nothing is going right
Close your eyes and think for me
And soon I will be there
To brighten up even your darkest night
You just call out my name
And you know wherever I am
I’ll come running
To see you again

Winter, spring, summer or fall
All you got to do is call
And I’ll be there
Yes, I will
You’ve a friend

If the sky above you
Should turn dark and full of clouds
And that old north wind should begin to blow
Keep your head together
And call my name out loud
Soon, you’ll hear me knocking upon your door

You just call out my name
And you know wherever I am
I’ll come running
To see you again

Winter, spring, summer or fall
All you got to do is call
And I’ll be there
Yes, I will

Ain’t it good to know
You’ve got a friend
When people can be so cold
They’ll hurt you
And desert you
And they’ll take your soul if you let them
But don’t you let them
You just call out my name
And you know wherever I am
I’ll come running
To see you again

Winter, spring, summer or fall
All you got to do is call
And I’ll be there, yes, I will
You’ve a friend

Add Buttons to your wordpress Editor

Today I worked with adding a button on simple editor of wordpress which will take your input using javascript prompt function, process it and then add it to the editor itself. While searching in net, I got it working very cool. All you have to do is run a javascript query which will do some DOM operation on wordpresse’s admin section. This one helped a lot, I just simplified it in my code below

<?
add_action('admin_footer', 'wpaq_addsome');

function wpaq_addsome(){

		echo <<<EOT
				<script type="text/javascript">
					<!--
						if(wpaqToolbar = document.getElementById("ed_toolbar")){
							var wpaqNr, wpaqBut, wpaqStart, wpaqEnd;
EOT;
			echo <<<EOT
							wpaqNr = edButtons.length;
							edButtons[wpaqNr] = new edButton('ed_wpaqNew','New','', '','');
							var wpaqBut = wpaqToolbar.lastChild;
							while (wpaqBut.nodeType != 1){
								wpaqBut = wpaqBut.previousSibling;
							}
							wpaqBut = wpaqBut.cloneNode(true);
							wpaqToolbar.appendChild(wpaqBut);
							wpaqBut.value = 'Add some Value';
							wpaqBut.title = wpaqNr;
							wpaqBut.onclick = someFunction;
							wpaqBut.id = "ed_wpaqFlake";
EOT;

echo
	function someFunction() {
	myField = document.getElementById('content');
	var myValue = prompt('Enter the value:', '');
	if (myValue) {
		edInsertContent(myField, myValue);
	}
}
				</script>
EOT;
}
?>

I am in cox'sbazaar

Oh, We are finally in cox’sbazaar, just beside the see. Our flight was 3 hour later and I got extremely horrible service. However, Thanks Allah that we are here safe and sound. We got a seaside room. Lets share some picture of journey and arrival.

null
null
null

null

ইচ্ছে হল এক ধরনের গংগা ফড়িং

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

অনেক দিন পর শেষ পর্যন্ত সমুদ্র দেখতে যাচ্ছি, ইচ্ছেরা আসলেই গংগা ফড়িং

Ma, I am proud to be your son

I born in a very ordinary family and my father was a general govt service holder. My mother was obsessed for a son as like other ordinary moms here in Bangladesh and thats why I born after 4 elder sisters. We got a big and happy family. My mom was an ordinary woman, striving to run a big family with limited earnings of my father. But there is something different with other moms, she is a paralyzed woman, since she aged 4 years only. That time polio was a vital disease and my mom was suffered for that.

So being a paralyzed woman, my mom conceived 5 times and gave birth to me and educated us all. She have taken care so that we all completed our graduation with good scores and settled well in our professional life. And she has protected us from every kind of trouble.

I am really proud of being your son, Ma. May Allah take same care of you as you did to us. May Allah save you from every trouble.