<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title>Simon Buckle - Latest Comments</title><link xmlns="http://www.w3.org/2005/Atom" rel="http://api.friendfeed.com/2008/03#sup" href="http://disqus.com/sup/all.sup#forumcomments-5d24d245" type="application/json"/><link>http://sbuckle.disqus.com/</link><description></description><atom:link href="http://sbuckle.disqus.com/comments.rss" rel="self"></atom:link><language>en</language><lastBuildDate>Tue, 09 Apr 2013 11:17:44 -0000</lastBuildDate><item><title>Re: YUI Compressor Ant Task</title><link>http://www.simonbuckle.com/2011/02/20/yui-compressor-ant-task/#comment-857651774</link><description>&lt;p&gt;I'd be interested in these changes.   :)&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Joseph Firebaugh</dc:creator><pubDate>Tue, 09 Apr 2013 11:17:44 -0000</pubDate></item><item><title>Re: Analyzing Apache Logs with Riak</title><link>http://www.simonbuckle.com/2011/08/27/analyzing-apache-logs-with-riak/#comment-843127020</link><description>&lt;p&gt;i want to retrive entry from log file in which searched content are restricted.. or i have to access log entry for specific url and show the details like ip, name, and date..&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Raut Nilesh</dc:creator><pubDate>Tue, 26 Mar 2013 14:06:04 -0000</pubDate></item><item><title>Re: Simulating Auto Increment in VoltDB</title><link>http://www.simonbuckle.com/2012/04/29/simulating-auto-increment-in-voltdb/#comment-838604599</link><description>&lt;p&gt;How come will the ID generated by the example above be unique only partition-wise? I can't see it for some reason...&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Priidu</dc:creator><pubDate>Fri, 22 Mar 2013 12:14:01 -0000</pubDate></item><item><title>Re: YUI Compressor Ant Task</title><link>http://www.simonbuckle.com/2011/02/20/yui-compressor-ant-task/#comment-814278075</link><description>&lt;p&gt;Hi Thomas,&lt;/p&gt;

&lt;p&gt;Thanks for your feedback. &lt;/p&gt;

&lt;p&gt;I've fixed the null pointer exception. Not sure about minimising the CSS; when I created the project originally I only had a need to compress the JavaScript. I'll have a think about it.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Simon Buckle</dc:creator><pubDate>Wed, 27 Feb 2013 11:18:15 -0000</pubDate></item><item><title>Re: YUI Compressor Ant Task</title><link>http://www.simonbuckle.com/2011/02/20/yui-compressor-ant-task/#comment-806019196</link><description>&lt;p&gt; Hey, thanks for a wonderfully simple implementation :-) Implementing Ant tasks doesn't seem that hard once you get down to it. I've even managed to convince the task to use the latest yuicompressor-2.4.8pre.jar (by setting the classpath in taskdef).&lt;/p&gt;

&lt;p&gt;I did run into a some problems, which I decided to try and fix (instead of abandoning ship), so I cloned your project. I've addressed the following issues:&lt;/p&gt;

&lt;p&gt; - Setting verbose="true" would cause a NullPointerExcepction, because the ErrorReporter passed in was null&lt;br&gt; - Added failonerror to allow indication of whether or not the build should be considered failed if compressing fails. The default value is set to true, but I'm a little unsure as to what the "standard" default for this option is.&lt;br&gt; - And finally; since I foresee that we (in our project) want to minimise our CSS in some future, I've added in a 'type' attribute that accepts the values 'js', 'css' or 'auto'. The first two are the types supported by YUI, the last I've added, because I can imagine that some people would maybe like to just gather all .js and .css files and have them minimised.&lt;/p&gt;

&lt;p&gt;Would you be interested in any of these changes? Or, do you think someone elso would?&lt;/p&gt;

