I love About.me and use it at least on every signature below my email. Unfortunately, it was long time enough I did not visit and log its website in. Until this night: I found two old friends starred my page – I thought it was a poke rather than a fave, and a new friend did the same. Great and thank you all, I had responded them.
Second thing was changing my page to English. I had no spesific reason on doing this, but it looks "more readable" to more users. Done!
How about photo? Sorry, I have no newer self-portrait, so I left it untouched. If you are also About.me user, feel free to leave message there.
Enough for now.
Showing posts with label blogger. Show all posts
Showing posts with label blogger. Show all posts
14 August 2012
06 February 2012
Darren Rowse wrote some points to handle criticism for blogger, while I think it is very helpful for many cases. Noted here for me myself and also some of friends who like to discuss about critics. Its points:
- Embrace criticism – "Not everyone will agree with you all of the time, but negative feedback is a sign that you’re making people think".
- Consider the criticism – "Some criticisms are better than others".
- Making use of criticism – "Take the emotion out of the criticism".
- Take it on board – "Now’s the time to take the criticism on board—but not emotionally so much as practically".
21 May 2007
Having registered this blog to Google Analytics, I pasted this code to bottom of template,
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
</script>
<script type="text/javascript">
_uacct = "UA-562528-12";
urchinTracker();
</script>
Actually, I do not like to let JavaScript code open to HTML document, so I remarked them to modified version,
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
</script>
<script type="text/javascript">
<--
_uacct = "UA-562528-12";
urchinTracker();
//-->
</script>
Saved and loaded...
I read source and found that the remarked lines were all thrown, so it became,
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
</script>
<script type="text/javascript">
</script>
Surprised enough. Is this one reason Analytics provides as-is, without JavaScript remarked? Modified again as its origin, all was then correct.
So, do not add extra HTML comment to your template(s). Blogger will cleverly remove them.
Subscribe to:
Posts (Atom)