The Beginner’s Guide to Tricking Out Your WordPress Blog - Blogs - Lifehacker

By Gina Trapani, 9:00 AM on Wed Sep 23 2009, 1,990 views (Edit, to draft, Slurp)

You took the leap and installed WordPress to host your own blog because you want complete control over how it looks and works. Now, it’s time to power it up, lock it down, and make your blog completely yours.

What You’re In For

With all the hype around cloud computing and no-configuration-required hosted services, you don’t hear about the joys of running great software on your own server very much. The fact is, if you’re just a casual user who doesn’t know if you’ll stick to blogging over the long haul, or if you don’t want to spend a little time maintaining WordPress, you should sign up for a hosted blog at WordPress.com or Blogger or TypePad. (Also, this tutorial is not for you.)

But if you’re willing to keep WordPress updated religiously, you get access to a whole world of WP plug-ins that add features to your site, the opportunity to create and tweak custom WordPress themes, and a huge sense of accomplishment. In version 2.8 and greater, keeping your installation up-to-date is a matter of clicking a link when you get notified to do so.

Everything you need to know about installing WordPress is right here. Got it up and running? Let’s get to customizing.

Initial configuration

The first thing you want to do on your WordPress blog is set up a new author with administrative access. Don’t use the default “admin” user to write your posts; create your custom username and give it admin privileges. Then, log out of WordPress and back in as your new username. For security reasons, some folks like to delete the admin user completely (as some WordPress attacks have used it to do bad things to your blog). Once you’ve got your administrative account working, add other authors to the list of users who might be posting to your blog.

Now it’s time to cruise through WP’s settings area and configure things just how you like ‘em. First, set up your post permalinks to look prettier for both humans and search bots. WordPress’ default post permalink looks like http://example.com/?p=123. Instead, under Settings>Permalinks, select something like http://example.com/2009/09/welcome-to-my-blog.

Next up, configure how you want comments to work on your blog. Under Settings>Discussion, you can enable comments and set other advanced options, like whether or not users have to be logged into your site to comment, or if comments should automatically close on posts after a certain number of days, if user avatars show up, or what words in a comment should automatically mark it as spam.

Speaking of, spam comments is a ridiculously epic problem across the internet for all blogs, so how you set up comments will mean the difference between miserable hours spent gardening V14gRa and “check out my sexy webcam!!” comments or not. Coming from Lifehacker’s “must register to post here” model, I checked off “Users must be registered and logged in to comment.” If you don’t want to put up the registration hurdle in front of your commenters, make sure you install the Akisment spam-killing plug-in (more on that below).

Must-have plug-ins

Just like you can extend Firefox with feature-adding extensions, WordPress also has a pluggable architecture and a whole world of plug-ins that can soup up your blog. The plug-ins that you use will depend on how you want your site to work and look, but here are a few that every WP user can benefit from. When you’re logged into WordPress, click on Plugins, and search for the name of the plug-in you want to install (which you can do without involving your FTP client). Here are some of my picks:

WordPress Database Backup (Backup): Running your own server and database means that if things go wrong, it’s up to you to have a backup. This plug-in can email a full backup of your WordPress database on a schedule to an address you specify. I’ve had great success building my WordPress site locally with the backup this plug-in created; however, the other resident WP expert here on staff, The How-To Geek, recommends using the old-school cron job for "mysqldump -uUser -pPassword databasename > filename.bak" approach. No matter how you do it, to make sure you’re backing up both your blog’s database and files. It’s worth consulting with your blog hosting provider about the best way for you to do this, too.

FD Feedburner Plug-in (Feeds): Google-owned FeedBurner is a must-use for anyone who publishes RSS feeds, like your blog does. FeedBurner saves you bandwidth costs by hosting your blog’s feed and offers statistics about how many people are reading it; this plug-in will redirect your blog’s feed to FeedBurner for you.

WordPress.com Stats (Stats): See what posts are most popular using this up-to-the-minute statistics plug-in, right inside your WordPress dashboard. WordPress.com stats doesn’t count visits to your own blog, and unlike the richer Google Analytics service, there’s no day-long delay to see what’s happening on your site. To run this plug-in, you have to get a WordPress.com API key (it’s free) and enter it into the plug-in’s settings.

