Category Archives: Uncategorized

Several months ago I received an offer to buy the domain I am currently using for the LocalHero. A price couldn’t be agreed

However I also pointed out to the domain name broker that given I have been using the name LocalHero in the area of local news are services for longer than 3 years I also have a common law trademark on the name in that category. She assured me she had passed this information on to her client.

A week ago I discovered that a Californian company LocalHero Inc offering local services are now trading under the name LocalHero (the same capitalization as my organization). This behaviour is likely illegal, being in contravention of my common law trademark to the term LocalHero in this category. orew importantly this behaviour is definitely unethical and high hypocritical for a company for company deicated to “helping people”>

It is likely i will be taking legal action however I have already started to prosecute this in the court of public opinion and therefore will be putting togther a shame file of the people cresponsible. Stay tuned.

JavaScript’s is a language everybody loves to hate, and the language which, more than any other in the modern web developer’s toolbox, people will go to insane lengths to avoid writing directly (witness Google Web Toolkit, JavaScript “helpers” in server-side frameworks, etc.).

Which isn’t fair, really, because (as I’ve said many a time) most people don’t actually hate JavaScript the language; they hate the buggy and inconsistent implementations of JavaScript in major web browsers and, to a larger extent, the buggy and inconsistent implementations of the DOM in major browsers.

Which is why as I have said before I do not like and do not advocate the use of JavaScript libraries. At first glance this may seem hypocriticial given you could argue that the LocalHero code repository is a JavaScript library in itself. However as I have said before LocalHero Code is not a library just a collection of useful functions and ways to harmonise browser behaviour. It is not an attempt to change the way the language should behave or abstract it. Continue reading