Archive for August, 2008

WordPress Mu Plugin Competition

No
responses
by
on
August 21st, 2008
in
Blogging News, WordPress Plugins

Hot in the heels of our own WordPress Plugin Competition (of which the results should be declared very soon), the folks at WPMU.org are running a WordPress MU plugin competition! The competition is already very much underway, with almost US$1500 worth of prizes already pledged and 8 great plugins submitted, ranging from XML-RPC add ons to simple domain mapping. And there’s still a month to go (entries close September 24th), so get your MU hats on and submit your best and brightest! The process is much the same as at Weblog Tools Collection. Plugin authors can register at the site and write up their own plugins for publication, guidelines and more on that can be found here. Then there will be prizes (and some rather snazzy badges) for judged and peoples choice winners and ranking entries. If you’re interested in adding to the prize pool, Andrew and James would love […]

[Continue Reading...]

WordPress Plugin Releases for 08/21

3
responses
by
on
August 21st, 2008
in
WordPress Plugins

Archives by Selected Categories This WordPress plugin allows you to generate a list of posts separated by category. You can choose to display all categories, or just those you select. Under each category heading, the posts are sorted by date, with the most recent first. Additionally, the date for each post is shown next to the link. WordPress Theme Changer & Showcase Plugin Plugin with a widget which enables us to change the theme of a blog without having to login to the administrator’s room first. This is just like allowing visitors to change the theme of the blog. Gorsel Koru If a site uses an image hosted on your site, a message you define, appears on it, i.e. prevents hotlinking of images. (Site in Turkish) PhotoJAR: Post Thumbnail PhotoJAR: Post Thumbnail displays a post thumbnail for posts with galleries. When paired with a JavaScript viewer, the full gallery can […]

[Continue Reading...]

Safest Way to Include Plugin Code in Themes

27
responses
by
on
August 20th, 2008
in
WordPress FAQs, WordPress Tips

Several plugins provide users with template tags like functions to include plugin output into themes, the most common way of including plugin code into themes looks like this: <h2>Section Header</h2> <?php plugin_template_tag_function(); ?> Though the above code is absolutely right, PHP errors will occur if you disable the plugin and do not remove the template tag from the theme. There is a much better way of including template tags in your themes, which ensures that PHP errors do not occur when you disable plugins and do not remove them from your themes: <?php if ( function_exists(‘plugin_template_tag_function’) ) : ?> <h2>Section Header</h2> <?php plugin_template_tag_function(); ?> <?php endif; ?> The if condition in the above code ensures that the function you want to use is registered, before the code is executed. This extra check will ensure that your theme will load without PHP errors, even if the plugin has been disabled. If […]

[Continue Reading...]

WordPress Theme Releases for 08/20

2
responses

Yelloh Yelloh is a simple, yellow and white, two column WordPress theme Humble Dark Dark, single column theme with a bottom bar and an elegant pin striped background CrzyRedBinks Three column theme comes widget ready. Custom sidebar ad widgets. Easy to manage ads from php file. No option page, not really necessary. Uses php files for ads so its easier to use google adsense codes in it. Just three themes today for you folks. Are you a theme author, remember the faster way to get featured in our daily releases is by submitting your theme to our News forum.

[Continue Reading...]

WordPress iPhone Copy and Paste

8
responses

Cut and Paste for iPhone from Cali Lewis on Vimeo. OpenClip has come up with the much desired free application framework for the iPhone to copy, cut and paste content. It works with the WordPress iPhone application by placing the copied data to a shared location in the iPhone memory which is then accessed by other applications. The application was released on GeekBrief.tv (who were at WordCamp Dallas and are WordPress aficionados) and seems to be getting a good response. Anyone test it out yet? [EDIT] As pointed out by Jason in the comments, OpenClip is not an application by itself but a framework that can be used by iPhone app developers to add the copy and paste functionality to their applications. OpenClip will only support copying and pasting of text between applications that support the OpenClip framework.

[Continue Reading...]

WordPress Plugin Releases for 08/19

4
responses
by
on
August 19th, 2008
in
WordPress Plugins

TAC (Theme Authenticity Checker) Scan all of your theme files for potentially malicious or unwanted code. UserAgent-Spy UserAgent-Spy is a WordPress plugin which displays the user’s Operative System and Web Browser in the comments. It uses the comment->agent property to access the UserAgent string, and through a series of regular expresions, detects the O.S. and browser. Then it shows a message with an icon of the browser and O.S. List category posts List Category Posts is a simple WordPress plugin which allows you to list some posts from a category into a post/page using , where ID stands for the Category Id. WP Developer Assistant WP Developer Assistant is a WordPress plugin developed by a WordPress developer for WordPress developers. Woopra Immediate access to your Woopra analytics, traffic statistics and user visits from within the standard WordPress interface. Online Games This plugin adds a button in the sidebar which opens […]

[Continue Reading...]

Be Kind, Educate

26
responses
by
on
August 18th, 2008
in
Blogging Essays, WordPress

I was preparing the following post as a speech for an event, but since I already used the above quote in a comment and the event did not pan out, I would like to post it for my readers. This version is smaller and is modified to suit the medium but I have tried to keep the message as close to the original thought as possible. I hope it helps at least one WordPresser help another WordPresser. I started on my Masters degree in Computer Science after having worked in the industry for over four years. I decided that my education in Physics was not enough because it did not give me the ability to make enough of a difference to the people that I worked for. I could solve their problems and try my very best to make them smile when I left their establishment (I worked as a […]

[Continue Reading...]

WordPress Theme Releases for 08/17

5
responses

Humble Humble is a simple, single column, green theme Techy People A three columns, fixed width, light weight, fast loading theme. Widget, adsense and gravatar ready, separate comments and trackbacks. Logo .psd included. XHTML and CSS valid, tested on Firefox, IE 6 and IE 7. BlueShadow Widget and gravatar ready theme with a featured last post, 5x ad on latest post and 5x ad on single post, custom pages, image-styling, nice graphics and a lot more. Simple Simple grey, white and blue, two column theme

[Continue Reading...]

WordPress Plugin Releases for 08/16

No
responses
by
on
August 16th, 2008
in
WordPress Plugins

WP-Post-Banners WP-Post-Banners is a standalone script / WordPress plugin that can mine your WordPress posts or any other data and look for images suiting a given dimension and generates ‘featured’ section for your site using the found items. Expanding Text plugin for WordPress This WordPress plugin allows you to create sections of text in your post or page which expand/collapse when clicked on. You simply wrap the special tags around your text, and set the ‘expand link’ (the link visitors click on to show the text). Kaltura Interactive Video Plugin Add interactive video capabilities to your blog! Enhance your WordPress blog with both basic and advanced video capabilities. Upload, record, import videos directly to your post, edit and remix video content, enable video responses, manage and track your video content and much more… Wet Maintenance Hides a site from unauthenticated users wit ha ‘503 Service Unavailable’ status while logged-in visitors […]

[Continue Reading...]



Obviously Powered by WordPress. © 2003-2013

css.php