Due to some obligations which sprang up, Keith was unable to make it for this episode. So while schools, automakers, and banks ask for bailout packages, I had to do the same thing and you delivered. Special thanks to those who called in and turned what would have been a boring show into a great discussion on a number of topics.
Ad Copy:
WordPress Weekly is brought to you by the fine advertisers on WeblogToolsCollection.com. Without their continued support, this show would not be possible. If you are interested in advertising on WordPress Weekly, please contact me at wpweekly at gmail dot com..
Stories Discussed:
2.7 For WP.com, Soon For Self Installers
My Idea To Manage Widgets In WordPress
Should You Install WordPress Via Fantastico? Pros And Cons
Feedback:
We encourage you to leave a comment whether it be feedback, questions, rants, or corrections then tune in and see if your comment made it on the air! To send us feedback via email, contact us at wpweekly at gmail dot com.
Announcements: Ken Bell, who operates TheDogFiles.com is scheduled to appear on December 12th.
WPWeekly Meta:
Next Episode: Friday December 12th, 2008 8P.M. EST
Subscribe To WPWeekly Via Itunes: Click here to subscribe
Length Of Episode: 1 Hour 5 Minutes
Download The Show: WordPressWeeklyEpisode32.mp3
Listen To Episode #32:
Hate to say it however that was not a very good discussion on the pros and cons of using fantastico – I was expecting an in-depth look at well…the pros and cons rather than some people saying “install manually – its great”
To be fair one person did leave a video response – however by that point it just seemed like the same discussion you can find scattered around the web so I decided to give it a miss!
Hey, I’ll have to agree. I didn’t come to the show that week as prepared as I usually am and it showed. To really highlight the pros and cons, I’m going to write a blog post specially about it at some point.
There’s nothing wrong with upgrading WordPress via Fantastico I don’t think. Its just that, the version that comes with Fantastico, is usually 1-2 minor versions behind. Other then that, I don’t see a disadvantage really.
Why anyone would want to use the “subversion” method is beyond me. I say, all hosting providers should allow their clients SHELL access, because the ones that do, WP is a snap to upgrade vis shell prompt. We’re talking about 5 commands to run that take 2 seconds to execute, faster then that if you write up a simple .sh shell script. Can’t get much easier then that if you ask me. The famous “5 minute install” is too slow IMHO, but those without shell access its the only way.
The subversion method is by far the easiest way to do it. One command to upgrade to any version, period. Extremely easy. No scripting required. I just do “svn up blog” and it’s upgraded to the latest trunk. If I’m not running trunk, then it’s “svn sw http://svn.automattic.com/wordpress/tags/2.6.5/ blog” or what have you. No fuss, no muss. All you have to do then is to load your admin screen and run the database upgrade, if it tells you that you need to (you usually don’t, except on major versions).
by the way, whats new in 2.6.5? I just now noticed that new version was just released. Whats new in it does anyone know?
2.6.5 fixes a security problem which requires the stars to align for anyone to really take advantage of it. Their are also a few bug fixes as well.
Fantastico – shmantastico! 🙂
I use dreamhost and their ‘advanced’ install is a breeze – updates like a pro developer (all svn in the background to latest tagged version, auto backup to ‘wordpressdir.old’ etc. Latest version updates are usually minutes from release…
🙂
Hmm I’m not all that fond of subversion. I use the automatic upgrade plug in, which is a champ. It does a great many thing on automatic that were a real pain when I first upgraded (manually) from 2.6.1 to 2.6.3..the 2.6.3 to 2.6.5 was a snap, easiest thing I’ve had to do on WP ..period
Hi Jeffro.
On the show you briefly mentioned a desire to be able to use PHP in widgets.
Let me tell you that one of the very first plugins I load on any WordPress blog is PHP Code Widget, written by the one and only Otto. This lets you use PHP code in widgets and makes WordPress so much more flexible for people who are comfortable with PHP and tinkering with WordPress.