Search Meter (Stats): If you have a search box on your site, you’ll want Search Meter, a plug-in which shows you what readers are looking for and finding (or not) on your site. Search meter also offers widgets you can add to your site which shows readers what other readers are searching for.

WP SuperCache (Optimization): The first time a highly-trafficked site like Digg links to your blog, you’ll wish you had installed this plug-in, which maintains high-speed, database-call free “cached” copies of your WordPress pages on your server. Your site will run faster and won’t buckle under the strain of a lot of traffic if you’re caching it with this excellent plug-in.

Akismet (Comments Spam killer): Because comment spam can get so bad, WordPress now ships with the Akismet spam filtering plug-in. Since I’m requiring user registration to leave comments on my WordPress blog, I don’t have any experience with how good Akismet is (and haven’t had any spam at all), but word on the street is it’s absolutely essential for sites with open comments. Like WordPress.com stats, Akismet requires a WordPress.com API key.

Finally, to make your site as accessible to Google and other web search engines as possible, a few Search Engine Optimization SEO plug-ins help. I use All in One SEO Pack and Google XML Sitemaps.

Make Your WordPress Theme Yours

If you’ve got HTML and CSS chops, you can make your WordPress theme sing your tune. (For advanced stuff, some PHP skills come in handy, too.) First you want to start with a base theme. WordPress’ default theme is ok, but if you google “free WordPress themes” or take note of what themes sites you like already use, you’ll find an insane number of gorgeous and eye-catching site layouts. Picking your theme is one of the most fun (and most time-consuming, if it’s tough to make a decision) parts of setting up WordPress, but it’s worth it.

Once you’ve installed the theme you want by downloading the .zip file and putting it in your WordPress themes folder, you can dig into the CSS and markup and make it your own. WordPress offers a theme editor in its interface which lets you update files on the fly. While this is convenient, it’s also dangerous if you hit the wrong key, save the file, and don’t have a backup. My recommendation is to set up WordPress and your theme of choice on your own computer, edit it in your favorite text editor, and upload it to your live server when it’s perfect. I started my WordPress blog with Lucian Marin’s Journalist theme, and made it mine by adding color to the header and tweaking how comments look.

If you’ve got patience and custom HTML you want to turn into a brand new WordPress theme, copy the default theme’s files into a new folder and get to hacking. The WordPress Codex is an invaluable resource for both starter reading and reference as you go. That is, when you get to the part where you’re thinking “WTF is wp_list_comments?”, Google it and you’ll find the function reference at the codex. It took me a full weekend of pretty intense theming work to get my first custom theme done and ready to go live, so give yourself some time, and most importantly, have fun with it. Here are some tips and links from my Twitter followers on creating a custom WordPress theme.

Sidebars and Widgets, Oh My!

The easiest way to customize your WordPress blog without digging into code or your FTP client is to do so with widgets. The latest versions of WordPress offer drag-and-drop custom modules you can add to and remove from your blog. When you’re logged into WordPress’ admin interface, under Appearance, click on “Widgets” to see what’s available and add and remove what you want on your site’s sidebar (or top bar or bottom bar, depending on where your theme puts it).

Advanced trickery

