Category: Categorized

Development of Enterprise CRM system with Flex, CodeIgnitor, and Ilog Elixir

Posted on 01/12/10 No Comments

Cabot Solutions was approached by Sunny South Insulators, to build an integrated web based CRM application to help manage their client contacts, project estimates, scheduling, invoices and calendar modules.   The application was to assist the firm to effectively streamline and manage its business processes. Manage client contacts and maintain a log of all communications [...]

Read more

Displaying Math equations using MathML in mediawiki

Posted on 12/28/09 No Comments

Mathematical Markup Language (MathML) describes mathematical notations and capturing both its structure and content. The objective of mathml is to integrate mathematical formulae into World Wide Web documents. For examples of mathematical expressions and the syntax for writing them within a wiki refer http://meta.wikimedia.org/wiki/Help:Formula Example: $ {x}^{2}+4x+4=0$ represents the expression To setup mathml support in [...]

Read more

Generating string combinations for a url shortening service using PHP

Posted on 12/24/09 No Comments

Url shortening is a technique in which a larger URL is made available by accessing a relatively shorter URL.  This is useful for sending links with via email, twitter,  sms etc.  Popular URL shortening services include tinyurl.com and bit.ly. Usually, the long web page url is mapped to a randomly generated string-numeric combination such that [...]

Read more

Drupal Based Mortgage News Aggregation Site with Social Networking Features

Posted on 12/24/09 1 Comment

Cabot Solutions is pleased to announce the release of Mortgagespeak.com which is the latest product developed for a Marketing firm located in Chicago.   The primary stakeholder of the site Greg Janecka had conceived the idea of developing a news and networking site that catered to the needs of the Mortgage industry in the United States. [...]

Read more

Cabot Solutions at NASSCOM Product Conclave

Posted on 10/27/09 No Comments

Cabot Solutions is represented by Shibu and Venkatesh at the NASSCOM Product Conclave and we will be available for discussions with potential clients on the 26th and 27th. Call us at 9995978616 or 9446481825 to schedule a chat.

Read more

New Joomla site developed for backyardaquaponics.com

Posted on 10/15/09 No Comments

Cabot recently developed a Joomla based solution for backyardaquaponics.com. Backyard Aquaponics Pty Ltd, is a leading edge aquaponics company based in Western Australia. Originally started by Joel Malcolm as a means to provide information packages to people, who were interested in learning more about the subject, the company has now grown and changed quite a [...]

Read more

Cabot Solutions Joins the Constant Contact Business Partner Program

Posted on 10/04/09 No Comments

Cochin, India – 1st October 2009 – Cabot Solutions today announced it has joined the Constant Contact Business Partner Program to provide its clients with easy-to-use email marketing and online survey products to help them build strong, lasting customer relationships. Constant Contact®, Inc. is a leading provider of email marketing and online survey tools for [...]

Read more

Using sIFR for rich flash text without affecting SEO

Posted on 08/07/09 No Comments

sIFR, an abbreviation for Scalable Inman Flash Replacement with current version 3.0 is a combination of JavaScript and flash, allows you to dynamically view text, especially headings, using flash. This can improve your website’s look dramatically, because it will look the same in every browser and is much smoother than basic HTML text. For example, [...]

Read more

Generating a Google Sitemap via PHP

Posted on 06/15/09 No Comments

A sitemap is  an XML file,that lists the URLs of a site.  The sitemap file can be used to inform search engines like google on the pages available on a site and when those pages have been modified.  The search engines require a particular format for the sitemap xml file. Let me give a brief [...]

Read more

java.lang.OutOfMemoryError when indexing large databases in Solr

Posted on 05/16/09 1 Comment

When indexing large databases in Solr, if you encouter java.lang.OutOfMemoryError, this could be caused due to a bug in the mysql jdbc driver.  To resolve this, add include batchSize=”-1″ parameter in your dataSource entry of you data-import.xml file.  The entry should look something like : <dataSource type=”JdbcDataSource” name=”ds-2″ driver=”com.mysql.jdbc.Driver” url=”jdbc:mysql://localhost:8889/mysqldatabase” batchSize=”-1″ user=”root” password=”root”/> Reference: http://wiki.apache.org/solr/DataImportHandlerFaq#head-346bc6622c328a146d1691bc4ed6deb51086d9b3

Read more
Page 3 of 4«1234»