Technical Solution
| 1
min read
Skype is a software for instant voice and textual messaging. It is also useful for video calling, ordinary voice conference, screen sharing conference, group conference etc. It can be used for office and personal purpose, interviews etc.
Drupal Technical
| 3
min read
I had a requirement to create webform in multiple environments. Webforms cannot be exported as features. Webform_share module helps to export the webform and then imported the same in my different work environment. The Webform_share module requires webform module. For installation, download and enable the webform_share module.
Drupal Technical
| 2
min read
In one of my project, I have a requirement to show the form elements as a popup window on clicking a menu link. I have created the form using the Drupal webforms. I want to make this webform available as a popup window on click of the corresponding link. Drupal popup module helps to meet this requirement.
Technical Solution
| 1
min read
In my project I have a requirement to show the form elements as placeholders. Webform Hints module helps to meet my requirement. Webform Hints takes the title of a Webform component and uses it as the placeholder attribute.
Drupal Technical
| 2
min read
In my project I have a requirement to display the error message of webform submissions in a popup window. Webform is a module for creating simple or multi-step forms in Drupal in an easy way. To display the webform in popup is very hard to me. Webform Ajax module helps to meet this requirement. Its is very useful module for single or multi-step forms with pagination's in a popup box.
Technical Solution
| 1
min read
I have faced several issues with MySQL installation while setting it up in my system. Hope this article will help you fix the mysql related issues. Here, I document the various steps I have taken to update MySQL installation.
Technical Solution
| 1
min read
While settings up local installation in my system I came across this error (PHP fatal error 'Undefined class constant MYSQL_ATTR_USE_BUFFERED_ QUERY'). I tried a lot to fix it. Finally got the solution as follows. The reason for this error is missing pdo_mysql extension in my PHP installation.
Drupal Technical
| 2
min read
I have worked with a tiny portion of a website dealing with online donations. Here I came across the LuminateExtend Library. LuminateExtend is a JavaScript library for use with Blackbaud's Luminate Online product suite which provides a JavaScript wrapper around its API with some useful functions.
Technical Solution
| 2
min read
Syntactically Awesome Stylesheets (Sass) is a CSS pre-processor, have .scss and .sass formats, and is similar to CSS3. Compass is a CSS authoring framework and is open source. For both compass and Sass we need to install ruby which is an object-oriented, reflective, dynamic, general-purpose programming language.
Drupal Technical
| 2
min read
Panels gives you the ability to create custom pages effortlessly. These custom pages can have multiple regions of content. Suppose, if you want to create a home page with a Slideshow, included in your page layout positioning on the top and two columns below it. Then panels help you to make it easily.