Trending questions in Web Development

0 votes
0 answers

How can I vertically center a div element for all browsers using CSS?

I want to center a div vertically with CSS. ...READ MORE

Jun 22, 2022 in CSS by Edureka
• 13,620 points
327 views
0 votes
1 answer

A simple jQuery form validation script

use jQuery validation plugin to validate forms' ...READ MORE

Jun 1, 2022 in JQuery by Edureka
• 13,670 points
1,206 views
0 votes
0 answers

How to access function value in another function in PHP Classes

How can I return a variable value ...READ MORE

Jun 10, 2022 in PHP by narikkadan
• 63,620 points
854 views
0 votes
0 answers

How to connect MySQL db using new XAMPP

What is the best way to connect ...READ MORE

Jun 26, 2022 in PHP by narikkadan
• 63,620 points
162 views
0 votes
0 answers

Sync contacts using Google Contacts API version 3.0 and NodeJS' Passport

I'm using passport and would like to ...READ MORE

Jun 21, 2022 in Node-js by Vaani
• 7,060 points
353 views
0 votes
1 answer

jQuery Animate not working on background-color property

The background color animate can be performed ...READ MORE

Jun 16, 2022 in JQuery by rajatha
• 7,680 points
531 views
0 votes
1 answer

How to add and remove classes in Javascript without jQuery

To add or remove a class on ...READ MORE

Jun 14, 2022 in JQuery by rajatha
• 7,680 points
637 views
0 votes
0 answers

Laravel 5 – Clear Cache in Shared Hosting Server

php artisan cache:clear Is there any workaround to ...READ MORE

Jun 20, 2022 in PHP by Kithuzzz
• 38,010 points
383 views
0 votes
0 answers

Creating a config file in PHP

I am working on creating config file ...READ MORE

Jun 24, 2022 in PHP by narikkadan
• 63,620 points
238 views
0 votes
1 answer

Make an image responsive - the simplest way

You can try doing <p> <a href="MY ...READ MORE

Jun 21, 2022 in CSS by Edureka
• 12,690 points
328 views
0 votes
1 answer

Updating Nodejs on mac

I recommend that you use nvm. It's ...READ MORE

Jun 17, 2022 in Node-js by Neha
• 9,060 points
486 views
0 votes
0 answers

php index of item

I have this array: $fruit = array('apple','orange','grape'); How can ...READ MORE

May 29, 2022 in PHP by Kichu
• 19,050 points
1,339 views
0 votes
1 answer

How do I add options to a DropDownList using jQuery?

Without using any extra plugins, var myOptions = ...READ MORE

Jun 21, 2022 in JQuery by rajatha
• 7,680 points
280 views
0 votes
0 answers

PHP Unset Session Variable

I am working on creating a product ...READ MORE

Jun 9, 2022 in PHP by Kichu
• 19,050 points
862 views
0 votes
0 answers

What does this mean in PHP: -> or =>

Possible duplicate: where we use object operator “->” ...READ MORE

Jun 18, 2022 in PHP by narikkadan
• 63,620 points
475 views
0 votes
1 answer

Jquery and Menu and logo

Seems your anchor tag is not visible ...READ MORE

Jun 22, 2022 in Web Development by rajatha
• 7,680 points
228 views
0 votes
1 answer

Abort Ajax requests using jQuery

Instead of aborting, you can choose to ...READ MORE

Jun 16, 2022 in JQuery by rajatha
• 7,680 points
510 views
0 votes
1 answer

jquery timepicker cdnjs.cloudflare does not working

jQuery Timepicker can parse the most used ...READ MORE

Jun 1, 2022 in JQuery by Edureka
• 13,670 points
1,149 views
0 votes
1 answer

How can I define colors as variables in CSS?

CSS does not use variables. You can, ...READ MORE

Jun 21, 2022 in CSS by Edureka
• 12,690 points
375 views
0 votes
1 answer

there is tutorial for PURE node.js?

When it comes to pure node.js, the ...READ MORE

Jun 16, 2022 in Node-js by Neha
• 9,060 points
496 views
0 votes
1 answer

Nodemailer with Gmail and NodeJS

I fixed it by going to the ...READ MORE

Jun 10, 2022 in Node-js by Neha
• 9,060 points
756 views
0 votes
0 answers

Fetch and post text in NodeJS

I'm having problems getting text from an ...READ MORE

Jun 21, 2022 in Node-js by Vaani
• 7,060 points
302 views
0 votes
1 answer

How to get Australia/Sydney timezone offset in javascript/nodejs?

I haven't done any study to find ...READ MORE

Jun 14, 2022 in Node-js by Neha
• 9,060 points
556 views
0 votes
0 answers

strlen() php function giving the wrong length of unicode characters

I want to get the length of ...READ MORE

Jun 20, 2022 in PHP by Kithuzzz
• 38,010 points
323 views
0 votes
1 answer

JQuery string contains check

In this case, we will use the includes() ...READ MORE

Jun 14, 2022 in JQuery by rajatha
• 7,680 points
550 views
0 votes
0 answers

php is a scripting language or server side language?

