Archive for 2008

b10Gg3r$ aR3 DaNg3r0u$

14
responses
by
on
June 4th, 2008
in
Business of Blogging, General, WordPress

Bloggers are Dangerous: I followed a chain of posts to the Innovation Creators blog to finally find the original author of the picture below. The linked article actually talks about how bloggers are perceived to be dangerous by various companies and their executives and Rod investigates the social and technological implications of blogging on the Enterprise. If you are into that sort of thing, it might be an interesting read. However, the picture of the various blog gang signs interested me the most. Afterthought: I wish more people credited the original author instead of linking to the last place they found an article of interest, especially when there is a CC license involved. Post name via oneplusinfinity On completely unrelated news, I found a WordPress Theme Design Book by Tessa Blakeley Silver that might be of interest to theme designers. Looks like the book is also available as an eBook. […]

[Continue Reading...]

WordPress Theme Releases for 6/2

14
responses

One Column Themes Revolution-X Revolution-X is a one column theme with three customizable widgetized sidebars at the bottom. The theme has a featured article section and built in transparency for linked images. Two Column Themes Dieanel Dieanel is a simple two column widget-ready theme. The theme makes use of blue colors intelligently blending the theme nicely. Loopy Rainbow Loopy Rainbow is a two column widget-ready theme, the theme is simple and comes with a sidebar to the right side. As the name suggests the theme comes in 7 colors and you can choose from blue, black, red, purple, pink and rainbow colors. Valid Blue Valid Blue is a two column widget-ready theme which makes use of darker shades of blue color. The theme is XHTML / CSS valid. Three Column Themes Pistachio Pistachio is a three column widget-ready theme with unique icons. The them is Gravatar ready and also highlights […]

[Continue Reading...]

Create Dynamic Sidebars

19
responses
by
on
June 2nd, 2008
in
LinkyLoo

Richard Hooper of WP Project.com has published an interesting post which explains how to create dynamic sidebars. As it stands, there is no way to assign widgets to only appear on specific pages of your WordPress Powered blog in the back end. Using Richard’s method, you can create your own sidebar.php file and assign various widgets or plugins to only show up on specific sections of your blog. This is great if you want to display a widget on a SINGLE post template versus the front page. Richard also adds that Aside from creating a dynamic sidebar, this approach breaks up your sidebar code into smaller, more manageable chunks. Perhaps we should coax Richard into turning this into a plugin in which normal users can then assign widgets to appear on certain page templates. Here is a question I have. You can use this method to assign plugins/widgets to appear […]

[Continue Reading...]

If Plugin Deactivation Breaks Your Blog

14
responses
by
on
June 1st, 2008
in
LinkyLoo

Ever deactivate a plugin, only to have it crash your blog? Typically, this will result in a “Fatal error: Call to undefined function.” which is then displayed on the front end of your site. According to John Lamansky, the reason this error occurs is because the theme is still calling on the plugin you deactivated. John Lamansky has put together a list of steps that you should perform to alleviate this issue entitled, What To Do If Plugin Deactivation Breaks Your Blog. Typically, deleting the plugin file from your plugin directory usually solves most problems. However, John’s list of steps guides you through the process of determining which bits of code from the failed plugin are causing the errors and then removing those lines of code. If you have ever gone through the experience described above, please let us know how you went about fixing the issue.

[Continue Reading...]

WordPress Plugin Releases for 5/31

8
responses
by
on
May 31st, 2008
in
WordPress Plugins

Google AJAX Libraries API Plugin The Google Ajax Libraries API Plugin is designed to make it easy to use the Google hosted libraries without the need to mess with your theme and plugin code. Get The Image This plugin will allow you to have full control over images displayed, or it takes the power of WordPress and uses its image cropping methods. MW Adminimize This plugin pares down the page-topping links interface that shows up on every WordPress administration page. MW Latest Tweet This one does what you’d probably guess: shows the latest tweet. Be sure to check out the release page as it offers more than just displaying the latest tweet. BT Active Discussions This is a recent comments plugin that displays customizable number of blog posts with recently updated comments. The output is very similar to phpBB’s View Active Topics and vBulletin’s Today’s Posts functions. User Rank Plugin […]

