Tag Archive for 'RubberDoc'

Marking 100th post and wishing you a Happy New Year

Yaletown, 17-Dec-08

This is the 100th post from a dyslexic mind who thought he could not write to save his life, so for all of you avid bloggers out there, please don’t laugh! This was seriously an achievement for me.

I must say that Twitter has contributed a lot, and all those microposts of 145 characters pushed my mind to write a few more words. I also learnt that I don’t have to write full blown articles all the time, so in 2009 if my post is too large to fit on Twitter, It’ll qualify to become a blog post.

So Happy New Year! We know it is a bit late, but we have been recharging our batteries and reviving ourselves from the hard work we did in the last few remaning weeks of 2008. A lot of good things happened last year such as the Anahtia Social Engine Project, starting to develop iPhone Apps, moving our office to the heart of Yaletown Vancouver, and much more.

to mark the 100th post we would like to mention some of the popular rmd studio blog posts here:

So what else is new?

A lot actually. In a nutshell here is the list

  • Anahita Social Engine project is growing fast and it is now Google Open Social compliant. Within 60 days, we are about to launch a client project which has more than 200K users, and it is powered by the Anahita Social Engine. We are going to launch the support and distribution website for the Anahita project this year.
  • We are now developing iPhone Apps too! We are about to release our 2nd client project which is a Medical Calculator. Do you have an iPhone project, please bring it on. You know that millions of iPhones have been sold and millions more will be sold this year right? You can also sell them on the iPhone Apps store and make money! That’s right, there is business model right there. So bring on those projects, and we would be happy to help you
  • We’ve received many encouraging responses for the RubberDoc project, we are also overwhelmed by large number of support requests ( here and here ), which means we have to setup a system so we could get paid for the hours spent on the support, or else we won’t be able to do a good job keeping the users happy. We will be further improving the Joomla RubberDoc extensions mainly becuase some of our prime clients such as SPARC BC are currently using it.
  • New rmd Studio website and blog are being developed, we need to upgrade and improve our websites as we do every new year.
  • rmd Studio is Blessed to be working with such a great team of associates such as JenTekk Web Solutions, Peerglobe Technology, Joomlatools, and Rockettheme.

Technorati Tags: , , ,

Popularity: 31% [?]

RubberDoc version 0.9.6 Keeps your Docs in Order!

Aug 25th Update: we have just resolved 2 bugs regarding the doc reordering in the Administration back-end. We aren’t going to release a new version for only 2 bug fixes, so if you have downloaded the version 0.9.6 prior to this date, please download and install the extension again, or simply update the source code files for the administration back-end.

RubberDoc Version 0.9.6 has just been released!

Now RubberDoc can not only keep your Docs in a row, it can keep them in Order too! We have implemented ordering for the categories and category pages. You can even assign ordering from the edit RubberDoc Plugin.

This was a one day update, based on some requests from our Client SPARC BC and some of the recommendations that all of you have provided.

We apologize for not being as responsive lately in answering your comments posted here. We’ve head an early Fall client rush and we have to deliver all of those contracts that we sign. If you have any immediate enquiries that requires enhancements to the RubberDoc, you can always hire us. In the mean time we do our best to respond to your questions here on our blog.

This project has been first inspired by our client Social Planning & Research Council of British Columbia (SPARC BC) you can see RubberDoc being used to manage more than 140 documents on their website. We have just launched their Joomla powered website few days ago.

Updates

21-Aug-2008
+ Document ordering has been implemented
+ Download Link ordering within the articles has been implemented

Please Feel free to improve the code

The source code is released under the GPL license, so feel free to read through it and improve it if you liked and in that case please give us a copy too. You will get credit for your contribution on the “About” section of the component.

Credits

RubberDoc is a collaborative project done by:

If you find this extension useful, we would really appreciate it if you leave positive ratings and reviews here on this page

Technorati Tags: , , , , , ,

Popularity: 99% [?]

Joomla! RubberDoc 0.9.5 Simple Bug Fixes

July 21st 2008: The html list of links generated by the RubberDoc plugin does not close properly . To fix this issue:

  1. go to plugins/content/rubberdoc.php lines 111 and 159
  2. replace <ul> with </ul>

Technorati Tags: , , ,

Popularity: 45% [?]

Joomla RubberDoc V0.9.5 has been released

The new released contains a number of improvement and bug fixes based on all your valuable feedbacks. We would like to thank you for all the comments, star ratings, and reviews that you have posted. We couldn’t have done it without your help. Since the previous support post was getting too long, let’s use this blog post for the support purpose. Please post your concerns, questions, and feedbacks as comments.

Joomla RubberDoc has just been released

This project has been first inspired by our client Social Planning & Research Council of British Columbia (SPARC BC) you can see RubberDoc being used to manage more than 140 documents on their website. We have just launched their Joomla powered website few days ago.

Updates

11-July-2008
# the bug preventing a direct link to doc menuitem has been resolved.
# download links generated by the search plugin are now fixed

08-July-2008
# The corrupted file download issue in a number of browsers has been resolved
# Documents with filesize = 0 are excluded from the list of displayed documents in the front-end

03-July-2008
# {docs}alias{/docs} was not working in the rubberdoc plugin. the bug has been fixed.

Please Feel free to improve the code

The source code is released under the GPL license, so feel free to read through it and improve it if you liked and in that case please give us a copy too. You will get credit for your contribution on the “About” section of the component.

Credits

RubberDoc is a collaborative project done by:

If you find this extension useful, we would really appreciate it if you leave positive ratings and reviews here on this page

Technorati Tags: , , , , , ,

Popularity: 85% [?]

Joomla RubberDoc 0.9.4 simple bug patches

July 9th 2008: The html list of links generated by the RubberDoc plugin does not close properly . To fix this issue:

  1. go to plugins/content/rubberdoc.php line 111
  2. replace <ul> with </ul>

July 8th 2008: there is a bug which results into downloaded files with corrupted data. To fix this issue:

  1. go to the components/com_rubberdoc/views/doc/view.raw.php
  2. replace the line 57 to 59 with the following code

$doc =& JFactory::getDocument();
$doc->setMimeEncoding( $mime );
$doc->setModifiedDate( $data->get(‘modified’) );
$doc->render();

header(‘Content-Disposition: attachment; filename=”‘.$fileName.’” ‘);
header(‘Content-Length: ‘. $fileSize);

July 3rd 2008: There is a bug which prevents {docs}doc-alias{/docs} tags to work properly within a Joomla article. This only happens when there is only one alias within the tags.

To fix this bug:

  1. go to the plugins/content/rubberdoc.php
  2. on line 149 replace all the instances of $doc[0]->id with $docs[0]->id and $doc[0]->title with $docs[0]->title
  3. save the file

Technorati Tags: , , , , , ,

Popularity: 46% [?]