Skip to content
unraveled thoughts

learnings, photography, travel, adventures, passions, life etc...

Open Source

  • Home
  • Open Source
  • Page 3
Posted inMac Open Source Technology

migrate/copy mysql databases from one machine to another

I am currently on Mac OS X( Snow leopard ) and have installed mysql using macports. I wanted to copy my databases to another machine Mac OS X ( Lion…
Posted by Kurund Jalmi October 22, 2011
Posted inOpen Source Technology

jQuery plugin to change the row color on hover

For my project CivCRM, I wrote a simple jquery plugin to change the row color on mouse hover. It is generic enough and can be used in any project. Here…
Posted by Kurund Jalmi January 31, 2011
Posted inOpen Source Technology

Integrating IMCE Drupal module with CiviCRM CKEditor

CiviCRM comes with CKEditor as a default wysiwyg editor. One of the missing feature has been ability to upload /browse existing files on the server using CKEditor. So after some…
Posted by Kurund Jalmi December 21, 2010
Posted inOpen Source Technology

Easiest way to sort a select element using Jquery

If you are using jquery sorting a select element is quite easy. Check the below code. $("#select-id").html( $("#select-id option").sort(function (a, b) { return a.text == b.text ? 0 : a.text…
Posted by Kurund Jalmi September 9, 2010
Posted inOpen Source Technology

CiviCRM iphone app ( pre alpha release )

I have developed very basic iphone app for CiviCRM using Titanium framework. Features Allows users to "Search Contacts" from their remote CiviCRM database. Add Individuals. App uses CiviCRM REST interface…
Posted by Kurund Jalmi August 18, 2010
Posted inOpen Source Technology

How to remove default title set by drupal

You can implement a module and call below function function modulename_preprocess_page(&$variables) { unset($variables['title']); } This will unset default title, but there are 2 problems: 1. This hook is not called…
Posted by Kurund Jalmi July 14, 2010
Posted inOpen Source Technology

My notes: Upgrading CiviCRM v2.1 to CiviCRM v3.1 ( Drupal / Joomla )

Recently we successfully upgraded one of our client CiviCRM install from v2.1 to v3.1.2. Over all I was pretty happy with the CiviCRM upgrade process considering client's db was in…
Posted by Kurund Jalmi February 19, 2010
Posted inOpen Source Technology

iGoogle style dashboard implementation using jQuery

Today I have finally finished my secret project for CiviCRM v3.1. It was to implement iGoogle style dashboard  with few features specific to our project. Main base for this feature…
Posted by Kurund Jalmi December 15, 2009
Posted inOpen Source Technology

Few reasons why CiviCRM v3.0 will rock!

It was very challenging to work on 3.0 feature set and my team worked really hard to ensure release was as per schedule. Now that CiviCRM v3.0 alpha1 is out,…
Posted by Kurund Jalmi August 6, 2009
Posted inOpen Source Technology

CiviCRM – Joomla on Shared Hosting

Usually on Shared Hosting there are lots of restrictions, which makes it impossible to install CiviCRM. Few tricks that i learned over the time that might help others. (Especially if…
Posted by Kurund Jalmi December 12, 2008

Posts pagination

Previous page 1 2 3 4 Next page
Tags
AI barcamp CiviCRM dell Inspiron django drupal fiesty fish food in goa food in mumbai friends goa india itinerary javascript joomla jquery kashmir leh life love Mac macport manali monsoon treks Mumbai music Music/Movies mysql OpenSource osscampdelhi Pench People photon+ PHP printing Random samsung tahoe tata indicom traffic trek Ubuntu upgrade Web Access
Copyright 2026 — unraveled thoughts. All rights reserved.
Scroll to Top