Care Features
Explore Image

Discover, Explore the Product

Discover, Explore & understanding the product

Brand Strategy

Art Direction & Brand Strategy

Art Direction & Brand Communication

Development and Design

Product UX, Design & Development

Digital Product UX, Design & Development

SEO Campaigns

Marketing Strategy & SEO Campaigns

Marketing Strategy & seo Campaigns

 
vtigercrm logo

Custom web service operation for multiple records fetch with custom query

p>Add new webservice custom method you have to manipulates in 2 tables vtiger_ws_operation , vtiger_ws_operation_parameters and vtiger_ws_operation_seq.

[…]

Continue Reading
 
Object-Oriented Design

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
 
vtigercrm logo

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
 
Object-Oriented Design

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
 

The Ultimate Guide to Sending Your CV via Email

When you’re asked to submit your CV via email, Never send your CV without a well-crafted email. Here’s an example to guide you:

[…]

Continue Reading
 
vtigercrm logo

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
 
lamp logo

How To Install Linux, Apache, MySQL, PHP (LAMP)

The LAMP stack is a popular open-source web development platform used to host dynamic websites and applications. It consists of Linux (the operating system), Apache (the web server), MySQL (the database server), and PHP (the programming language). Here’s a brief overview of the installation process:

[…]

Continue Reading
 
vtigercrm logo

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
 
Object-Oriented Design

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
 
Object-Oriented Design

Calculate Rating

If you’re collecting user ratings (e.g., 1 to 5 stars) and want to calculate the average rating and total number of stars, here’s a simple PHP example:

[…]

Continue Reading