Promoting D projects (or internet marketing 101)

Tom tom at nospam.com
Wed Nov 1 11:03:04 PST 2006


== Quote from Walter Bright (newshound at digitalmars.com)'s article
> Tom wrote:
> > If you allow me, I would like to help improving the "look and feel" of digitalmars
> > (changing the stylesheet, template, submitting some images, etc.). Give me some
> > time (which I have so little lately), and I'll post some real alternatives for you
> > (and the community) to throw your opinions.
> Send me your email address, and I'll send you the template and the style
> sheet.

My email is the result of evaluating:

my_email_at("gmail.com");

with

char[] my_email_at(char[] domain) {
	char[] username = "siostar";
	return username[4..$] ~ username[2..4] ~
		username[0..2] ~ "@" ~ domain;
}


We all hate spam so... I know, this is not funny. :D

--
Tom;




More information about the Digitalmars-d-announce mailing list