James McDonald

Access

Blog History

Multi-line textarea jQuery.append

I have a textarea which I use jquery.append() to place error messages into. $('textarea').append(status_text + line_break); I have found that in Internet Explorer if I use a newline character "\n" for the line_break I get: If I use a carriage return line feed "\r\n"...

read more

Fedora 18 Fonts

Good info here ==> http://fedorasolved.org/Members/khaytsus/improve-fonts But the path to conf.avail is /usr/share/fontconfig/conf.avail [root@mypc conf.avail]# ln -sf  /usr/share/fontconfig/conf.avail/10-autohint.conf /etc/fonts/conf.d/ [root@mypc conf.avail]# ln...

read more

Enable xdmcp

On Redhat Open /etc/gdm/custom.conf Add [security] DisallowTCP=false AllowRemoteRoot=true [xdmcp] Enable=true HonorIndirect=false   restart X telinit 3 telinit 5  

read more