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 [...]
Read Moreget_userdatabylogin
Jotted by brajesh on September 13, 2008I 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() [...]
Read MoreTest your web design in different browsers online
Jotted by brajesh on August 30, 2008As a web developer the life is not that much easy.The daily quirks of various browsers makes the life too difficult.Above all ,we need to maintain the web standards and compatibility in the browsers at the same time. Another Issue ,after all,how many browsers I should keep on my system.For me,I like to keep at [...]
Read MoreWordPress 2.6 problems in installing on addon domain
Jotted by brajesh on August 17, 2008For the last two days,I was just wondering.I tried to install wordpress 2.6 and 2.6.1 both my add on domain with no luck.I have my hosting with BlueHost.com,The addon site was http://TheTurningBrain.com, and my main domain was http://BloggingVibe.com.I uploaded wordpress 2.6(later 2.6.1 too) to the TheTurningBrain.com folder,and tried to access the installation screen by typing [...]
Read MoreWP NIcEdit-A WYSIWYG comment editor for wordpress
Jotted by brajesh on July 13, 2008“UPDATE:The version 1.0 of the plugin is available on wordpress,please use following link to download http://wordpress.org/extend/plugins/wp-nicedit/ and go to this page for updated information on the plugin http://www.thinkinginwordpress.com/2008/11/wp-nicedit-updated-version-10-released/ Well,After working for the last 30 minutes,finally I am done with the plugin.WP NicEdit is a wordpress plugin which integrates Brian Kirchoff’s Nic Edit(a javascript based rich [...]
Read More

