Pages

Google Search Engine

Monday, May 7, 2012

Custom Fav Icon For Blogger [ tag trick ]

It's very simple to make yours own icon then replace Blogger icon (B - orange letter).

What is Icon ?

Icon in this article are about Favorite or Bookmark Browser Icon. Icon that you can see in the left of address bar Browser.


Notes:

Remember that icon size must be 24 x 24 pixel up to 32 x 32 pixel.

Steps :

  1. Login to your blog (blogger/wordpress)
  2. Only copy/paste the blogger tag line code below here after :
    <link href="http://www.blogger.com/favicon.ico" rel="icon" type="image/vnd.microsoft.icon">
    </link>
  3. And then copy/paste the one of blogger tag line code below here before:
    <link href="http://[Your Link URL]" rel="icon" type="image/vnd.microsoft.icon"></link>

    or

    <link href="http://[Your%20Link%20URL]" rel="icon" type="image/png"></link>

    or

    <link href="http://[Your%20Link%20URL]" rel="icon" type="image/png" rel='SHORTCUT ICON'></link>

  4. You must change [Your Link URL] with icon directory that you have uploaded.
    It works very compatible if you are using Picasa Web (www.picasaweb.google.com).

keyword:
Icon,FavIcon, blogger, (blogger/blogspot), create, make, modify, change blogger icon, blogspot icon
blog trik, blog trik2, blog tips, blog tutorial, blog guide, blog information, blogtrik, blog info

You can use:
http://favicon.htmlkit.com/favicon/

Wednesday, December 15, 2010

Wordpress

WordPress is web software or CMS (Content Management System) framework & simple web hosting you can use to create a beautiful website or blog. We like to say that WordPress is both free and priceless at the same time.
The core software is built by hundreds of community volunteers, and when you’re ready for more there are thousands of plugins and themes available to transform your site into almost anything you can imagine. Over 25 million people have chosen WordPress to power the place on the web they call “home” — we’d love you to join the family.

source :wordpress.org


keyword : wordpress, blog, blog guide, blog trik, blog info, wordpress, plugin, themes

Saturday, December 11, 2010

Blogger Keyboard Shortcut [ shortcut ]

Blogger has several keyboard shortcuts you can use while editing posts. They definitely work in Internet Explorer 5.5+/Windows and the Mozilla family (1.6+ and Firefox 0.9+), and might work in other browsers.

Notes :

Remember to use "Modern Editor" or something like : "Updated editor (Recommended) - Check out the latest features!" for your "Post Editor"

Steps :

Here they are:
  • control + b = Bold
  • control + i = Italic
  • control + l = Blockquote (when in HTML-mode only)
  • control + z = Undo
  • control + y = Redo
  • control + shift + a = Link
  • control + shift + p = Preview
  • control + d = Save as Draft
  • control + p = Publish Post
  • control + s = Autosave and keep editing
  • control + g = Indic transliteration
    blog trik, blog trik2, blog tips, blog tutorial, blog guide, blog information, blog info

    Thursday, September 16, 2010

    Tips & Trik Word Count Posting Blog

    If you post :
    • a tiny trick prefer has 50 words++
    • a very short trick or info or news, often blogger & reader prefer like 100 - 150 words ++.
    • a short trick, often blogger & reader prefer like 250 words ++.
    • a how to trick, often blogger & reader prefer like 450 - 500 words ++.

    keyword :
    blog trik, blog trik2, blog tips, blog tutorial, blog guide, blog information, blog info

    Saturday, June 26, 2010

    Text editor [ list ]

    You can use text editor to edit a simple modification of your blog posting or either edit any text document.


    Here are (Programmer's) text editor list :
    • Open source / Free
      • jEdit
      • Metapad
      • Notepad2

    XSLT -XML

    XSLT

    namespace has the URI http://www.w3.org/1999/XSL/Transform

    XSL -XML

    XSL

    What is XSL
    ?
    XSL is a family of recommendations for defining XML document transformation and presentation.

    It consists of three parts:

    1. XSL Transformations (XSLT)
      a language for transforming XML

    2. XML Path Language (XPath)an expression language used by XSLT to access or refer to parts of an XML document. (XPath is also used by the XML Linking specification)

    3. XSL Formatting Objects (XSL-FO)
      an XML vocabulary for specifying formatting semantics



    xsl:stylesheet element may contain the following types :

    • xsl:import

    • xsl:include

    • xsl:strip-space

    • xsl:preserve-space

    • xsl:output

    • xsl:key

    • xsl:decimal-format

    • xsl:namespace-alias

    • xsl:attribute-set

    • xsl:variable

    • xsl:param

    • xsl:template



    other alternative , CSS

    other post :