Posts tagged computer help
Google = Topeka
0I don’t know if anyone noticed a while ago. that Google changed their name to Topeka. Great marketing move. Topeka is much more catchy.
WordPress MU multiple domains
1Today I have been working with multiple domains and wordpress mu. I setup a site admin to control the new blogs that were created.
Example:
domain1.com (main)
domain2.com
domain3.com
I could login to domain1 just fine but every time I would l log on to domain2 or domain3 I would keep getting a redirect back to the login page.
I found this on the wordpress forum that worked like a charm.
I had a similar problem which occured when I changed a sub-blogs domainname.
Wordpress MU: domain1.com
Blog: domain2.comI had to make a change in wp-settings.php to make it work:
around line 261:
if ( !defined(‘COOKIE_DOMAIN’) )
define(‘COOKIE_DOMAIN’, ‘.’ . $current_site->domain);changed to:
if ( !defined(‘COOKIE_DOMAIN’) )
define(‘COOKIE_DOMAIN’, ‘.’ . $_SERVER['HTTP_HOST']);which seems to have solved the problem.
This post was from Raymond.
iPhone OS 4
0Jeremy over at iLounge.com has written a great article on the new features of the up and coming iPhone os 4. One of my anticipated features is the multi-tasking. Also, folders for the home page is going to be great as well!
450,000 ipads?
1Wow. Still waiting for mine!
450,000 ipads sold today.
Why use Vmware Converter?
0I downloaded this (vmare converter) free product during a baremetal conversion to a virtual machine. For small business servers out there this application is a life send. It has the ability to create virtual drives as well the .vmx file from the machine that you are wanting to convert from. This can be done while the server is running! After which, download Vmware Server, another free download, configure it and you are virtualized! Amazing product.
Office 2010 Beta – Microsoft Word to WordPress blog
0Microsoft 2010 has an interesting feature. Blog directly from Word to WordPress. To try this feature, click new in the Office Menu then click ‘New blog post’. From there you can setup your account to match your desired blogging engine.
Trying linking from facebook p…
0Trying linking from facebook page to twitter? http://bit.ly/cA1iEi
