I want the Box of WordPress Legos!!

WordPress

I think one of the most frequently asked questions I hear on a regular basis is; “Can WordPress Do That?” The answer is always the same…. Yes!!!

The best response to any question like that is, “Who’s building it?” Honestly the question isn’t about weather or not “WordPress” can do something or not. Sure “out of the Box WP” can only do you so much. You add a dozen good plugins, a standard theme and you’ll have yourself a serious platform.

I find that the best approach to explaining a Platform like WordPress is comparing it to a Pile of Legos. “In My Mind” every Version of WP is like an updated version of my favorite “Web Legos”. The WordPress Community and Automattic have been so kind as to create all these different pieces for us to use.

For me the idea of building something for a Web Site isn’t about just building something for one person. Every time I build a page I think about how I might use it in the future and I build it with development in mind…
“Could This be a Plugin”,
“Should This be a Plugin”,
“Should I work this into the Admin”,
“Should this be a Template”….
(and the list goes on and on and on…Wink

wp_lego_man.png

What it comes down to is that “WordPress is an Engine that lets the Average Person Interact with a Database”

Step 1. Build Your Own Legos – HTML / CSS FrameWork.
Step 2. Add WordPress Legos – PHP Functions & Plugins.
Step 3. Populate the Database Via WP Admin. the smart legos..
Step 4. Write Posts about Sailor Lego Men in Nasty Tank-tops….

This has been a message of Blogs for Blogs Network…

March 29, 2009Tags: , , @8:15 pm

WordPress Media UpLoader

WordPress

The other day a friend of mine asked me if there was a place in the WP Admin where he could upload his images and get the url “easily“. My first response was just type in wp-admin/media-upload.php and there you go!!!

Apparently I under estimated his Laziness and the Laziness of the blogging community as a whole. (in a very sarcastic way) So, here is what I did…

WP_Media_UpLoader.pngI pulled the media-upload.php file into the WP Admin through a link in “Media” menu. I didn’t put in any bells or whistles to WOW you, Simplicity is key!!! Oh, and I put in a button so you can open a PopUp of the Uploader.

March 3, 2009Tags: , , @9:23 am

WordPress Galleries Got You Down?

WordPress

You ever put in a Gallery in a Post and it acts weird and looks off and there just seems to be no hope. And then you look at the html only to find out there is a style right in the middle of your code…

Well, here is a little something I decided to pay attention to yesterday. It’s been around for a while, but you know how it is when there are a million things going on. (and honestly this isn’t high on the priority list)

None the less this will help out those of you that are daring enough to open up your functions.php file and put in a little css.

And if you want the full effect, go to the wp-includes/media.php file line 587 and check out the part of the gallery_shortcode function you’re filtering.

gallery_style.png

Download gallery_style.php ps – if there is a mistake in this let me know and I’ll update it!!! Cool

December 17, 2008Tags: , , , @8:14 am