Re: Redirecting after a name change
Isn't it possible to regain your old domain (lydiascarletswan.x10hosting.com) and use it as a secondary domain?
You could then just change the document root for that domain and display a "This site has moved"-page. Include a link to the new site and search engines should follow it. Other than that, you can also use a Location-header to automatically redirect the user and mod_rewrite to rewrite any request to the moved-page.
Real programmers don't document their code - if it was hard to write, it should be hard to understand.