BLOG
Let us first know what does competitive analysis refer to? Every business has got its own competition starting from local-made products to technology services. And, competitors are those who provide similar services and products in your same locality and even…
Yes, by saying Startup it meant that all resources are mostly available in limits say - people, funds, investment, time etc., This is the scenario in most startups. And, I am going to share a few things in this article…
This blog post is to inform our users that, Pay4Later company is recently renamed as DEKO (https://www.dekopay.com). ShareSoft Technology is working on the migration part of the module and will intimate our customers over email once we are done with…
The latest buzz word for online world is HTML6. Almost most of the people shared their views on it. Now, let we take our turn and spread some limelight on it. Be whatever technology, newer versions always keep rolling out with betterment.…
Let’s explore a few things about the most important feature of CSS styles @media rule that is defined to specify the styles to different media types for different responsive screens, print layouts, other screen devices. Example: [html] <style="text/css"> @media print…
Highlight Search Results in ng repeat using AngularJS: Let us see how to highlight the search results in ng repeat using Angular filter. Highlighting the search result improves user experience and minimizes the search time when compared showing the search…
We always love to create documentation on things we newly discovered while working on technology modules. And, today ShareSoft Technology helps you to learn how to create - Drupal webform shortcode module through this documentation. Documentation Overview: This module’s purpose…
We always love to experiment different things which enhances technology, business and client needs.Let’s experiment how to get your website stats without logging into Google Analytics account every time. Here's how: Step 1: First create an empty folder name under…
Overview: This documentation is about discussing the process, we have carried out to create the admin grid for members list with simple form submission at Frontend and also describes the difficulties we came across when we processed this module. In…
Angular Js uses MVW(Model View whatever) Architecture. We can create a dynamic pages using Angular Js. We can extend the HTML functionality using Angular JS directive method. We can extend the HTML with four types Element - <my-dir></my-dir> Attribute -…