Drupal Technical
| 1
min read
In one of our Drupal project we had to implement a feature where different background color has to be added for different content. We implemented this by adding an option to pick background color in the content type using Jquery Colorpicker. Read on to know how to implement this feature.
HR
| 4
min read
It started years ago when we, "The Mumbai Indians" (everyone used to refer to our gang of five by this name during our college days), were watching the movie "Dil Chahta hai" that we decided to take a trip to Goa. The planning was full on, some of us even started shopping :p. We introduced this plan to our parents and as it often happens, we couldn't convince them for the trip. Finally, we had to give up the plan.
Drupal Technical
| 3
min read
SAP Business one helps to manage sales, customer relationships and financial operations in our Drupal site. We had one of our eCommerce Drupal site integrated with SAP and the requirement was to pass the order details to SAP Business one. We used Zedsuite integration toolkit to connect Drupal with SAP. Read on to know more.
Application Development
| 3
min read
Data plays an important role as you create great online shopping experiences for your customers. With the current webtrends it has become important for the commerce sites to find innovative ways to reach customers and drive profitable growth. If you are also searching for data collection then integrating your site with SAP Business One would be one of the best option. This small business software will help you better manage every aspect of your company - from sales and customer relationships to financials and operations. Read on to know more.
Drupal Technical
| 3
min read
Sometimes the best way to handle variable values on a Drupal site would be with an admin settings form. For example if you want to store different sizes of the same image which has to be displayed in a page, using admin settings form may be more useful as you have the option to change the image whenever desired.
Drupal Technical
| 2
min read
Many of the sites now a days are designed to play video in pop-up window.This can be implemented using color box module and adding link to the video url in anchor tag with class as colorbox-load.Read on to know how to implement this.
Drupal Technical
| 3
min read
If you want to display large amount of content in a page on your site then using text scrollers would be one of the best methods. For example if you have lot of news and events to be displayed in a site, then using text scroller will allow the user to scroll over all the data.This can be easily implemented using views and jcarousel module. Read on to know how to display contents as text scroller in Drupal sites?.
Drupal Technical
| 2
min read
Specialized fonts beyond the typical “Arial, Geneva, Helvetica” can be embeded to your site by uploading Web Open Font Format file for the needed font in your site. Aesthetics is often very important for any website you design. If it isn't pleasing to the eyes, it will directly affect traffic. Fonts are a very important in aesthetics and readability. If you are not sure of how to add web fonts to your site then read on.
Drupal Technical
| 2
min read
Recently, I got stuck with a strange issue while using CKEditor. The problem was, When code such as v-aligns for tables or inline styles are added in ckeditor and saved then everthing things works fine, but as soon as the page is edited inline css and classes gets stripped off the content.If you are also facing the same problem then read on to know how to solve this.
Technical Solution
| 2
min read
cPanel offers a very simple point and click way to create subdomains in your hosting account. Read-on to know how to create subdomain for a site using cpanel.