Ejaaz Khan

@ejaazrkhan

31 Points 0 Followers

25 Posts

0 Answers

Hello! I am Muhammad Ejaaz Razzak Khan, a Software Developer. I had focused on crafting great web experiences. Designing and Coding have been my passion since the day I started working with computers but Later I found my career in Web designer and Development.

Ejaaz Khan · 1 year ago

1 line code to remove duplicate

I just learned a trick while solving a leet code problem. duplicates from array can be removed from just 1 line of code 😀 without using default array_unique function https://leetcode.com/p...

Ejaaz Khan · 1 year ago

Solved my first LeetCode question

Diving into LeetCode's Top 150 Interview questions to sharpen my problem-solving skills and prepare for coding challenges! My solution beats 100% of the users with PHP solution Done with my...

Ejaaz Khan · 1 year ago

Supercharge Your Website Search with Google's PSE!

Hey developers! Let's talk about enhancing your website's user experience with a powerful search bar. Today, we're diving into Google's Programmable Search Engine (PSE). What is PSE? PSE is...

Ejaaz Khan · 1 year ago

Animated Forms: A New Way to Engage Users (CSS Animation)

Create an animated Form in HTML & CSS Animated forms are a new way to engage users and make them more likely to complete your forms. By using animation, you can add a sense of movement a...
1

Ejaaz Khan · 2 years ago

Semantic HTML: The importance of using semantic tags for SEO and accessibility

In the world of web development, there's a lot of talk about the importance of using semantic HTML. But what exactly is semantic HTML, and why is it so important for SEO and accessibility? I...

Ejaaz Khan · 2 years ago

Create Animated India flag in HTML and CSS

Design a beautiful animated India Flag in HTML and CSS. index.html <pre class="highlight html">``` <span class="cp"></span> <span class="nt...

Ejaaz Khan · 2 years ago

Animated Card (CSS Animation)

Create an animated card in HTML & CSS To change the styling of a card based on the element's hover state, focus state, or any of its descendants state, use the pseudo-class selectors :h...

Ejaaz Khan · 3 years ago

Cool CSS Animation Libraries

Animista Animista is a CSS animation library and a place where you can play with a collection of ready-made CSS animations and download only those you will use. With Animista, you can...

Ejaaz Khan · 3 years ago

7 Useful CSS code snippet Websites

1. Code My UI There are 453 CSS UI Design Examples on Code My UI You'll find pure CSS examples or HTML elements created with only CSS to give it some sassy effects. Typically, one would u...

Ejaaz Khan · 3 years ago

Tools for turning code snippets into images

1. Ray.so Ray.so is an online tool that lets users create a beautiful code snippet image with gradient backgrounds. You can highlight up to 50+ programming languages. 2. Snappify Snapi...

Ejaaz Khan · 3 years ago

Animated Navigation

HTML and Javascript <pre class="highlight html">``` <span class="cp"></span> <span class="nt"><html</span> <span class...

Ejaaz Khan · 3 years ago

10 Free Cloud Storage

With cloud storage, all your data is safely stored in a remote database, so you do not need to store it locally on your computer hard drive or other storage device. 1. Sync Most cloud stora...

Ejaaz Khan · 3 years ago

5 HTML tags that make the text italic

As I was reading the documentation of HTML, I saw the var tag. Initially, I thought it was related to variables. However, I had seen that it was making the text Italic. So I asked myself, ho...
1

Ejaaz Khan · 3 years ago

Some useful CSS Short Code Snippets

4 Ways to to center content with CSS Flexbox Grid Transform Table https://www.30secondsofcode.org/articles/s/css-centering Typewriter effect https://www.30secondsofcode.org/css/s/type...
1

Ejaaz Khan · 3 years ago

Open Mobile Camera With HTML

The HTML Capture attribute open device camera to capture image followed by accept attribute The capture attribute takes as it's value a string that specifies which camera to use for capture...

Ejaaz Khan · 3 years ago

CSS Gradient - Color Gradient for your next Project

uiGradients has handpicked collection of beautiful color gradients for designers and developers JShine Output: https://uigradients.com/#JShine Rainbow Blue Output: https://uigradient...

Ejaaz Khan · 3 years ago

Responsive Text

The text size can be set with a "vw" unit, which means the "viewport width". 1vw is equal to one percent of the viewport width, meaning that if you set your font size usi...

Ejaaz Khan · 3 years ago

HTML Emoji

Emojis are characters from the UTF-8 alphabet. Emojis are characters, they can be copied, displayed, and sized just like any other character in HTML. Output: Preview: EmojiValue⌚&#898...

Ejaaz Khan · 3 years ago

Expanding Card in HTML & CSS (CSS Animations)

HTML <pre class="highlight plaintext">``` <html lang="en"> <head> <meta charset="UTF-8" /> <meta name="viewp...

Ejaaz Khan · 3 years ago

Assign value to multiple variables at once in Javascript

The destructuring assignment syntax is a JavaScript expression that makes it possible to unpack values from arrays, or properties from objects, into distinct variables. <pre class="h...

Ejaaz Khan · 3 years ago

Button Hover Effect in HTML and CSS (CSS Animation)

Simple Button hover Effect using HTML and CSS HTML Code: <pre class="highlight plaintext">``` <html> <head> <title></title> <link...

Ejaaz Khan · 3 years ago

Step progress bar in CSS

Create simple Step progress bar in HTML, CSS and JavaScript. HTML <pre class="highlight html">``` <span class="cp"></span> <span class="nt...

Ejaaz Khan · 3 years ago

Social media icons HTML and CSS

Create Social media icons with HTML and CSS. HTML Code <pre class="highlight html">``` <span class="cp"></span> <span class="nt">&...

Ejaaz Khan · 3 years ago

Testimonial Section in HTML and CSS

Learn how to create testimonial section using HTML, CSS and Bootstrap HTML Code <pre class="highlight html">``` <span class="cp"></span> <span...

Ejaaz Khan · 3 years ago

Clock in HTML and CSS

Learn how to create a clock in HTML, CSS and Javascript HTML and Javascript <pre class="highlight html">``` <span class="cp"></span> <span clas...
1

Loading More Content