‘WordPress’ Category

WP.com Shifts Into Turbo

22
responses
by
on
July 3rd, 2008
in
WordPress

Matt and company have announced that WordPress.com now officially supports Google Gears. Gears is an extension which works with the browser to enhance web based applications. It’s known for creating local database and file storage, while running javascript in the background to update that content without slowing down the browser. Gears support in WordPress.com means you will be able to store all images and other web page components of the WordPress administration panel locally which will speed up access to those files while reducing unnecessary web traffic. To enable this feature, click on the TURBO link in the WP.COM dashboard area. This will be located in the upper right portion of the screen. You will need to have the GEARS extension installed before you will be able to take advantage of this new feature. [EDIT] Rundown on Fool’s Wisdom of Google Gears Privacy concerned raised. Thanks Lloyd!

[Continue Reading...]

Plugin Coders and WordPress 2.6

3
responses
by
on
July 2nd, 2008
in
LinkyLoo, WordPress, WordPress Plugins

What Plugin Coders Must Know About WordPress 2.6: Just like it sounds, Ozh has started a post, followed by a lively comment thread, on the challenges that can be faced by plugin coders with WordPress 2.6. This might be a good time (WordPress 2.6 Beta 2 is out) to start digging into your plugins to get them to be 2.6 compatible.

[Continue Reading...]

What You Need To Know About WordPress 2.6

69
responses
by
on
June 30th, 2008
in
Blogging News, WordPress

WordPress 2.5 was just released a few months ago and WordPress 2.6 has been in development for some time to be released very soon. Not only does WordPress 2.6 add more zing to a platform that has already won hearts and made blogging a wonderful experience, there are few features in WordPress 2.6 that many have requested and some that caused a little controversy. Let’s get to know a few things about WordPress 2.6 that will definitely raise few eyebrows albeit a few of them in the wrong way. Post Revisioning I have been a Software developer for quite long now and know how important CVS or SVN is to maintaining different versions of a file. WordPress 2.6 brings the same functionality to posts where you can have different revisions for posts. In lay terms this means that no matter how many times you make changes to the post, you […]

[Continue Reading...]

How Much Would You Pay?

122
responses
by
on
June 25th, 2008
in
WordPress

So how much would you pay for an installation of WordPress? This question was raised by Damien Mulley of mully.net. In his post (Wanted: People to install WordPress without robbing others blind), Damien mentions that he is building a list of people with reasonable prices who will perform default WordPress installations. According to Damien, there are a few people who are charging anywhere from €550 to €1500 (Euros). This equates to $857.00 to $2,338.33. I can’t imagine anyone in their right mind who would pay that amount to have WordPress installed for them. However, when I stop to think about those who are brand new to blogging or to WordPress in general, those are the ones that when offered these prices, may believe this to be normal when in fact, it’s not. The conversation about this topic was handled pretty well within the comments. Most people commented that they would […]

[Continue Reading...]

10 Video Tutorials for Learning Basic Web Design Skills

5
responses
by
on
June 16th, 2008
in
LinkyLoo, Web Design, WordPress

10 Video Tutorials for Learning Basic Web Design Skills: Some interesting video tutorials linked from Mashable that could help budding web designers or dabblers put a new sheen on their existing blog or website. Of interest are such video tutorials as “How to turn any web template into a WordPress theme“.

[Continue Reading...]

WordPress.com 2.5 Essential Training Videos

7
responses

WordPress.com 2.5 Essential Training at lynda.com Online Training Library® is a set of training videos by Maria Langer (who also happens to be a professional helicopter pilot) that walk through the setup and use of WordPress as a blogging tool. Sadly, the title of this set of videos might be a bit misleading (though the title does indeed say WordPress.com, I was taken by the version number in the title) since the videos are tailored for WordPress.com blogs and not for self hosted WordPress.org blogs. However, a few of the initial videos are offered for free download and the only option for purchase of the full set is via a monthly subscription for $25 which would give the user access to all the videos on lynda.com. There are plans to sell the videos as a CDROM for purchase but those are not available as of this post. The videos are […]

[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...]

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...]

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...]



Obviously Powered by WordPress. © 2003-2013

css.php