Jotted by brajesh on January 21, 2010
If you are using wordpress 2.9+ , It is just so easy. You don’t have to worry about the evil thing called “eval” and you don’t have to worry about including JSON javascript parser with your theme/plugin.
Wordpress 2.9+ contains the json2.js from json.org.
So, just put a line in your plugin
wp_enqueue_script("json2");//must be put inside some function [...]
Read More
Tags: clien-side, javascript, json
Posted in Tutorials, Wordpress | No Comments »
Jotted by brajesh on January 6, 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
Tags: nic edit, Wp Nice Edit
Posted in Wordpress, Wordpress plugins | 6 Comments »
Jotted by brajesh on December 30, 2008
Well,there are times when you wish to build a social networking website with wordpress Mu.
The best solution available is buddypress(a set of plugins developed by Andy Peatling).
Here is what they say about it on buddypress’s website
BuddyPress will transform an installation of WordPress MU into a social network platform.BuddyPress is a set of WordPress MU specific [...]
Read More
Tags: buddypress, social networking, Wordpress Mu
Posted in Tutorials, Wordpress, Wordpress Mu | 5 Comments »
Jotted by brajesh on December 29, 2008
Well,as in general case,we all want wordpress to reflect the look and feel our our website ,Is not it?So everything works well.You do a lot of customization using plugins,you build a brand new theme to reflect your own website’s main theme(I mean goal). But after all of these efforts,there comes an issue of customizing [...]
Read More
Tags: custom login, login customization, plugins, wp-customized-login
Posted in Tutorials, Wordpress, Wordpress plugins | 64 Comments »