Error
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.

sites

Apple's Trying to Boot Hardcore Porn Sites from iPhone Domains [Apple]
Thursday, 03 November 2011 12:20
Apparently, dear reader, some websites that a casual observer would assume are Apple sites are actually landing sites for hardcore porn. Apple's filed complaint with the World Intellectual Property Organization against seven sites—all of which have iPhone in their url—including the especially troubling iPhone4s.com. (Don't click that NSFW NSFW porn it's porn NSFW!) More »


Read more: http://feeds.gawker.com/~r/gizmodo/full/~3/c4nNV2MRpRo/apples-trying-to-boot-hardcore-porn-sites-from-iphone-domains

 
Google Search Updates: Less Content Farm Spam, More Recipes [Google]
Thursday, 24 February 2011 22:45
Two awesome things are happening with Google's search engine. First, Google is finally going after the content farms that flood their search results with posts that care more about SEO than content. Wanting to filter that noise out, Google is pushing forward a new search algorithm which identifies posts from those types sites and lowers their search rank. That makes it harder for these sites to make it to the top of a results page for any given search string. It will affect approximately 12% of all queries on Google. More »


Read more: http://feeds.gawker.com/~r/gizmodo/full/~3/JXmj9SMLI2U/google-recipe-search-does-exactly-what-its-name-implies

 
Notes on Switching Servers
Friday, 14 January 2011 16:15

Switching servers & migrating sites can be a HUGE deal (or not), depending on things like:

  • Number of sites to transfer
  • Size and complexity of sites
  • Who is hosting your sites
  • Experience

I recently did this, switching from a 3-year run at ASO to my new home at Media Temple. Total of 24 properties, with WordPress running on around 10 sites. Past experience with VPS servers really had me paranoid about running out of memory. A few years ago, Perishable Press alone gobbled up 256MB of RAM at WiredTree, so add another 23 sites on top of that and needless to say I was extremely concerned about the migration from a shared-hosting environment to a (dv) Base account limited to 512MB RAM.

Fortunately, the transfer was a success, and all of my sites (including a few client sites) have been running great ever since. I’ve been keeping a close eye on server memory usage, which averages between 35 - 50% for my entire operation. A much, much better switch than a few years ago, and still plenty of room to grow.

Every little thing..

So how did I do it? I mean, some of my sites (like this one) are 5+ years old, and come with a LOT of baggage. Websites are very much like trees: over time, directory structures grow increasingly complex, with increasing numbers of interconnected files and scripts requiring plenty of resources to thrive. One of my main goals while switching servers was to consolidate and streamline as much as possible. My general migration strategy went something like this:

  1. Setup new domain in Media Temple account and in Plesk
  2. In Plesk, setup & configure any extra services or packages
  3. In Plesk, create the database, mail account, and any subdomains
  4. Prepare the website to be transferred, upgrade WP, plugins, etc.
  5. Repair & export database, then import & check
  6. Clean up files, grep & update any changed paths, etc.
  7. Check/update htaccess files, database config files, and so on
  8. Upload entire site (including subdomains) to new server
  9. Setup any password-protected directories in Plesk
  10. Check new site using Site Preview (or via hosts file)
  11. Once everything looks good, switch DNS to (mt) servers
  12. Keep a close eye on things (like RAM) as traffic rolls in
  13. Once fully propagated, delete old files, db, etc.
  14. Have a snack, take a nap

By following this procedure carefully for each site (improvising when needed), I was able to shift my entire online operation from a shared hosting account to a (dv)-Base server with virtually no problems. There was some confusion over subdomain canonicalization, but really that’s about it. Everything else I needed was readily available online (except for one thing, explained in the next section).

Timewise, I think the entire process took about three days. I know that some migrations happen much faster, but I really wanted to take the time to do it right. Some transfers were pretty simple, just static/small sites or whatever. Other sites didn’t make the cut, and others were transferred but soon will be sold (or just deleted). But the main sites required some serious time, focus, and effort. It’s not easy rooting around old files and trying to figure out just what the heck was I thinking when I did that, and then taking the time to re-do it the right way. Tedious, yes, but my sites are in much better condition now than before the switch.

Other notes..

Just to keep it all in one place, here are some of the little things that are too useful to forget.

Keeping an eye on DNS/domain propagation

Throughout the migration process, the following online tools were indispensable:

These tools really helped while evaluating server resources and knowing when DNS propagation was complete.

Previewing the site on the new server

There are at least two ways to preview the site on the new server. The first is to just use Plesk’s built-in Site Preview feature, which makes your pages available at a temporary URL. That worked great for simple/static sites, but for WordPress-powered sites, it is much easier to just modify your computer’s hosts file, as explained here.

Increasing PHP memory on VPS/(dv)

By default, Media Temple’s (dv) server limits each site’s PHP to 32MB. For most sites, this is fine, but when that extra boost of memory is needed, here is the easiest way to make it happen:

  1. Enable root-access and log in as root via SSH
  2. Create a vhost.conf file at /var/www/vhosts/domain.com/conf/
  3. Add this line to the file: <Directory /var/www/vhosts/example.com/httpdocs/>php_value memory_limit 64M</Directory>
  4. As root, run this command: /usr/local/psa/admin/sbin/websrvmng --reconfigure-vhost --vhost-name=example.com
  5. Restart Apache

Of all the different ways to increase PHP memory, this is what actually works on (dv).

Unresolved issues

As mentioned, so far there is only one unresolved issue, and a small one at that. For several of my sites, I’m running Shaun Inman’s Mint Statistics, and everything is working great except for one thing. For some reason, the IP addresses recorded by the Session Tracker extension are shown as 0.0.0.0. About half of the IPs are recorded properly, but the other half are just zeroes.

I’ve scoured Google for a solution, but found nothing that seemed to help. So if you have any ideas, please share them in the comments. Thanks!

Other resources..

Here are other resources that I found most useful during the migration process:

As well as those already mentioned in the article :)

Quick summary and I’m out..

Transferring my sites to a new server was a great decision. Everything is faster, cleaner, and more secure than ever before. The key to making this happen is finding a good host and taking your time during the migration process. Especially with hosting, time is money, and you get what you pay for.

Source: Perishable Press

Take your WordPress skills to the next level with Digging into WordPress!

Related articles

Read more: http://perishablepress.com/press/2011/01/14/notes-on-switching-servers/

 
Attention Filmmakers: You Can Now Upload Full Length Films to Vimeo...in HD [Onlinevideo]
Wednesday, 05 January 2011 19:30
As of today, Vimeo now allows their Plus users to upload HD videos as big as 5 gigs (approx 2.5 hours in length). This should appeal to the site's flourishing independent filmmaker community, and hopefully spawn some awesome content. More »


Read more: http://feeds.gawker.com/~r/gizmodo/full/~3/rjDTj6nTcZQ/attention-filmmakers-you-can-now-upload-full-length-films-to-vimeoin-hd

 
Shooting Challenge: Pixelmutation [Photography]
Wednesday, 08 December 2010 11:40
A majority of us experience photography digitally—from taking the shot on a dSLR to viewing it through fiber optics, LCDs and social networking sites. For this week's Shooting Challenge, we're going to celebrate the digital through pixelmutations*. More »


Read more: http://feeds.gawker.com/~r/gizmodo/full/~3/4DSucNahujg/shooting-challenge-pixelmutation

 
Start
Prev
1


Page 1 of 2
Taxonomy by Zaragoza Online