[Continue Reading...]

Ajax Edit Comments Part Deux

13
responses
by
on
May 30th, 2008
in
WordPress Plugins

Ajax Edit Comments, the Digg like comment editor written by Ronald Huereca has undergone a significant rewrite. For those that are familiar with the older versions, you’re going to be in for quite the surprise as Ronald has rewritten the plugin from the ground up. The new version contains an updated interface, numerous backend improvements and a redesigned configuration page. One of the biggest changes I noticed with the new version is that you no longer can double click on the comment text to edit it inline. Instead, you click on an Edit link. After clicking the edit link, you’re presented with a screen similar to this one: Another visual change are the buttons/links that appear underneath every comment. The buttons give you access to edit the comment, moderate the comment, mark the comment as spam or deleting the comment. That comment interface looks little like this: In my opinion, […]

[Continue Reading...]

Removing Width/Height from the Image Uploader

33
responses

Reader Vivien writes in: Is there a way to prevent WordPress from inserting the width and the height for images in the new 2.5 media manager? In short, yes, but it requires you to insert some code into your theme’s functions.php file. Fortunately, there is a WordPress filter we can use called image_downsize, which takes in three arguments (a boolean, an attachment ID, and a size string). add_filter('image_downsize', 'my_image_downsize',1,3); All I’m doing in the above filter is setting the filter name, the function to call (my_image_downsize), what priority I want the filter, and how many arguments the function takes. From there, I mimic the function image_downsize in the ‘wp-includes/media.php’ file, but do not return a width or a height. As a result, when the image is sent to the editor, no width or height is present. function my_image_downsize($value = false,$id = 0, $size = "medium") { if ( !wp_attachment_is_image($id) ) […]

[Continue Reading...]

WordPress Theme Releases for 5/28

7
responses

One Column Theme WPTouch WPTouch is a complimentary theme installed as a plugin on your WordPress blog or website that will format your content with this Apple-inspired, full-featured theme when your visitors are using an iPhone or iPod touch. Two Column Themes Hanami Hanami is a two-column widget-ready theme, inspired by the WP Admin palette and the Seed Conference font-stack. Simple and clean, the theme displays content in clear and concise manner. Simple Blog Simple Blog is a simple theme, 2 columns, widget-ready with Gravatar support for comments. Lean and Clean Lean and Clean is a two column widget-ready theme. The size of the content area and the sidebar is almost same. K9 K9 is a two-column widget ready theme based upon the popular K2 theme. The theme works only on WordPress 2.5 and above only. Three Column Themes Midnite Midnite is a 3 column, widget-ready, cross-browser friendly theme compatible […]

[Continue Reading...]

Matt M On WordPress Weekly

4
responses
by
on
May 27th, 2008
in
Podcasting, WordPress

Matt Mullenweg and surprise special guest, Andy Peatling of the BuddyPress project stopped by for a one hour live interview on the WordPress Weekly Podcast. Within this interview, a number of questions were answered in regards to WordPress Trademark and logo usage, status updates on Akismet, Bbpress, TalkPress, BuddyPress, WordPress.com, WordPress.org, Theme Repository, Gravatar, the role that Warwick will play within Automattic, an explanation as to how the 2.5 administration redesign became a reality, how much influence do the end users of WordPress have on the development of the project, and last but not least, we discussed the Google Gears implementation into WordPress 2.6. The interview was conducted by yours truly. I apologize up front for the first 15 minutes of the show. While the interview was taking place, a chord on the speaker phone device was accidentally pulled out, causing it to reboot. Matt later called in with his […]

[Continue Reading...]



Obviously Powered by WordPress. © 2003-2013

css.php