Wednesday, April 10, 2013

Monday, April 8, 2013

Friday, April 5, 2013

My domain names dummy for managing my job

Terminology
A-record
The mapping from a name to ip.
abc.com → 123.123.123.123

CNAME-record
Aliases like www.abc.com → abc.com.
A CNAME always should point to an A-record.

How to redirect a domain 4 Apr
When we have acquired a domain name from a domain name registrar (like 1&1 or Godaddy) we have to redirect it to the actual site. Either it is the name of an original site (abc.com), or it is just an alias to an exisiting site (abc.net).

When setting up an original site the name has to be registered with the hosting provider. Either as the main domain or as an add on domain on the specific host (a2hosting terminology).

HTTP Redirect
If we just want to redirect a newly acquired domain name to the original site a http redirect is the simplest to add. For this kind of redirect only the domain name information at the registrar has to be edited. No edits need to be made at the hosting provider. Only http traffic will be redirected.

E.g. When typing abc.net in the browser you will be redirected to abc.com. www.abc.net will also work.

CNAME
The other alternative is to edit the cname for the acquired domain name. No edits need to be made at the hosting provider.

E.g. For abc.net you provide abc.com as cname. www.abc.net will also work.

Name servers
And the third alternative is to redirect using name servers. Typically you change the name servers at the registrar to point to the hosting provider. E.g. from 1&1 name servers to ns3.a2hosting.com. When using cname or name servers all kinds of traffic will be redirected. For this to work the names servers at the hosting company needs to be edited as well. An alias need to be added. (Parked domain in a2hosting terminology.)

E.g. abc.net must be added as a parked domain on the hosted server. For www.abc.net to be redirected as well it must be setup as a subdomain at the domain registrar and redirected to the same name servers. (Then at e.g. a2hosting the www. subdomain is known by default so it does not need to be added.)

A-record
If we a re setting up an original site and have a known IP then editing the A-record at the domain registrar can be of interest. But most likely (if we are using a web hosting service) we would like to do a name server redirect in this case.

Interesting VR news from Valve and GDC

Michael Abrash talk at Game Developers Conference 2013
Why Virtual Reality Is Hard (and where it might be going)
And his colleague Joe Ludwig
Lessons learned porting Team Fortress 2 to Virtual Reality

Thursday, April 4, 2013

My first usenet post 9/3/97

https://groups.google.com/d/msg/comp.windows.x.motif/jmuwjoWuG6U/uB8XS3Aop3UJ

On Wednesday, September 3, 1997 9:00:00 AM UTC+2, Andreas Nilsson wrote:

I'm currently porting an Motif application that have been runnning on
SunOS  4.1.1 (X11R4 and unknown Motif version) to Solaris 2.5.1 (X11R5
and Motif 1.2).
On SunOS all the windows default size were correct, i.e. all the
buttons, scollbars etc fitted nicely in the windows as they were
created. On Solaris the windows
are created in minimum size by default (so you can't see whats in them).
The typical window is constructed of a form widget in a dialogshell
widget. Of course
the form widget then includes subwidgets in the form of buttons and
scollbars.
As far as I can see all the widgets are created and managed in the
correct order.

It is not an acceptable solution to set default width and height on
every window in the application.

Anyone got a clue about what I'm doing wrong ??

Thanks in advance
Andreas

--
-----------------------------------------------------
 Andreas Nilsson         E-mail: and...@basesoft.se
 Basesoft Open Systems   Voice:  +46  (0)8  13 17 20
 P.O. Box 34 140         Fax:    +46  (0)8  13 17 25
 S-100 26 Stockholm
 Sweden
-----------------------------------------------------