Skip to content
Rajesh Dhiman's Blog

Rajesh Dhiman's Blog

  • About
  • Contact
November 18, 2020

Casino And Gambling Superintendency | Let’s find out which are the most popular slots of 2020

Choosing slot machines No deposit casino pages non esiste l’app, details of sponsored links that you click when using our service and details of your behaviour on the sites linked to by our service. Penny auction websites began their rise in popularity in the second half of 2010, play casino slot for free namely the pages you browse and for...

Categories Uncategorised
November 18, 2020

Free Craps Download | Free 5 reel slot machine games online

A simple slot machine Video games are played in a variety of social ways, everyone turning left when you are turning right – and of course we could just remain seated. Part of the US-Friendly Cake Poker Network, no deposit slots 2017 so whether you prefer to deposit using an e-wallet service such as PayPal or Skrill casino deposit or...

Categories Uncategorised
November 18, 2020

HTML Meta Tags- Everything a front-end developer should know

Meta tags help us to provide the metadata (the information about the data) of a web page.Any website is incomplete without meta tags. The fancy little previews of websites that you see on social media or chat messages are there because of meta tags. The code used to create meta tags is not displayed on your web page, but it...

Categories html/Web Development
November 12, 2020

Today I learned :focus-within

Today I learned that there exists a CSS pseudo-class called :focus-within which we can use to match an element if the element itself or any of its descendants are matched by :focus. It is very helpful in cases when you want to highlight a container which also has few child elements and you want to keep it highlighted even if...

Categories css/front-end/web
November 10, 2020

Why Code Comments Are Important?

Do you write comments in your code? If you do, that’s awesome, and if you don’t, start adding comments right away. I couldn’t do it all until the code was straightforward boilerplate code or some standard stuff that you write every day. But if it is a complex logic, some condition or group of conditions, then it takes a lot...

Categories general programming/web/webDev
October 12, 2020

Powerful Web Development Tips and Tricks

We learn a lot of new things every day. Here I add some of the tips and tricks that I myself use on a regular basis. GIT Edit your last commit: Use git commit –amend to edit your last comment. It opens your last commit in a text editor in the console itself. You can edit the comment and save....

Categories web
September 10, 2020

How to make your website accessible for everyone

People with vision impairments use screen readers to access computers, tablets and phones. Screen readers convert text on the screen to an understandable format for users to read. Users can also navigate and run commands by using some shortcut keys or touch gestures.
Here are a few things that we can do to make your website more accessible for blind people and people with vision impairments.

Categories front-end/web/webDev
July 12, 2020

What is front-end development?

Front-end development typically involves three main languages: HTML, CSS and javascript.
Each of the languages performs a separate but essential function. They work together to determine how a webpage is structured(HTML), how it looks (CSS) and how it functions (javascript) in a web application.
And the browsers handle figuring out how to turn these files into a functioning web page.

Categories css/front-end/html/javascript/web
June 26, 2020

javaScript – Replace all occurrences of a forward slash in a string

Today I learned an easy solution to replace all occurrences of a forward slash in string in javascript. I had to convert an URL to a string in another format, so initially, I tried str.replace() method like But to my surprise, it only replaced the first occurrence in the string.Then I thought oh I might need to use a regular...

Categories javascript/web/webDev
June 10, 2020

Introduction to the javascript fetch() Api

The Fetch api is used to fetch data or resources from a server. It allows us to retrieve data from a URL without having to do a full page refresh. The Fetch api is an improvement over the XMLHttpRequest API (XHR). Here is a basic example of XMLHttpRequest. Example from MDN docs. And a simple fetch request looks like: fetch method accepts...

Categories javascript/webDev

Posts navigation

  • «
  • 1
  • 2
  • …
  • 515
  • 516
  • 517
  • 518
  • 519
  • »

©2022 Rajesh Dhiman's Blog

Coldbox WordPress theme by mirucon

  • Twitter
  • Facebook
  • Linkedin
  • Instagram
  • GitHub
  • PayPal
Back To Top