Care Features

Discover, Explore the Product
Discover, Explore & understanding the product

Art Direction & Brand Strategy
Art Direction & Brand Communication

Product UX, Design & Development
Digital Product UX, Design & Development

Marketing Strategy & SEO Campaigns
Marketing Strategy & seo Campaigns

CIVIC is Palindrome
A palindrome is a word, number, phrase, or other sequence of symbols that reads the same backwards as forwards, such as madam or racecar, the date and time 12/21/33 12:21, and the sentence: “A man, a plan, a canal – Panama”
[…] Continue Reading
Create new UI Type in vTigerCRM 7.*
In vTigerCRM 7.x, creating a new UI type involves extending the existing framework to add custom fields with unique behavior. A UI type defines how a field appears and interacts within the CRM, including its behavior during data entry, display, and processing.
[…] Continue Reading
How to create a custom view of type Detail in Sugar CRM or Suite CRM
How to create a custom view of type Detail in SugarCRM CE 6.5 or SuiteCRM. In SugarCRM CE 6.5 or in SuiteCRM there is the standard DetailView mask that allows you to Edit,Delete an object of a specific module, there is also the send mail, SMS and converts that can be used to quickly access […]
[…] Continue Reading
how to setup and use Googles Firebase push notification API for both Android and iOS
Below is a full tutorial on how to setup and use Googles Firebase push notification API for both Android and iOS. It is based on this earlier implementation of Googles GCM method: https://gist.github.com/prime31/5675017 – FCM is the new method and GCM will eventually be retired.
[…] Continue Reading
Create Custom Module in vTiger CRM
Creating custom module in Vtiger CRM from scratch with table we have Create Training module Create folder in modules/Training and also create Training.php file in Training folder
[…] Continue Reading
How to add relationship in vTigerCRM 7.*
In vTigerCRM 7.*, you can add relationships between modules (e.g., Contacts, Organizations, or custom modules) to establish meaningful connections and improve data management. Here’s a quick overview:
[…] Continue Reading
Too many Connection issue MYSQL
This issue occurs mostly when the maximum allowed concurrent connections to MySQL has exceeded. The max connections allowed is stored in the global variable max_connections. You can check it by show global variables like max_connections; in MySQL
[…] Continue Reading
Write a php Program to calculate frequency of each character of string without using HashMap.
Write a PHP program to calculate the frequency of each character in a given string. The program should count and display the occurrences of each character without using any built-in data structures like HashMap or associative arrays. This can be achieved using nested loops and basic string operations to manually count character frequencies.
[…] Continue Reading
UI TYPE (SQL Data/Column) list for vTigerCRM Custom Fields
In vTigerCRM, when creating custom fields, the UI Type determines the type of input or display that the field will support. Below is a brief description of some commonly used UI Types for SQL Data/Columns:
[…] Continue Reading
The Ultimate Guide to Your Frontend Developer Roadmap
This roadmap is thoughtfully crafted to guide you in achieving your goals: Explore the complete roadmap and embark on your journey today!
[…] Continue Reading