mountainX.com > Forum Home  >  Community  >  Internet & Technology  >  Thread
Forum Rules

This thread has multiple pages: 1 of 3 |  
1
Help me test AVLLive.com
 
Oct 14, 2009  02:18 PM
Avatar
Administrator
RankRankRankRankRankRankRankRankRank
Total Posts:  5596
Joined  01/2007

So, the Xpress is putting together a local blog aggregator and blogroll to be a central resource for all local blogs, bloggers and blog readers. (It’s one of those “secret” projects I sometimes allude to in the Xpress’ “development pipeline.”) The site is called AVLLive.com.

http://avllive.com/

It’s not really ready for the public yet—there’s considerable tweaking to do—but since you spiffy MX Boarders enjoy checking out such stuff, I thought I’d let all of you know about it first. If you have suggestions, ideas for improving it, notice things that don’t work right and so forth, we can use that information to improve it before we “officially” launch it.

Also, to save us all a little time, here are some known issues ...

1. The page loads kind of slowly. This appears to be due to the caching plugin not working with the “syndication” plugin we use to aggregate the RSS feeds.

2. The image sizes from some blogs sometimes break things. I’m looking at the best way to handle that. Incidentally, if this really bothers you, you can switch it to just the headlines by clicking on the “Toggle Posts” button on the right-hand side.

3. Sometimes, the posts are really long and it makes reading the page a drag. I’m looking for a good way to address this without resorting to using the “excerpt” function in WordPress, which I know from my experience with SparkleCityBlogs.com (which is very similar to this project) doesn’t work so well with the syndication plugin.

Signature 

“What will you do with free will?”—Uatu the Watcher

 
Reply #1 • Oct 14, 2009  02:19 PM
Forum Xtremist
RankRankRankRankRankRankRankRankRankRankRank
Total Posts:  8349
Joined  12/2008

i am the s-piffy-est of Boarders.

 
Reply #2 • Oct 14, 2009  02:37 PM
Avatar
Moderator
RankRankRankRank
Total Posts:  900
Joined  09/2008

Hey…I’m on there! The site is perfect as it is.

Signature 

O o .

 
Reply #3 • Oct 15, 2009  11:06 AM
Avatar
Administrator
RankRankRankRankRankRankRankRankRank
Total Posts:  5596
Joined  01/2007

Any thoughts about how to tighten the layout?

willc: Any idea how to force image-size limits in WordPress? It’s becoming something of a problem. There’s probably a plugin for it, but maybe you know of a more elegant way to handle it.

Signature 

“What will you do with free will?”—Uatu the Watcher

 
Reply #4 • Oct 15, 2009  11:48 AM
Sr. Member
RankRankRank
Total Posts:  368
Joined  08/2007

AAH, Steve.  Another side-blog!  I’m a very busy gal. 

(It looks great, though:)

 
Reply #5 • Oct 15, 2009  12:28 PM
Avatar
Moderator
RankRankRankRank
Total Posts:  900
Joined  09/2008
Steve Shanafelt - 15 October 2009 11:06 AM

willc: Any idea how to force image-size limits in WordPress? It’s becoming something of a problem. There’s probably a plugin for it, but maybe you know of a more elegant way to handle it.

That is done using the image upload interface when you add an image to a post. WP will crunch the image down to the specific size you choose. There should be several options available in the interface.

I assume you are using the latest/greatest build of Wordpress? All those options should be in there.

As for tightening up the layout, maybe knock the font size of article text down a notch, and lessen the line-height in the CSS?

Also, that Mac theme you used is, well, overused.

Signature 

O o .

 
Reply #6 • Oct 15, 2009  12:55 PM
Avatar
Administrator
RankRankRankRankRankRankRankRankRank
Total Posts:  5596
Joined  01/2007
The Imposter - 15 October 2009 12:28 PM
Steve Shanafelt - 15 October 2009 11:06 AM

willc: Any idea how to force image-size limits in WordPress? It’s becoming something of a problem. There’s probably a plugin for it, but maybe you know of a more elegant way to handle it.

That is done using the image upload interface when you add an image to a post. WP will crunch the image down to the specific size you choose. There should be several options available in the interface.

I assume you are using the latest/greatest build of Wordpress? All those options should be in there.

As for tightening up the layout, maybe knock the font size of article text down a notch, and lessen the line-height in the CSS?

Also, that Mac theme you used is, well, overused.

All good points, particularly about the background and the line-height. Those are all the theme’s defaults, and we really need to change that to “own” the look.

Maybe I need to set the syndicated posts to run through the default WordPress post filters. I didn’t set it that way because I was a little concerned there’d be formatting issues from so many different feeds. But, it’s probably better to have the odd weird character or tag issue in the mix than a photo that breaks the table.

Keep these insights coming, everyone!

Signature 

“What will you do with free will?”—Uatu the Watcher

 
Reply #7 • Oct 15, 2009  01:32 PM
Avatar
MX Boarder
RankRankRankRankRank
Total Posts:  1814
Joined  12/2007

how is this any different from Blogasheville?  I mean it looks to be the same blogroll…

Signature 

I don’t like you.

 
Reply #8 • Oct 15, 2009  01:37 PM
Avatar
Moderator
RankRankRankRank
Total Posts:  900
Joined  09/2008
Steve Shanafelt - 15 October 2009 12:55 PM
The Imposter - 15 October 2009 12:28 PM
Steve Shanafelt - 15 October 2009 11:06 AM

