Defineway Technologies
Defineway Technologies
  • Home
  • Careers
  • Contact
  • Licence
  • Knowledge Base
Call Us Now
+91 943 331 9991

August, 2024 | Page 4

  • Home
  • 2024
  • August
  • Page 4

Month: August 2024

Sushovan Mukherjee August 5, 2024 No Comments

How to install Microsoft SQL Server on MacOS

You can install Microsoft SQL Server on Windows and Linux Operating Systems. However, you can use the docker system to install it on MacOS. Prerequisites…
Sourav Paul August 4, 2024 No Comments

How to restrict your input field just to take the number?

If you want an input in your form that you will only take the number in that input, no alphabet or any symbol, you can…
Sourav Paul August 4, 2024 No Comments

How to restrict your Google Map Autocomplete API to any country?

If you are using Google Map AutoComplete API, and if you want that AutoComplete input only show the country which you want, will only show…
Saikat Mondal August 3, 2024 No Comments

How to add menu in WordPress admin panel ?

Here we see how to add custom menu in admin sidebar. Sometimes when we work with plugins and we need to show some features or…
Snigdha Paul August 3, 2024 No Comments

How to write transaction in cfscript?

transaction { try { // code to run transaction action="commit"; } catch(any e) { transaction action="rollback"; } } try-catch is optional in transaction but is…
Sujan Kundu August 3, 2024 No Comments

How to Install or Enable IIS Manager on Windows?

Internet Information Services (IIS) is a Microsoft web server that runs on the Windows operating system and is used to exchange static and dynamic web…
Anirban Poddar August 3, 2024 No Comments

Add custom class in avatar image via filter hooks.

To add a custom class in wordpress avatar image, we have to use filter hooks in get_avatar function. Filter hooks example: //avatar custom class function…
Rohit Patra August 3, 2024 2 Comments

How to use the ORDER BY clause in an inner MS SQL?

Sample Table:- emp_idemp_namejob_namedep_id68319KAYLINGPRESIDENT100166928BLAZEMANAGER300167858SCARLETANALYST200163679SANDRINECLERK2001 sql:- SELECT * FROM ( SELECT * FROM ( SELECT emp_id, emp_name, job_name, dep_id, ROW_NUMBER( ) OVER( ORDER BY dep_id ) AS…
Sandeep Mandal August 3, 2024 No Comments

How to use useState Hook in React?

Syntax: import { useState } from "react"; import ReactDOM from "react-dom/client"; function SignIn(){ const [ userName, setUserName ] = useState(""); return ( <> <h1>SignIn</h1> <input…

Posts navigation

Newer posts

Search

Category

  • App Development (25)
  • Database Development (11)
  • DevOps (11)
  • Software Engineering (30)
  • Uncategorized (6)
  • Web Development (184)

Tags

Adobe ColdFusion Array Azure coldfusion ColdFusion Advanced ColdFusion Best Practices ColdFusion Component CSS custom post type Dart DevOps DevOps Advanced docker-apache-php-mysql Elementor addon Elementor widget Flutter google map api HTML javascript javascript-advanced jQuery Key Vault laravel map Maps JavaScript API MERN Stack MongoDB mssql MS SQL Server php php laravel React.js regex Regular Expression Ruby Server Administration shortcode sql TypeScript Web Development wordpress wordpress-plugin wordpress-security WordPress Best Practice WordPress Hooks

Archives

  • August 2025
  • June 2025
  • May 2025
  • April 2025
  • March 2025
  • February 2025
  • January 2025
  • December 2024
  • November 2024
  • October 2024
  • September 2024
  • August 2024
  • July 2024
Footer Logo

Quick Links

  • Home
  • Contact
  • Careers

Contact Us

Phone: +91 347 425 5556  | +91 943 331 9991

Email: hello@defineway.com

Skype: defineway

Knowledge Base

  • How to Create a Custom REST API Endpoint in WordPress ? August 9, 2025
  • How to Add a Media Uploader to a Custom Form in WordPress August 1, 2025
© 2024 Defineway Technologies Private Limited. All Rights Reserved.
Terms & Condition Privacy Policy