TO THE NEW Blog PAGES

MarketingTechnology

How to Edit or Manage a Landing page in Hubspot

As I mentioned in my previous blog post (How to Create a landing page on Hubspot) that there are two steps to create a landing page on Hubspot. First is creating a template and second is creating a landing using that template, Now in this post we will see how to edit or manage the landing pages. […]

Technology

Introduction to Machine Learning: A brief concept overview

You would have come across the terms “Machine learning” (or Data mining), or cognitive intelligence, “big data” or “data science” and wondered what they actually are. You might have used some tool or package in your job for data analytics, data modeling etc. but you don’t really know the underlying principles for it. Machine learning […]

AndroidJava/JVMMobility

Swipe To Dismiss RecyclerView

This tutorial is about how to create “swipe to dismiss” RecyclerView item like Gmail app. For this, we don’t need any 3rd party Library. For this purpose, you just need to add one class which is part of Android Support Library. The name is “ItemTouchHelper”. By now you know that this blog is all about […]

Automation TestingTechnology

Integration of Sikuli with Selenium WebDriver

Sikuli is an image-based open source tool to automate the GUI and can be used on any platform like Windows/Linux/Mac/Mobile. Sikuli uses a technique called image recognition to identify and control GUI components. At times when to access a GUI object, there is no access to its internal or external code; Sikuli comes in handy. […]

AngularJSFront End Development

Angular 2 component dataflow

Angular 2 leverages the power of web components. If you are familiar with Angular 1, you know the term directives. Actually, directives are still here in Angular 2. Components are a combination of Directives, controllers, and scope of Angular 1. Components Angular 2 app has at least one root component. Components are the basic building […]

Technology

Authorizing Creation/Entrance of a Conference in Jitsi

In this blog, we are going to discuss how we can provide authorization for creating or entering a room in Jitsi. While using Jitsi at organisation level there must be some security so that conferences are created or entered after an authorization. About Jitsi : Jitsi is a free & open source video conferencing application […]

AWSDevOps

Setting Dynamic Project Description and Build Description in Jenkins

Jenkins is an open source tool designed to achieve continuous integration and continuous deployment. I came across a scenario where I have to show custom results after every build run in Jenkins. The build result produces dynamic values which are important to be identified before running the next build. For instance, I was creating a Jenkins job […]

Java/JVMSoftware development

Enabling Spring With Plugins

Writing a code to integrate MQTT functionality in my Spring application development made me think, am I not doing this over and over again. Having been involved in different IoT applications and numerous other domains, MQTT became an essential part of almost all the applications that I prepared. This is just one example of such […]

Technology

Demystifying JITSI

What is Jitsi ? Jitsi is an open source communicator that allows secure audio/video calls and conference. It includes Jitsi Video-bridge which relays video rather than mixing. It also provides improved scale with higher quality and lower latency in media transfer. Terminology : WebRTC: WebRTC provides browsers and mobile applications with Real-Time Communications (RTC) capabilities […]

Java/JVMSoftware developmentTechnology

How to configure Templating Solution Engine SiteMesh with Spring boots

SiteMesh is a very simple, lightweight & flexible Templating Solution framework for Java Web applications. SiteMesh can be used in lot more ways if we combine it with Spring boot framework. Configuring the SiteMesh with Spring Boot is little bit tricky but not complex, as we need to create a custom filter and then inject […]

Front End DevelopmentTechnology

Fixed Header: Change Navigation Active Class on Page Scroll with jQuery

Today there are many websites which use simple techniques in designing where a custom CSS class is added to the navigation item when the page is scrolled to the item section. You may use jQuery to improve the user experience of your website and make it easier for the prospective visitors to know where exactly […]

Industry BuzzTesting

Google Launches a New mobile-friendly Testing Tool

After it’s launch in November 2014, Google on 17th May 2016 has announced launch of their new mobile-friendly testing tool. Yaniv Loewenstein from the Search Console Team wrote: The new tool is available at the URL https://search.google.com/search-console/mobile-friendly The older version is available at https://www.google.com/webmasters/tools/mobile-friendly UI of older version UI of new version As compared to the older version, the […]

Services