&lt;p&gt;Thanks again!&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Thomas</dc:creator><pubDate>Wed, 20 Feb 2013 14:58:13 -0000</pubDate></item><item><title>Re: Simulating Auto Increment in VoltDB</title><link>http://www.simonbuckle.com/2012/04/29/simulating-auto-increment-in-voltdb/#comment-781050497</link><description>&lt;p&gt;If you need unique but not necessarily auto-increment, you might also consider the builtin as mentioned by Tim.  Note that the unique id generated by this example will not be globally unique -- it will only be partition-wise unique -- which is very different. &lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ryan Betts</dc:creator><pubDate>Mon, 28 Jan 2013 15:28:54 -0000</pubDate></item><item><title>Re: Displaying JIRA Issues In Alfresco Share</title><link>http://www.simonbuckle.com/2011/08/12/display-jira-issues-alfresco-share/#comment-743702072</link><description>&lt;p&gt;Thank you very much for your quick response. After I change the endpoint-url as siggested,it is now giving the following error. &lt;br&gt;2012-12-20 19:52:09,466  ERROR [freemarker.runtime] [http-bio-8080-exec-7] Template processing error: "Expected hash. issue.fields.summary evaluated instead to freemarker.template.SimpleScalar on line 9, column 24 in eu/webteq/modules/dashlets/jira-issues-search.get.json.ftl." Expected hash. issue.fields.summary evaluated instead to freemarker.template.SimpleScalar on line 9, column 24 in eu/webteq/modules/dashlets/jira-issues-search.get.json.ftl.The problematic instruction:----------==&amp;gt; ${issue.fields.summary.value} escaped ${jsonUtils.encodeJSONString(issue.fields.summary.value)} [on line 9, column 22 in eu/webteq/modules/dashlets/jira-issues-search.get.json.ftl]----------Java backtrace for programmers:----------freemarker.template.TemplateException: Expected hash. issue.fields.summary evaluated instead to freemarker.template.SimpleScalar on line 9, column 24 in eu/webteq/modules/dashlets/jira-issues-search.get.json.ftl.	at freemarker.core.TemplateObject.invalidTypeException(TemplateObject.java:136)&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ramajogi</dc:creator><pubDate>Thu, 20 Dec 2012 09:42:45 -0000</pubDate></item><item><title>Re: Displaying JIRA Issues In Alfresco Share</title><link>http://www.simonbuckle.com/2011/08/12/display-jira-issues-alfresco-share/#comment-743655239</link><description>&lt;p&gt;The endpoint URL in your share-config-custom.xml is wrong. It should be: &lt;a href="http://my-company.com/rest/api/latest" rel="nofollow"&gt;http://my-company.com/rest/api...&lt;/a&gt;&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Simon Buckle</dc:creator><pubDate>Thu, 20 Dec 2012 08:57:58 -0000</pubDate></item><item><title>Re: Displaying JIRA Issues In Alfresco Share</title><link>http://www.simonbuckle.com/2011/08/12/display-jira-issues-alfresco-share/#comment-743630121</link><description>&lt;p&gt;Hi Simon Buckle, I am trying to use this dashlet in alfresco community 4.2 with JIRA5.0. When I hit the URL &lt;a href="http://my-company.com/rest/api/latest/search" rel="nofollow"&gt;http://my-company.com/rest/api...&lt;/a&gt; in browser, I am receiving JSON response, but the same is not working when I configure it in the dashlet as explained above. The changes I made are:&lt;br&gt;1. Changed the value of jiraUrl in jira-issues.get.config.xml to &lt;a href="http://my-company.com" rel="nofollow"&gt;http://my-company.com&lt;/a&gt;&lt;br&gt;2. Changed the value of endpoint-url in share-config-custom.xml to &lt;a href="http://my-company.com/rest/api/latest/search" rel="nofollow"&gt;http://my-company.com/rest/api...&lt;/a&gt;&lt;br&gt;3. Changed the userid and password to my JIRA account credentials&lt;/p&gt;

&lt;p&gt;The error details are attached as Image.&lt;br&gt;our Am I missing anything else?&lt;br&gt;Many thanks in advance for your help in this regard.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ramajogi</dc:creator><pubDate>Thu, 20 Dec 2012 08:32:14 -0000</pubDate></item><item><title>Re: Simulating Auto Increment in VoltDB</title><link>http://www.simonbuckle.com/2012/04/29/simulating-auto-increment-in-voltdb/#comment-733242607</link><description>&lt;p&gt;Hi Tom,&lt;/p&gt;

&lt;p&gt;Just thought I would mention that I recently wrote an introduction to VoltDB that has just been published on IBM's developerWorks site:&lt;/p&gt;

&lt;p&gt;&lt;a href="http://www.ibm.com/developerworks/java/library/os-voltdb/index.html" rel="nofollow"&gt;http://www.ibm.com/developerwo...&lt;/a&gt; &lt;/p&gt;

&lt;p&gt;Simon&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Simon Buckle</dc:creator><pubDate>Tue, 11 Dec 2012 11:39:19 -0000</pubDate></item><item><title>Re: Creating Thumbnails From A Video With Flex</title><link>http://www.simonbuckle.com/2011/02/09/creating-thumbnails-from-a-video/#comment-679612601</link><description>&lt;p&gt;Hi, Could you please tell me how to do the same modification for RED5 server.&lt;/p&gt;

