Category: Categorized
Development of Enterprise CRM system with Flex, CodeIgnitor, and Ilog Elixir
Posted on 01/12/10 No CommentsCabot 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 moreDisplaying Math equations using MathML in mediawiki
Posted on 12/28/09 No CommentsMathematical 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 moreGenerating string combinations for a url shortening service using PHP
Posted on 12/24/09 No CommentsUrl 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 moreDrupal Based Mortgage News Aggregation Site with Social Networking Features
Posted on 12/24/09 1 CommentCabot 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 moreCabot Solutions at NASSCOM Product Conclave
Posted on 10/27/09 No CommentsCabot 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 moreNew Joomla site developed for backyardaquaponics.com
Posted on 10/15/09 No CommentsCabot 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 moreCabot Solutions Joins the Constant Contact Business Partner Program
Posted on 10/04/09 No CommentsCochin, 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 moreUsing sIFR for rich flash text without affecting SEO
Posted on 08/07/09 No CommentssIFR, 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 moreGenerating a Google Sitemap via PHP
Posted on 06/15/09 No CommentsA 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 morejava.lang.OutOfMemoryError when indexing large databases in Solr
Posted on 05/16/09 1 CommentWhen 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