Posts Tagged ‘WordPress Plugins’

WordPress Plugin Releases 7/18

4
responses
by
on
July 18th, 2007
in
WordPress Plugins

bblogreader allows you to view the full Bad Behaviour logs from within WordPress. Categories Autolink automatically converts names of categories inside posts and pages into links to the same categories. Edit Comments XT allows commenters to edit their own comments. Link Indication applies css class attributes to the links (anchor tags) in your posts, pages, and optionally in your comment, letting you characterize your types of links. Maintenance Mode adds a splash page to your blog that lets visitors know your blog is down for maintenance. Logged in administrators get full access to the blog including the front-end. NoPrimeTime allows you to place movies in .flv format from your web hosting acount or from Youtube in your posts and to integrate ads into them. Simple Trackback Validation performs simple but very effective tests on all incoming trackbacks in order to stop trackback spam. Slashdigglicious is yet another social bookmarking plugin […]

[Continue Reading...]

WordPress Plugin Releases for 7/17

No
responses
by
on
July 17th, 2007
in
WordPress Plugins

Advanced TinyMCE Editor triples the functionality of the native WordPress editor. Category Page allows you to bind a page to a category and display the page content on top of category page by tweaking archives.php or adding a custom category.php file. ContactNG is a very stylish and small form for your sidebar or a page. News-it lets you to add your posts ( and/or pages ) on the social digg-like www.The-News.biz. Post Stumbler adds functionality to your WordPress blog which allows visitors to view a randomly selected post on your blog, with a higher probability of choosing popular posts, and with the option of only showing recent posts. Title Override will override wp_title() output with a statement of your choice. WP Super Edit is designed to give some control over the “WordPress TinyMCE Visual WYSIWYG Editor.”

[Continue Reading...]

WordPress Plugin Generator

7
responses
by
on
July 14th, 2007
in
Cool Scripts, WordPress Plugins

Speaking of the WordPress Plugin Competition and writing new plugins, here is a WordPress Plugin Generator. Intriguing name, isn’t it? No, it does not write all WordPress plugins for you on demand and no it does not have AI. This tool will help you create a template for your own WordPress plugin. and it literally does just that. If you are new to WordPress or to writing plugins and you want a quick and dirty template with some of the fixin’s, the WordPress Plugin Generator is your ticket to your plugin’s inception. The tweakable features include the name of the plugin, some rudimentary and commonly used locations for result insertion on your blog, the framework for a config page, wpdb integration and comment and GPL in the header. It is definitely a good starting point. A word of friendly warning, the page’s style is completely broken on my Firefox. Thanks […]

[Continue Reading...]

WordPress Plugin Competition Updates

4
responses

The WordPress Plugin Competition is going strong with 15 plugins announced and actively being developed and at least five more in the works. I am hoping that more developers will throw their hats into the arena in the next couple of weeks. Remember the last date of the competition is the 31st of July. That means that if you are planning to enter the competition, you will need to have submitted your plugin to me via email by the end of that day. I have added a ChipIn widget to the competition blog to collect donations for prizes and I thank every sponsor and donor. We have some really great sponsors for the competition and so far the prizes are eclectic and pretty cool. We have also collected almost $900 $1000 from various donors as prizes for the competition. I am hesitant to put together the final three sets of […]

[Continue Reading...]

WordPress Plugin Releases for 7/13

1
response
by
on
July 13th, 2007
in
WordPress Plugins

BLogscout shows the statistics tracked by the german tracking-service http://www.blogscout.de. The plugins saves the access codes for the blogscout-counter and loads the stats in an IFRAME. Easy Textbox Link inserts a text box at the end of every post containing the title of the post and a permanent link to the entry. When a user mouses over the text box or clicks the text box the contents are highlighted in their entirety; this makes copying and pasting to a web page, blog or instant message incredibly easy. Gametrailers WordPress plugin allows you to embed the high quality gametrailers.com gaming videos into your blog posts

[Continue Reading...]

WordPress Plugin Releases for 7/12

No
responses
by
on
July 12th, 2007
in
WordPress Plugins

Commen Highlighter is a plugin which can be used to add different style classes to comments. There are already plugins/hacks/alterations that adds a style to all comments written by the blog owner, adds a different style to every other comment, etc. This plugin takes it a bit further. Feed Footer allows you to add footers under all your blog posts in your RSS feed. Gossamer Threads Tag Cloud allows you to create tags for your posts and display them in a cloud on the sidebar. Tags with more hits are displayed in a bigger font to express popularity or emphasis. Tags can also be displayed underneath the post entry. ipeRSS allows you to add your images from ipernity directly to your Blog (as a site, in an article, in th esidebar, etc.). If you want to add the images as a site or in an article you need something similar […]

[Continue Reading...]

WordPress Plugin Releases for 7/10

3
responses
by
on
July 10th, 2007
in
WordPress Plugins

divShare allows you to integrate the file upload and storage site with your WordPress and WPMu installation. JAlbum allows you to integrate JAlbum galleries directly into your posts. MultiUploader allows you to attach many files at once. Ultimate Progress Bar creates customizable progress meters to show progress of Your projects. Zorpia Hot Box lets users publish articles of your website to Zorpia.com directly, vote the published articles of your website, show voted points to each article with the widget, and allow for configuration of theme & style of the widget.

[Continue Reading...]

Reduce the Size of Your WordPress Plugin Footprint

19
responses

For each WordPress plugin you install, you are adding to the bandwidth/server overhead of your site. As a plugin author, there are some simple steps to take to reduce the footprint of your plugin (whether it be helping with server load or conserving bandwidth), even if your plugin still requires a lot of code. Break Out Admin Panels Into Separate Files Even for simple plugins, adding admin panels can easily balloon a plugin’s file size. A simple, yet effective technique, is to copy the code used for the admin panel to a separate file and simply provide an include in the function that loads the admin panel. For example, say you load in your admin panel using this code: add_options_page(‘Plugin Name’, ‘Plugin Name’, 10, basename(__FILE__), ‘printAdminPage’); The function printAdminPage is going to be the function that loads the admin panel. Within this function you could have: function printAdminPage() { include […]

[Continue Reading...]

WordPress Plugin Releases for 7/8

2
responses
by
on
July 8th, 2007
in
WordPress Plugins

aggr allows you to place the contents of an RSS feed into your pages or posts. It is a deeply modified version of the Aggregate plugin of Rob Miller. Image Control Size lets you have more control over your thumbnails. Leprakhauns Word Count gives you an estimated number of words based on the tiny_MCE in WordPress. You do not need to post anything for the count to show up, it does it in real time using Javascript. Pluginstaller is a plugin-management plugin that eliminates the need to download a plugin archive, upload it to your FTP server and unpack it manually. WordPress Download Counter keeps track of the amount of downloads for specific files. It will also store the last time the file was downloaded. You can use tags to add the download url or download count to any page or post.

[Continue Reading...]



Obviously Powered by WordPress. © 2003-2013

css.php