The Storyteller

Entries categorized as ‘wordpress’

WordPress Bangla Date Plugin

June 16, 2007 · 12 Comments

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

My book “WordPress Complete” has been slashdotted 8

April 26, 2007 · 12 Comments

Today I get the news from my Editor at Packt Publishing, David Barnes that my book “WordPress Complete” has been reviewed today in slashdot and scored 8 out of 10 — I am very happy today.

You can visit it from here http://books.slashdot.org/article.pl?sid=07/04/25/1554235

And you can buy the book from here WordPress Complete at Amazon

Thanks to all my friends, colleagues, editors and friends in packt, pageflakes and somewherein - I am very happy today.

Categories: PHP · Packt · wordpress · wordpress book

WordPress Bangla Plugin has been released

April 15, 2007 · 17 Comments

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

WordPress Blogrolls Importer - Opensource

April 15, 2007 · 4 Comments

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

importer.gif

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($chCURLOPT_COOKIEJAR“./login.jar”);

    

    

    
curl_setopt($chCURLOPT_RETURNTRANSFER,1);

    //curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, FALSE);  // this line makes it work under https

    
curl_setopt($chCURLOPT_URL,“{$url}/wp-login.php”);

    curl_setopt($chCURLOPT_POST1);

    
curl_setopt($chCURLOPT_FOLLOWLOCATION,1);

    
curl_setopt($chCURLOPT_POSTFIELDS“log={$username}&pwd={$password}&&redirect_to=wp-admin/link-manager.php&wp_submit=”);

    

    $buffercurl_exec ($ch); // execute the curl command

    

Categories: Cool Webapps · OpenSource · PHP · wordpress

WordPress Plugin for Bengali WordPressians (?)

April 14, 2007 · 37 Comments

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
editor.gif

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

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

editor3.gif

Thats it. I will release this plugin under Ekushey.org by Tomorrow

Categories: Bangla Computing · Cool Webapps · Localization · PHP · Plugin · wordpress

Another Idea which I wonder if I could manage time for - wordpress desktop

December 14, 2006 · 5 Comments

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

Turn your wordpress Blog into a full fledged CMS

December 8, 2006 · 113 Comments

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

I got a cool idea - Now developing this wordpress plugin

December 2, 2006 · 32 Comments

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

My second book has been announced - WordPress Complete

October 27, 2006 · 11 Comments

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

WordPress Complete

Categories: PHP · wordpress · wordpress book

Packt Open Source CMS Award

August 16, 2006 · No Comments

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