User Tools

Site Tools


software:unibox

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
software:unibox [2014/12/04 17:55] – created superwizardsoftware:unibox [2014/12/05 00:24] (current) superwizard
Line 1: Line 1:
 +====== Gravatars ======
 +
 +From: https://en.gravatar.com/emails/
 +
 +<code>
 +On Gravatar, users can register an account based on their email address, and upload an avatar to be 
 +associated with the account. Gravatar plugins are available for popular blogging software; when the user 
 +posts a comment on such a blog that requires an email address, the blogging software checks whether that 
 +email address has an associated avatar at Gravatar. If so, the Gravatar is shown along with the comment. 
 +Gravatar support is provided natively in WordPress as of v2.5[2] and in web based project management 
 +application Redmine beginning with version 0.8.[3] Support for Gravatars is also provided via a third-party 
 +module in the Drupal web content management system.[4]
 +
 +A Gravatar avatar can be up to 2048 pixels wide, is always square and is displayed at 80 by 80 pixels by 
 +default
 +</code>
 +
 ====== unibox and contact list avatars ====== ====== unibox and contact list avatars ======
  
Line 16: Line 33:
 ====== Favicon to your Site ====== ====== Favicon to your Site ======
  
 +From: http://www.w3.org/2005/10/howto-favicon
  
- +Method 1
 <code> <code>
 <!DOCTYPE html  <!DOCTYPE html 
Line 32: Line 49:
 […] […]
 </html> </html>
 +</code>
 +
 +Method 2
 +
 +<code>
 +(Discouraged): Putting the favicon at a predefined URI
 +A second method for specifying a favicon relies on using a predefined URI to identify the image: "/favicon", which is relative to the server root. This method works because some browsers have been programmed to look for favicons using that URI. 
 +</code>
 +
 +From: http://www.davesite.com/webstation/html/favicon.shtml
 +
 +
 +<code>
 +Create a 16 pixel wide by 16 pixel high favicon.bmp file in a Program like MS-Paint, Adobe Photoshop, or Jasc's Paint Shop Pro, then use a program (such as the free IrFanView app [for Windows]) to reduce the colors to 16 colors [Image -> Decrease Color Depth], and then 'save as...' to a Windows Icon Format (favicon.ico).
 +
 </code> </code>
software/unibox.1417715727.txt.gz · Last modified: 2014/12/04 17:55 by superwizard