willc: Any idea how to force image-size limits in WordPress? It’s becoming something of a problem. There’s probably a plugin for it, but maybe you know of a more elegant way to handle it.

That is done using the image upload interface when you add an image to a post. WP will crunch the image down to the specific size you choose. There should be several options available in the interface.

I assume you are using the latest/greatest build of Wordpress? All those options should be in there.

As for tightening up the layout, maybe knock the font size of article text down a notch, and lessen the line-height in the CSS?

Also, that Mac theme you used is, well, overused.

All good points, particularly about the background and the line-height. Those are all the theme’s defaults, and we really need to change that to “own” the look.

Maybe I need to set the syndicated posts to run through the default WordPress post filters. I didn’t set it that way because I was a little concerned there’d be formatting issues from so many different feeds. But, it’s probably better to have the odd weird character or tag issue in the mix than a photo that breaks the table.

Keep these insights coming, everyone!

Oh I see the issue now: syndicated posts containing images. You should be able to override image size in your local CSS. For example, it might look something like:

#content img{width: 300px;}

That would cause any image in the main content area to be exactly 300px wide.

I was under the impression you were uploading these images yourself. Duh.

Signature 

O o .

 
Reply #9 • Oct 15, 2009  03:33 PM
Avatar
Championship MX Boarder
RankRankRankRankRankRank
Total Posts:  2301
Joined  04/2007

Side blog is never as intriguing as side boob, can we get some of that in there?

 
Reply #10 • Oct 15, 2009  04:28 PM
Avatar
MX Boarder
RankRankRankRankRank
Total Posts:  1137
Joined  04/2008

I fell asleep waiting for the site to load last night. Trying again…3 minutes, firefox, adblock, blank page. Turned off adblock, reloaded, it’s fine. Turned adblock back on, reloaded, still fine.

This looks like it might be useful.

Signature 

“because I am having a clash with a headless dog, seize him when he comes and release me”

 
Reply #11 • Oct 15, 2009  05:37 PM
Avatar
Administrator
RankRankRankRankRankRankRankRankRank
Total Posts:  5596
Joined  01/2007
Jape - 15 October 2009 01:32 PM

how is this any different from Blogasheville?  I mean it looks to be the same blogroll…

BlogAsheville doesn’t aggregate content. It’s a great project, but fundamentally it’s a blogroll. There content only updates when one of the people with an account post something (or cross-post stuff), so it’s fairly static.

AVLLive.com, on the other hand, pulls content from these same blogs (and more) and posts it to the central site. As content goes up on their site, it also goes up on AVLLive.com (usually within 30 minutes or so). So, if you wanted to know “What’s happening today in the Asheville blogosphere,” you could go link by link on BlogAsheville or just read the frontpage of AVLLive.com.

On AVLLive, we’ve been getting around 10 to 20 new posts a day, and I expect we’ll probably double that as we add more local blogs that currently aren’t listed. Also, because a lot of blogs have archives, AVLLive has archived content from all the relevant local blogs going back a few years. (There’s already some 3,400 posts archived on the site.) So, if you wanted to know what was being blogged about in Asheville in May of 2008, that’s all available from the archive menu

See? http://avllive.com/?m=200805

So, they serve different purposes.

Signature 

“What will you do with free will?”—Uatu the Watcher

 
Reply #12 • Oct 15, 2009  05:45 PM
Avatar
Administrator
RankRankRankRankRankRankRankRankRank
Total Posts:  5596
Joined  01/2007
Mr. Yuck - 15 October 2009 04:28 PM

I fell asleep waiting for the site to load last night. Trying again…3 minutes, firefox, adblock, blank page. Turned off adblock, reloaded, it’s fine. Turned adblock back on, reloaded, still fine.

This looks like it might be useful.

AdBlock shouldn’t impact this, but there’s clearly a load-time issue. I’m using Chrome, which doesn’t have Ad-Block, and it still fails to load for me sometimes. There’s an issue with the caching plugin, so that’ll have to be addressed before anything else is.

This is exactly the kind of stuff we need, though. Keep it coming.

Signature 

“What will you do with free will?”—Uatu the Watcher

 
Reply #13 • Oct 22, 2009  06:14 PM
Avatar
Administrator
RankRankRankRankRankRankRankRankRank
Total Posts:  5596
Joined  01/2007

OK, so I’ve changed some of the settings around, and it should load faster. It’s working for me—it loaded in about 5 seconds just now—but I need to make sure that’s not a fluke. Is anyone willing to try AVLLive.com again and see if the load time is better?

Signature 

“What will you do with free will?”—Uatu the Watcher

 
Reply #14 • Oct 22, 2009  06:31 PM
Avatar
Moderator
RankRankRankRank
Total Posts:  900
Joined  09/2008

22 seconds before I saw anything, 25 before it was done loading. I’m on a 15MB cable connection.

Signature 

O o .

 
Reply #15 • Oct 22, 2009  06:34 PM
Avatar
Moderator
RankRankRankRank
Total Posts:  900
Joined  09/2008

A traceroute reveals the requests are timing out for a bit after they reach mediatemple.net. Looks like they either have you on a slow server, have a bandwidth crunch in that router, or don’t know what they are doing. Considering one of the guys that started Media Temple bummed cigarettes off me all day at a conference I attended, my guess is the latter.

Signature 

O o .

This thread has multiple pages: 1 of 3 |  
1