I am Ill,please do not expect a reply from me in next few days

May 7th, 2009

Hi all,Thanks for your support to my plugins .This is just to keep you informed,I am suffering from jaundice and on bedrest.so I amy not reply to your comments/suggestioms.
Please bear with me in this bad time.
Thanks
Brajesh

Read more...

WP Nic Edit html comments issues with normal user comment

January 6th, 2009

Happy new year to all of you.I wish you and your family a very prosperous and happy new year.
As I had mentioned,I was planning to release another updated version of WP NicEdit,but it has been delayed because of some issues.My apologies for that.
When you use Wp NicEdit,It makes the comment area a rich text editor.
Now [...]

Read more...

Wordpress 2.7 and Custom page template Issue

December 16th, 2008

It has been around a week since wordpress 2.7 was released.As I mentioned In my previous posts,It has a great admin interface but full with quirks.There are many things that needs attentions,but here I will discuss just one.
If you are using a custom theme(not the default theme which ships with wordpress),and your theme has some [...]

Read more...

Geeky Talks updated to wordpress 2.7

December 11th, 2008

After a long period of beta release and various patches,Automattic has released the wordpress 2.7 finally today.
You will love to see the back end of wordpress 2.7 ,It’s very clean and has got so many features.
I just upgraded to wp2.7 today and now,geeky talks is running on wordpress 2.7
To my rescue came the [...]

Read more...

Update:I am still alive :D

December 5th, 2008

hi all,thank you very much for your interest in my plugins.This post is just to inform you I am again back on my blog.Because of some financial issues with our firm,we had to be invloved recently in many of the projects including Joomla,wordpress ,wordpress Mu ,buddypress and android and I could not get in touch [...]

Read more...

Wp-NicEdit Updated version 1.0 released

November 11th, 2008

It is more than a week since I released my last pluginĀ  for associating unique header image with each single article of wordpress.
This time I am back again with another plugin “WP-NicEdit”.It’s is a wysiwyg type rich text editor for comments section.
As you may see from the original website of NicEdit(by Brian Kirchoff) http://nicedit.com,He has [...]

Read more...

Upcoming Plugins

November 8th, 2008

Thank you every one for your support to my first plugin wp-unique-article-header-image.
Today,I am here to let you know,my another plugin “wp NicEdit” which integrates Bryn Kirchoffs light weight rich text editor to wordpress comment,got approval from wordpress.org.
It will be hosted soon on wordpress.org/extend/plugins(atleast as soon as I update the svn).I amĀ  waiting and not uploading [...]

Read more...

Wp Unique Article Header Image Plugin for Wordpress

September 22nd, 2008

hi all.here I am back with another brand new plugin to enhance your blog.Ok,If you have ever thought of the following,then this plugin is for you.

You wanted to show unique header image on each single article page of your wordpress(or may be on some of the single article pages)
You wanted to have a unique background [...]

Read more...

get_user_by_email()

September 15th, 2008

This is second in the series of un documented but useful wordpress api functions.
get_user_by_email($email)
Description
It is one of the important but not documented method on codex(as of now),It provides same information as the get_userdata(),get_userdatabylogin(), except the fact that it takes the email address of registered user(e.g. admin@geekytalks.com as an argument rather than the ID/username of user).It [...]

Read more...

get_userdatabylogin

September 13th, 2008

I am going to describe here some of the methods which can come handy for a theme developer or plugin developer,but are not documented at Wordpress Codex.Today, I am beginning the series with get_userdatabylogin($login_name)
Description
It is one of the important but not documented method on codex(as of now),It provides same information as the get_userdata() except [...]

Read more...