Archive for September, 2011



Can I trademark the Dot-Com name without owning the Dot-Com domain name, if the owner not yet start the firm?

Friday 23 September 2011 @ 4:56 pm
expired domain names
Bankerfelix asked:


I have a good dot-com name i created 10 years ago and 6 months ago, i forgot to renew and it got expired and immediately picked up by somebody (ouch and dammmm). I can’t do nothing about it. So I am planning to file trademark on the Dot-Com name for my origional business concept since the new owner has not done anything to it yet…Trade Mark Attorney pls advise. Because I am the fist to trade mark and copyrighted the domain name not the owner of the domain! Right?




Using a public domain, previously trademarked word in a company name?

Tuesday 20 September 2011 @ 1:18 am
expired domain names
Sydney [wexfordkid] asked:


There’s a certain fictional character whose name I want to use as part of a legal company name ([name] Enterprises, or whatever). The character appeared in a story dated 1927, so the copyright will be expiring soon. Once it does, can I legally use this name as a part of a business name?




Can I sew the company for letting my business’s domain name expire?

Sunday 18 September 2011 @ 7:58 pm
expired domain names
robbie asked:


I run a successful company & sell alot of business online.. My domain name for the business was due to expire & needed to be renewed but the company failed to do so!.. Now the website is down & I am not earning. What should I do?




Why does my Javascript popup cookies are not working in Chrome?

Saturday 17 September 2011 @ 2:52 am
expired domain names
nitesh asked:


This is the script for the same:

//document.body.onLoad = window.setTimeout(“fireMyPopup()”, 1500);
var expDays = 1; // number of days the cookie should last

var page = “AAServer_popUp.htm”;
var windowprops = “width=300,height=200,location=no,toolbar=no,menubar=no,scrollbars=no,resizable=yes”;

function GetCookie (name) {
var arg = name + “=”;
var alen = arg.length;
var clen = document.cookie.length;
var i = 0;
while (i < clen) {
var j = i + alen;
if (document.cookie.substring(i, j) == arg)
return getCookieVal (j);
i = document.cookie.indexOf(" ", i) + 1;
if (i == 0) break;
}
return null;
}
function SetCookie (name, value) {
var argv = SetCookie.arguments;
var argc = SetCookie.arguments.length;
var expires = (argc > 2) ? argv[2] : null;
var path = (argc > 3) ? argv[3] : null;
var domain = (argc > 4) ? argv[4] : null;
var secure = (argc > 5) ? argv[5] : false;
document.cookie = name + “=” + escape (value) +
((expires == null) ? “” : (“; expires=” + expires.toGMTString())) +
((path == null) ? “” : (“; path=” + path)) +
((domain == null) ? “” : (“; domain=” + domain)) +
((secure == true) ? “; secure” : “”);
}
function DeleteCookie (name) {
var exp = new Date();
exp.setTime (exp.getTime() – 1);
var cval = GetCookie (name);
document.cookie = name + “=” + cval + “; expires=” + exp.toGMTString();
}
var exp = new Date();
exp.setTime(exp.getTime() + (expDays*24*60*60*1000));
function amt(){
var count = GetCookie(‘count’)
if(count == null) {
SetCookie(‘count’,’1′)
return 1
}
else {
var newcount = parseInt(count) + 1;
DeleteCookie(‘count’)
SetCookie(‘count’,newcount,exp)
return count
}
}
function getCookieVal(offset) {
var endstr = document.cookie.indexOf (“;”, offset);
if (endstr == -1)
endstr = document.cookie.length;
return unescape(document.cookie.substring(offset, endstr));
}

function checkCount() {
var count = GetCookie(‘count’);
if (count == null) {
count=1;
SetCookie(‘count’, count, exp);

window.open(page, “”, windowprops);

}
else {
count++;
SetCookie(‘count’, count, exp);
}
}
function fireMyPopup() {
var count = GetCookie(‘count’);
if (count == null) {
count=1;
SetCookie(‘count’, count, exp);
document.getElementById(“mypopup”).style.display=”block”;

}
else {
count++;
SetCookie(‘count’, count, exp);

}

}
function onBodyLoad() {
var t=window.setTimeout(“fireMyPopup()”, 1500);

}




My domain name has expired but my details are still on Whois?

Tuesday 6 September 2011 @ 12:52 pm
expired domain names
haadyagob asked:


I paid my subscription 2 weeks after it expired and now some anonymous person is using it. My domain provider won’t answer my letters or emails. Should I just give up on this and just register a new domain name and cut my losses?
http://domains.whois.com still shows MY details as domain owner. Other WHOIS sites says someone else. Confused!