Entries categorized as ‘wordpress’
Yesterday I developed a plug in for wordpress users. Using this plug in you can display all the dates for your posts and comments in Bengali. So download the plug in from the following link, place it in plugins folder and enable it from “plugins” menu in wordpress administration panel. You are done.
I have released under Ekushey. Thanks to Omi Azad for the work.
http://www.ekushey.org/?page/Bangla_Date_Plugin_for_WordPress
The project was inspired by Humayun bhai from e-Kobi
Categories: Localization · Plugin · idea · wordpress
Hello
Today we have released wordpress plugin for bengali wordpressians. For reference, take a look at here to know what this plugin actually does.
You can download this plugin from here : Download
Categories: Cool Webapps · OpenSource · PHP · Plugin · wordpress
Today I developed this tool to import wordpress blog rolls as XML document. You know when you export data from wordpress.com that doesn’t include the blog rolls data. So if you want to keep a backup of your blog rolls, you can use this tool to import your blog rolls data.. This one is developed using PHP and Curl

You can doewnload it and see the code in action here
Opensource WordPress Blogrolls Importer
################
The trick is lying here –
;
$ch = curl_init();
curl_setopt($ch, CURLOPT_COOKIEJAR, “./login.jar”);
curl_setopt($ch, CURLOPT_RETURNTRANSFER,1);
//curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, FALSE); // this line makes it work under https
curl_setopt($ch, CURLOPT_URL,“{$url}/wp-login.php”);
curl_setopt($ch, CURLOPT_POST, 1);
curl_setopt($ch, CURLOPT_FOLLOWLOCATION,1);
curl_setopt($ch, CURLOPT_POSTFIELDS, “log={$username}&pwd={$password}&&redirect_to=wp-admin/link-manager.php&wp_submit=”);
$buffer= curl_exec ($ch); // execute the curl command
Categories: Cool Webapps · OpenSource · PHP · wordpress
Ah ya, let me call you WordPressian if you are a wordpress fan. Last night I developed a small plugin for bengali wordpress users. If you install this plugin you will be able to write in Unijoy, Phonetic and Plain English mode. You will get three buttons as shown here

Then you can type Unicode on se,ecting either UniJoy or Phonetic

And you can write english anytime by clicking English button or pressing Control+C

Thats it. I will release this plugin under Ekushey.org by Tomorrow
Categories: Bangla Computing · Cool Webapps · Localization · PHP · Plugin · wordpress
I am planning for another wonderful wordpress blog theme which will simulate a desktop look-n-feel for all wordpress. For example there will be a start button, a my blog posts menu like my documents, search like run menu and so forths. I wonder if I could manage time for it….
Categories: wordpress
Hopefully you know that my second book published few weeks ago from packt publishing. I wrote abput several topics from beginning to master your wordpress blog. One of the chapter, I told how you can customize your wordpress blog into a full fledged CMS by modifying the code. Dont worry, you need not to be a pro for editing this code.
Packt is giving you the facility to freely download this chapter. Goto my book website at http://www.packtpub.com/wordpress/book and download the chapter.
Categories: Books & Magazines · wordpress · wordpress book
After getting the solution for sending message to MSN contact I got another cool idea. I can easily develop a small plugin for wordpress using which people will be able to subscribe to any blog with their MSN address. and When that blog will update, that plugin will automatically send new post URL to those subscribed MSN addresses.
Whoa!!
I have started developeing this cool plugin for wordpress.
Categories: Cool Webapps · PHP · idea · wordpress
after working for couple of months, the book has been announced this week by packt publishing. i am very happy with the cover designed by helen. you can see the cover and read about the book by clicking here

Categories: PHP · wordpress · wordpress book
A new award scheme was launched 24th July by Packt Publishing offering a first
prize of $5,000 and the title of best Open Source Content Management System,
2006. Voted for by a panel of independent judges and visitors to
www.PacktPub.com , the award is designed to
recognize and reward outstanding achievement in a high quality and highly
competitive marketplace.
Packt Publishing is currently looking for people to nominate their
favourite Content Management System at www.PacktPub.com/award. The five
projects that receive the most public nominations will go through to a final
round of voting, with a panel of judges and votes from users deciding who
receives the $5,000 prize.
For more information about the Packt Open Source Content Management System
Prize, please visit: www.PacktPub.com/award
Now Its time to Bring some Great Open Source CMS Up.
Categories: Cool Website · Review · wordpress