<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
  <title>blogging</title>
  <link rel="alternate" type="text/html" href="http://pingv.com/tag/blogging-0"/>
  <link rel="self" type="application/atom+xml" href="http://pingv.com/taxonomy/term/248/atom/feed"/>
  <id>http://pingv.com/taxonomy/term/248/atom/feed</id>
  <updated>2006-02-05T13:33:27-06:00</updated>
  <entry>
    <title>Designing handheld-friendly websites</title>
    <link rel="alternate" type="text/html" href="http://pingv.com/blog/laura/200611/designing-handheld-friendly-websites" />
    <id>http://pingv.com/blog/laura/200611/designing-handheld-friendly-websites</id>
    <published>2006-11-04T12:07:42-06:00</published>
    <updated>2008-01-05T11:23:51-06:00</updated>
    <author>
      <name>Laura</name>
    </author>
    <category term="Web Design" />
    <category term="accessibility" />
    <category term="best practices" />
    <category term="blogging" />
    <category term="design" />
    <category term="Drupal" />
    <category term="handhelds" />
    <category term="smartphone" />
    <category term="theming" />
    <category term="usability" />
    <content type="html"><![CDATA[ <p>Years ago I had a Palm. Back then I used it pretty much just as an organizer. Now I have replaced my mobile with a <a href="http://www.palm.com/us/products/smartphones/treo700p/">Palm 700p smartphone</a> (which runs on old [deprecated] Palm software but has a very sharp and bright screen) so as to be able to get online while mobile, without having to drag along a laptop computer.</p>
<p>I've spent the last few days browsing the web, and learning some things — mainly that when viewing them on a handheld, the vast majority of websites out there not only look like (excuse me) crap but <i>don't even work</i>! On many sites, I would scroll all the way down through the page to the bottom, and never find the content. It was all off to the side, where (hello, <a href="http://en.wikipedia.org/wiki/Blazer_%28Web_Browser%29">Blazer</a> designers!) the handheld's web browser <i>will not</i> scroll.</p>
<p>For the sites that worked, it was great. <a href="http://news.google.com/news?ned=us&amp;topic=t">Google News</a> and <a href="http://news.yahoo.com/i/1212;_ylt=A0SOwmXly0xFeTQBBw8jtBAF;_ylu=X3oDMTA0cDJlYmhvBHNlYwM-">Yahoo! News</a> are absolute delights on handhelds — tops on usability. </p>
<p>Ironically, very cumbersome were sites devoted to handheld applications downloads. Even <a href="http://www.palm.com/us/support/downloads/">Palm's own website</a> was cluttered to the point of being utterly unusable. I can say with full authority now that it's very easy to get lost on a single web page with dozens of links filling the top of a page viewed on a handheld. The <a href="http://www.sciam.com/article.cfm?articleID=00048144-10D2-1C70-84A9809EC588EF21&amp;pageNumber=1&amp;catID=2">"semantic web"</a> this ain't.</p>
<p>Yes, and I am certainly very late to the party on this one. Yes, I've heard the hype about handhelds and read the articles about handhelds.  Leave it to some hard first-hand lessons in handheld web browsing to get the message through my (some would say "thick") head: for each website, be sure to create alternate page designs for handhelds! There's just no excuse not to these days.</p>
<p>So how to do it? Some Googling pulled up <a href="http://www.alistapart.com/articles/pocket/">this great article on A List Apart</a> from more than two years ago. In this how-to, Elika Etemad and Jorunn D. Newth give a brief run-down on some simple stylesheet best practices towards having a very presentable website for site visitors using handhelds.</p>
<ul>
<li>Minimize horizontal spacing, and use <code>em</code>s and percentages, not pixels....</li>
<li>Avoid floats....</li>
<li>Minimize decorative images....</li>
<li>Avoid depending upon plug-ins....</li>
<li>Turn off display of non-essential elements....</li>
</ul>
<p>But I would go further.</p>
<ol>
<li>Content needs to load first. Yes, include a small logo for those folks who are loading images. Yes, perhaps offer up your main navigation of 4 or 5 links. But that's it. Don't load your mission statement. Don't make visitors crawl down through your sidebar content before getting to your article(s) or blog post(s). It's just too much to plow through. Put the content up top.</li>
<li>Minimize the ads or leave them out altogether. Make sure they're clearly marked as ads. And forget display ads.</li>
<li>CSS-only layout is essential. Yes, you can <code>display: block;</code> your table cells, but you can't change their order. Only with CSS-only layouts can you get your main content to the top of the page load for all of your various page designs.</li>
</ol>
<p>Of course, while it's relatively easy to keep design for handhelds in mind for new websites, new Drupal themes and new page templates, it's not so easy for existing sites. After all, when remediation involves not just an added stylesheet but also refactoring the page templates themselves, we're talking a bit of time and effort. (Handheld site visitors who are reading this article at the time of publication will note that this site itself is not very handheld-friendly. We're in the midst of doing a redesign, and plan to have an improved handheld experience here on pingv.com in the coming weeks.)</p>
<p>The additional upside of designing for handhelds is that accessibility is also improved.</p>
<p>The handheld explosion is happening on the web. It's time to design for them, even if you're creating your designs on the <a href="http://store.apple.com/1-800-MY-APPLE/WebObjects/AppleStore?family=AppleDisplays">Mac 30-inch cinema screen</a>.</p>
     ]]></content>
  </entry>
  <entry>
    <title>On Pew, and when is a blog a blog?</title>
    <link rel="alternate" type="text/html" href="http://pingv.com/blog/laura/200607/on-pew-and-when-is-a-blog-a-blog" />
    <id>http://pingv.com/blog/laura/200607/on-pew-and-when-is-a-blog-a-blog</id>
    <published>2006-07-21T17:51:35-05:00</published>
    <updated>2008-01-07T09:23:55-06:00</updated>
    <author>
      <name>Laura</name>
    </author>
    <category term="Web" />
    <category term="blogging" />
    <category term="community" />
    <category term="Drupal" />
    <category term="Internet" />
    <category term="Pew" />
    <category term="trends" />
    <category term="Web 2.0" />
    <content type="html"><![CDATA[ <p>There's much buzz about the new report from the <a href="http://www.pewinternet.org/index.asp">Pew Internet &#38; American Life Project</a> written by Amanda Lenhart, Senior Research Specialist, and Susannah Fox, Associate Director, titled <a href="http://www.pewinternet.org/PPF/r/186/report_display.asp">Bloggers: A portrait of the internet's new storytellers</a> (<a href="http://www.pewinternet.org/pdfs/PIP%20Bloggers%20Report%20July%2019%202006.pdf">pdf</a>). One of the highlights that many have glommed on to is that:</p>
<blockquote><p>Thirty-nine percent of internet users, or about 57 million American adults, read blogs – a significant increase since the fall of 2005.</p></blockquote>
<p>This factoid led me to a question: When <em>is</em> a blog a blog? Or, to put it another way, when is a website just a website and <em>not</em> a blog?</p>
<p>We're building Drupal-powered websites all the time that <em>have</em> blogs but wouldn't necessarily be <em>called</em> "blogs." Are they not-blogs, then? I'm not asking this to be persnickety, but to question the assumption that just because people <em>say</em> they read blogs (which is what the study is based on -- what people say they do) doesn't mean that those who don't <em>say</em> it aren't <em>doing</em> it. Blogs are websites, and for many people on the internet, despite all the old media hype over "the bloggers" (read: "those (darn) bloggers"), a blog is just a word they may have heard but is not something they would recognize if they saw it.</p>
<p>Could it be that <em>more</em> than 57 million Americans read blogs? Almost certainly, though probably they don't all realize it. Consider:</p>
<blockquote><p>Only 18% of bloggers offer an RSS feed of their blog's content.</p></blockquote>
<p>My guess is that it's more like 98%, but that most bloggers just don't realize it.</p>
<p>But anyway....</p>
<p>Let's go around the virtual table of bloggers and see what some of them think. <a href="http://sethgodin.typepad.com/seths_blog/2006/07/blogging_is_the.html">Seth Godin says</a>:</p>
<blockquote><p>What I found interesting is that more than half of all bloggers are doing it for themselves. (Always a good reason to do something). In other words, it's not for commercial gain or to find a large audience of strangers. Instead, it's a form of self-expression, a chance to be creative or share some ideas.</p></blockquote>
<p>But <a href="http://althouse.blogspot.com/2006/07/why-we-blog.html">Ann Althouse offers a different reponse</a>:</p>
<blockquote><p>I'm surprised the number is that low, especially considering the likelihood of saying this as a modest or disingenuous characterization of what you're doing if you haven't got many readers. But maybe not. What would novelists in a survey say about why they write? I think the delusion that they've got a best-seller in the making is pretty widespread. But we bloggers are a saner lot... right?</p></blockquote>
<p>On HorsePigCow, <a href="http://www.horsepigcow.com/2006/07/smart.html">Miss Rogue explains</a>:</p>
<blockquote><p>This is a niche. It's a rockin' cool niche, but it's a niche. MySpace...that's a niche, too. It's a big frickin' niche, but it's a niche of young-ish (mostly) people who want to live their lives online. Awesome <a href="http://www.murketing.com/journal/?p=67">article over on Murketing</a> (via <a href="http://www.brianoberkirch.com/?p=31">Brian Oberkirch</a>) about there alotta big niches, too. But one thing we can agree on is that there is no monolithic mass that is mindlessly consuming crap.</p></blockquote>
<p><a href="http://shakespearessister.blogspot.com/2006/07/ooh-tell-me-more.html">Shakespeare's Sister offers</a> a snarkier response:</p>
<blockquote><p>The study also reportedly found that most bloggers know how to type, sometimes post square-shaped items known as “pictures,” and are the most likely group of people to know what a Cleveland Steamer is.</p></blockquote>
<p>On Ars Technica, <a href="http://arstechnica.com/news.ars/post/20060719-7297.html">Nate Anderson takes away</a> from the report:</p>
<blockquote><p>Though most of them are under 30 (natch), a surprising 46 percent are older. Unlike video games, the blogging demographic is evenly split between men and women, but those men and women tend to live in the suburbs. Only one third of all bloggers live in urban centers, and 13 percent come from rural areas.</p>
<p>Bloggers are also less white than the US Internet population as a whole. While 74 percent of general 'Net users are white, only 60 percent of bloggers are, meaning that blogs are helping to provide a creative outlet for a broad spectrum of Americans. </p></blockquote>
<p>On BlogHer, <a href="http://blogher.org/node/7891">Marianne Richmond notes</a> that Pew included its methodology.</p>
<blockquote><p>Also, in contrast to some recently released reports on blogging such as the <a href="http://www.jupiterresearch.com/bin/item.pl/press:press_release/2006/id=06.06.26-corporate_weblogs.html">Jupiter report</a> on corporate blogging, the methodology was included with the <a href="http://www.pewinternet.org/PPF/r/130/press_release.asp">Pew press release</a>. <a href="http://bloombergmarketing.blogs.com/bloomberg_marketing/2006/07/what_are_blogge.html">Toby Bloomberg</a> has been documenting this disappointing lack of substantiation from Jupiter.</p></blockquote>
<p>Marianne also points to B.L. Ochman, <a href="http://www.whatsnextblog.com/archives/2006/07/ive_got_the_quoted_out_of_context_in_dead_tree_media_blues.asp">who apparently was misquoted</a> by the Washington Post in <a href="http://www.washingtonpost.com/wp-dyn/content/article/2006/07/19/AR2006071901900.html">their article</a> on the Pew study:</p>
<blockquote><p>Many in mainstream still media don't want to accept that bloggers are doing something more than wasting time. And the more they put down blogging, the farther away from the sea change it has spearheaded and the conversation that has bypassed them. <strong>While the Pew report did say that the 233 bloggers it surveyed mostly blog as a hobby, it also noted more interesting and germane information:</strong></p>
<p>- 27 % blog to influence what others think<br />
- 7 % blog to make money (but that's a flawed premise because they don't define what "making money" means in this context)<br />
- 34 % blog to share practical knowledge or skills with others,<br />
- 29% blog to motivate other people to action<br />
- 52% blog to express themselves creatively</p>
<p><strong>Add up those numbers, and you see that bloggers freely share information with the hope of motivating people to action and influencing what others think, and that, in a nutshell, is how the conversation began and why it has grown to such epic proportions. </strong></p>
<p><em>[emphasis in original]</em></p></blockquote>
<p>This, I feel, gets to the essence of what is (watch out! here comes that buzz-word!) "Web 2.0" is about -- people making connections -- and it's a trend that is happening across the board, not just in business or in politics....</p>
<p>...or in journalism.  <a href="http://www.micropersuasion.com/2006/07/blog_motivation.html">Notes Steve Rubel</a> on Micro Persuasion:</p>
<blockquote><p>Regardless of what the research says, even if citizen journalism does not drive the majority of bloggers, those who do "practice" it are certainly influencing the mainstream media in a big way. If the blogopshere doesn't add another citizen journalist, it will always help shape what the mainstream media covers.</p>
<p>Nevertheless, it does have ramifications for PR. This means that the smaller universe of bloggers who do break and/or comment on news will bear the brunt of pitches from the public relations community. The online media is dividing into three strata - the mainstream media, news blogs and expressionist blogs. The first two categories are where the PR community should focus.</p></blockquote>
<p><a href="http://www.webpronews.com/2006a/0720.html">Jason Lee Miller writes</a> on WebProNews:</p>
<blockquote><p>So could the slings and arrows that Nietzsche bewailed of the pre-Web society be avoided though this new collective individualism?</p>
<p>"Madness is rare in individuals - but in groups, parties, nations, and ages it is the rule."</p>
<p>The optimist will believe we've struck a balance between the mob and the self. The cynic will no doubt recall the blog swarm and laugh. And the marketers and public relations professionals will understand and lament them both, as their audience expands in context, in complexity, but also in reactivity.</p></blockquote>
<p>On BlogWrite for CEOs, <a href="http://www.blogwriteforceos.com/blogwrite/2006/07/corporate_blogg.html">Debbie Weil sums up</a> her perspective:</p>
<blockquote><p>Reading between the lines of Pew's latest report on blogging, it's clear that corporate or business blogging still occupies its own tiny - but evolving - niche in the blogosphere. Don't be fooled, however. Despite the findings below, blogs *will* become a mainstream business communications strategy. The "instant publishing" nature of blogs - so attractive to the under-30s - is just as useful for companies that want to connect with customers.</p></blockquote>
<p>With <a href="http://www.sifry.com/alerts/archives/000419.html">the number of blogs doubling every 5-6 months</a>, we can probably expect all these findings to shift and change right before our eyes, and more will be around to blog about it.</p>
     ]]></content>
  </entry>
  <entry>
    <title>BlogHer site scaling as the Conference approaches</title>
    <link rel="alternate" type="text/html" href="http://pingv.com/blog/laura/200607/blogher-site-scaling-as-the-conference-approaches" />
    <id>http://pingv.com/blog/laura/200607/blogher-site-scaling-as-the-conference-approaches</id>
    <published>2006-07-19T13:48:42-05:00</published>
    <updated>2008-01-07T09:20:05-06:00</updated>
    <author>
      <name>Laura</name>
    </author>
    <category term="Hosting" />
    <category term="Web" />
    <category term="Partners" />
    <category term="blogging" />
    <category term="Blogher" />
    <category term="Blogher06" />
    <category term="community" />
    <category term="Drupal" />
    <category term="Web 2.0" />
    <content type="html"><![CDATA[ <p>The <a href="http://www.boston.com/business/personaltech/articles/2006/07/17/women_tap_the_power_of_the_blog/">buzz</a> on <a href="http://www.technorati.com/search/BlogHer.org">BlogHer</a> is booming. I think we got <a href="http://blogher.org">the main BlogHer site</a> moved to a scalable multi-server setup just in the nick of time. Kudos to our hosting partners on the BlogHer website project, <a href="http://firebright.com">Firebright</a>, for their hard work! The new setup is humming!</p>
<p>Via <a href="http://blogher.org/node/7678">BlogHer Contributing Editor Jeneane Sessum</a>, I've learned that also speaking <em>of</em> (not <em>at</em>, unfortunately) BlogHer is Shelley Powers, who's back blogging <a href="http://words.einsteinslock.com/">on</a> <a href="http://bbgun.burningbird.net/">three</a> <a href="http://scriptteaser.com/">blogs</a> (so far). (Her old flagship, <a href="http://Burningbird.com">Burningbird.com</a>, now seems to showcase some of her beautiful photography.) <a href="http://words.einsteinslock.com/invisible/one-successful-web-20-company/">Shelley has noticed</a> the incredible growing sponsor list on BlogHer's home page. The sidebar full of sponsor logos indeed has shot roots down deep 'below the fold' of the pages. (In fact, the sheer weight of the logo images was becoming a server load issue on the former hosting configuration -- a 'good problem to have,' to be sure, but still something that kept the server working harder than anticipated.)</p>
<p><a href="/image/portfolio-gallery/web-screenshots/blogher-beta"><img src="http://pingv.com/system/files/images/BlogHer-beta.thumbnail.jpg" alt="" title="" class="image thumbnail wrap" height="140" width="155" /></a>When we got involved with BlogHer's site development, BlogHer's web presence was basically <a href="http://surfette.typepad.com/blogher/">a Typepad blog</a> used to disseminate info about the <a href="http://blogher.org/about-blogher-conference-06">BlogHer Conference</a> '05. The new site, powered by Drupal (with some customizations), has become an incredibly robust community. And not only that, but now it's the center of <a href="http://blogher.org/advertise">a new ad network</a> that is poised to grow rapidly.</p>
<p><a href="http://words.einsteinslock.com/invisible/one-successful-web-20-company/">Shelley states</a>:</p>
<blockquote><p>I had originally thought of Blogher as a loosely organized non-profit formed from consensus. It wasn’t until I read the Bostom.com article and saw the list of sponsors that I realized that Blogher is actually a prime example of what it takes to be a succcessful Web 2.0 company.</p>
<p>Company co-founders, Jory Des Jardins, Elisa Camahort, and Lisa Stone have taken a grass roots effort and turned it into a <a href="http://www.contracostatimes.com/mld/cctimes/14623341.htm">professionally run media company</a>, with it’s own <a href="http://workerbeesblog.blogspot.com/2006/05/blogher-announces-new-business-venture.html">ad network</a>, and featured in <a href="http://publications.mediapost.com/index.cfm?fuseaction=Articles.showArticleHomePage&amp;art_aid=43296">Media Daily</a>, as well as various other ad and media related publications.The three are now in great demand as speakers on the issue of women in weblogging, but it won’t be long before they’ll be in demand as speakers for their success as Web 2.0 company founders.</p></blockquote>
<p>and adds, at the end:</p>
<blockquote><p>Congratulations to Blogher, the <em>company</em> and good luck with the conference next week. I have a feeling it will be the ‘it’ conference of the year.</p></blockquote>
<p>I have a feeling it won't be just the conference that will comprise the all-things-BlogHer-that-are-'it' category.</p>
<p><em>Related:  </em><em><a href="http://www.boston.com/business/personaltech/articles/2006/07/17/women_tap_the_power_of_the_blog/">Boston.com article on BlogHer</a></em></p>
     ]]></content>
  </entry>
  <entry>
    <title>Evangelizing Drupal, one module at a time</title>
    <link rel="alternate" type="text/html" href="http://pingv.com/blog/laura/200604/evangelizing-drupal-one-module-at-a-time" />
    <id>http://pingv.com/blog/laura/200604/evangelizing-drupal-one-module-at-a-time</id>
    <published>2006-04-25T10:45:42-05:00</published>
    <updated>2006-04-25T10:45:50-05:00</updated>
    <author>
      <name>Laura</name>
    </author>
    <category term="blogging" />
    <category term="Drupal" />
    <category term="Modules" />
    <content type="html"><![CDATA[ <p>One of the challenges with marketing <a href="http://drupal.org">Drupal</a> is that, since it is so powerful and flexible, it doesn't really focus on any niche area of application. With well over 300 contributed modules, it can be hard to get a grasp of what's do-able with an "out-of-the-box" installation. There is no One Way to use Drupal.</p>
<p>So how to get the word out? One way that helps is by explaining, mentioning and reviewing various contributed modules that expand the core Drupal feature set in interesting and powerful ways.</p>
<p>In the past couple of weeks, a handful of stand-out blogging efforts have taken on, in various ways, what particular <a href="http://drupal.org/project/Modules">Drupal modules and module packages</a> can do for a Drupal site.</p>
<p>Ted Serbinski at <a href="http://www.lullabot.com">Lullabot</a> has written <a href="http://www.lullabot.com/node/73">a nice review of the audio module</a>:</p>
<blockquote><p>Great module! This module makes use of the wonderful <a href="http://getid3.org/">getID3 PHP library</a> for reading and writing ID3 tags for mp3 and other audio files. Creating a new audio file is as simple as creating a new 'audio' node type. The ID3 tags are extracted from the audio file and displayed in the node listing. The title can optionally be automatically set using the ID3 tag information, by default it is artist - song title. The node body itself contains all of the ID3 information for the audio file, with links for each of the fields. This allows a user, for instance, to find all audio files by artist, title, album, genre, and year, by simply clicking the link. Additionally, the length and format of the file are extracted and displayed too. And the best feature, it includes the <a href="http://musicplayer.sourceforge.net/">XSPF Flash player</a> so you can play the audio file right on the website, without having to download! If a user does want the audio file, there is a download link available as well.</p></blockquote>
<p>We're using the audio module in a music site (to be announced in the next couple of weeks) - very nice!</p>
<p>On <a href="http://www.worldchanging.com/">WorldChanging</a>, <a href="http://www.worldchanging.com/archives/004355.html">Alexandra Samuel has a nice little guest blog post</a> on the <a href="http://drupal.org/node/32384">Aggregator2 module</a>:</p>
<blockquote><p>Aggregator2 turns the Drupal platform into a powerful tool for news tracking and republishing by offering options for customizing news feeds, tagging news items, and moderating incoming news.</p>
<p>That feature set makes Aggregator2 an exceptionally flexible choice for setting up a nonprofit news tracker that aggregates news from a wide range of blogs, news sites and search engines. Because Aggregator2 saves each individual item as an independent node (like a web page) in Drupal, you can edit or annotate news items after you bring them onto your site. Because Aggregator2 lets you assign different tags to different incoming feeds, you can set up different news pages for different topics, and direct news to show up on the appropriate pages. And Aggregator2 is also a terrific tool for integrating content from multiple related web sites or overlapping organizations.</p></blockquote>
<p>This serves as a nice, brief summary of what you can do with this module. <em>(Hat tip to </em><em><a href="http://drupal.org/node/59170#comment-114275">Taran</a></em><em> for the link.)</em></p>
<p>We've used Aggregator2 on a handful of sites (including an older version of the module on our own hosting site).</p>
<p><a href="http://heydon.com.au/node/925">Gordon Heydon has set up</a> a <a href="http://heydon.com.au/myprojects_menu">demo</a> of the relatively new <a href="http://drupal.org/project/views">views module</a>, which allows developers to easily configure various custom and user-changable displays of content on Drupal-powered websites, without requiring php snippets or hacks.</p>
<p>And in the moblogging arena, <a href="http://www.samikhan.org/2006/04/14/mobile-phone-to-drupal-image">Sami Khan mentions a new module</a> that enables sending pictures from your cell phone to your Drupal site. He links to Stuart, who's announced that this module has been replaced by <a href="http://www.stuartandnicola.com/node/433">a new one he's written</a>, <a href="http://www.stuartandnicola.com/system/files?file=mail/mailsave-4.6.3.zip">mailsave</a>, which allows posting of email attachments to one's website. Stuart then links to the <a href="http://drupal.org/node/59122">mobile media blog</a> module, which builds off of his module for more expanded features optimized for Drupal 4.7.</p>
<p>Finally, not to be missed is <a href="http://www.zacker.org/magic-groups-screencast">Zack Rosen's first screencast</a> posted in March on the <a href="http://drupal.org/project/og">organic groups modules package</a>. This package is undergoing rapid ongoing development by some of Drupal's finest coders, so Zack's screencast may already be a little out-of-date. But still, it's an excellent intro to what you can do with the powerful groups feature-set for Drupal. We're implementing this module in a fascinating new community site launching this summer. (More on that later.)</p>
     ]]></content>
  </entry>
  <entry>
    <title>Taking it a step further</title>
    <link rel="alternate" type="text/html" href="http://pingv.com/image/ideas-gallery/charts-graphs/taking-it-a-step-further" />
    <id>http://pingv.com/image/ideas-gallery/charts-graphs/taking-it-a-step-further</id>
    <published>2006-03-25T00:42:16-06:00</published>
    <updated>2008-02-17T14:51:11-06:00</updated>
    <author>
      <name>Laura</name>
    </author>
    <category term="blogging" />
    <category term="CivicSpace" />
    <category term="community" />
    <category term="Drupal" />
    <category term="Internet" />
    <category term="Web 2.0" />
    <content type="html"><![CDATA[ <p><i>Continuing <a href="http://www.pingv.com/blog/laura/200603/so-what-is-this-web-2-0-and-how-does-drupal-fit-in">this discussion of "web 2.0"</a>....</i></p>
<p>Moving beyond <a href="http://www.pingv.com/image/ideas-gallery/charts-graphs/web-2-0-redux">the basic dynamic website model</a>, we get up into the realm of the content management system, or "CMS" -- a dynamic site where not one but several people -- thousands, even -- have direct access and ability to update and add to the website's content. This is what we create with websites powered by <a href="http://drupal.org">Drupal</a>.</p>
<p>What's appealing about CMSs like Drupal is that they can be used for just about any website, from small business to large corporation to online community to non-profit organization. Just about any organization with <i>any</i> sort of web presence can benefit from having a website where many people can participate at different levels of access.</p>
<p><br class="clear" /><br />
<a href="/image/portfolio-gallery/web-screenshots/blogher-beta"><img src="http://pingv.com/system/files/images/BlogHer-beta.thumbnail.jpg" alt="" title="" class="image thumbnail" height="140" width="155" /></a><br />
The power this affords, for example, to an organization like <a href="http://blogher.org">BlogHer</a> is profound. <a href="http://surfette.typepad.com/blogher">Their website last year</a> was basically just a blog. Now it is an online community with literally dozens of blogs, oodles of members and many powerful tools at their disposal to not only disseminate information but also engage people in discussions on topics spanning the globe.</p>
<p><i>Next: Multiple websites in one.</i></p>
     ]]></content>
  </entry>
  <entry>
    <title>Web 2.0 redux</title>
    <link rel="alternate" type="text/html" href="http://pingv.com/image/ideas-gallery/charts-graphs/web-2-0-redux" />
    <id>http://pingv.com/image/ideas-gallery/charts-graphs/web-2-0-redux</id>
    <published>2006-03-24T10:39:58-06:00</published>
    <updated>2006-03-24T11:28:33-06:00</updated>
    <author>
      <name>Laura</name>
    </author>
    <category term="blogging" />
    <category term="Internet" />
    <category term="Open Source" />
    <category term="Web 2.0" />
    <content type="html"><![CDATA[ <p>Continuing from <a href="http://www.pingv.com/image/ideas-gallery/charts-graphs/web-1-0-or-how-i-learned-to-stop-worrying-and-pay-web-designers">the previous discussion</a>....</p>
<p>This chart illustrates just how much easier creating and updating websites have become: <i>you</i> are the one in charge; <i>you</i> are the one who holds the keys to the site; <i>you</i> are <i>empowered</i> to change the content to how you want it, and make those changes whenever you want. Your website doesn't sleep -- it's there to receive changes night and day.</p>
<p>This isn't to say that there never is any design involved in a web 2.0-type site -- but it's much easier, because what <a href="http://www.pingv.com">we</a> (designers) do is <a href="http://www.pingv.com/services/web-design">design your templates</a> so that <i>every new addition you make to the website content is automagically formatted to fit in with your site's overall design.</i></p>
<h3>Set up and go</h3>
<p>[img_assist|fid=4486|thumb=1|alt=The web 1.0 model]<br />
This means that the "web 1.0" phase of your new website is limited only to the initial setup, or when you want to make <i>design</i> changes to the site. (And there are always free options with pre-designed templates.) <i>Content</i> changes, updates and additions are things <i>you</i> can do on your own. (Changing your prices? Just change them! Have a new service? Just change them!)<br />
</p>
<h3>But Web 2.0 is a lot more....</h3>
<p>Because website owners are empowered to publish whenever they want, the entire nature of what websites <i>are</i> has changed. Content now has become more contemporary, more relevant -- more <i>responsive</i> to what's happening. (For example, people now write blogs.) And because websites now happen in real-time -- you write it, post it and people read it -- websites have become <i>more</i> than simply brochures....</p>
<h3>Websites are conversations....</h3>
<p><i>(More to come in the next post.)</i></p>
     ]]></content>
  </entry>
  <entry>
    <title>So what is this &quot;web 2.0&quot;? (And how does Drupal fit in?)</title>
    <link rel="alternate" type="text/html" href="http://pingv.com/blog/laura/200603/so-what-is-this-web-2-0-and-how-does-drupal-fit-in" />
    <id>http://pingv.com/blog/laura/200603/so-what-is-this-web-2-0-and-how-does-drupal-fit-in</id>
    <published>2006-03-23T21:15:43-06:00</published>
    <updated>2006-03-24T11:45:40-06:00</updated>
    <author>
      <name>Laura</name>
    </author>
    <category term="blogging" />
    <category term="documentation" />
    <category term="Drupal" />
    <category term="Internet" />
    <category term="Web 2.0" />
    <content type="html"><![CDATA[ <p>The term "web 2.0" is bandied about quite readily. Today the <a href="http://en.wikipedia.org/wiki/Web2.0">Wikipedia defines web 2.0</a> as:</p>
<blockquote><p>Web 2.0 generally refers to a second generation of services available on the World Wide Web that let people collaborate, and share information online. In contrast to the first generation, Web 2.0 gives users an experience closer to desktop applications than the traditional static Web pages.</p></blockquote>
<p>If that isn't as exciting a description as you had hoped you'd find, in the following posts I've sketched out a brief run-down of some of the most-basic concepts behind web 2.0, dynamic websites and how the worldwide web today is little like the hyperlinked billboards of the 1990s.</p>
<p>I'm hoping some people find this helpful. <i>More below....</i></p>
     ]]></content>
  </entry>
  <entry>
    <title>BlogHer on the cover of the Austin Chronicle</title>
    <link rel="alternate" type="text/html" href="http://pingv.com/blog/laura/200603/blogher-on-the-cover-of-the-austin-chronicle" />
    <id>http://pingv.com/blog/laura/200603/blogher-on-the-cover-of-the-austin-chronicle</id>
    <published>2006-03-04T20:30:51-06:00</published>
    <updated>2008-01-07T09:24:06-06:00</updated>
    <author>
      <name>Laura</name>
    </author>
    <category term="Partners" />
    <category term="blogging" />
    <category term="Blogher" />
    <category term="Drupal" />
    <content type="html"><![CDATA[ <p>At the risk of seeming like every post of late here is about the <a href="http://blogher.org">BlogHer</a> site, I just thought <a href="http://homepage.mac.com/elisa_camahort/iblog/C788295036/E20060302164628/index.html">this</a> was worth mentioning....</p>
<p><a href="http://www.flickr.com/photos/scatteredsunshine/107887913/"><img src="http://static.flickr.com/35/107887913_f60913450a_m.jpg" width="209" height="240" class="wrap" alt="BlogHer on the cover of the Austin Chronicle" title="BlogHer makes the cover of the Austin Chronicle" /></a>Never mind the cheesy sci-fi poster imagery for a moment (more on that below), it's some pretty good ink, getting on the cover of Texas capital's paper. <a href="http://www.austinchronicle.com/issues/dispatch/2006-03-03/screens_feature4.html">The Austin Chronicle article</a> opens with the topic that BlogHer founders <a href="http://surfette.typepad.com">Lisa</a>, <a href="http://www.sxsw.com/">Elisa</a> and <a href="http://www.jorydesjardins.com/">Jory</a> are addressing in sessions at <a href="http://www.sxsw.com/">SXSW</a>:</p>
<blockquote><p>SXSW Interactive is evolving. Alongside the exhibitions of better-faster-more emergent technologies, from BattleDecks and DOM scripting to Darknets, with a nod to all the dollars appertaining, panelists are keeping it real about what brings us online in the first place: ourselves.</p>
<p>But which selves do we place online? That's the question before the three co-founders of <a href="http://blogher.org">BlogHer</a>. Last year, Lisa Stone, Elisa Camahort, and Jory Des Jardins created BlogHer.org, a cluster site in which women (and some men) write about everything from technology to travel to religion and race, food, shopping, and current events in order to "create opportunities for women bloggers to pursue exposure, education, and community." All three intermittently describe themselves as "evangelists" for personal voices, for the transmission and sharing of ideas about women's lives, and for the craft of blogging itself. </p></blockquote>
<p><a href="http://www.austinchronicle.com/issues/dispatch/authors/marritingman.html">Marrit Ingman</a>'s article gets into some of the ways blogging can affect one's personal and/or professional life -- as well as how women bloggers are treated differently from men bloggers.</p>
<blockquote><p> Camahort and Des Jardins also theorize that the consequences for getting personal might be different for women and men if they reveal details of their romantic and family lives in a business setting. When a blogger like Technorati darling Robert Scoble mentions his spouse or child, his credibility is unaffected, they suggest, and possibly even enhanced.</p>
<p>"Women who write about family are 'mommybloggers,' while men who write about family are 'personal bloggers,' incorporating personal elements into their blogs," Des Jardins says. "It's so easy to call someone a 'mommyblogger,' to say that they write 'just' about family."</p>
<p>"As though so much of our great literature and art isn't about family relationships," Camahort points out. "When Arthur Miller wrote All My Sons, nobody said, 'Oh, he's just a 'daddy playwright.' Nobody calls him a 'male playwright.' I think that's why women are rightfully apprehensive." </p></blockquote>
<p><a href="http://www.austinchronicle.com/issues/dispatch/2006-03-03/screens_feature4.html">Interesting stuff worth a look</a>. </p>
<p>It's just too bad the whole thing is branded with the cheesy drawing of a half-naked vixen, with a title that evokes the plethora of science fiction flicks featuring evil ambitious women who enslave men while striving to rise above their station and dominate the universe. I know it's all in fun, and captures some of the cut-loose and let-loose spirit, but the imagery carries a rather unfortunate overtone of using sex appeal to subjugate men.</p>
<p>But hey, it's Austin, city of cheese. We can laugh, since it's all done with a wink. Who knows? I think I'm probably older than most bloghers, and might be one of only a handful of people who remember those movies from Saturday afternoon television (sans <a href="http://en.wikipedia.org/wiki/Mystery_Science_Theater_3000">Mystery Science Theatre</a> commentary). In this modern day, I think more people have seen the posters than the pulpy adventures themselves, and I don't think anyone would seriously believe that BlogHer is a throwback to bad 1950s B movies -- though I'm sure some folks would love the idea.</p>
     ]]></content>
  </entry>
  <entry>
    <title>BlogHer beta site getting some (nice) attention</title>
    <link rel="alternate" type="text/html" href="http://pingv.com/blog/laura/200602/blogher-beta-site-getting-some-nice-attention" />
    <id>http://pingv.com/blog/laura/200602/blogher-beta-site-getting-some-nice-attention</id>
    <published>2006-02-11T00:32:32-06:00</published>
    <updated>2006-02-11T09:43:52-06:00</updated>
    <author>
      <name>Laura</name>
    </author>
    <category term="Press" />
    <category term="Partners" />
    <category term="blogging" />
    <category term="Blogher" />
    <category term="Drupal" />
    <content type="html"><![CDATA[ <p>And we haven't even officially launched the site yet!</p>
<p><a href="http://www.blogsheroes.com/blog/liza/attention_bloghers_at_blogsheroes">Liza at BlogSheroes says</a>:</p>
<blockquote><p>The new <a href="http://wwww.blogher.org/">BlogHer</a> site is up. It was fantastically conceived by BlogHer founding mama <a href="http://www.surfette.typepad.com/">Lisa Stone</a> and truly knocked out of the park in development and design by Laura Scott of <a href="http://www.pingv.com/">PingV</a>.</p></blockquote>
<p>She adds:</p>
<blockquote><p>Blogher is doing a bang-up job at being the preeminent women bloggers metanetwork on the web.</p></blockquote>
<p><a href="http://www.blogsheroes.com/">Her own network</a>, built on <a href="http://drupal.org">Drupal</a>-powered <a href="http://civicspacelabs.org">CivicSpace</a>, also promotes women's voices.</p>
<p><a href="http://buzz.blogger.com/2006/02/blogher-fine-folks-behind-conference.html">Jason at Google's Blogger Buzz takes note</a>:</p>
<blockquote><p>BlogHer, the fine folks behind the conference of the same name, now have a community site.</p></blockquote>
<p>(Okay, it's just a mention. But it <em>is</em> Google.)</p>
<p><a href="http://sourduck.blogspot.com/2006/01/about-last-night.html">Sour Duck writes</a>:</p>
<blockquote><p>Last night I had the pleasure of meeting many bloghers and other fine folk at a shin-dig at <a href="http://www.thirstybear.com/">The Thirsty Bear</a> in San Francisco.</p>
<p>The purpose of the <a href="http://surfette.typepad.com/blogher/2006/01/blogher_beta_si.html">get-together</a> was to celebrate the launch of the <a href="http://blogher.org/">BlogHer</a> website, which has been re-vamped and now includes a number of zippy features not existing on the <a href="http://surfette.typepad.com/blogher/">old site</a> (which will remain intact online).</p></blockquote>
<p>And <a href="http://www.fullcirc.com/weblog/2006/02/mentions-of-new-blogher-site.htm">Nancy White points to</a>....</p>
<p>...<a href="http://www.msnbc.msn.com/id/11128649/#060201">Will Femia at MSNBC</a>:</p>
<blockquote><p>"Where the women bloggers are"  The new <a href="http://www.blogher.org/">BlogHer site</a> is up.  Looks impressive.  It's hard to imagine how this won't end up being a force online.</p></blockquote>
<p>...<a href="http://www.spontaneousorders.com/?p=73">Spontaneous Orders</a>:</p>
<blockquote><p>The shiny new <a href="http://www.blogher.org/">BlogHer.org</a> is <a href="http://www.drupal.org/">Drupaltastic</a> ! BlogHer's like a fairy godmother mafia; everyone is just so darned supportive (and smart)! Check out the <a href="http://blogher.org/bloghers-blogrolls">bajillion blogs</a> written by women and organized by topic.</p></blockquote>
<p>...and <a href="http://westprocrastination.blogspot.com/2006/02/because-i-needed-more-blog-reading.html">Queen of West Procrastination</a>:</p>
<blockquote><p>I am in love with the Research and Academia section of BlogHer. Leslie Madsen Brooks (aka the lovely and amazing Trillwing, who sometimes stops over here, scaring me with her former carpet mushrooms) heads up the R&#38;A discussion, and she's doing a good job of it. Check it out, along with the rest of BlogHer!</p></blockquote>
<p>I am the last one to claim credit for what really is the success of the BlogHers and other members on the site. This is their triumph. This is one site chock full of incredible women. Just check out the <a href="http://technorati.com/search/BlogHer">online mentions of BlogHer</a> and see who's being talked about. I truly wonder if any site anywhere has ever pulled together such a critical mass of blogging talent on one domain.</p>
<p>It's all about the community, the content, the conversations. And all are A+ on this site.</p>
<p>Still, I confess I certain glowing feeling seeing a site I personally spent so much time building doing well. Now we only have to iron out some bugs and add a few more features, and the site will officially launch and hopefully deserve the high praise and expectations.</p>
     ]]></content>
  </entry>
  <entry>
    <title>Thoughts on Oprah-gate and POP culture</title>
    <link rel="alternate" type="text/html" href="http://pingv.com/blog/katherine/200602/thoughts-on-oprah-gate-and-pop-culture" />
    <id>http://pingv.com/blog/katherine/200602/thoughts-on-oprah-gate-and-pop-culture</id>
    <published>2006-02-05T10:49:33-06:00</published>
    <updated>2006-02-05T13:33:27-06:00</updated>
    <author>
      <name>katherine</name>
    </author>
    <category term="Accountability" />
    <category term="blogging" />
    <category term="musings" />
    <content type="html"><![CDATA[ <p>I have to thank <a href="http://blogher.org/node/1708">Melinda Casino</a> on <a href="http://blogher.org/">BlogHer</a> for an interesting link about Oprah-gate. The blog she cites is called<a href="http://chandrasutra.typepad.com/chandra/2006/02/james_frey_and_.html"> James Frey and the pornography of confession</a>. and it appears over on "chandrasutra." The blog isn't so much about pornography as it is about public confessions.</p>
<p>It seems an author, James Frey, made up an "autobiography" and people believed it was his true-to-life personal story, or so my sources say who are following this story closer than I. Oprah then endorsed the book for her Book Club, only to find out later that it was a "manufactured" biography. At first I believed this furor to be a bit pedestrian; that is, until I read some of the pithy insights that raised a mirror to middle America. Why this scandal? Why the outrage? What exactly happened? Well ...</p>
<blockquote><p><em> ... there is something that sets Frey apart. That made it bad: He lied to Oprah. You lie to Oprah, you lie to America. Dig?</em></p>
<p>The Oprah empire taps into a distinctly white, bourgeois, female demographic. This is a demographic you've got to be careful with. Nothing too risque, political/satirical or intellectual really flies. It's got to be mainstream. Things can be sexual, violent or difficult as long as it's not political, intellectual or radical ...</p>
<p>I may not have read Frey (although I'm now curious) but I do know something about Oprah's demographic and how they think. I've had friendships with them, taken courses with them in university, worked with them and have family members in this demographic. They all enjoy the same thrills, especially the glossy pornography of confession in the <em>commercially imagined "women's" culture ...</em></p>
<p>What Frey offended was not their sense of ethics, but their bourgeois relationship with human suffering and confession. For this audience, reading of the tragedy of Frey's (or anyone else's) life experience is a means to survey and "learn about" another human's darker moments from the safety of a Starbucks ...</p>
<p><em>- emphasis mine</em></p></blockquote>
<p>An editor friend of mine observed that all Oprah has to do is endorse a book and she delivers an audience that makes almost any book a commercial success. What power! Personally, I can't think of anyone who else who can do that.</p>
<p>Oprah's credibility is what is at stake. At one time Walter Cronkite was the most trusted man in America, and now that mantle has passed to a woman. Both she and Cronkite have been windows on the world, and part of the power of any source is that the news/report has been vetted - and in this case something slipped through.</p>
<p>However, there is more to it than that. Mel, the blog-post author, goes on to make two points,</p>
<blockquote><p>Truth isn't always stranger than fiction. The "truth" of the human condition is old news. We know what we're capable of - it's there on the news every hour. So why are we such "confession" junkies?</p></blockquote>
<p>putting this in perspective with an observation,</p>
<blockquote><p>they are connoisseurs of confession. They indulge it high and low. From the chair-tossing excess of Jerry Springer to the tearful Princess Diana admitting to an eating disorder, it's all POP ( Pain on Parade ). I suspect that Frey, knowing what he knows about the market, catered a little to well to this audience - knowing full well that they would not accept a truthful account of his addiction because it would be too boring.</p></blockquote>
<p>And it is interesting to me that Mel begins the blog by citing Gore Vidal. Some years back I recall Vidal gave one of his annual interviews with Dick Cavett, and Vidal said something like:</p>
<p><em>The title "guest" on television talk shows is a misnomer. The so-called guest is not really the guest at all. He's merely the stooge. The actual guest is the audience and it is they who are interviewed and their opinions are solicited on the topic.</em></p>
<p>And I suppose, if I think about Phil Donahue, I see that dynamic more clearly. Oprah is more subtle in how she does it - more classy (no offense to Donahue intended), but basically she is the interlocutor for <em>a distinctly white, bourgeois, female demographic.</em></p>
<p>Alas, in this case, she ended up looking like she could be hoodwinked ... middle America won't stand for it. They may put up with the lies from crooked politicians ... they have come to expect it, and even have some sort accommodation with political lies ... but do not believe Oprah would ever lie - not to them.</p>
<p>There are limits and there is a point where a line is drawn.</p>
<p>Oprah happens to be middle America's litmus test for that.</p>
<p>And Oprah-gate spins on.</p>
     ]]></content>
  </entry>
</feed>
