DZMod Pro - Ajax Top X
139 Views Published 2 months, 4 weeks ago in vBulletin 3.7 Add-ons, vBulletin Add-ons
In this highly optimized episode of WordPress Weekly, I interviewed Michael Torbert who is more commonly known as hallsofmontezuma throughout the WordPress community. He is now the developer of the most popular plugin in the plugin repository, theAll In One SEO pack. We discuss what it’s like to maintain an insanely popular plugin, how difficult it has been to work with the WordPress code, thoughts on SEO in general, and the question of the night went to David Peralty for asking if SEO could be damaged by mis configuring the plugin. You’ll have to listen to the show to get the answer. On top of that, I give my plugin pick of the week, the WordPress job of the week and much more on episode 24 of WordPress weekly.
Ad Copy:
WordPress Weekly is brought to you buy the fine advertisers on WeblogToolsCollection.com. Without their continued support, this show would not be possible. I would also like to personally thank each and every one of you who download and listen to this show. Your continued support is greatly appreciated. If you are interested in advertising on WordPress Weekly, please contact Mark Ghosh via this contact form.
News:
WordPress 2.7 is nearing feature freeze. Once that happens, we should start to see announcements in the dashboard regarding beta releases. Based on everything I have read, 2.7 is on schedule to be released on November 10th. If something major is discovered during the beta trials, the date of release will obviously be changed.
Didn’t get the chance to mention this on the show but I wanted to pass along a happy birthday to HackWordPress.com as they have turned 1 year old.
Feedback:
I cover feedback related to last weeks episode. We encourage any feedback you may have with regards to the show. You can either email me via jeffro at jeffro2pt0.com or you can simply leave us a comment on the blog.
Plugin Of The Week:
Jeff - Exclude Pages – This plugin adds a checkbox, “include this page in menus”, which is checked by default. If you uncheck it, the page will not appear in any listings of pages (which includes, and is usually limited to, your page navigation menus). Pages which are children of excluded pages also do not show up in menu listings. (An alert in the editing screen, underneath the “include” checkbox allows you to track down which ancestor page is affecting child pages in this way.) You could do this just as easily by adding exclusion arguments to the WP_LIST_PAGES function but this plugin takes those steps out of the process.
WordPress Job Of The Week:
This job was published on October 10th on the WeblogToolsCollection.com Job board. Sure Foods Living is looking for someone who can upgrade WordPress 2.1 to the current version. The individual at one point had someone to help them customize their site but that person is no longer available. Also, because of the upgrade, this person needs to change templates since the current one is not compatible with the latest version of WordPress. The potential client is asking for people who are qualified and for quotes on how much this project would cost. If you are interested in this job, please contact alison at surefoodsliving.com
Announcements:
Jane Wells who works for Automattic in the user experience/usability department will be our special one hour guest on Halloween night. That is Friday, October 31st, 2008. So if you’re interested in talking usability in WordPress, definitely mark this date on your calendar.
WPWeekly Meta:
Next Episode: Friday October 17th, 2008 8P.M. EST
Subscribe To WPWeekly Via Itunes: Click here to subscribe
Length Of Episode: 58 Minutes
Download The Show: WordPressWeeklyEpisode24.mp3
Listen To Episode #24:
While not broadly advertised, I happened to catch Brian Gardner for about an hour to discuss his announcement regarding going open source. During the interview, we discuss topics such as the grey area of the GPL, his new business model, his new approach to themes, how similar his business model is to the WordPress.com model, the state of themes in WordPress and much more.
Listen To The Brian Gardner Interview:
Tags: plugin, release, seo, skin, template, templates, test, Wordpress, wpvBAdvanced Module: Latest Album Pictures
142 Views Published 3 months ago in vBulletin 3.7 Add-ons, vBulletin Add-onsThe next installation in the bbPress 1.0 alpha series has been released. bbPress 1.0 alpha 2 introduces new features and fixes most of the issues raised by testers from the previous release.
A lot of the features were covered in a previous post. You can view the changes in bbPress between 1.0-alpha-1 and 1.0-alpha-2, as well [...]
Weblog Tools Collection: WordPress Plugin Releases for 10/08
155 Views Published 3 months ago in WordpressZdMultilang is a Multilingual plugin for Wordpress allowing you to blog in more than one language. You can define multiple languages and translate posts/tags/categories using the interface that will be added to your blog’s administration panel.
Gravatar recent comments is a plugin allowing you to display recent comments using Gravatar instead of just the name of the user.
This plugin displays functional ovulation and due date predictor. It can be used from women to check their future fertile time and due date.
Remove ‘Howdy’ and restructure the ‘Howdy’ line.
WP Super Cache is a static caching plugin for WordPress. It generates html files that are served directly by Apache without processing comparatively heavy PHP scripts. By using this plugin you will speed up your WordPress blog significantly.
Display the list of revisions for a post, without having to go through the admin interface
This plugin was written do allow usage of different themes for logged in users. It is intended for theme developers who want to test their themes on live sites without breaking things for visitors.
Wp2BB integrates your WordPress blog and your phpBB forum. It automatically creates new topics in the forum for every new post in your blog.
This plug-in adds up to six buttons at the end (or the top) of every comments to automatically insert Comments Navigation, Reply and Quote functions
Zina is a graphical interface to your MP3 collection, a personal jukebox, an MP3 streamer.
Tags: comments, phpBB, plugin, release, test, Wordpress, wpWP Super Cache version 0.8.3 is now available. WP Super Cache is a page caching plugin for WordPress that will significantly speed up your website.
Double Caching
This releases fixes a long standing compression bug. In older versions of the plugin, the cached page was compressed twice. Once to display to the current visitor, and once again for the cached files stored on the server. This has now been fixed and there’s a noticeable speed increase for anonymous visitors. Unfortunately as a side effect, it’s not possible to display the “super cache gz” html comment now. To verify that html pages are being served from the supercache directory you’ll have to add an error_log() somewhere and check that visits aren’t logged.
The plugin now uses fopen() instead of gzopen() which according to a comment on the gzopen() manual page is unreliable under high load.
IE7 Fixes
Apparently IE7 has problems when gzipped files are served as “x-gzip” files, under certain circumstances. This is an obscure bug but this has been fixed. If you’re upgrading, either remove wp-content/cache/.htaccess and visit the admin page and that file will be regenerated, or edit that file and change “x-gzip” to “gzip”.
A number of smaller bugs were also fixed. Check the changelog for further info.
Related Posts
Tags: plugin, release, server, test, Wordpress, wp(I had intended to get this posted early last week, but pushing all of the meetings, etc. from the week prior to WordCamp Utah to last week torpedoed that pretty effectively.)
WordCamp Utah was a great event - well organized by Joseph Scott (thanks Joseph!), well attended and with some very good speakers.
I gave a presentation about WordPress plugins. This was a challenging talk because of the vastness of the topic combined with the variety of the interest and technical background of the audience. Here are the slides.
Some folks seemed upset that I didn’t give a technical demo of how to build a plugin. However, I chose to keep the talk at a high level based on the make-up of the audience.
Instead of getting into the code, I talked about techniques and approaches, and different kinds of plugins. My intent was to give people an idea of what they can do with plugins; and a little start on how to approach writing one. We may change this at WordCamp Denver and have some technical presentations.
I also announced a couple of goodies at the end of the talk. We pulled an all-nighter on Friday getting everything ready for release. My presentation might have suffered a bit as a result.
We’ve released some development tools for other WordPress developers to use. These are things we’ve had to build over the years, and thought others could make good use of.
- WordPress Install (SVN Checkout) Script - a shell script will walk you through a checkout of multiple versions of WordPress from SVN and set up the requisite config file and database structure. This makes it easy to create a series of installs for testing purposes.
- WordPress Compatibility Plugin - sets some constants and some other little things that provide backward compatibility for older versions of WordPress.
- Quality Assurance (QA) Checklists - checklists to help guide plugin and theme testing. Includes considerations such as WordPress version, theme compatibility, browser type, WordPress settings, etc.
The biggest announcement - and the one I’m most excited about - was the Carrington theme, but I’ll have a follow-up post about that as there is just too much to cover here.
Thanks again to everyone who made WordCamp Utah a success.
<!–
–>
Tags: comments, database, plugin, release, test, testing, Wordpress, wpEP News Info regarding price increase
98 Views Published 3 months ago in ExtremePixels, Site AnnouncementsI have been selling forum skins since 2002 and this is the “first” and only skin increase. I tried to be as fair as possible and only raised the price $5.00
* Reasons for small skin price increase (from $29.99 to $34.95):*
1. Operating Costs. As we all know the price of everything has…
Tags: comments, skin, skins, testLorelle on WP: WordCamp Portland: How WordPress Changes Lives
299 Views Published 3 months, 1 week ago in Wordpress
When I was asked to speak on how WordPress changes lives at WordCamp Portland in September of 2008, I was faced with a dilemma. While WordPress does change lives, blogging changes more lives. How do I connect the dots between WordPress and the life changing experience of blogging?
I didn’t realize that the WordPress Community would give me the answers I needed to that question. Their inspirational answers led to the following video on how WordPress changes lives, and the creation of the WordPress Fairy Blogmother.
WordPress changes lives because of the community. Over and over again, people told me that WordPress changes their lives because of the people it brings into their lives. While it doesn’t really matter what blogging platform you may use, it’s the community that supports and encourages fellow WordPress users that makes the difference. Without the WordPress Support Forums, the incredible free WordPress Themes created by imaginative and altruistic fans, the powerful WordPress Plugins created and shared by those who saw a challenge and found a solution, and the support and willingness of WordPress users to educate others on how to use the program and make it work better - there would be no community.
WordPress has inspired many to learn about coding, design, web development, marketing, but also how to be a part of a community. WordPress fans are the definition of the social web. With the passion that comes with learning and sharing WordPress tips, tricks, and techniques, they’ve founded a grassroots community, which led to WordPress meetups and social gatherings, and now to WordCamps around the world.
When I attend the many business and professional conferences to speak and present programs, it’s fairly serious. I’m there for business. They are there for business. It’s serious stuff.
When I walk through the door of a WordCamp event, I’ve found family. We’re instantly friends. We all know each other, and if we don’t, we will within a few moments. We’re risk takers and yet communal spirits, sharing the risk together. When one person pushes WordPress, we all benefit from the results.
As I interviewed people and asked the WordPress Community for help in discovering how WordPress changes lives, I knew I had to put faces on the many people who’ve had their lives transformed by their involvement in WordPress. In the first half of the video, I honor those whom I’ve known for several years since early in the development of WordPress, as well as a few new friends. Many of these people have gone from interested enthusiasts to friends of WordPress to employees of Automattic, the parent company of WordPress. By using WordPress and being involved in the community, they’ve built their businesses and reputation as WordPress experts, and in turn, powerful forces on the web.
Sure, any blogging platform can do that, but there is something about Matt Mullenweg and his vision for WordPress and blogging in general that brings people together to achieve more than they could alone. This is what changes people’s lives. Together, we’re stronger with WordPress than without.
Enjoy all the inspirational reasons WordPress fans offered for how and why WordPress changed their lives. And don’t forget to check out Glenda Watson Hyatt: How WordPress Changes Her Life Daily, the video made especially for the finale of my presentation.
Video of How WordPress Changes Lives
There are two versions of the video. The YouTube version is low resolution and a smaller file size. The Viddler version is higher resolution and 138.5 meg file size. The video is ten minutes long. The transcription of the video is below.
YouTube Version of How WordPress Changes Lives by Lorelle VanFossen
Viddler Version of How WordPress Changes Lives by Lorelle VanFossen
Transcription of How WordPress Changes Lives
I haven’t found an easy way to add subtitles or captions to this Sony Vegas Movie Studio Platinum v9 program. Any help would be appreciated. Until then, this is the transcript of the video.
Fairy Blogmother: Hey, is this thing on. Hey. Is this on?
Is it working? It’s not working.
Bang! Bang! Hello, are you working.
Ah, there we go.
* Instrumental Music “When you wish upon a star” from Pinocchio *
“When you wish upon a star, makes no difference who you are.
Anything your heart desires will come to you.”
“If your heart is in your dream, no request is too extreme.
“When you wish upon a star, as dreamers do.”
“Fate is kind. She brings to those who love
The sweet fulfillment of their secret longing.”
“Like a bolt out of the blue, fate steps in and sees you through.
“When you wish upon a star, your dreams come true.”
Featured WordPress Community Members:
- Matt Mullenweg
- WordCamp Portland Attendees
- Barry Abrahamson
- Liz Danzico
- Andy Skelton
- John Dvorak
- Darren Rowse
- Donncha O’Caoimh
- Ben Huh
- Liz Strauss
- Daniel Brusilovsky
- Mark Ghosh
- Michael D. Adams
- Chuck Lewis
- Tantek Çelik
- Patrick Havens
- Trisha Miller
- Mark Jaquith
- Jonathan and Crystal Bailey
- Jeff Chandler
- Wendy Piersall
- Nathan Rice
- Aaron Brazell
- Alex Frison
- Jane Wells
*Music*
*Static*
Fairy Blogmother: Hello! Is this working?
It’s stop working again, dang it.
What’s going on here? Okay, wait, wait.
Bang! Bang! Ah, there.
Barbara Rozgonyi: Hello, my name is Barbara Rozgonyi with wiredPRworks.com, and Lorelle, thank you for interviewing me in the bathroom. How has WordPress changed my life? I can’t tell you everything in 15 seconds but I can tell you that it’s really made me into the person I’ve always wanted to be. Now, I can be an author, I can be a person who really influences lives. And boy, it’s so interesting to see what readers have to say. To see them take just a little piece of information and take it and make it huge that will help so many people. And I get to hang out with cool people like Lorelle in the ladies’ room.
John Hawkins: Hi, this is John Hawkins from johnhawkinsunrated.com. WordPress. WordPress changed my life how. Let’s see. I’d say I’ve met some amazing people through WordPress. I Twitter and I answer people’s questions, and you would be amazed at the amount of people who are just dying to connect with you through WordPress. Go WordPress!
Hey, come to WordCamp Las Vegas on the January 10-11, 2009. See you there!
Stace Baris:
My name is Stace Baris with aceinternetmarketing.com. And WordPress has changed my life because it is open source, lots of great Plugins for doing SEO getting my content out there, lots of widgets I can use and also made affiliate marketing really easy with great Amazon Plugins and all sorts of things. If you are serious about blogging, WordPress is the way to go and Lorelle is the person to get your info from. She’s great.
Susan Patton: Hi, I’m Susan Patton the Marketing Eggspert from Sparkplugging.com/marketing. How WordPress has changed my life? Besides getting me interviewed in the bathroom at Blog World Expo, the height of experiences, it makes it really easy. I have some tech experience but I love the creative side. So I don’t want to deal with the hard stuff. WordPress makes it easy to do what I want to do. There are Widgets for everything. There are template for everything. It’s easy. And I can worry about everything else and not my blog.
Kim Woodbridge: WordPress has changed my life by giving me confidence in my abilities and helping me earn money. I’ve found that I love
working on it. Plus, I’ve met so many interesting and talented people online.
This sounded so much better in my head but it didn’t come out quite right
Well, I hope it gives you the idea. Thanks! Kim Woodbridge kimwoodbridge.com [Via email]
Naked Bones: I would say WordPress has changed my life, and it has made it easier. It gave me the room to empty my mind of the everyday stuff we all go through. [Via blog comment]
Wendy Piersall: Hi, I’m Wendy Piersall. I’m CEO of the SparkPlugging.com. Looking back I was remembering when I first started my brand. I kicked it off with WordPress. WordPress made it absolutely easy for me with little-to-know tech experience whatsoever to create a powerful brand that is now rocking the blogosphere. I tell everybody now to just start with WordPress. It’s brain dead easy and it’s extremely just brilliant and I don’t know how we could function with out it. We owe a lot to you WordPress. We love you.
Owen Cutajar: [from Twitter] WP means I can build a great new website, secure and loaded with functionality, all b4 breakfast. Good Luck at #wordcampdx.
Heather Rasley: Hi, my name is Heather Rasley, the deputy at Automattic. I made the switch to WordPress after discovering that all my favorite awesome bloggers use it. I’m very happy to be working for Automattic and making other people happy, too.
Jane Wells: Hi, I’m Jane Wells and I’m the user experience person with Automattic. WordPress has changed my life by exposing me to a kick ass community of open source developers and allowing me to work with the best guys in the world.
Karen Jackie and Dana Rockel: I’m Karen Jackie partner of Content Robot and Dana Rockel from Content Robot. WordPress has changed our lives because it has actually given us an entrepreneurial spirit and we produce WordPress blogs for clients all over the world. WordPress is a great platform. We started out as a blogging company and moved to WordPress and we don’t do any other platforms right now. WordPress is it.
Nathan Moller: My name is Nate Moeller from MollerMarketing.com. Without WordPress I don’t know where I would be in the blogging community. What else is there. Blogging is WordPress.
Fairy Blogmother: Oh, no. Not again.
They must be redesigning the interface. Sigh.
Can’t they leave anything alone. They keep messing with things.
It was just fine the way it was. Why do they have to keep changing things?
ARGH!
At WordCamp Portland, I surprised the audience from behind, wearing my WordPress Fairy Blogmother outfit. I spoke about the points mentioned at the beginning of this article, and asked the audience to come forward with their “testimonies” on how WordPress changed their lives. I was stunned at the number of people wanting to share their stories, nearly bringing the audience, and myself, to tears.
You can see the video of part of the presentation by Dale Chumbley streamed live from Cubespace in Portland, Oregon.
The end of the program featured Glenda Watson Hyatt: How WordPress Changes Her Life Daily, a video on how this woman uses WordPress to blog only with her left thumb. Because WordPress continues to be the most accessible and disabled-user friendly blogging platform around, she has opened up her sphere of influence and network of relationships around the world as her blog allows her to “speak out” when her body won’t.
As we design and develop WordPress Themes, Plugins, and code, the WordPress Community needs to remember that Glenda is an important representative of our users.
Thank you again to everyone who helped me put this together, everyone whose lives have been touched my WordPress, and everyone who has helped changed my life with WordPress.

