Hero Inc.

where heroes are an everyday occurrence

Archive for July, 2010

Jul-8-2010

2 domains, 1 host

Yeah, I ripped the title of this post from the infamous viral video (probably NSFW, wiki link) but it was funny and worked well here.

For those who have been following me somewhat, I recently joined into a venture of sorts with friends in order to post our many movie reviews collectively under a single banner known as The Amateur Critics Guild.  It was a simple idea and tons of fun to actually build the branding, especially the About page, which still cracks me up when I look at it.

Anyway, back to the original purpose in this post.  We needed a domain for the site and finally settled on theacguild.net because we liked the name and it was available.  Mostly it was available.  We only wanted to pay for the domain and not the hosting since my current site, this one, was probably only using about 30% of its full capacity.  We knew we could just forward the domain and be done with it.

I setup wordpress for The ACG within a new directory on my site and set the forwarding rule through my provider (1and1).  The site was up and running, but one glaring issue continued to bother me as the URL of the site would always be something like “heroinc.org/theacguild/<some post naming structure>”.  This may have been a cheaper route than purchasing more hosting space but I knew that I had not had this issue earlier when I had the domain apenguinandme.com.  After a few bad attempts, here’s how to have it work so you can have 2 domains and 1 host (recursion anyone?).

Setup The Second Domain

  1. Buy the second domain.
  2. Within the domain, setup a forwarding rule.  1and1 allowed me 2 options for forwarding the domain:  1)  Provide a url, 2) Provide a home directory for the domain.
  3. Choose the option to “provide a home directory for the domain”.  Option 1 would just forward the url and you would always have “domain1.com/domain2directory” for your website.  Option 2 allows for “domain2.com” and “domain1.com” without anyone needing to know the difference.

1and1 Screenshot

I assume that the option of forwarding to a particular directory will only work if the domains are purchased from the same hosting company where the site is hosted. I could be wrong on that, but I doubt it.

Now that the forwarding is setup, you are good to go.  However, what if you were like me and setup the wordpress site improperly the first time?  Well, good thing I did this first for you.  Here’s how you correct your wordpress installation.

Bad WordPress Installation Fix
Perform these steps during offhours for your site so that you don’t cause problems if issues come up.

  1. Backup the database associated with wordpress installation.  I’m always a fan of backing up so that you can revert back to the original if things go wrong.
  2. Backup the wordpress directory where wordpress is installed.  Like I said, I’m a fan of backups.
  3. Within the admin page of your wordpress installation, navigate to the Settings / General page.
  4. Change the “WordPress address (URL)”.  For example, before mine was “http://heroinc.org/theacguild”.  After I updated it, it said “http://theacguild.net”.
  5. Change the “Site address (URL)”.  Same example as before.  Mine was “http://heroinc.org/theacguild”.  After I updated it, it said “http://theacguild.net”.
  6. Save the changes.  The site might act up for a second but don’t worry about it.
  7. NEXT STEPS ARE DANGEROUS WHICH IS WHY WE TOOK BACKUPS.  If you skipped steps 1 and 2, do them NOW.  I’ll wait….
  8. Navigate to the database for your wordpress installation.  With my site, I use phpMyAdmin.
  9. Use the search function to query the database tables for the old domain name.  The returned tables from the search all need to be updated to remove the old references so that all of your site links work.

  10. Using a sql query, you can do a quick replace throughout the database table. The following sql query will do the replace for you and it should be repeated for each table that was returned by the query. Just remember that the query will replace all instances and that may not be what you always need so use caution. I know that I had a post or two on the new site where I linked to my actual real site and I had to manually make those changes so not to override what my post was meant to use.
    UPDATE wp_posts SET INSERT_TABLE_NAME_HERE = REPLACE (
    INSERT_TABLE_NAME_HERE,
    'olddomain.com',
    'newdomain.com');
  11. Within your wordpress installation directory, search for “olddomain.com”. I believe it was within 4 of my files (404.php, header.php, sidebar.php, and style.css).
  12. Within each returned file from the search, do a find and replace to change “olddomain.com” to “newdomain.com”.
  13. Finally, in the words of the great wordpress instructions, go do something nice for yourself as you are now finished in updating your site to properly use the new domain.

Here’s hoping this will help other people who made a stupid mistake like I did.

Posted under Internet | Tagged as , , ,
Jul-5-2010

Big Idea: Hudba

Quick Pitch: iTunes meets Pandora meets Ticketmaster meets every band’s website meets Netflix.

Big Idea Name: Hudba. Hudba in the Czech language means “music.” Sure, a new name might be needed for marketing purposes, but at least this is a decent start.

Hudba Logo
This image was made thanks to Bramandsons

Business Pitch: With the current music industries distribution from CDs to digital media, they have struggled to keep up. Consumers have turned to pirating for their musical means. The industry has made partnerships with many different companies to sell their products and business promptly picked up. However, the issue comes in sharing the overall pie across so many different companies and keeping the products and services interesting every day.

Hudba provides the central location for all things music. Here are some of the many functions and features of the Hudba community:

  • Purchase music via the large and comprehensive library – A music library that provides thousands of artists, albums, and singles across multiple genres.
  • Music recommendation based on smart algorithm and music genome project. Currently Netflix provides a great interface and recommendation system to allow individuals to find more movies and builds further interest in the service by making the recommendations more accurate and personal. The music genome project currently employed by the Pandora service already provides quick, accurate recommendations based on similar artists. By providing suggestions that closely match a user’s tastes, impulse buys can result providing greater revenue.
  • Simple music updates and reminders – Individuals can purchase music and signup for artist updates. Updates could include: new album releases, upcoming tours, band blog posts, etc. Often consumers find artists they enjoy but have difficulty remembering to check yearly for new albums or look for upcoming shows in the area.
  • Merchandising and ticket sells direct to consumers – With consumers signing up for updates at the time of purchase, further sells can be managed with the checkout. As consumers purchase albums, a recommendation could be made that the artist will be appearing locally at a venue and tickets are sold.
  • Band page personalization – Bands control the amount of marketing found within each artist page. This information can control the albums released, blog posts from band members, and the ability to create small fan communities that receive the latest and greatest information.
  • Social Media Connection – The internet is now a social place to interact with anyone and everyone. By providing integration with multiple social sites such as Twitter and Facebook, an artists latest creations (music, videos, etc.) can be spread into the internet wild in an effort to reach mass population.
  • Customized dashboard – Customized rss feeds or updates (stated above) could be generated in order to develop a central dashboard within the Hudba system that provides the relevant information that interest the user. The dashboard could provide quick feeds to news, upcoming starred/tagged albums, suggested recommendations (automatically and socially), and upcoming tour dates in the area based on purchases and recommendations.

Who to Pitch To: Record Companies, RIAA

Competitors: Apple iTunes, Napster, Amazon Music

Acquisition Potential: Any of the major competitors mentioned above would love to have this service as well as additional future players within the space (such as Google) who want to provide a simple interface to direct consumers to the music that leads their lives.

Posted under Music | Tagged as , , ,