Chrome misses elements from iNove template for Wordpress
Check out the site Μεταφραστής with Chrome and Firefox. With Chrome, the site title on top left is missing.
Check out the site Πόρφυρας with Chrome and Firefox. With Chrome, the site title on top left is missing as well as the image on the top right.
Tuesday, 10 November 2009
Chrome misses elements from iNove template for Wordpress
Monday, 9 November 2009
Adding code snippets in joomla articles
Do you want to add code snippets in joomla articles? Do you want syntax highlighting support for ActionScript3, Bash/shell, C#, C++, CSS, Delphi, Diff, Groovy, JavaScript, Java, JavaFX, Perl, PHP, Plain Text, PowerShell, Python, Ruby, Scala, SQL, Visual Basic, XML, HTML, XSLT?
Try the free codecitation plugin
Friday, 6 November 2009
Feed your blog/forum to twitter/facebook
Feed your blog/forum to twitter/facebook
Or, use an SMF mod for twitter if you have an SMF forum.
Wednesday, 28 October 2009
Adding code in blogger/blogspot posts
Paste your code here:
http://www.simplebits.com/cgi-bin/simplecode.pl?mode=process
and then back to your blog post on Edit html view.
Adding "Read More" Link in blogger/blogspot
One of the reasons that blogger was well behind wordpress in functionalit is that you had to apply hacks for such basic things as a Read more link. Now, it is all over. You simply add a tag like this:
<!-- more -->
and you are done. In case this does not display the "Read more" link on your article find
<div class='post-footer'>
in your HTML template (before editing the template, select "Expand widget template" checkbox) and add right before it
<b:if cond='data:post.hasJumpLink'>
<div class='jump-link'>
<a expr:href='data:post.url + "#more"'> <data:post.jumpText/> </a>
</div>
</b:if>
Tuesday, 6 October 2009
Google Chrome fixes UTF-8 / per cent encoding link pasting
The way that Chrome handles links with UTF-8 characters pasted on web forms (i.e. forums) is problematic, i.e. it breaks the links.
For example, see at the bottom of this page.
Sunday, 4 October 2009
Unable to access your messages on badoo?
Problem: You click on a member profile on badoo but you cannot see the message history or their replies when you post messages.
Solution: Change the interface language to English (Greek appears to be buggy - issue noted end of September 2009).
Issue tested on IE7, Firefox 3.5, Chrome.