Here’s a few more tips for advanced WordPress hackers who want to troubleshoot or try even more customization:

  • Use multiple custom sidebars: WordPress’ sidebar and widgets feature is very powerful and customizable; in fact, you can create and customize multiple sidebars or site zones to show up on different pages. (For example, the sidebar that shows up on a post page can look different than the one on the front page.
  • Troubleshoot slowness and other problems with Firebug: Every web developer knows that the Firebug Firefox extension is absolutely essential when developing any site, and it’s true for WordPress, too. When my WP site went down because of multiple background 404’s doing resource-sucking searches, Firebug revealed the problem and so I knew how to fix it.
  • Use tags to display content differently: You can use conditional tags to display different types of content on your blog in different ways, like a short link or big photograph. I use has_tag to display “quick links” with smaller inline headlines on my front page by assigning the tag “brief.”
  • Set up a “staging” server: Once your blog’s up and running and live, you don’t want to make huge changes to it with the whole world watching. Set up WordPress on your local computer, hack away on your theme and/or plug-ins, then upload your changes when they’re complete and ready.

This post only scratches the surface of WordPress customization possibilities. The good news is WordPress’ open nature and huge community means that you can find the answer to almost any WP question hitting up Google—or in worst case, asking the forums. Special thanks to the author of this CSS Tricks post who also writes the excellent Digging into WordPress, which I referenced for this post.

So what did I miss? What are your favorite WordPress tricks, hacks, themes, plug-ins, security measures, and widgets? Shout ‘em out in the comments.

Gina Trapani, Lifehacker’s founding editor, loves herself a little WordPress hacking. Her weekly feature, Smarterware, appears every Wednesday on Lifehacker. Subscribe to the Smarterware tag feed to get new installments in your newsreader.

You took the leap and installed WordPress to host your own blog because you want complete control over how it looks and works. Now, it’s time to power it up, lock it down, and make your blog completely yours.
What You’re In For

With all the hype around cloud computing and no-configuration-required hosted services, you don’t hear about the joys of running great software on your own server very much. The fact is, if you’re just a casual user who doesn’t know if you’ll stick to blogging over the long haul, or if you don’t want to spend a little time maintaining WordPress, you should sign up for a hosted blog at WordPress.com or Blogger or TypePad. (Also, this tutorial is not for you.)

But if you’re willing to keep WordPress updated religiously, you get access to a whole world of WP plug-ins that add features to your site, the opportunity to create and tweak custom WordPress themes, and a huge sense of accomplishment. In version 2.8 and greater, keeping your installation up-to-date is a matter of clicking a link when you get notified to do so.

Everything you need to know about installing WordPress is right here. Got it up and running? Let’s get to customizing.
Initial configuration

The first thing you want to do on your WordPress blog is set up a new author with administrative access. Don’t use the default “admin” user to write your posts; create your custom username and give it admin privileges. Then, log out of WordPress and back in as your new username. For security reasons, some folks like to delete the admin user completely (as some WordPress attacks have used it to do bad things to your blog). Once you’ve got your administrative account working, add other authors to the list of users who might be posting to your blog.

Now it’s time to cruise through WP’s settings area and configure things just how you like ‘em. First, set up your post permalinks to look prettier for both humans and search bots. WordPress’ default post permalink looks like http://example.com/?p=123. Instead, under Settings>Permalinks, select something like http://example.com/2009/09/welcome-to-my-blog.

Next up, configure how you want comments to work on your blog. Under Settings>Discussion, you can enable comments and set other advanced options, like whether or not users have to be logged into your site to comment, or if comments should automatically close on posts after a certain number of days, if user avatars show up, or what words in a comment should automatically mark it as spam.

Speaking of, spam comments is a ridiculously epic problem across the internet for all blogs, so how you set up comments will mean the difference between miserable hours spent gardening V14gRa and “check out my sexy webcam!!” comments or not. Coming from Lifehacker’s “must register to post here” model, I checked off “Users must be registered and logged in to comment.” If you don’t want to put up the registration hurdle in front of your commenters, make sure you install the Akisment spam-killing plug-in (more on that below).
Must-have plug-ins

Just like you can extend Firefox with feature-adding extensions, WordPress also has a pluggable architecture and a whole world of plug-ins that can soup up your blog. The plug-ins that you use will depend on how you want your site to work and look, but here are a few that every WP user can benefit from. When you’re logged into WordPress, click on Plugins, and search for the name of the plug-in you want to install (which you can do without involving your FTP client). Here are some of my picks:

WordPress Database Backup (Backup): Running your own server and database means that if things go wrong, it’s up to you to have a backup. This plug-in can email a full backup of your WordPress database on a schedule to an address you specify. I’ve had great success building my WordPress site locally with the backup this plug-in created; however, the other resident WP expert here on staff, The How-To Geek, recommends using the old-school cron job for “mysqldump -uUser -pPassword databasename > filename.bak” approach. No matter how you do it, to make sure you’re backing up both your blog’s database and files. It’s worth consulting with your blog hosting provider about the best way for you to do this, too.

FD Feedburner Plug-in (Feeds): Google-owned FeedBurner is a must-use for anyone who publishes RSS feeds, like your blog does. FeedBurner saves you bandwidth costs by hosting your blog’s feed and offers statistics about how many people are reading it; this plug-in will redirect your blog’s feed to FeedBurner for you.

WordPress.com Stats (Stats): See what posts are most popular using this up-to-the-minute statistics plug-in, right inside your WordPress dashboard. WordPress.com stats doesn’t count visits to your own blog, and unlike the richer Google Analytics service, there’s no day-long delay to see what’s happening on your site. To run this plug-in, you have to get a WordPress.com API key (it’s free) and enter it into the plug-in’s settings.

Search Meter (Stats): If you have a search box on your site, you’ll want Search Meter, a plug-in which shows you what readers are looking for and finding (or not) on your site. Search meter also offers widgets you can add to your site which shows readers what other readers are searching for.

WP SuperCache (Optimization): The first time a highly-trafficked site like Digg links to your blog, you’ll wish you had installed this plug-in, which maintains high-speed, database-call free “cached” copies of your WordPress pages on your server. Your site will run faster and won’t buckle under the strain of a lot of traffic if you’re caching it with this excellent plug-in.

Akismet (Comments Spam killer): Because comment spam can get so bad, WordPress now ships with the Akismet spam filtering plug-in. Since I’m requiring user registration to leave comments on my WordPress blog, I don’t have any experience with how good Akismet is (and haven’t had any spam at all), but word on the street is it’s absolutely essential for sites with open comments. Like WordPress.com stats, Akismet requires a WordPress.com API key.

Finally, to make your site as accessible to Google and other web search engines as possible, a few Search Engine Optimization SEO plug-ins help. I use All in One SEO Pack and Google XML Sitemaps.
Make Your WordPress Theme Yours

If you’ve got HTML and CSS chops, you can make your WordPress theme sing your tune. (For advanced stuff, some PHP skills come in handy, too.) First you want to start with a base theme. WordPress’ default theme is ok, but if you google “free WordPress themes” or take note of what themes sites you like already use, you’ll find an insane number of gorgeous and eye-catching site layouts. Picking your theme is one of the most fun (and most time-consuming, if it’s tough to make a decision) parts of setting up WordPress, but it’s worth it.

Once you’ve installed the theme you want by downloading the .zip file and putting it in your WordPress themes folder, you can dig into the CSS and markup and make it your own. WordPress offers a theme editor in its interface which lets you update files on the fly. While this is convenient, it’s also dangerous if you hit the wrong key, save the file, and don’t have a backup. My recommendation is to set up WordPress and your theme of choice on your own computer, edit it in your favorite text editor, and upload it to your live server when it’s perfect. I started my WordPress blog with Lucian Marin’s Journalist theme, and made it mine by adding color to the header and tweaking how comments look.

If you’ve got patience and custom HTML you want to turn into a brand new WordPress theme, copy the default theme’s files into a new folder and get to hacking. The WordPress Codex is an invaluable resource for both starter reading and reference as you go. That is, when you get to the part where you’re thinking “WTF is wp_list_comments?”, Google it and you’ll find the function reference at the codex. It took me a full weekend of pretty intense theming work to get my first custom theme done and ready to go live, so give yourself some time, and most importantly, have fun with it. Here are some tips and links from my Twitter followers on creating a custom WordPress theme.
Sidebars and Widgets, Oh My!

The easiest way to customize your WordPress blog without digging into code or your FTP client is to do so with widgets. The latest versions of WordPress offer drag-and-drop custom modules you can add to and remove from your blog. When you’re logged into WordPress’ admin interface, under Appearance, click on “Widgets” to see what’s available and add and remove what you want on your site’s sidebar (or top bar or bottom bar, depending on where your theme puts it).
Advanced trickery

Here’s a few more tips for advanced WordPress hackers who want to troubleshoot or try even more customization:

* Use multiple custom sidebars: WordPress’ sidebar and widgets feature is very powerful and customizable; in fact, you can create and customize multiple sidebars or site zones to show up on different pages. (For example, the sidebar that shows up on a post page can look different than the one on the front page.
* Troubleshoot slowness and other problems with Firebug: Every web developer knows that the Firebug Firefox extension is absolutely essential when developing any site, and it’s true for WordPress, too. When my WP site went down because of multiple background 404’s doing resource-sucking searches, Firebug revealed the problem and so I knew how to fix it.
* Use tags to display content differently: You can use conditional tags to display different types of content on your blog in different ways, like a short link or big photograph. I use has_tag to display “quick links” with smaller inline headlines on my front page by assigning the tag “brief.”
* Set up a “staging” server: Once your blog’s up and running and live, you don’t want to make huge changes to it with the whole world watching. Set up WordPress on your local computer, hack away on your theme and/or plug-ins, then upload your changes when they’re complete and ready.

This post only scratches the surface of WordPress customization possibilities. The good news is WordPress’ open nature and huge community means that you can find the answer to almost any WP question hitting up Google—or in worst case, asking the forums. Special thanks to the author of this CSS Tricks post who also writes the excellent Digging into WordPress, which I referenced for this post.

So what did I miss? What are your favorite WordPress tricks, hacks, themes, plug-ins, security measures, and widgets? Shout ‘em out in the comments.

Posted via web from brianjarvis is on posterous | Comment »

Untitled

Untitled

Ping.gm is great if you are on a lot of social networks.. #ping

via Ping.fm

Posted via web from brianjarvis is on posterous | Comment »

Pentax K-x hands-on

Install Snow Leopard Tutorial

In order to install the latest Snow Leopard build 10A432 which has been rumored to be the Gold Master that apple will eventually use to build the retail installation discs. You’ll either need a Dual-Layer DVD or an external USB Hard drive. This tutorial will tell explain how to install Snow Leopard using an external USB hard drive as the Dual-Layer DVD is pretty much self explanatory.

First you will need an intel based MAC running leopard. (also compatible with intel-based macs running tiger but I haven’t tested it that way)

Next You’ll need an external drive USB hard drive. (Warning all data on the external drive will be erased so please backup anything that you may have on the drive before continuing)

Once you have mounted your External USB hard drive you need to go to Applications>System Utilities and open Disk Utility.

Now select your external USB drive from the list of available drives on the left.

Choose Partition

Then click on the Volume Scheme drop down list and choose “1 Partition” Directly under that you will see an “Options” Button click it and choose “GUID Partition table”.

Now on the right side choose a name for your new partition and format it as Mac OS Extended (Journaled)

Click Apply

and allow Disk Utility to format and partition your external Hard Drive.

Once the partitioning has finished you need to restore the snowleopard_10a432_userdvd.dmg to the new partition.

In order to restore a disk image to your new partition using Disk Utility again.

This time instead of choosing the partition tab up top you are going to click the restore tab.

Once you have the restore tab opened you need to select the source image in this case it will be snowleopard_10a432_userdvd.dmg. You will need to click the image button and browse through finder in order to select the image on your hard drive.


Once you have the source image selected you then select the newly created partition on your external hard drive from the left column and drag it over to the “Destination column”

Finally to complete the restore you simply click the button at the bottom labeled “restore”

Once Disk Utility has finished restoring the image you can restart your computer while holding the “Option” key which will bring a boot menu allowing you to select your external Hard Drive as a boot drive.

Select your external drive from the boot menu and run the Snow Leopard installer.

Snow Leopard will update your current installation and preserve all of your files and applications.

Digitized Stalking Is the New World Order

You’re being followed. Stalkers are everywhere, even in your pocket.

That’s the warning Wednesday from the Electronic Frontier Foundation, the San Francisco-based civil liberties group.

Read the full article at [Wired.com]

Taxes, taxes, taxes.. Is this hope and change?

A friend of mine wrote this a little while back and I asked him if I could post it on the interwebs for everyone to read.

——-

Recently the government has begun talking about raising taxes on the wealthiest Americans. Now, by government standards I’m in no way classified as a wealthy American. So why should I be concerned with all this talk of taxing the rich? Mainly, because I don’t believe the politicians when they say that they won’t raise taxes on the middle class. I see this as wrong in so many ways.
First of all what the government doesn’t say is that they’ve already raised taxes on the upper-middle class and are slowly draining that income from the economy in order to redistribute it. to people who are too damn lazy to get off their asses and work for what they want.

Now let me say this before I continue. I am all for helping people who are poor, have nothing or may have run up on rough times. I believe that every child should receive the same basic health care regardless of his or her parents income level. Also, every American should have a roof over their heads and food on their table each and every day. However, I don’t agree with long term sustainable income being provided to perfectly healthy, capable and intelligent Americans. That’s called enabling!
If the other 98% of America sees that when a person is wealthy they have to give over half of their earned income to the government in taxes what is the incentive to better our own lives and increase our own standards of living? Just to be taxed back into the middle class?

Think about the message that this is sending to almost every American as they watch the wealthy being fleeced of there hard earned money. Many upper-middle class Americans have worked a lifetime to get where they are today and now the politicians want to take half of what they make and spread it around. That’s just wrong!
What do you think people who are not as fortunate think when they see this happening? I know for me it would be less of an incentive to get a better job or make more money especially if I knew that if I did it would just be taxed away and I would be left right back where I started. We are sending the wrong message to people.

If someone starts a business and manages to make enough money to sustain themselves comfortably they should be able to sleep well at night knowing that the government will not come along and snatch away there way of life and there contribution to the American economy. We are creating a climate where only big business and the wealthy can survive. Every one else will be forced to rely on government hand outs. Is this the American Dream? Don’t we as Americans want to be able to choose our paths in life? Is this hope and change?

These taxes effectively reduce the amount of wealth in the country by funneling it into government programs that DO NOT help the economy. The money is redistributed to buricrats and federally run programs which go un-checked.

If you think for one minute that these taxes will just be imposed on the top 98% of Americans you are lieing to yourself. WAKE UP!

——-

This has been a message of Hope and Change.

Other interesting reading:

Making Liars of Democrats Who Complain The Rich Aren’t Taxed Enough
[http://tr.im/viYY]

2 Obama officials: No guarantee taxes won’t go up
[http://tr.im/vj2E]

Take Back The Beep!

[SOURCE] - David Pogue - nytimes.com http://tr.im/vblc

Over the past week, in The New York Times and on my blog, I’ve been ranting about one particularly blatant money-grab by American cellphone carriers: the mandatory 15-second voicemail instructions.

Suppose you call my cell to leave me a message. First you hear my own voice: “Hi, it’s David Pogue. Leave a message, and I’ll get back to you”–and THEN you hear a 15-second canned carrier message.

* Sprint: “[Phone number] is not available right now. Please leave a detailed message after the tone. When you have finished recording, you may hang up, or press pound for more options.”

* Verizon: “At the tone, please record your message. When you have finished recording, you may hang up, or press 1 for more options. To leave a callback number, press 5. (Beep)”

* AT&T: “To page this person, press five now. At the tone, please record your message. When you are finished, you may hang up, or press one for more options.”

* T-Mobile: “Record your message after the tone. To send a numeric page, press five. When you are finished recording, hang up, or for delivery options, press pound.”

(You hear a similar message when you call in to hear your own messages. “You. Have. 15. Messages. To listen to your messages, press 1.” WHY ELSE WOULD I BE CALLING?)

I, the voicemailbox owner, cannot turn off this additional greeting message. You, the caller, can bypass it, but only if you know the secret keypress–and it’s different for each carrier. So you’d have to know which cellphone carrier I use, and that of every person you’ll ever call; in other words, this trick is no solution.

[UPDATE: Apple iPhone owners don’t hear these instructions—Apple insisted that AT&T remove them. And Sprint already DOES let you turn off the instructions message, although it’s a buried, multi-step procedure, which you can read in the comments below.]

These messages are outrageous for two reasons. First, they waste your time. Good heavens: it’s 2009. WE KNOW WHAT TO DO AT THE BEEP.

Do we really need to be told to hang up when we’re finished!? Would anyone, ever, want to “send a numeric page?” Who still carries a pager, for heaven’s sake? Or what about “leave a callback number?” We can SEE the callback number right on our phones!

Second, we’re PAYING for these messages. These little 15-second waits add up–bigtime. If Verizon’s 70 million customers leave or check messages twice a weekday, Verizon rakes in about $620 million a year. That’s your money. And your time: three hours of your time a year, just sitting there listening to the same message over and over again every year.

In 2007, I spoke at an international cellular conference in Italy. The big buzzword was ARPU–Average Revenue Per User. The seminars all had titles like, “Maximizing ARPU In a Digital Age.” And yes, several attendees (cell executives) admitted to me, point-blank, that the voicemail instructions exist primarily to make you use up airtime, thereby maximizing ARPU.

Right now, the carriers continue to enjoy their billion-dollar scam only because we’re not organized enough to do anything about it. But it doesn’t have to be this way. You don’t have to sit there, waiting to leave your message, listening to a speech recorded by a third-grade teacher on Ambien.

Let’s push back, and hard. We want those time-wasting, money-leaking messages eliminated, or at least made optional.

I asked my Twitter followers for help coming up with a war cry, a slogan, to identify this campaign. They came up with some good ones:

“Where’s the Beep?”

“Let it Beep”

“We Know. Let’s Go.”

“Lose the Wait”

“My Voicemail, My Recording”

“Hell, no, we won’t hold!”

My favorite, though, is the one that sounds like a call to action: “Take Back the Beep.”

And here’s how we’re going to do it.

We’re going to descend, en masse, on our carriers. Send them a complaint, politely but firmly. Together, we’ll send them a LOT of complaints.

If enough of us make our unhappiness known, I’ll bet they’ll change.

I’ve told each of the four major carriers that they’ll be hearing from us. They’ve told us where to send the messages:

* Verizon: Post a complaint here: http://bit.ly/FJncH.

* AT&T: Send e-mail to: customerissues@attnews.us.

* Sprint: Post a complaint here: http://bit.ly/9CmrZ

* T-Mobile: Post a complaint here: http://bit.ly/2rKy0u.

Three of the four carriers are just directing us to their general Web forums. Smells like a cop-out, I know.

Yet all four carriers promise that they’ll read and consider our posts. And we have two things going for us.

First, I have a feeling that the volume of complaints will be too big for them to ignore. To that end, I hope you’ll pass these instructions along, blog them, Twitter them, and spread the word. (Gizmodo, Engadget, Consumerist and others have agreed to help out.) And I hope you’ll take the time to complain yourself. Do it now, before you forget.

Second, we’ll all be watching. I’ll be reporting on the carriers’ responses. If they ignore us, we’ll shame them. If they respond, we’ll celebrate them.

Either way, it’s time to rise up. It’s time for this crass, time-wasting money-grab to end for good.

Dear Apple

My Letter

to Apple.com/Support/iPhone.html

I am leaving this feedback mainly because I am extremely disappointed with the phone service which I am forced to use as an American iPhone owner. AT&T is terrible and in just 2 months I’ve had more problems than I had in 5 years with Verizon! This is simply unacceptable.
Due to the fact that iPhone is such a brilliant device with amazing potential I can’t see why APPLE chooses to sell the iPhone as an AT&T exclusive product even though it’s been proven that they just plain SUCK at just about everything they try to provide. Please fix this for your customers. I know that APPLE wants to provide the best end user experience but by offering iPhone on the AT&T network that is simply not possible.

The latest issue I have experienced was with iPhone Visual Voicemail. The problems I have been having are a direct result of using AT&T as my phone carrier and I simply can not be expected to accept the sub standard level of service I have been receiving. I went over 2 weeks without getting a single voicemail message, in fact at some times I didn’t even receive missed call notifications. Other issues include improper calculation of data usage terrible 3G and Edge(DATA in general) coverage throughout the nation.

asie:

deleteyourself:
A architect in Brooklyn is turning old dumpsters into urban swimming pools. (Link)
I wanna go shwimming!

asie:

deleteyourself:

A architect in Brooklyn is turning old dumpsters into urban swimming pools. (Link)

I wanna go shwimming!

Thanks Tumblr! Theme by Thijs.