Skip to main content

Posts Tagged ‘JavaScript’

A technology developer working with code

Client-side scripting with Formcontext UI Object on Model Driven App (Dynamics 365 )

This article will look at the implementation of client side scripts on Microsoft Dynamics 365 using a model-driven approach, which provides additional benefits on the UI level and allows us to easily access Form UI properties such as tabs, sections, fields and access, security role, complex validations and so on. So, here in Dynamics 365, […]

Applying Bright Paths Knowledge: Five Program Graduates Discuss Their Custom Applications

Our Bright Paths Program is designed to advance STEM education and career opportunities for underrepresented constituencies and communities while closing the gap in technology. Perficient created Bright Paths in partnership between Perficient and Strayer University’s Hackbright Academy, a coding bootcamp and engineering program designed for women, as well as Devmountain, a design and coding bootcamp […]

Three Bright Paths Graduates Explain Why They Applied to the Program

Interested in a career in tech? Consider applying to Perficient’s Bright Paths Program. At Perficient, we’re committed to bringing more diverse insights and skillsets into the conversation to drive true innovation forward. Our Bright Paths Program is designed to advance STEM education and career opportunities for underrepresented constituencies and communities while closing the gap in […]

Optimizely – Slot Swapping Bookmarklet

With this solution, if you use the query string to push you to your slot, you can use your bindings for your live domain to view any of your multiple sites from your single instance. So….What is a Bookmarklet? A Bookmarklet is simply a bookmark that has JavaScript in it. For instance, in the most […]

Wanderlist

Bright Paths Students Bring Ingenuity to Custom App Development

Perficient is a company full of unique populations, and we’re committed to investing in resources that develop the skills of our colleagues while embracing diverse perspectives and voices. It’s a commitment that Perficient made to nearly 5,000 colleagues earlier this year through the Perficient People Promise, which promises to champion, challenge, and celebrates every colleague. […]

Plant App 2

Bright Paths Students Demonstrate New Skills with Incredible Variety of Apps

Working in a global digital consultancy, our colleagues thrive on our challenging, fast-paced projects. And over the past twelve weeks, the students in Perficient’s Bright Paths program surely know a thing or two about fast-paced project execution! Within mere weeks, 22 women are in the final stages of completing a Perficient-sponsored coding bootcamp in Detroit; […]

Webp.net Resizeimage (64)

Generator Functions in JavaScript

If you’ve been a JavaScript developer for some time and heard about ECMAScript 6 (ES6) concepts, then you must have come across generator functions. You might be thinking, what are generator functions? Why do we need it? What problems do they solve? We can find the answer, but we have to take a step back […]

How to Show/Hide HTML Elements by Only Using CSS

The ability to show/hide an HTML element should be simple enough, right? Well, we can use some HTML attributes and JavaScript functions if we want to, but what if we want to do perform this task without using JavaScript. Is it possible? Yes, it is possible. We can do it with just CSS. Yes, you […]

Choosing Between Ternaries or && in JSX

There is always the question that runs in the mind of developers, do I choose ternaries or logical && to use in React? Personally, I always prefer logical && over ternaries to handle the truth condition. Let me explain why. Just a few days ago, I was writing the following React code: import React from […]

Cardmapr N8pnhrcr73o Unsplash

Implementing Custom Play/Pause Button for Embedded YouTube Videos Using IFrame Player API

Recently, I worked on one bug where GTM tracking was breaking for an embedded YouTube video with a custom play button. The video played perfectly fine on the click of the play button, but it was not getting tracked by GTM. I didn’t find anything wrong in the code, so I researched and found that […]

Man on mounted desktop computer working.

That Time I Flunked my JavaScript Technical Interview: Some Tips from Personal Experience

As the title suggests, this article is about those times that I did not land the job that I was applying for because I did not know the answer to a particular question. It did not mean that I was bad at my job or that I did not know JavaScript. I have been using […]

Accessible Balance: HTML & ARIA

Introduced in 2008 by the Web Accessibility Initiative (WAI) group, the family of attributes known by the acronym ARIA (Accessible Rich Internet Applications) allows developers to supplement HTML where it lacks in accessibility. ARIA is a group of attributes that work to supplement HTML attributes to create a more accessible experience for those using assistive […]

Load More