Archive for the ‘domainname’ Category

Build a professional looking web page?

Sunday, October 11th, 2009

I purchased a domain name and will purchase space soon. After that, i just want that domain name to point to my current website. So when I go to the domainname.com all I want to be visible is a link that says "ENTER" which will take me to my current one. How do I do that in MS WORD?

This is a code of just enter page.

change mylink to the page name.

———————————————————————

<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Welcome to my site</title>
</head>

<body>
<div align="center"><a href="yourlink">Enter</a></div>
</body>
</html>

SEO:What does omitted results mean?

Sunday, October 11th, 2009

"In order to show you the most relevant results, we have omitted some entries very similar to the 103 already displayed."

When searching google, I type this, "domainname". Replace domain name with the site I am searching. The results show who or what pages within the site are linking to the site in question.

That being said, the below quote is shown after searching with google, "In order to show you the most relevant results, we have omitted some entries very similar to the 103 already displayed."

What does this mean? Has the site been penalized with google? If yes, why? No hidden text, links, backdoor pages or link farms are shown on this site.

You are running into what is called "duplicate content issues" where your sites pages are seen as "too similar" thus only the unique listings are returned. Google does this to "clean" the results they have. This can also be caused by session ids with dynamically generated content.

One piece of advice, be careful of "internet marketing companies" claiming to be great, but have a PageRank of 0/10 and only their home page in the idex as the site above falls into.

SEO Prostitution seems to be everywhere.

how do u create your primary website for free.?

Friday, October 9th, 2009

example www.domainname.com

Domain names are not free. Sub-domains are.

Make a Webpage:

Full Web Building Tutorials: http://www.w3schools.com/

Beginner’s HTML Tutorial: http://www.htmlbasix.com/

How to Create a Webpage: http://www.make-a-web-site.com/

So You Want To Set Up Your First Site, Huh?: http://www.htmlgoodies.com/tutorials/getting_started/article.php/3479561

More info: http://www.hypergurl.com/

Web Site Blog: http://www.instant-web-site-tools.com/blog/
http://www.w3schools.com/site/default.asp

How to Start / Create Your Own Website: The Beginner’s A-Z Guide: http://www.thesitewizard.com/gettingstarted/startwebsite.shtml

So, you want to make a Web Page!: http://www.pagetutor.com/html_tutor/index.html

Getting started with HTML: http://www.w3.org/MarkUp/Guide/

Web Hosting / Domain Question: My client already pays annually for their domain. I know there are many?

Wednesday, October 7th, 2009

**free** web hosing companies out there and the URL they provide you with is something like for example: www.awardspace.domainname.com

Is there a way to use a free webhosting AND use the domain that my client is already paying for?

http://www.getawebpage.net

That site lists some of the best web hosting companies in the business. All of them will allow you to post Google Adsense ads.

How to open domain email in yahoo?

Saturday, October 3rd, 2009

I try to open domain email (name@domainname.com) in yahoo, other than using POP, is there another way? I heard someone can type in their username (their domain email) in yahoo and pass, but still able to log in. How can I do this? Please explain it clearly as I am newbie in this field. Thank you.

http://help.yahoo.com/l/us/yahoo/mail/yahoomail/manage/manage-69.html

How to open domain email in yahoo?

Saturday, October 3rd, 2009

I try to open domain email (name@domainname.com) in yahoo, other than using POP, is there another way? I heard someone can type in their username (their domain email) in yahoo and pass, but still able to log in. How can I do this? Please explain it clearly as I am newbie in this field. Thank you.

http://help.yahoo.com/l/us/yahoo/mail/yahoomail/manage/manage-69.html

Why doesn’t my new domain have a WWW at the beginning?

Thursday, October 1st, 2009

I can get to the site by just having the http://domainname.com, but it doesn’t direct when there I put a www in front of it (as in http://www.domainname.com). It’s fairly critical that the www direct to my site properly, since the site will be used for my business and many people still unnecessarily type in the www.

Help?

In your webhosting account add a subdomain named "www"
use .htaccess to redirect the subdomain to domainname.com

If you still need help you may contact a web developer at websites like http://getafreelnacer.com/

how can i go up a level in javascript?

Tuesday, September 29th, 2009

I have a website that was written by someone else, i am using it to build a new page and the owner wants to keep most of the functionality. One of the functions is a slideshow, it is located in the folder "/domainname/resources/designcenter/slideshow/index.html" the file I am working with is in "domainname/info/about/about_us.html" the java script is

href="javascript:;"

onClick="MM_openBrWindow(’/resources/designcenter/slideshow/index.html’,”,’width=420,height=500′)

How do I get the commmand to go to the correct folder? I have tried the HTML version that I know (../../) but that isnt working.

Thanks

I am a little bit confused, so here’s two answers:

1- If the pathways you typed are totally correct, and there is a folder ‘domainname’ then the MM_openBrWindow function must be adding a string, ‘/domainname’, to the ‘/res..’ string that is being passed in. You could take that out of the function and then pass ‘/domainname/res..’ to achieve the same result.

2- If the ‘/’ was a typo in the first pathway you typed, then the solution should be simple. ‘resources’ and ‘info’ are at the same level, so you don’t need to travel up any folders. You should be able to go to the correct folder simply by typing ‘/info…’

Is there anyway that I can get a free domain name?

Sunday, September 27th, 2009

I just want a free domain name. www.domainname.com,org,net anything.

ya there is, its called ezrewards
what you do is sign up
they wil have you run through hundreds of advertisements asking for your personal information. its a pain in the BUTT!! if you complete a certain amount of ads you wil get points
with points you can get rewards such as a free domain name

Create email account automatically with registration?

Friday, September 25th, 2009

Here i have a membership site, when a user registers on my site, lets say the username is john and my site www.domainname.com. Then i want to automatically create an email account john@domainname.com. And when any emails comes to john@domainname.com i want want it to be automatically redirected to the email john used to register my site. lets assume john74@gmail.com.

that is i want any mails coming to john@domainname.com to be forwarded to john74@gmail.com.

I want all this process to be automatic. How can i go about doing this.

You just need to have programmatic access to your mail server. To be able to receive mail requires an SMTP server… then it’s simply a matter of creating the users according to however that particular SMTP server product works. The SMTP server would also be responsible for forwarding.