Home
Jul 31
Saturday
Error
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.

module

Ruby: Modules for grouping methods together
Wednesday, 21 April 2010 18:58


module M;
module_function;
def f; :value end
end

M.f

Read more: http://feeds.dzone.com/~r/dzone/snippets/~3/ZAVFJWxDgPo/11127

 
Create a random number in Ruby
Friday, 19 March 2010 13:48
Return a value from 0 to 5:
rand(6)

Return a value between 0 and 1:
rand

Resources:
- Module: Kernel [ruby-doc.org]

Read more: http://feeds.dzone.com/~r/dzone/snippets/~3/aIaVxWHYbAE/10611

 
Page Peel Banner - Joomla Module Fix
Written by   
Monday, 24 August 2009 20:48

page-peel-banner-med

Some of you may have used the very cool Page Peel Banner for Joomla. http://extensions.joomla.org/extensions/ads-a-affiliates/corner-banners/3209 . The only problem I ran into was using it with SEF enabled. This made the module only display on the first page.  It came down to needing some links to files changed in the default.php file. The modified version can be downloaded here (default.php) Just download, unzip, and upload to >/modules/mod_pagepeel_banner_J15/tmpl/

Read more... [Page Peel Banner - Joomla Module Fix]
 
Wrapping up GSOC-09 CiviCRM Modules
Written by   
Monday, 24 August 2009 14:29

Hi 

So here we are at the end of another GSOC and a lot of coding.For me personally,my second stint with Joomla! has been a much more learning experience.I really learnt loads and I'm very glad.

As you know from my previous blog we now have four new modules and I spent the last few weeks testin them out.And really improved a lot of their options and their reliability.

One new method that I've used in mod_civicontribute that could be interesting is to display a Module Content within a Modal.As a module does not have its own URL that can be invoked,it is not possible to put it within a modal.

Read more: http://community.joomla.org/blogs/community/1017-wrapping-up-gsoc-09-civicrm-modules.html

 


Taxonomy by Zaragoza Online
Home