MaXEster Technologies  | Technical Blog
  • HOME
  • ABOUT US
  • SERVICES
    • PHP WEB APPS
      • Codeigniter
      • Laravel
      • Zend
      • Cakephp
      • WordPress
      • Drupal
      • Magento
      • Opencart
    • MOBILE APP
      • Ios
      • Android App
      • Android Games
    • DESIGNING
      • Responsive Design
      • Logo Design
      • PSD to HTML
    • DIGITAL MARKETING
      • PAY PER CLICK DEVELOPMENT
      • Search Engine Optimization
      • Social Media Optimization
      • E-mail Marketing
      • Content Marketing
  • PORTFOLIO
  • CONTACT US
  • Blog

Category: JS

React ES6

December 5, 2023December 5, 2023 Mayank JhaJS, React JsLeave a Comment on React ES6

ES6 ES6 stands for ECMAScript6. ES6 was released in 2015 and is also known as the ECMAScript 2015. It is basically a standard, which the scripting languages have to follow. As we know, Javascript is a scripting language. JS also…

Read More→

Parallel ajax request using Jquery

September 11, 2020January 19, 2023 MaxesterJSLeave a Comment on Parallel ajax request using Jquery

Let us assume we need to hit a lot of URLs to append data to a page this so to reduce the time we need to make these requests simultaneous. The below code contains an array of JSON values these…

Read More→

How To Capitalize First Letter Of Each Word In Js ?

November 21, 2019July 24, 2020 Bhaskar ChaudharyJSLeave a Comment on How To Capitalize First Letter Of Each Word In Js ?

By using function: “replace()” is a iterative function calling a regex as first parameter and adding callback function as its second parameter we can achieve this. Regular Expression for Every Word in a String ( /\w\S*/g ) And Callback function…

Read More→

Dynamic web form validation with predefined rules and messages

November 16, 2019July 24, 2020 Bhaskar ChaudharyJSLeave a Comment on Dynamic web form validation with predefined rules and messages

Sometimes when we are using same validation rules for a form in different location with different ID’s. To prevent repeating the code and make it more maintainable we define it as a function in one place. That is what this…

Read More→

Json parsing to add an iterating element by Jquery

November 4, 2019July 24, 2020 Bhaskar ChaudharyJSLeave a Comment on Json parsing to add an iterating element by Jquery

To reduce load time and improve user experience we use ajax to get add new element to existing html. let the response be: let the response is saved in var response let the place where response is appended is to…

Read More→

Node Event Module

October 22, 2019July 24, 2020 Bhaskar ChaudharyJS, Node JsLeave a Comment on Node Event Module

Node has a concept of event-driven programming, in which code is written to react rather than be called. Node has an inbuilt event module about which you learn in-depth from here, we will use event listener and event emitter method…

Read More→

Js Filter And Sort

October 14, 2019July 24, 2020 Bhaskar ChaudharyJSLeave a Comment on Js Filter And Sort

Filter – High order function used to filter any array with the help of the callback function it uses same argument as map only difference is the return type is either true or false. It return type is true value…

Read More→

What is Short-Circuit Evaluation in JS?

September 16, 2019July 24, 2020 Bhaskar ChaudharyJSLeave a Comment on What is Short-Circuit Evaluation in JS?

Logical operators (&&, ||, &, |) are used to reduce the complexity which can be used concisely. ANDoperator (&&) returns first false for false value and last true for true values. But, OR operator (||) returns first true for truely…

Read More→

How to Require Function Parameter in JS?

September 11, 2019July 24, 2020 Bhaskar ChaudharyJSLeave a Comment on How to Require Function Parameter in JS?

In es6 default parameter were added which is a welcome change, but what if you want to throw error if a parameter was not provided. Well you can do it by calling a closure in default parameter which can throw…

Read More→

Form Validation And Ajax submission using Jquery Validation

July 15, 2019July 29, 2020 Bhaskar ChaudharyJSLeave a Comment on Form Validation And Ajax submission using Jquery Validation

Jquery has a validation plugin which requires “rules:” and “messages:”. Rules are the validation case that you want to check on an input field. And, Messages are the response to those input field which violates the rules. Jquery validation uses…

Read More→

Posts navigation

1 2 Next

Archives

  • February 2025
  • January 2025
  • December 2024
  • November 2024
  • September 2024
  • August 2024
  • July 2024
  • June 2024
  • May 2024
  • April 2024
  • March 2024
  • February 2024
  • January 2024
  • December 2023
  • July 2023
  • June 2023
  • January 2023
  • June 2021
  • September 2020
  • August 2020
  • July 2020
  • May 2020
  • February 2020
  • January 2020
  • December 2019
  • November 2019
  • October 2019
  • September 2019
  • August 2019
  • July 2019
  • June 2019
  • May 2019
  • April 2019
  • March 2019
  • February 2019

Categories

Recent Posts

  • Using Components as Templates in React JS
  • Horizontal and Vertical Scaling In React JS
  • What is Load Balancing?
  • req and res objects in Express Js
  • Difference between Sessions and Cookies
Copyright ©MaXEster Copyright 2024. All Rights Reserved.
We use cookies on our website to give you the most relevant experience by remembering your preferences and repeat visits. By clicking “Accept”, you consent to the use of ALL the cookies.
Do not sell my personal information.
SettingsAccept
Privacy & Cookies Policy

Privacy Overview

This website uses cookies to improve your experience while you navigate through the website. Out of these, the cookies that are categorized as necessary are stored on your browser as they are essential for the working of basic functionalities of the website. We also use third-party cookies that help us analyze and understand how you use this website. These cookies will be stored in your browser only with your consent. You also have the option to opt-out of these cookies. But opting out of some of these cookies may affect your browsing experience.
Necessary
Always Enabled
Necessary cookies are absolutely essential for the website to function properly. This category only includes cookies that ensures basic functionalities and security features of the website. These cookies do not store any personal information.
Non-necessary
Any cookies that may not be particularly necessary for the website to function and is used specifically to collect user personal data via analytics, ads, other embedded contents are termed as non-necessary cookies. It is mandatory to procure user consent prior to running these cookies on your website.
SAVE & ACCEPT
  • b
  • a
  • c
  • j
  • F