Site Search Tags: wordcamp, wordcampdx, wordcampportland, wordcamp portland, how wordpress changes lives, wordpress, wordpress news, wordpress events, wordpress community, wordpress users, accessibility, glenda watson hyatt, inspirational
Subscribe
Via Feedburner
Subscribe by Email
Visit
Copyright Lorelle VanFossen, the author of Blogging Tips, What Bloggers Won’t Tell You About Blogging.
Weblog Tools Collection: Ian Stewart On Child Themes - Part 1
294 Views Published 3 months, 1 week ago in WordpressChild themes are a trend which appears to be gaining traction everywhere you look. Theme authors such as Ian Stewart, Justin Tadlock and Darren Hoyt are just a few of the influential people pushing this concept. In order to try and grasp an understanding of child themes, I interviewed Ian Stewart of Themeshaper.com. His responses were so long, this interview will end up being published in two parts. Here is part 1.
1. First off, could you please explain what Child themes are in the simplest way possible?
A Child Theme is a WordPress theme that installs and activates just like any other WordPress theme—with 2 crucial differences. Firstly, it requires no PHP template files of it’s own to work. That’s because it uses the template files of a defined Parent Theme. The Parent Theme must be installed—but not activated—in your blog’s themes directory for the Child Theme to work.
Secondly, as of WordPress 2.7, template files located in your Child Theme folder will be used instead of the template file in your Parent Theme folder. Don’t like how the header is coded up for a particular theme you want to edit? Copy the header.php file from your Parent theme into your Child Theme folder and make the change there. WordPress, as of 2.7, will look for header.php (or any possible template file) in the Child Theme first and use the Child Theme template file instead. This new feature in WordPress 2.7 makes custom theming really exciting and even easier.
It’s really very simple to make your own Child Theme. So simple, I can tell you and your readers how to do it right here in four ridiculously easy steps. It’ll help you get your head around using a Child Theme if you follow along (with a test blog—this’ll be easy but our test theme isn’t going to be pretty).
1. Make a folder in your blog themes directory called “achildthemetest”.
2. Create a “style.css” file in that folder with the following code copy-pasted into that “style.css” file.
/*
Theme Name: A Child Theme Test
Theme URI:
Description: Trying out a Child Theme with the classic theme
Author:
Author URI:
Template: classic
Version:
*/
/*
For the sake of simplicity we're going to import
the classic stylesheet and override the styles.
You don't have to do this though. You can just
start fresh with new CSS or copy over large chunks of
the original styles and edit them here.
*/
@import url(../classic/style.css);
/*
Now, for a demonstration, let's make all the anchors red.
*/
a {
color:red;
}
3. Refresh your blog’s theme directory in the WordPress admin. You should see a theme called “A Child Theme Test”. It’s using the classic theme as a Parent Theme. If you look at the code above you should see a line that starts with “Template” it’s there that we defined that Parent Theme as “classic”, the folder name of our Parent Theme (which could be any installed theme).
4. Activate your new Child Theme and check out your blog. Are all the links in the main content area red? Congratulations. You just made a WordPress Child Theme. You can now edit your WordPress theme of choice—in this instance, the Classic theme—through CSS alone without having to modify any of the original template files. (If you’re a more advanced WordPress developer you can also include a functions.php file in your Child Theme that lets you interact with WordPress and your themes just like a plugin. But that’s another story altogether.)
2. What are some of the benefits that child themes offer versus stand alone themes?
There’s 2 main benefits for the end user when it comes to using a Child Theme versus editing a theme directly: Simplicity and Upgrade-readiness. To explain, I’ll tell you why I use a Child Theme of my own theme, Thematic, on ThemeShaper.com. That’s right, I’m not even editing my own theme directly on my own WordPress Theme blog.
Firstly, it really is just simpler. I currently have only 2 files in my Child Theme folder: style.css and functions.php. Everything else is coming from the same Thematic template files anyone can download and use. When I want to change the look of my theme, I do it in style.css. If I want to get really serious with theme changes, like, plugin-serious, I write some simple code in functions.php. I don’t think about my Parent Theme and, excepting the XHTML it eventually outputs and displays in my browser, I don’t even look at it. Except! Except when it comes time to upgrade.
When I need to upgrade Thematic, my Parent Theme, I can do so without worries. That’s because I haven’t touched the original template files. I haven’t edited the header. I haven’t edited the footer. I haven’t edited single.php. Or index.php. All my theme edits have been made in the stylesheet and functions file of my Child Theme.
Look at it this way: I have another blog I manage with a really fresh and distinctive design that I get compliments on all the time. Unfortunately, I made that design by hacking up and heavily modifying The Sandbox version 0.6. If I wanted to upgrade to a newer version of The Sandbox I’d have to recreate that design. That means I’d have to pull the theme apart, find all my changes, and reintegrate it with a newer version of the theme. If I’d made the modifications in a Child Theme upgrading would mean uploading a newer version of The Sandbox and, well, that’s it really. How long does it take to upload a theme? 10 seconds? When you’re using a Child Theme, upgrading turns from a day long affair into a 10 second chore that can be done while you’re reading weblogtoolscollection.com.
3. Based on what I’ve seen, the child theme trend is really starting to gain traction thanks in large part to you and other theme designers. How long has the ability to develop child themes been available for WordPress? If it’s been available to develop for some time now, why is it that we are only now starting to see heavy development in this area?
As far as I can tell, Child Themes have been available since version 2.1. But I first heard about Child Themes when I entered the Sandbox Designs Competition (http://sndbx.org/). Every entry there is a Child Theme that defines The Sandbox as it’s Parent Theme and modifies the theme with CSS alone. Consequently, I think a lot of the credit for popularizing Child Themes needs to go to Scott Wallick (http://www.plaintxt.org/), co-creator of The Sandbox and organizer of the Sandbox Designs Competition.
But that brings us to why I don’t think there’s been much talk about Child Themes: I think there’s sort of a lack of faith amongst theme authors and users when it comes to what you can actually do with CSS. WordPress developer and theme author Ben Eastaugh thinks that “one reason it hasn’t been more widely publicized is that [modifying Parent Themes with CSS] wasn’t, as it stood, terribly useful” (http://extralogical.net/2008/08/theme-inheritance/). I’d disagree with that in principle but that sort of sums up the feeling of theme authors that have been ignoring this feature.
And, by the way, if you don’t think Child Themes can really do anything with CSS alone make sure you check out the winning entries in The Sandbox Designs competition (http://sndbx.org/results/) or the oft-mentioned and linked to CSS Zen Garden (http://www.csszengarden.com/).
But regardless of what you think you can do with CSS alone, now that WordPress 2.7 let’s you overwrite Parent template files from your Child Theme I expect we’ll be seeing more and more people using them.
Plus, there’s a few other WordPress developments in the works that’ll likely further popularize this method of theme modifying. Namely, the WordPress.com Themes Marketplace and allowing GPL Child Themes to be released through the WordPress Theme Directory.
4. Before we move on, could you explain what a theme framework is? Perhaps providing a few examples for the readers.
In my mind, a Theme Framework would be a theme that, at the very least, was made with clear intentions of being used to develop further themes. A starting point theme if you will. I think a good Theme Framework also shows consideration of, or planning for, what can be done with Child Themes, now and in WordPress 2.7+. And that’s because, really, you shouldn’t be touching a framework if you can help it.
Think of WordPress as a framework where the contents of the database are output in a controlled fashion by your theme. We don’t go in and tinker with the WordPress core in order to make our themes work better (well, some people do but that’s another story again). The same thing with a theme framework. We can modify the theme framework with our Child Themes and leave the framework pristine for easy, safe upgrades.
This concludes part 1 of the interview. Stay tuned for Part 2 which will be arriving shortly.
Tags: database, manage, modification, plugin, release, template, test, Wordpress, writeLorelle on WP: Comcast Now Restricts Bandwidth Data Transfer Levels
228 Views Published 3 months, 1 week ago in WordpressIf you haven’t reviewed the GigaOM White Paper: The Facts & Fiction of Bandwidth Caps, do it now.
As of Wednesday this week, Comcast, the largest provider of broadband and DSL for Internet access in the United States is going to be restricting your data transfer levels to 250 gigabytes a month. According to Om Malik:
With this move, the cable company will become the symbol of a new Internet era, one that is both monitored and metered. It is an era that threatens to limit innovation and to a large extent, the possibilities for new startups.
Many bloggers are part of online businesses and startups as well as suppliers of video, podcasts, and downloadable and uploaded files across the web. As web designs and WordPress Themes become more graphic and code dependent, increasing our bandwidth access levels, these limits impinge upon that grown and that access.
While WordPress Themes, Plugins, and Widgets account for very small levels of data transfer, what about a new WordPress user who wants to download and experiment with a lot of Themes and Plugins? Downloading more than a gig or two of WordPress stuff is rare, but if you add that to their other file downloads, like software, instant messaging, IRC, email, flickr, YouTube, podcasts, music, news, television, VoIP, and all the information and data that enters our world through our computers - those numbers add up fast.
I just moved from a satellite connection with a 17 gig limit. We hit the limit all the time and we weren’t downloading music or shows. I didn’t even download podcasts until I went on a trip. There were three of us using the web for our work. Download a few software programs, update your computer’s operating system, test out some Plugins, and it all adds up fast.
According to the White Paper, “today’s power users are tomorrow’s average users” with a predication that by 2012 we will be paying about $215 a month for Internet data access. Malik and others are fighting back with words in hopes of changing this “walled garden” limitation. I hope you join us in spreading the word.
The Web Must Be Free
The timing of this announcement comes the same time as the announcement of the new World Wide Web Foundation was announced. In the welcome statement, the founders, including Sir Tim Berners-Lee, inventor of the World Wide Web, stated:
The World Wide Web Foundation seeks to advance One Web that is free and open, to expand the Web’s capability and robustness, and to extend the Web’s benefits to all people on the planet. The Web Foundation brings together business leaders, technology innovators, academia, government, NGOs, and experts in many fields to tackle challenges that, like the Web, are global in scale.
One of the focuses of the World Wide Web foundation is to investigate, in its Web for Society program, how to lower the barriers of accessing the Web for people who are not able, today, to find accessible and usable information.
While I’m totally in favor and support breaking down communication and language barriers, as well as all social, cultural, and technological barriers, the biggest barrier we have to fight is greed.
It’s getting harder and harder to find free access to the web. Someone has to pay. With belts tightening around the world, will Internet access be only for the rich?
The Internet was originally started and built on lines abandoned by the phone companies, the same companies who struggled to find ways of charging for that access after they realized they were missing out on the financial possibilities of connecting via the Internet and web. They have been looking under every rock to find ways of making money off this “web thing” ever since.
Yes, we must pay for the continued growth and access to the web, but restricting bandwidth and data transfer hurts an economy already showing the flashing red danger signal.
Be warned, be aware, and let Comcast and others know that you do not want this. Fight back with your voice. Spread the word.
I remember when Arthur C. Clarke predicted that long distance telephone calls would be free by the end of the century. I thought it odd since he was a very intelligent man and he lived in the same world that I did, one where corporate greed controls everything. I couldn’t see such a thing as being possible, but with the web, it became possible. Will that freedom continue or will corporate greed continue to slip into our pockets?

Site Search Tags: comcast, bandwidth, data transfer, internet access, internet provider, high cost, bandwidth restriction, bandwidth limits, internet connections, wordpress themes, wordpress plugins, wordpress news, download, upload, files, connection, internet
Subscribe
Via Feedburner
Subscribe by Email
Visit
Copyright Lorelle VanFossen, the author of Blogging Tips, What Bloggers Won’t Tell You About Blogging.
For those of you who have been downloading the nightly builds or contributing code to 2.7, you’ve noticed how quickly features are being added, small layout changes are gradually being implemented, and the application is morphing before your very eyes. For the most part, the response has been extremely positive, but even the people who love 2.7 have been wondering what it’s going to end up looking like. Though 2.7 is still a work in progress, we’ve put together a set of wireframes to illustrate how we think it will all turn out, so you can take a look under the hood of the design process, so to speak.
The PDF attached to this post outlines the navigation model, header elements, and important screens such as the dashboard, the new post screen, and list screens for posts, comments, and media.
Some things to bear in mind if you’re not used to looking at wireframes:
1. These are a guide, not a dictate. Changes may be made by developers and designers as needed for technical, aesthetic and/or usability reasons. When you have a team of superfast developers like we do, sometimes wireframes can become out of date quickly. In the two hours since these wireframes were approved, for example, already there are a few things that have moved and a menu change or two. Tweaks will continue to be made over the next week or two before freeze. This is Alpha software, not Beta, and it’s not static. That’s part of what makes it exciting, that every time it’s updated there’s something new.
2. These are all black/grey/white. That’s because we have a designer hard at work on visual styles for the new admin panel, including color palette, fonts, graphic elements, etc. When we have a new look to show off, we will. For now, the wireframes are “lookless” on purpose.
3. Not every screen is wireframed. We focused on creating wireframes for those screens that are undergoing the most change. For screens retaining largely the same functionality and layout, we have not included wireframes. In some cases, we’ll be updating screens but haven’t decided how to do it yet, so those aren’t included either.
4. Some elements apply directly to wordpress.com or wordpress.org, so don’t be alarmed if you see something that doesn’t seem to apply (like multiple dashboards).
One of the things I love best about WordPress is the vibrant community full of talented developers and designers who care about the application and want it to be the best it can be. Despite the overwhelmingly positive response we’ve gotten when showing 2.7 at WordCamps and from the majority of the community, there will always be people who would prefer it to be structured another way, which is why we love plugins! The decisions that went into 2.7 were based on a combination of usability testing results from 2.5 and Crazyhorse (both including laser eye tracking, official report to be released soon, but slides from WordCamp SF available in meantime), community feedback, personal and professional opinions, and some thinking about where the next couple of versions will be going in terms of new features, so that we will have a design that scales to accommodate some the features we hope to incorporate in the future.
So, I hope you enjoy getting an inside look at how we’ve been organizing our thoughts around 2.7, and that when the community feedback starts flowing everyone remembers that we all want the same thing: the best WordPress possible.
Tags: comments, features, plugin, release, test, testing, Wordpress, wpDonncha: WordPress MU Sitewide Tags Pages 0.3.1
111 Views Published 3 months, 1 week ago in WordpressOne of these days I’ll rename all my plugins and give them nice snappy titles.
Version 0.3.1 of the Sitewide Tags Pages plugin (for WordPress MU) has just been released. If you’ve been using this plugin you should probably update because this fixes a number of bugs including the problem with the Prologue Theme (and possibly Feedwordpress but I haven’t tested that.)
This release wouldn’t have been possible without the help of Thomas Schneider!
Main changes:
- Pages are now filtered out because they don’t really fit neatly anywhere in the global posts page.
- Prologue Theme problem with wp_insert_category() is fixed.
- Set comment and ping status of global posts to closed.
- Lots of translation work, including a German translation.
- Lots of fixes related to when blogs change status, or posts are edited.
Grab it from the download page.
Related Posts
Tags: plugin, release, test, Wordpress, wpcPanel Installer updated for 2.2.3
101 Views Published 3 months, 1 week ago in YaBB, YaBB Chat and Support Community/YaBB News and AnnouncemcPanel has updated their installer for YaBB to YaBB 2.2.3. Upgrades from previous installations through cPanel should be seamless. You must wait for your web host to upgrade to the latest version of the addon or cPanel for the upgrade/installer for 2.2.3 to appear.
cPanel is showing their love for Perl by supporting YaBB as the recommended forum system (BBS) and creating an installer within cPanel. Information on cPanel can be found at http://www.cpanel.net.
The YaBB installer in cPanel has been in since cPanel version 10.8.2-RELEASE 83. This will allow webmasters to install YaBB with the click of a button within their hosting control panel. Multiple installs can be done, and upgrades will be available for all of those installs with the click of a button too!
Thanks go to Dan over at cPanel for this masterpiece.
Tags: installation, release, test, YaBBSearch
Delve Deeper
You are currently browsing the The Staff Lounge weblog archives for .
Longer entries are truncated. Click the headline of an entry to read it in its entirety.Archives
- January 2009
- December 2008
- November 2008
- October 2008
- September 2008
- August 2008
- July 2008
- June 2008
- May 2008
- April 2008
- March 2008
- February 2008
- January 2008
- December 2007
- November 2007
- September 2007
- August 2007
- July 2007
- May 2007
- April 2007
- March 2007
- January 2007
- October 2006
- September 2006
- August 2006
- October 2005
Categories
- Categories
- Announcements
- bbPress
- CinVin
- Development
- ExtremePixels
- Invision Power Board
- Meta
- MyBB
- News and Announcements
- Phorum
- phpBB
- Releases
- SEO vBulletin
- Simple Machines Forum
- Site Announcements
- The vB Geek
- Transverse Styles
- UseBB
- vBadvanced
- vBDrupal
- vBSEO
- vBSEO Announcements
- vBSkinworks
- vBStyles
- vBulletin 3.7 Add-ons
- vBulletin Add-ons
- vBulletin Announcements
- vBulletin Fans
- vBulletin Quick Tips and Customizations
- vBulletin SEO
- vBulletin Setup
- vBulletin Setup Announcements
- vBulletin Tips
- vBulletin.com
- vBulletin.org
- Wordpress
- YaBB
- YaBB Chat and Support Community/YaBB News and Announcem
Popular Resources
- Phorum-5.2.9a released (6 replies) - 13598 Views
- Phorum-5.2.8 final released (13 replies) - 6035 Views
- Phorum-5.2.9 released! Security Upgrade! (1 reply) - 3059 Views