&lt;p&gt;Thanks in advance&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Prabhu2007</dc:creator><pubDate>Fri, 12 Oct 2012 03:33:10 -0000</pubDate></item><item><title>Re: Creating Thumbnails From A Video With Flex</title><link>http://www.simonbuckle.com/2011/02/09/creating-thumbnails-from-a-video/#comment-650095994</link><description>&lt;p&gt;Thanks for the post..Great post..&lt;br&gt;It helped a lot..It saved my time..Thanks again!!!&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Prabhu2007</dc:creator><pubDate>Fri, 14 Sep 2012 04:24:13 -0000</pubDate></item><item><title>Re: Simulating Auto Increment in VoltDB</title><link>http://www.simonbuckle.com/2012/04/29/simulating-auto-increment-in-voltdb/#comment-645927248</link><description>&lt;p&gt; Yes. I'm very keen to try it out, I just need to allocate the time.&lt;/p&gt;

&lt;p&gt;I suppose my first task will be (as you say) to check the SQL statements managed by the myBatis ORM tier, and ensure compatibility with this: &lt;a href="http://community.voltdb.com/docs/UsingVoltDB/AppxSQL" rel="nofollow"&gt;http://community.voltdb.com/do...&lt;/a&gt;&lt;br&gt;&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Tom Morris</dc:creator><pubDate>Mon, 10 Sep 2012 12:27:40 -0000</pubDate></item><item><title>Re: Simulating Auto Increment in VoltDB</title><link>http://www.simonbuckle.com/2012/04/29/simulating-auto-increment-in-voltdb/#comment-634564626</link><description>&lt;p&gt;Hi Tom,&lt;/p&gt;

&lt;p&gt;No, I haven't tried using VoltDB with Alfresco. VoltDB only supports a subset of SQL so would be interesting to see if it would be possible to port Alfresco's database schema to it. Is this something you are considering doing?&lt;/p&gt;

&lt;p&gt;Simon&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Simon Buckle</dc:creator><pubDate>Thu, 30 Aug 2012 13:50:54 -0000</pubDate></item><item><title>Re: Simulating Auto Increment in VoltDB</title><link>http://www.simonbuckle.com/2012/04/29/simulating-auto-increment-in-voltdb/#comment-632072088</link><description>&lt;p&gt;Hi Simon,&lt;br&gt;Have you tried using VoltDB as the underlying RDBMS for Alfresco? &lt;br&gt;Tom&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Tom Morris</dc:creator><pubDate>Tue, 28 Aug 2012 11:39:38 -0000</pubDate></item><item><title>Re: Displaying JIRA Issues In Alfresco Share</title><link>http://www.simonbuckle.com/2011/08/12/display-jira-issues-alfresco-share/#comment-608647931</link><description>&lt;p&gt;There isn't any explicit configuration required. You might want to check that the REST API is enabled. The username and password fields in the endpoint definition must correspond to those of a corresponding user in your JIRA instance. Also, make sure the endpoint URL is correct. Note that the dashlet only works with JIRA 4.2 and above.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Simon Buckle</dc:creator><pubDate>Fri, 03 Aug 2012 04:56:12 -0000</pubDate></item><item><title>Re: Displaying JIRA Issues In Alfresco Share</title><link>http://www.simonbuckle.com/2011/08/12/display-jira-issues-alfresco-share/#comment-608636543</link><description>&lt;p&gt;I have configured the given information in Alfresco. But still it is not working. Is there any configuration required in JIRA side.&lt;/p&gt;

&lt;p&gt;gims&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Rgovindsb</dc:creator><pubDate>Fri, 03 Aug 2012 04:25:22 -0000</pubDate></item><item><title>Re: Using Hadoop to Analyze Apache Log Files</title><link>http://www.simonbuckle.com/2011/09/01/using-hadoop-to-analyze-apache-log-files/#comment-545928230</link><description>&lt;p&gt;If any new log file is added to HDFS then again we have to run this program.&lt;br&gt;&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Grijesh</dc:creator><pubDate>Sat, 02 Jun 2012 17:10:23 -0000</pubDate></item><item><title>Re: Simulating Auto Increment in VoltDB</title><link>http://www.simonbuckle.com/2012/04/29/simulating-auto-increment-in-voltdb/#comment-514437619</link><description>&lt;p&gt;Another option, if you can get by with just two unique values per stored procedure invocation, is to use the positive and negative values of getTransactionId() from within the stored procedure.  I wrote up this in the following post, &lt;a href="http://community.voltdb.com/node/17" rel="nofollow"&gt;http://community.voltdb.com/no...&lt;/a&gt; &lt;/p&gt;

