PDF and PPT Viewer

September 9, 2010

This plugin helps you embed PDF documents and Power Point presentations to your posts quickly and easily. No Flash required, pure JavaScript!

http://vladimir-k.blogspot.com/2009/09/pdf-and-ppt-viewer-wordpress-plugin-for.html…

Display Latest posts

May 12, 2010

Here is the code to display latest four posts in self hosted WordPress blog.…

Recommended ping list for wordpress

May 12, 2010

http://api.moreover.com/RPC2

http://bblog.com/ping.php

http://blogsearch.google.com/ping/RPC2

http://ping.weblogalot.com/rpc.php

http://ping.feedburner.com

http://ping.syndic8.com/xmlrpc.php

http://ping.bloggers.jp/rpc/

http://rpc.pingomatic.com/

http://rpc.weblogs.com/RPC2

http://rpc.technorati.com/rpc/ping

http://topicexchange.com/RPC2

http://www.blogpeople.net/servlet/weblogUpdates

http://xping.pubsub.com/ping…

Include Folder – Setting two path or more

May 12, 2010

If you wish to setup two or more folders in your php.ini / php5.ini then, It has worked successfully with me when I followed following format.

Here I have added two path
1. /usr/local/php5/lib/php
2. /home/content/r/a/k/rakesh/html/md…

Nameservers for domains for hosting with …

May 12, 2010

Nameservers for domains for hosting with Godaddy
NS51.DOMAINCONTROL.COM
NS52.DOMAINCONTROL.COM…

How to : Create a simple url shortener script is a few minutes | Made in Paté

March 16, 2010

First let’s explain the basics of what we are trying to do.

We’ll build a script that will replace any type of url to a tiny url so it’s easier to post or be untraceable.

For example this *long* google …

Make Clean and Readable Sources — Why and How « planetOzh

February 28, 2010

In August 2008 I made a quick review of 50 plugins (part 1, part 2) and was really surprised by the number of coders who ship plugins with barely readable code. Working, even clever, but ugly code.

Making clean sources …

Top 10 Most Common Coding Mistakes in WordPress Plugins « planetOzh

February 28, 2010

Short intro for readers who don’t follow me or this blog’s feed: I’ve been a judge in the annual WordPress Plugin Competition, and as such I have reviewed a number of plugins. Read more about this.

via Top 10 Most

WordPress Coding Standards « WordPress Codex

February 28, 2010

Some legacy parts of the WordPress code structure for PHP markup are inconsistent in their style. WordPress is working to gradually improve this by helping users maintain a consistent style so the code can remain clean and easy to read …

How to Write a WordPress Plugin – Sample Code

February 28, 2010

I wanted to write a plugin and came across an excellent site by Ronald Huereca that gives you good start on wordpress plugin. He gives a pdf down loadable file for wordpress plugn too.

via How to Write a WordPress