Related News
Chelsio 10GbE Adapters Certified for VMware ESX 3.5 Hypervisor Virtualization
Chelsio Communications announced that its single- and dual-port 10GbE adapters are now certified for the VMware ESX hypervisor and have been added to the VMware ESX 3.5 Hardware Compatibility List. With this certification, Chelsio offers VMware customers low-latency adapters for high-performance computing in virtualized environments. This is another important step toward Chelsio's goal to enable unified wire networking for the agile data center by providing simple, standards-based solutions.read more
SmartRSS Plugin
New Version Updates 04.02.2008
- added CURL support for the feeds retrieval
New Version Updates 11.10.2007
- added import feed posts minimum character limit
- added import feed post limit
- compatibility with the latest version of wordpress 2.3
- added post filter for removing unwanted advertising imported from feeds
SmartRSS Plugin is a Wordpress plugin
Transform your blog into an automated posting tool by syndicating with multiple RSS feed sources!
Features:
- administration tool for managing rss feeds
- each feed can be assigned to a specific category
- after importing the feed, you may display related feeds by using the provided code below
- cron job for importing feeds as a scheduled period
Package contains:
- smart_rss.php file - the backend plugin
- wp_smartrss.php - the cron job file which does the import
Installation:
- upload files smart_rss.php to the wp-content/plugins directory of your wordpress installation
- go into your Plugins administrator tab and activate it
- you will be able to access the plugin backend by going to the Options tab -> the SmartRss subtab
- upload wp_smartrss.php to your wordpress home path, for security reasons i would suggest you rename this file to something you like
- to start importing fields go to http://sitename/wp_smartrss.php url, if you would like to do this automatically you can setup a cron job to run that file
- to setup the cron job use a code similar to this:
"nice --adjustment=19 /usr/bin/php /$full-path-to-the-file/wp_smartrss.php"
or
"nice --adjustment=19 /usr/bin/php /$full-path-to-the-file/your_file_name.php"
- if you would like to put this file somewhere else on the server, you need to edit the line from the file wp_smartrss.php containing
require_once('wp-config.php');
and replace it with something like
like require_once('/$full-path-to-wordpress/wp-config.php');
where $full-path-to-wordpress is the full path to your wordprss installation folder
Related Articles Display
- to display the related articles add this code in your single.php page from your template directory:
< ?php related_posts(5, 10, '<li><b style="font-size:14px;">', '</b<', '', '', false, false); ?>
Function parameters: smartrss_related_posts(limit, len, before_title, after_title , before_post, after_post , show_pass_post, show_limit)
- limit = the related posts limit to be displayed
- len = if show_limitis set then it will limit the post size to $len words
- before_title = html code to add before post title
-after_title = html code to add after post title
-before_post = html code to add before post
-after_post =html code to add after post
-show_past_post = include posts that are password protected
-show_limit = limit the post text to $len words
Demo link: http://www.devplug.net
Download it here now
Happy syndication:)!!!
JumpBox for the Movable Type Blogging System 1.1.4 (Default branch)

Movable Type is a powerful, multi-user bloggingplatform. It's widely used as a business bloggingtool thanks to the ease with which you can createmultiple blog sites. It has a large community andmany add-ons available. It's written in Perl andtends to be a bit difficult to install, unless ofcourse you use the JumpBox. This JumpBox providesa basic installation of Movable Type setup with asingle blog on the root URL of the system. It'shighly recommended that you keep that blog andcustomize it for your needs rather than startingfrom scratch. From there, you can add other blogsfairly easily. This JumpBox is based on the 1.1JumpBox Platform and includes a backup system thatsupports archiving the state of the JumpBox toNFS, Windows file shares, and Amazon S3.License: Free To Use But RestrictedChanges:Minor improvements and bugfixes. MovableType has been updated to 4.21. MT no longer uses memcached and FastCGI.
