Front End Development

Sticky Ads with HTML and CSS.

Today, digital advertising is growing at a faster pace. Therefore, lots of clients want to sell ads on the website. What are sticky ads? Sticky ads are ads that stay visible while the user scrolls through the content of the web page. There are two types of sticky ads horizontal and vertical sticky ads. Horizontal ads: These ads have...

by Rajan Shergill
Tag: HTML/UI/CSS
27-Feb-2024

Drupal, Front End Development

CSS FLEXBOX VS CSS GRID

CSS Flexbox and CSS Grid are layout systems. Flexbox, on the other hand, is for laying out a single row or column of elements. Flexbox is about positioning elements in a dimensional area so, in a row or a column. We can actually set up Flexbox to wrap its item into a new line, so if we get them set up in a row and they exceed the space of...

by aakansha.tyagi1
Tag: HTML/UI/CSS
17-Sep-2023

Drupal, Front End Development

The Complete CSS Property Encyclopedia: Your Ultimate Reference (Part 2)

This blog is a continuation of the previous blog. CSS ─ PADDINGS The padding property in CSS is used to add space between the content of an element and its inner border. It is used to control the internal spacing. It only affects its size and layout and it does not affect the element's border or margins. This property can take one...

by divyanshi.agarwal
Tag: HTML/UI/CSS
16-Sep-2023

Front End Development

How to fetch API data in ReactJS ?

We can fetch data by using the Javascript fetch() method. The Fetch API is a new standard to server requests with Promises, it also includes additional features. This blog will help you understand the implementation of fetch API in both functional and class components by walking through each one with sample code. Let’s start - Consider...

by Milan Chourasia
Tag: HTML/UI/CSS
11-Nov-2022

Drupal, Web Content Management

Headless CMS – An Overview

Content has become a new prerogative of companies wanting to improve customer experience. It is content that sells. Storytelling is gaining traction and so is content marketing. Organizations are producing large amounts of data and content, but a heap of data is of no use. Content Management Systems act as a key enabler for managing large...

by Dwiza Saha
Tag: HTML/UI/CSS
06-Nov-2017

AngularJS, Digital Transformation

Building an App – Ionic Vs React Native

More and more companies are putting efforts on building digital products. A mobile application or web portal becomes business critical with customers evolving digitally. Some of these companies have specific needs while pursuing application development such as building cross-platform application, hybrid application or native application. ...

by Apoorva Chawla
Tag: HTML/UI/CSS
17-Oct-2017

Agile, AngularJS

AngularJS vs. ReactJS: How the Two Compare?

Product companies have evolved over the last few years. While some years back, the focus was on going to market with the best features, the game has shifted to user experience today! With multiple products launching similar functionalities, it is very difficult to stand out against the competitors with features alone. It is the intuitive...

by Nidhi Choudhary
Tag: HTML/UI/CSS
19-Sep-2017

Agile, AngularJS

How Design is Critical to Build Winning Front-End Experience?

Technology has empowered customers with a plethora of choices when it comes to interacting with a brand. A single interaction with a customer can change the customer’s perception, making it essential to provide them with a great end-to-end experience. Nowadays, companies are launching multiple digital initiatives to reach out to the...

by Apoorva Chawla
Tag: HTML/UI/CSS
12-Sep-2017

AngularJS, Front End Development

AngularJS Performance Tuning in Enterprise Applications

Introduction Before developing any application, it is always important to use the technology stack in a beneficial way. Using a technology doesn’t count until and unless we use it effectively. Let’s see some of the common performance issues caused by AngularJS and their possible suggestions to fix or ways to avoid them. ...

by Sonakshi Mediratta
Tag: HTML/UI/CSS
29-Aug-2017

AngularJS, Front End Development

Angular 2 vs Angular 4 – Which One Fits Your Frontend Development Requirement?

Introduction The year 2015-2017 saw a host of new frameworks from the house of JavaScript. Though several of their offerings did fail to make a resounding impact, Angular and React survived the test of time to become the go to frameworks for successful Angular development. With several frameworks have made headway in the world of...

by Poulomi Nag
Tag: HTML/UI/CSS
24-Aug-2017

Front End Development, Technology

10 Best Practices in CSS

If you are inquisitive about learning and implementing CSS, then you must do it the right way, the way professionals do. Sometimes it’s the result of sloppy committal to writing from the beginning, and thanks to various hacks and changes over time. CSS could be a language that is employed by almost each developer for some purpose....

by Amit Narayan
Tag: HTML/UI/CSS
11-Jul-2017

Front End Development, Technology

CSS Custom Properties (CSS Variables)

CSS custom properties are the entities that are defined by CSS author themselves to obtain the feature of reusability of code all over the document. For example, A project may involve very complex CSS, and same color code may get repeated hundred times. So if we want to change that color, then we need to modify the color value hundred...

by Poonam Baveja
Tag: HTML/UI/CSS
14-Jun-2017