Author Archive

First Look At WordPress 2.7

166
responses
by
on
September 2nd, 2008
in
WordPress

Although tentatively scheduled for November, WordPress 2.7 looks to be as big of a release since WordPress 2.5, perhaps even bigger. Before reading the rest of this post, please keep in mind that what you see in the following screenshots is by no means a representation of the final product. Also keep in mind that WordPress 2.7 should not be used on a live blog as 2.7 is no where near stable. What you see here is not necessarily what you’ll get. This post will highlight WordPress 2.7 at its current stage of development. Please keep this in mind as you read through the post and make comments. Also, click on any of the thumbnails to see the full size of the image. Back End User Interface: Right from the get go, you’ll notice that just about every facet of the dashboard has been changed. There is now a left […]

[Continue Reading...]

Stop Blaming The WordPress Team

241
responses
by
on
August 24th, 2008
in
WordPress

Disclaimer: I am not a plugin author. This post is filled with my own opinions and is taken from an end user point of view. If you are a plugin author, be sure to add your point of view in the comments. Traversing through my feed reader after a major version of WordPress is released is always interesting to me because I’ll never know what types of reactions I’ll find. Unfortunately, I’ve been noticing a trend that is unacceptable. The basis of this post will be focused around a line of thought which I find to be anger inducing. The biggest problem lies in the fact that WordPress is continually pushing updates too often without much in the way of testing with the most popular plugins. Podpress is huge! how could they have released 2.6 without seeing if one of the most popular plugins will work? To me the fault […]

[Continue Reading...]

If, Then, Else

33
responses
by
on
August 9th, 2008
in
WordPress

Ever become brave enough to look inside of a WordPress php file? Specifically, a php file from a theme? If you have, you may have noticed that they are filled with If, Then, and Else statements. If you have no idea what these mean, this post is for you. Php has always been a pain for me to understand, but if you think about it in a logical manner, it begins to make sense. If, then and else statements are used as a means of making decisions, similar to the way you and I make decisions in the real world. Here is an example of how this logic works in WordPress. < ?php if (have_posts()) : ?> The if statement within that php function is asking if there are posts. If the blog has posts, WordPress begins processing what is known as “The Loop“. <? php while (have_posts()) : the_post(); […]

[Continue Reading...]

WordCamp San Francisco Speakers Announced

11
responses
by
on
August 6th, 2008
in
WordPress

The speaker list for the grand daddy of all WordCamps, WordCamp San Francisco has been announced. The list includes many notable people such as Lloyd Budd, Matt Mullenweg and others. Here are the details. When – Saturday, August 16, 2008 Where – Mission Bay Conference Center, San Francisco — Map Why – To get WordPress users together, learn from each other, figure out the future of publishing the web, and have a good time. Sam Bauers – Sam will be speaking about upgrading WordPress and how to do it hassle free. Lloyd Budd – Lloyd will be discussing the aspect of switching to WordPress. I’ll be particularly interested in what Lloyd has to say in terms of migrating from one system to WordPress. Aaron Brazell – Aaron should be no stranger to most within the WordPress community. He’ll be discussing the aspect of search and findability. Tantek Celik – Tantek […]

[Continue Reading...]

WordPress And Subversion A Perfect Match

22
responses
by
on
August 5th, 2008
in
LinkyLoo

The longer you participate in the WordPress community, the more you’ll hear the term ‘Subversion’. Subversion is what allows WordPress installations to be upgraded automatically as new releases are committed to the WordPress versioning system. In other words, using subversion is a great way to use the bleeding edge of WordPress. David Peralty has published an extensive guide on the GeeksareSexy website which contains all of the information you’ll need to know on how to run WordPress with Subversion. Grab your favorite beverage because the article is quite lengthy. I’ve been wanting to setup a WordPress/subversion install on my local machine but never quite figured out how to do it. This article has inspired me though and I plan on going through with the process within the next few days. If you end up installing WordPress with Subversion, let me know about your experience.

[Continue Reading...]

WordPress As A CMS Checklist

12
responses
by
on
July 30th, 2008
in
CMS, WordPress

Thord Daniel Hedengren over at Devlounge has published an extensive checklist based on his experience of things to consider when using WordPress as a CMS, especially when it will be used for a client. His post covers a number of different situations you should think about ahead of time before you step into your favorite code editor. According to Thord, there are three things you need to consider before committing to WordPress: 1. Is the functionality needed covered by the WordPress core functions, and/or with the addition of (not too many) plugins? This is usually managing information pages (using Pages), and publishing news/press releases (using Posts). If I need to add a lot of custom stuff, including the custom fields, then perhaps it gets too complicated for the client. 2. Is there a good translation of WordPress available, so that your client can get the backend in their own language? […]

[Continue Reading...]

WordPress iPhone App Now Available

48
responses
by
on
July 22nd, 2008
in
WordPress

It’s official, the WordPress application for the iPhone has officially been released. Now you’ll be able to publish to WordPress powered blogs right from your Jesus phone. Here is what you can expect from this free app: Support for WP.com blogs and self-installed blogs version 2.5.1 and higher Embedded Safari for true previews of posts Full tag and category support Photo support for both camera pictures as well as library photos Support for multiple blogs Ability to password protect a post, save as a draft, or mark the post for later review Auto-recovery. This will recover posts which have been interrupted by phone calls The app is at version 1.0, is a tiny 0.3MB download, and is compatible with the iPhone as well as the iPod touch. However, this application requires the iPhone 2.0 software update. Be sure to let us know what your experience is like, browsing and publishing […]

[Continue Reading...]

WordCast Mugshot Contest

5
responses
by
on
July 13th, 2008
in
General, WordPress

The guys and gal over at the WordCast Podcast is currently holding a Mugshot contest. The contest is all about taking a photo of your favorite mug. Check out this awesome line up prizes: 4th Place: WordPress mug and WordPress T-shirt 3rd Place: WordPress mug, WordPress T-shirt and Lijit T-Shirt 2nd Place: WordPress mug, WordPress T-shirt, Lijit T-Shirt, signed copy of Blogging Tips: What bloggers won’t tell you about blogging, and one single-user Revolution theme license of the winners’ choice 1st Place: WordPress mug, WordPress T-shirt, Lijit T-Shirt, signed copy of Blogging Tips: What bloggers won’t tell you about blogging, one TV.Elements theme license, one single-user Revolution theme license of the winners’ choice, a free copy of The Secret to Writing a Successful and Outstanding Blog, and an (optional) free 30 minute consultation with Liz Strauss. The contest is still going on with no clear indication as to when the […]

[Continue Reading...]

Live Blogroll

8
responses
by
on
July 7th, 2008
in
WordPress Plugins

Vladimir Prelovac has come up with yet another cool plugin, this time called Live Blogroll. Live Blogroll replaces the default blogroll in that when a user hovers their mouse over a link, the rss feed from that site is aggregated in an Ajax created box showcasing the most recent (configured number) of posts. The Live Blogroll uses internal caching for feed discovery and WordPress caching for RSS feeds to keep everything from slowing down to a crawl. Vladimir is on a roll in terms of creating cool WordPress plugins. This one is yet another shining example.

[Continue Reading...]



Obviously Powered by WordPress. © 2003-2013

css.php