Archive for 2008

WordPress Theme Releases for 6/9

8
responses

One Column Themes Jin Jin is a a one-column theme which allows users to add post images directly to the home page using the write post page. The theme has a extended sidebar in the footer area. Two Column Themes Darkzen Darkzen is a two column widget-ready theme. The theme makes use of darker colors and comes built in with social networking integration for home pages as well as single pages. Elegant Brit Elegant Brit is a two column widget-ready theme. The theme allows visitors to rearrange the widgets in the sidebar as well as collapse any widgets that would not like to see. Users can store their settings for next time if cookies are enabled in the browser. Our Rights Our Rights is a two column fixed-width widget-ready theme. The theme has in built support for Gravatars. Three Column Themes TechnoHolic TechnoHolic is a flexible three column theme which […]

[Continue Reading...]

Comment Remix – Video Plugin Review

8
responses
by
on
June 8th, 2008
in
WordPress Plugins

If you cannot see, the video, please visit this link: Comment Remix – Video Plugin Review Today’s WordPress Plugin video review is of Comment Remix. Video Summary: Comment Remix adds numerous admin panel options, as well as reply, quote, and tag capabilities on a post. The star feature for admins (in my opinion) is the “In Need of Reply” option, as well as the various actions added to comments. Pros: Reply/Quote options are useful for admin and end-users. “In Need of Reply” is great for blog admins and unreplied comments. A lot of admin panel options make this plugin highly configurable. Cons: Pop-up boxes could use the built-in WP 2.5 thickbox.js script. The “In Need of Reply” badly needs an “ignore all” option. Not sure of the usefulness of tags for comments unless there are global options. Styling could also be better for the comment actions. The Comment Remix plugin […]

[Continue Reading...]

Hot or Not: TypePad AntiSpam

11
responses

I received a ping from Anil on their newly released beta product TypePad AntiSpam while I was on vacation. I told Anil that I would look into it and write a balanced article on it when I got back. I procrastinated on writing the post for quite a while but that also gave me the chance to think about the product quite a bit, have some conversations with Anil and others about the product and ruminate on the merits, usefulness and finally the viability of the service. It came as no surprise to me that Six Apart would come up with such a product and the choices made for the product are even lesser of a surprise. I had some initial thoughts on branding and the nature of the product that I communicated to Anil privately but the rest of the review of the technology and the service is my […]

[Continue Reading...]

WordPress Plugin Competition Prizes

8
responses

The WordPress Plugin Competition is in full swing. A lot of people have expressed interest in participating in the competition and some prizes have already been committed. As in the years past, the plugin competition prizes will be listed on the prize page. But here is a short list of what is in store for the winners. Weblog Tools Collection is offering up $1000 of prize money for the winners James and Andrew from Incsub have offered up $250 for a plugin that is WPMU compatible. They add that WPMU plugins are not that dissimilar to regular plugins, but need to run automatically and efficiently via wp-content/mu-plugins and require users to make no hard code changes (just edits in Settings) and for global administration to be possible via the Site Admin menu. Geof F. Morris has generously offered $100 towards the competition WindowsObserver.com has provided a copy of Tom Clancy’s […]

[Continue Reading...]

Plugin Deactivation Issues Solved With Actions and Filters

12
responses

When Jeff wrote about plugin deactivation breaking your blog, Aaron and I wrote in the comments of a few solutions to prevent plugin issues with themes. Within this post I will present several techniques plugin and theme authors can take in order to prevent deactivation issues. Method 1: function_exists In this example, let’s assume we have a function named related_posts. When in a theme, we could use this code to call the function if only it exists. <?php if (function_exists("related_posts")) { related_posts(); } ?> The PHP function_exists checks for the existence of the function, and if it does exist, it calls the function. Method 2: function_exists and Actions Using the same function name, the theme author could add some code into their functions.php file and use an action and function_exists combination. if (function_exists('related_posts')) { add_action('my_related_posts', 'related_posts'); } In the above example, we create a new action called my_related_posts. The end […]

[Continue Reading...]

WordPress Theme Release for 6/6

14
responses

Two Column Themes ClearPixels ClearPixels is a widget-ready theme fully compatible with WordPress 2.5. Native Gravatar (2.5+) and tagging support. Also has an optional "sitewide announcement" configurable via a theme options page. iPhonized iPhonized is a two column widget-ready theme. The theme supports custom fields. The titles and comment counts are surrounded by rounded corners. The comments are embedded inside speech boxes. Spotlight Spotlight is a free WordPress theme with 3 widgetized areas in the sidebar (top, left, right) along with native Gravatar (2.5+) and tag support. Three Column Themes Mag Essentials Mag Essentials is three column widget-ready theme. The theme has a wide sidebar and has space for banner ad integration. The theme has a magazine style Design. Pundit Pundit is a three column widget-ready theme designed to focus on the writing. Perfect for news or political blogs or for anyone who anyone who wants to keep it simple. […]

[Continue Reading...]

Calling all Plugin Authors

10
responses

We’re one month into the plugin competition, so I thought I should write in and ask you how plugin development is going on? Are you ready with a plugin? If so, then it is time to create an entry on the Plugin Competition Blog. If you do not have author access then create an account and contact us to upgrade your account. Don’t forget to mention the plugin page on your site. Are you still hunting for ideas? Take a look at a post I made a while back. Need some questions answered? Ask away 🙂 Looking to sponsor the competition or donate some prize money? Please contact us. Donating money is easy and quick and it helps out the WordPress community. Remember we have just another month to go before the end of the plugin competition.

[Continue Reading...]

WordPress Plugin Releases for 6/4

9
responses
by
on
June 4th, 2008
in
WordPress Plugins

is_human() is_human() is the simplest yet most extensive human verification system available on the WordPress market. Users can choose one of three verification types, or have the script show one at random on each page-load. WP Comment Remix WP Comment Remix allows you to reply and quote links for commentators and also provides a full upgrade to the edit comments pages in the admin panel. WP-Help WP Help is a plugin that allows you to create a simple help or instructional page in the WordPress Admin that will display customized information of your choosing. Image Upload HTTP Error Fix Fixes the media uploader HTTP Error that some WordPress (2.5+) configurations suffer from. Photo Galleria Photo Galleria is a simple, yet elegant, plugin for photographers, designers and WordPress 2.5 users alike who want to beautify their WordPress photo galleries using the jquery framework. WP Movie Ratings WP Movie Ratings is a […]

[Continue Reading...]

31 People To Follow On Twitter

88
responses
by
on
June 4th, 2008
in
WordPress

Twitter, the micro blogging service which allows you to submit messages that are 140 characters or less has become an excellent communications tool. A large number of people are using Twitter on a daily basis to keep up with the world as well as communicating with their friends and family members from almost any location. As luck would have it, a large number of WordPress faithful are also using Twitter. I have at times, indulged in a conversation or two with those who are making a name for themselves within the WordPress community. I use my Twitter account to pass on links to cool themes, news stories and plugins I come across via my FeedReader. With that being said, I’d like to present you with at least 30 people to follow on Twitter. Each one of these people are doing something significant within the WordPress community and some of them […]

[Continue Reading...]



Obviously Powered by WordPress. © 2003-2013

css.php