&lt;p&gt;-Tim&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Tim Callaghan</dc:creator><pubDate>Mon, 30 Apr 2012 16:39:19 -0000</pubDate></item><item><title>Re: Displaying JIRA Issues In Alfresco Share</title><link>http://www.simonbuckle.com/2011/08/12/display-jira-issues-alfresco-share/#comment-456959495</link><description>&lt;p&gt; Sorry, is working now, looks like I was missing a clean restart, but still I will work on the configurable part.&lt;br&gt;Regards,&lt;br&gt;L.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Luis Arteaga</dc:creator><pubDate>Mon, 05 Mar 2012 11:56:39 -0000</pubDate></item><item><title>Re: Displaying JIRA Issues In Alfresco Share</title><link>http://www.simonbuckle.com/2011/08/12/display-jira-issues-alfresco-share/#comment-456946202</link><description>&lt;p&gt;Hi Simon, this is a great idea for a dashlet and can be very useful, unfortunately I can't make it work in my installation (Alfresco CE 4.0.d) Do I have to modify something? Jira version is fine and just confirm the REST interface. Also from what I read it works only with one user (username/pass in config file) I want to extend it to be configurable for each user to access their own jira tickets, I was reading at REST documentation and seems possible, can you give me a hint about how to achieve this? &lt;br&gt;Thank you,&lt;br&gt;Luis&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Luis Arteaga</dc:creator><pubDate>Mon, 05 Mar 2012 11:39:29 -0000</pubDate></item><item><title>Re: Multi-Tenancy</title><link>http://www.simonbuckle.com/2011/12/27/multi-tenancy/#comment-399655687</link><description>&lt;p&gt;Benefits:&lt;/p&gt;

&lt;p&gt;- if you have 10 small companies who want to use Alfresco Enterprise you can give them 10 virtual machines and pay for 10 Alfresco CPUs or you can use multi-tenancy and pay for 1-2 CPUs for all 10 SMALL companies.&lt;/p&gt;

&lt;p&gt;- configuration upgrades, Alfresco upgrades&lt;/p&gt;

&lt;p&gt;But of course you will have problems with things like shared business processes or content models. I don't know how to restrict the usage of content models of one company by users of another companies.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Oksana Kurysheva</dc:creator><pubDate>Tue, 03 Jan 2012 11:29:36 -0000</pubDate></item><item><title>Re: The origin of the name &amp;#8220;Skype&amp;#8221;</title><link>http://www.simonbuckle.com/2005/11/01/the-origin-of-skype/#comment-387091919</link><description>&lt;p&gt;&lt;/p&gt;

&lt;p&gt;&lt;/p&gt;

&lt;p&gt;"Sky&lt;br&gt;peer-to-peer", which was then abbreviated to "Skyper". However,&lt;br&gt;some of the domain names associated with "Skyper" were already&lt;br&gt;taken.Dropping the final "r" left the current title&lt;br&gt;"Skype", for which domain names were available.&lt;/p&gt;

&lt;p&gt;&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Coco_h90</dc:creator><pubDate>Thu, 15 Dec 2011 05:44:22 -0000</pubDate></item><item><title>Re: Displaying JIRA Issues In Alfresco Share</title><link>http://www.simonbuckle.com/2011/08/12/display-jira-issues-alfresco-share/#comment-386563307</link><description>&lt;p&gt;I've added some screenshots to the "screenshots" folder in the main project directory: &lt;a href="https://github.com/sbuckle/JIRA-Dashlet" rel="nofollow"&gt;https://github.com/sbuckle/JIR...&lt;/a&gt;&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Simon Buckle</dc:creator><pubDate>Wed, 14 Dec 2011 12:26:57 -0000</pubDate></item><item><title>Re: Displaying JIRA Issues In Alfresco Share</title><link>http://www.simonbuckle.com/2011/08/12/display-jira-issues-alfresco-share/#comment-385336838</link><description>&lt;p&gt;Hi Simon, do you have a screenshot of how it looks like?&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jvargas</dc:creator><pubDate>Mon, 12 Dec 2011 22:44:27 -0000</pubDate></item></channel></rss>