Recent activity
Subscribe to this feed
Martin Häger replied on June 21, 2009 22:51 to the problem "iframe for Tumblr controls breaks XHTML validation" in Tumblr:
Martin Häger shared an idea in Disqus on June 15, 2009 22:55:
Add ability to use Markdown in commentsWhile Disqus supports basic HTML, Markdown is a much more simple and elegant way for users to add formatting to their posts. Is there a chance Disqus will support Markdown?
Martin Häger replied on January 04, 2009 14:46 to the question "Do Tumblr and Feerburner play nice?" in Tumblr:
For issues with FeedFlares not showing up, please follow
http://getsatisfaction.com/tumblr/top...
Martin Häger reported a problem in Tumblr on January 04, 2009 14:39:
"Use descriptive URLs" and {Permalink} incompatible with FeedBurner FeedFlareAdding FeedFlares from FeedBurner with "Use descriptive URLs" (i.e. /post/12345/post-title-here) enabled does not work. The reason is that the RSS feed for the Tumblelog still contains the "non-descriptive" URLs (i.e. /post/12345) in the <link /> tag for each post, the {Permalink} template variable contains the descriptive variant, and FeedFlares require that both be equal. This prevents the usage of {Permalink} to include FeedFlares on the blog, like this:
<script src="http://feeds.feedburner.com/~s/thesmilingpenguin?i={Permalink}" type="text/javascript" charset="utf-8"></script>
I've circumvented this by doing
<script src="http://feeds.feedburner.com/~s/thesmilingpenguin?i=http://thesmilingpenguin.com/post/{PostID}" type="text/javascript" charset="utf-8"></script>
instead, but it's not quite as nice. Is there any reason why the descriptive URLs are not used in the RSS feed?
I have posted this on the FeedBurner newsgroup as well:
http://groups.google.com/group/feedbu...
Thank you for your time.
Regards,
Martin
http://thesmilingpenguin.com
mtah reported a problem in Tumblr on January 04, 2009 00:12:
iframe for Tumblr controls breaks XHTML validationThe following snippet of code, located right before the closing body-tag, breaks XHTML validation, due to the fact that 'border' and 'allowTransparency' are not valid attributes.
<!-- BEGIN TUMBLR CODE -->
<iframe src="http://www.tumblr.com/dashboard/iframe?src=http%3A%2F%2Fthesmilingpenguin.com%2F" border="0" scrolling="no" width="278" height="25" allowTransparency="true" frameborder="0" style="position:absolute; z-index:1337; top:0px; right:0px; border:0px; background-color:transparent; overflow:hidden;" id="tumblr_controls"></iframe>
<!-- END TUMBLR CODE -->
Additionally, the source document of the iframe contains the following errors:
line 6 column 10 - Error: end tag for "head" which is not finished
line 9 column 10 - Error: required attribute "type" not specified
line 9 column 10 - Error: document type does not allow element "style" here
It would be nice to have this fixed, since most of the errors seem pretty simple to correct. Even better would be to drop the iframe altogether, since it belongs in the 90's together with the VCR and fanny packs ;)
Thank you for your time.
Regards,
Martin
http://thesmilingpenguin.com
Loading Profile...
