<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-7987391854612663226</id><updated>2012-02-16T11:01:54.106-08:00</updated><category term='Blogger'/><category term='Caronte'/><category term='Pradu'/><title type='text'>Pradu</title><subtitle type='html'></subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://www.pradu.it/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7987391854612663226/posts/default'/><link rel='alternate' type='text/html' href='http://www.pradu.it/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>Pradu</name><uri>http://www.blogger.com/profile/05302780329936984052</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>4</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-7987391854612663226.post-1850258976118309962</id><published>2011-12-08T08:02:00.000-08:00</published><updated>2011-12-08T15:02:54.347-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Caronte'/><title type='text'>A new project: Caronte</title><content type='html'>I have something in mind, or better already started on my laptop, that will help me understand a bit more about java, &lt;a href="http://www.springsource.org/"&gt;spring&lt;/a&gt;, &lt;a href="http://www.eclipse.org/jetty/"&gt;jetty&lt;/a&gt;, and some other technologies that I will mention during the development of this software.&lt;br /&gt;&lt;br /&gt;Basically what I want to build, is a comprehensive solution for enterprise file transfer needs, both as server and as client, with scheduling, integration trough JMS and web based configuration.&lt;br /&gt;&lt;br /&gt;The project is so far named 'Caronte'. More on this will come shortly.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7987391854612663226-1850258976118309962?l=www.pradu.it' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.pradu.it/feeds/1850258976118309962/comments/default' title='Commenti sul post'/><link rel='replies' type='text/html' href='http://www.pradu.it/2011/12/new-project.html#comment-form' title='0 Commenti'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7987391854612663226/posts/default/1850258976118309962'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7987391854612663226/posts/default/1850258976118309962'/><link rel='alternate' type='text/html' href='http://www.pradu.it/2011/12/new-project.html' title='A new project: Caronte'/><author><name>Pradu</name><uri>http://www.blogger.com/profile/05302780329936984052</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7987391854612663226.post-3157369343893284031</id><published>2011-12-07T22:43:00.001-08:00</published><updated>2011-12-08T13:32:03.624-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Blogger'/><title type='text'>On code block and syntax highlighting</title><content type='html'>The first problem to solve to keep a technical blog alive, is code block insertion and highlighting.&lt;br /&gt;&lt;br /&gt;On Blogger, there's no built-in tool to support my needs, so I ended up looking around for an easy and functional solution, and I found &lt;a href="http://alexgorbatchev.com/SyntaxHighlighter/" target="_blank"&gt;SyntaxHighlighter&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;Neat, easy to setup (if you are a techie, of course, but not that hard for the average person as well), very nice results.&lt;br /&gt;&lt;br /&gt;To setup the blog to use SyntaxHighlighter, you have to modify your html template:&lt;br /&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://4.bp.blogspot.com/-IkDqZ41MNKQ/TuEnZGNl4tI/AAAAAAAAABk/vopOvwiciHQ/s1600/editHTML.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="265" src="http://4.bp.blogspot.com/-IkDqZ41MNKQ/TuEnZGNl4tI/AAAAAAAAABk/vopOvwiciHQ/s320/editHTML.jpg" width="320" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;Click on 'Proceed', then locate the following line:&lt;br /&gt;&lt;br /&gt;&lt;pre class="brush: html"&gt;&amp;nbsp; &amp;nbsp;&amp;lt;meta expr:content='data:blog.metaDescription' name='description'/&amp;gt;&lt;br /&gt;&lt;/pre&gt;&lt;br /&gt;Just below this line, paste the links to the SyntaxHighlighter css and javascripts:&lt;br /&gt;&lt;br /&gt;&lt;pre class="brush: xml"&gt;&amp;lt;link href='http://alexgorbatchev.com/pub/sh/current/styles/shCore.css' rel='stylesheet' type='text/css'/&amp;gt;&lt;br /&gt;&amp;lt;link href='http://alexgorbatchev.com/pub/sh/current/styles/shThemeDefault.css' rel='stylesheet' type='text/css'/&amp;gt;&lt;br /&gt;&amp;lt;script src='http://alexgorbatchev.com/pub/sh/current/scripts/shCore.js' type='text/javascript'/&amp;gt;&lt;br /&gt;&amp;lt;script src='http://alexgorbatchev.com/pub/sh/current/scripts/shBrushCss.js' type='text/javascript'/&amp;gt;&lt;br /&gt;&amp;lt;script src='http://alexgorbatchev.com/pub/sh/current/scripts/shBrushJScript.js' type='text/javascript'/&amp;gt;&lt;br /&gt;&amp;lt;script src='http://alexgorbatchev.com/pub/sh/current/scripts/shBrushJava.js' type='text/javascript'/&amp;gt;&lt;br /&gt;&amp;lt;script src='http://alexgorbatchev.com/pub/sh/current/scripts/shBrushXml.js' type='text/javascript'/&amp;gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&amp;lt;script type='text/javascript'&amp;gt;&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;SyntaxHighlighter.config.bloggerMode = true;&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;SyntaxHighlighter.all()&lt;br /&gt;&amp;lt;/script&amp;gt;&lt;br /&gt;&lt;br /&gt;&lt;/pre&gt;&lt;div&gt;You need to add all the shBrush*.js scripts for the language you need to use, refer to&amp;nbsp;&lt;a href="http://alexgorbatchev.com/SyntaxHighlighter/manual/brushes/" target="_blank"&gt;this page&lt;/a&gt;&amp;nbsp;for a list of available languages.Please note that the hot linking of the javascript and css from the author site is allowed, but a donation to fund the needed bandwidth is welcome: see&amp;nbsp;&lt;a href="http://alexgorbatchev.com/SyntaxHighlighter/hosting.html" target="_blank"&gt;here&lt;/a&gt;&amp;nbsp;for further details.&lt;/div&gt;&lt;div&gt;&lt;br /&gt;All you need to do to have a code block in your post is to go in HTML mode, and surround your pasted code with the &amp;lt;pre&amp;gt;&amp;lt;/pre&amp;gt; tags like this:&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;&lt;pre class="brush: html"&gt;&amp;lt;pre class='brush: html'&amp;gt;&lt;br /&gt;Your code block here&lt;br /&gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;&lt;/pre&gt;You need to adjust the brush: tag according to the language of the pasted code, refer to &amp;nbsp;&lt;a href="http://alexgorbatchev.com/SyntaxHighlighter/manual/brushes/" target="_blank"&gt;the page mentioned above&lt;/a&gt;&amp;nbsp;for a list of available language, you must have the corresponding javascript loaded on your template.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7987391854612663226-3157369343893284031?l=www.pradu.it' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.pradu.it/feeds/3157369343893284031/comments/default' title='Commenti sul post'/><link rel='replies' type='text/html' href='http://www.pradu.it/2011/12/on-code-block-and-syntax-highlighting.html#comment-form' title='0 Commenti'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7987391854612663226/posts/default/3157369343893284031'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7987391854612663226/posts/default/3157369343893284031'/><link rel='alternate' type='text/html' href='http://www.pradu.it/2011/12/on-code-block-and-syntax-highlighting.html' title='On code block and syntax highlighting'/><author><name>Pradu</name><uri>http://www.blogger.com/profile/05302780329936984052</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/-IkDqZ41MNKQ/TuEnZGNl4tI/AAAAAAAAABk/vopOvwiciHQ/s72-c/editHTML.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7987391854612663226.post-2942318325459497767</id><published>2011-12-07T07:47:00.001-08:00</published><updated>2011-12-07T07:49:31.515-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Pradu'/><title type='text'>Success</title><content type='html'>First success!&lt;br /&gt;I managed to redirect my domain to blogspot....&lt;br /&gt;&lt;br /&gt;not that it took much effort at all, uh?&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7987391854612663226-2942318325459497767?l=www.pradu.it' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.pradu.it/feeds/2942318325459497767/comments/default' title='Commenti sul post'/><link rel='replies' type='text/html' href='http://www.pradu.it/2011/12/success.html#comment-form' title='0 Commenti'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7987391854612663226/posts/default/2942318325459497767'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7987391854612663226/posts/default/2942318325459497767'/><link rel='alternate' type='text/html' href='http://www.pradu.it/2011/12/success.html' title='Success'/><author><name>Pradu</name><uri>http://www.blogger.com/profile/05302780329936984052</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7987391854612663226.post-4097425466869395193</id><published>2011-12-07T02:51:00.001-08:00</published><updated>2011-12-07T02:53:56.714-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Pradu'/><title type='text'>Startup.</title><content type='html'>Ok, time to put on (e)paper some of my work, findings, exploration in the world of java programming, traveling, technology, and whatever crosses my mind :)&lt;br /&gt;&lt;br /&gt;I don't know if I'll ever publish little, or much, or at all on this, I just need a place to share my thoughts and findings (if there's anyone who cares).&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7987391854612663226-4097425466869395193?l=www.pradu.it' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.pradu.it/feeds/4097425466869395193/comments/default' title='Commenti sul post'/><link rel='replies' type='text/html' href='http://www.pradu.it/2011/12/startup.html#comment-form' title='0 Commenti'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7987391854612663226/posts/default/4097425466869395193'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7987391854612663226/posts/default/4097425466869395193'/><link rel='alternate' type='text/html' href='http://www.pradu.it/2011/12/startup.html' title='Startup.'/><author><name>Pradu</name><uri>http://www.blogger.com/profile/05302780329936984052</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total><georss:featurename>20063 Cernusco sul Naviglio MI, Italia</georss:featurename><georss:point>45.5266377 9.3323686</georss:point><georss:box>45.4821407 9.253404600000001 45.5711347 9.4113326</georss:box></entry></feed>
