Thursday, April 03, 2008

Wordpress Plugin: Simple Sticky Posts

Plugin features:
Adds simple sticky posts feature to WordPress blogs.

Download:
Simple Sticky Posts 0.1 For WordPress 2.x.x

Installation:
1. Go to 'wp-content/plugins' folder
2. Copy 'simple-sticky-posts.php' to 'wp-content/plugins' folder
3. Activate the 'Simple Sticky Posts' plugin
4. You are ready.

Usage:
1. Open the post to be marked sticky in wordpress editor.
2. Add a Custom Field named 'sticky' and set its value to '1'
3. You are ready.

Screenshots:
available soon.

Demo:
available soon.

Version history:
4/3/2008 - version 0.1 - created

Any bug reports, feature requests are welcome.

Thursday, March 27, 2008

simple bash stuff

Run applications from the linux terminal, as a new process:

> apptorun &


Other linux bash command line tips:

http://www.arachnoid.com/linux/shell_programming.html