Getting to Know Ms. Google

Marketing Professors has some great tips for those of you who'd like to get to know google better:

I got to know Google several years back, when it was just a small fish in a big pond. I started to analyze its every move and realized that Google is a fickle, clever and extremely mysterious being. Still, I decided to get more acquainted. 

John Roberts on Abortion

We continue to believe that Roe was wrongly decided and should be overruled. ...the Court's conclusions in Roe that there is a fundamental right to an abortion and that government has no compelling interest in protecting prenatal human life throughout pregnancy find no support in the text, structure, or history of the Constitution.

Pandemic of Brainlessness

Globalism is yesterday's tomorrow. The future is about living locally on a much smaller scale. Pepsi Cola and Exxon-Mobil are exactly the kind of gigantic enterprises that are going to wither and die over the next decade. China is not tomorrow's geopolitical colossus, it's a geopolitical super train wreck waiting to collide with the reality of its environmental devastation, population overshoot, and energy starvation. Americans will be lucky if they can do each other's laundry ten years from now, let alone sell massive amounts of soda pop to people twelve thousand miles away.

-Jim Cunstler

Highbeam's Chief Blogging Officer Resigns

Chris Locke, co-author of the Clue Train Manifesto, aka "Rage Boy", (no distingishing marks or scars) has left his gig at Highbeam.

His highly recommended new blog can be found at Ex Blogging Officer.

p.s. Chris, why did you do it? Blogspot? Your blog needs categories, man! The value of your work would increase dramatically if you'dgive the poor old audience a way to follow your research tangents. My two cents.

UN Fails to Agree on Internet Governance (what a shock)

Its as though the UN has become a satire of itself. In 2003, the UN's World Summit on the Information Society (WSIS) failed to reach an agreement on how the net should be run. As a result, they setup the Working Group on Internet Governance (WGIG)to reach an agreement. Two years later, the WGIG has announced its total failure to reach an agreement.

Clearly, the UN should now setup a Working Group on the Working group on Internet Governance (WGWGIG). Perhaps WGWGIG could do what the UN does best, and write an angry letter to WGIG. After WGWGIG "issues" its angry letter, then perhaps we could have delegates from both WGIG and WGWGIG meet to "discuss tensions" in Luxemburg. After the WGIG/WGWGIG summit, they could announce a resolution, or "less angry letter."

Usability Equation

The fate of any content management system, whether it be a personal blog, or a $100,000 dollar Enterprise-level bloatware package rests on usability.

Usability is an both an overused word, and an underexplained concept. So here's a simple equation to gauge your site's usability.

Usability =

the sum of: 

  • How quickly new users can learn the navigation.
  • How efficently experienced users can get where they want to go
Minus:
  • The amount of thought your users have to put into navigating your site
  • The

Bitweaver Open Source CMS Released

"Your Custom Code + Pristine Source = bitweaver! - A modular web framework and content management system with power, flexibility, and simplicity." - From Bitweaver.org

Just once, I want to see a Content Management System bill itself as being "weak, brittle, and byzantine". I'd give that CMS super-props for honesty. Power, flexibility, and simplicity is, for the CMS world, much like Santa Clause, the Tooth Fairy, and Easter Bunny respectively. At some point you grow up and realize they never existed, and everything you've been told by the CMS's website was a big lie.

InfoArchitect: The Rebrand

This blog goes web industrial by the end of the week. I've opted to name it InfoArchitect. Officially, its main focus I figure so long as I'm working 9 hours a day at CMS PHP development, I might was well share the knowledge I gain. In addition to fully shifting this site from a blog to a professional page, I'll be moving my non-geek blogging to another blog called, I think, Iconoclast. How stereotypically liberal could I be? What is with that, can one not be liberal and also name a blog after something obscure?

Using PHP to Dynamically Switch Drupal Themes and Templates

One powerful trick to improving the way a drupal site flows is switching page templates when certain PHP arguments return true. This is a quick tutorial on how to do that.

Step One: make three copies of page.tpl.php and the name them "frontpage.tpl.php", "admin.tpl.php", and "inside.tpl.php".

Step Two: Open page.tpl.php with an editor. Erase everything.. and I do mean everything, we're building this from the ground up. (get the coffee ready)

Step Three: copy the following code into page.tpl.php:

<?php if (arg(0) == 'admin') { include "admin.tpl.php"; } if ($is_front) { include "frontpage.tpl.php"; return; }else { include "inside.tpl.php"; ?>

Step Four:Test to make sure that indeed your different templates are

Preface to the Living Web Manifesto

The Living Web Manifesto | Preface [1]

Genesis

In the beginning, there was a large rock orbiting a star.

Then there was life. A single celled organism, to be more exact. This cell found its primordial soup lonely. So it declared, “let there be sex!”. And there was sex. Lots and lots of sex.   

Where there had once only been complex molecules, now there billions upon billions of protozoa sluts; each looking to get as much hot and heavy self-division action as they could get.  

Unfortunately for them, not every protozoa was given an opportunity to be so promiscuous. All it took was a little bit of bad information in their genetic code, and they were dead. However, a small percentage either inherited, or accidentally incorporated some bit of crucial information on the latest environmental trends. Indeed, blessed were these protozoa, for their descendents did self-replicate with macabre relish.

Pages

Subscribe to Front page feed