I read that the scripting languages run ...READ MORE

Jun 18, 2022 in PHP by narikkadan
• 63,620 points
439 views
0 votes
0 answers

What is function overloading and overriding in php?

What is function overloading and function overriding? ...READ MORE

Jun 18, 2022 in PHP by narikkadan
• 63,620 points
439 views
0 votes
1 answer

Difference between :hidden and :not(:visible) in jQuery

During animations that hide an element, the ...READ MORE

Jun 14, 2022 in JQuery by gaurav
• 23,260 points
567 views
0 votes
1 answer

$ is not a function - jQuery error

The typeerror: $ is not a function ...READ MORE

Jun 6, 2022 in JQuery by Edureka
• 13,670 points
885 views
0 votes
1 answer

How to shorten repeating code with html function and return tags in jquery

Firstly note that replace() only accepts two arguments, the ...READ MORE

Jun 15, 2022 in JQuery by rajatha
• 7,680 points
497 views
0 votes
1 answer

Making text in one column italics with CSS

What you can do is using the td:nth-child() to ...READ MORE

Jun 17, 2022 in CSS by Edureka
• 12,690 points
406 views
0 votes
1 answer

How to check a radio button with jQuery?

“jquery datepicker format” Code Answer's $('#timePicker'). datetimepicker({ // dateFormat: ...READ MORE

Jun 10, 2022 in JQuery by gaurav
• 23,260 points
735 views
0 votes
1 answer

When to use IMG vs. CSS background-image?

You can transition a div's background image ...READ MORE

Jun 10, 2022 in CSS by Edureka
• 12,690 points
700 views
0 votes
1 answer

nodeJs callbacks simple example

var myCallback = function(data) { console.log('got ...READ MORE

Jun 17, 2022 in Node-js by Neha
• 9,060 points
397 views
0 votes
1 answer

wildcard * in CSS for classes

Yes you can do this. *[id^='term-']{ ...READ MORE

Jun 21, 2022 in CSS by Edureka
• 12,690 points
459 views
0 votes
1 answer

jQuery if checkbox is checked

for jQuery  if ($('input.checkbox_check').prop('checked')) { ...READ MORE

Jun 20, 2022 in JQuery by rajatha
• 7,680 points
262 views
0 votes
0 answers

Toggle show/hide on click with jQuery

I got a div element, so when I click ...READ MORE

Jun 10, 2022 in JQuery by gaurav
• 23,260 points
733 views
0 votes
0 answers

Using sessions & session variables in a PHP Login Script

I have created a login and register ...READ MORE

Jun 17, 2022 in PHP by narikkadan
• 63,620 points
453 views
0 votes
1 answer

How to have image and text side by side?

You're already doing it correctly; the h4>text/h4> ...READ MORE

Jun 17, 2022 in CSS by Edureka
• 12,690 points
414 views
0 votes
0 answers

How to increase maximum execution time in php

I want to increase the maximum execution time in ...READ MORE

Jun 17, 2022 in PHP by narikkadan
• 63,620 points
450 views
0 votes
0 answers

How to integrate AWS Lex with Nodejs?

I'm curious. How can I connect AWS ...READ MORE

Jun 21, 2022 in Node-js by Vaani
• 7,060 points
253 views
0 votes
1 answer

Position a CSS background image x pixels from the right?

The attribute border can be used as ...READ MORE

Jun 10, 2022 in CSS by Edureka
• 12,690 points
708 views
0 votes
0 answers

Simplest way to profile a PHP script

How can I profile a PHP script?  I tried the microtime function: then ...READ MORE

Jun 20, 2022 in PHP by narikkadan
• 63,620 points
282 views
0 votes
0 answers

event.preventDefault() vs. return false

When I want to prevent other event ...READ MORE

Jun 10, 2022 in JQuery by gaurav
• 23,260 points
724 views
0 votes
1 answer

Best cross-browser method to capture CTRL+S with JQuery?

$(window).keypress(function(event) { if ...READ MORE

May 30, 2022 in JQuery by gaurav
• 23,260 points
1,225 views
0 votes
0 answers

Cant Find Xampp setup for windows 32 bit (Php 7.3.2 )

I downloaded a 64-bit version of xampp ...READ MORE

Jun 7, 2022 in PHP by Kichu
• 19,050 points
868 views
0 votes
0 answers

How to check whether an array is empty using PHP?

I have an array named players, what ...READ MORE

Jun 20, 2022 in PHP by Kithuzzz
• 38,010 points
269 views
0 votes
1 answer

How to combine input:after:focus pure css?

One method is to create an element ...READ MORE

Jun 1, 2022 in CSS by Edureka
• 12,690 points
1,058 views
0 votes
1 answer

jQuery .slideUp() and .slideDown() equivalent in Angular2

In order to create a custom slideUp/Down ...READ MORE

Jun 16, 2022 in JQuery by rajatha
• 7,680 points
436 views
0 votes
0 answers

How can I remove part of a string in PHP?

How can I remove part of a ...READ MORE

Jun 19, 2022 in PHP by narikkadan
• 63,620 points
338 views