To configure the name displayed on the phpMyAdmin database login page for the server choice dropdown list set the ‘verbose’ property for the server in config.inc.php, e.g.:
$cfg['Servers'][$i]['verbose'] = 'Name to display...';
To configure the name displayed on the phpMyAdmin database login page for the server choice dropdown list set the ‘verbose’ property for the server in config.inc.php, e.g.:
$cfg['Servers'][$i]['verbose'] = 'Name to display...';
Found how to escape @ characters in Subversion managed file names?. The short answer is that you add an extra ‘@’ character at the end of the file name…
See here for a list of languagse along with their code and local name.
Read a few interesting articles about domain names this evening: How Much Should You Pay for a Domain Name? and 14 Mistakes You May Be Making When Buying Domain Names.
To get the element/tag name with jQuery:
$( '.selector' ).get( 0 ).tagName
I found two articles today: Total Domain Name Registrations (2010) and Obsessed With Facebook (2011). Here’s the guts of it:
Reading the OpenSSL FAQ I learned that you can issue the following command to get a list of the acceptable client certificate CA names from a server:
openssl s_client -connect test.jj5.net:443 -prexit
Obviously you replace ‘test.jj5.net’ with whatever server you’re interested in.
Read this article, Benefits of Generic Domains, the other day. It makes the case for owning generic domain names.