Trending questions in Web Development

0 votes
1 answer

CSS custom cursor doesn't work in FF/Chrome

The issue is not with your CSS ...READ MORE

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

How do I format date in jQuery datetimepicker?

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

Jun 3, 2022 in JQuery by Edureka
• 13,670 points
958 views
0 votes
0 answers

What is autoload in php?

What is autoload in PHP? READ MORE

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

What is the difference between CSS and SCSS?

CSS: Cascading Style Sheets (CSS) is a ...READ MORE

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

How do I set up parsely with nodejs?

For days, I've been working on form ...READ MORE

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

Center image using text-align center?

To use text-align: centre on an image, ...READ MORE

Jun 28, 2022 in CSS by Edureka
• 12,690 points
277 views
0 votes
0 answers

How to get the PHP Version?

How can I  check the version of ...READ MORE

Jun 19, 2022 in PHP by narikkadan
• 63,620 points
316 views
0 votes
0 answers

Using session_name() in PHP - Cannot Access Data

When I use: session_name( 'fObj' ); session_start(); _SESSION['foo'] = 'bar'; Subsequently ...READ MORE

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

Combine two arrays

I have two arrays like this: array( '11' ...READ MORE

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

jQuery $( function() {} ) and $(document).ready the same?

So technically they are both the same. Not ...READ MORE

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

How do I implement JQuery.noConflict() ?

You can of course still use jQuery, ...READ MORE

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

Filter array by its keys using an array of allowed keys

The callback function in array_filter() only passes in the ...READ MORE

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

Issue in blob storage to fileShare big file transfer : Using fileRange (nodejs Cloud function)

To file a problem with blob storage ...READ MORE

Jun 13, 2022 in Node-js by Vaani
• 7,060 points
541 views
0 votes
0 answers

How are session variables accessed in PHP?

How does PHP or any other language ...READ MORE

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

Google Chrome Update - Issue with copying code from Inspector CSS

You can disable it via the Settings > ...READ MORE

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

main tag in html / CSS

The main> tag identifies a document's main ...READ MORE

Jun 21, 2022 in CSS by Edureka
• 12,690 points
377 views
0 votes
0 answers

Hot to display 😀😠as emoji to PHP

I stored emojis in my database and ...READ MORE

Jun 12, 2022 in PHP by narikkadan
• 63,620 points
586 views
0 votes
0 answers

How to convert an array to object in PHP?

How can I convert an array like ...READ MORE

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

How to write into a file in PHP?

I have this script on one free ...READ MORE

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

Convert one date format into another in PHP

How can I convert one date format ...READ MORE

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

browser.msie error after update to jQuery 1.9.1

Since $.browser is deprecated, here is an ...READ MORE

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

Style disabled button with CSS

I think you should be able to ...READ MORE

Jun 13, 2022 in CSS by Edureka
• 12,690 points
460 views
0 votes
0 answers

Generate an N-digit random number

I want to generate a 6-digit random ...READ MORE

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

How to distinguish between left and right mouse click with jQuery

Using the mousedown() method: The mousedown() method in ...READ MORE

Jun 14, 2022 in JQuery by gaurav
• 23,260 points
439 views
0 votes
0 answers

Prevent nginx 504 Gateway timeout using PHP set_time_limit()

I am getting 504 timeout messages from ...READ MORE

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

Trim to remove white space

The trim() method removes whitespace from both ...READ MORE

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

jQuery/JavaScript to replace broken images

To replace broken images in JavaScript, the ...READ MORE

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

What is mod_php?

Note that the php_flag settings in .htaccess ...READ MORE

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

What is the difference between ' and " in PHP?

What is the difference between ' and ...READ MORE

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

How to check if PHP array is associative or sequential?

Can someone please suggest to me an ...READ MORE

Jun 14, 2022 in PHP by narikkadan
• 63,620 points
460 views
0 votes
0 answers

PHP server on local machine?

I want to test my PHP file ...READ MORE

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

How to build a special polygon (a kite shape) with HTML & CSS only?

I made two divs, one for Arc ...READ MORE

May 28, 2022 in CSS by Edureka
• 12,690 points
1,149 views
0 votes
1 answer

online tool for css to scss convertor

Click the URL button, then enter the ...READ MORE

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

How do the PHP equality (== double equals) and identity (=== triple equals) comparison operators differ?

What is the difference between == and ===? How exactly does ...READ MORE

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

Can I display a TV channel from TV tuner card using NodeJS for an Electron APP?

Tvheadend is a streaming server for live ...READ MORE

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

Is it possible to use jQuery .on and hover?

jQuery hover() Method The hover() method specifies two ...READ MORE

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

PHP Array to JSON Array using json_encode();

I have encoded an Array I've made using ...READ MORE

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

How to trigger a click on a link using jQuery

$( "#foo" ). trigger( "click" ); As of jQuery ...READ MORE

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

Static methods in PHP

I came to know about static methods ...READ MORE

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

How to build simple tabs with jQuery?

Create Tabs Using jQuery and CSS Create Tab: ...READ MORE

Jun 16, 2022 in JQuery by rajatha
• 7,680 points

edited Jun 16, 2022 by Hemant 311 views
0 votes
0 answers

Get file content from URL?

When I use this URL: https://chart.googleapis.com/chart?cht=p3&chs=250x100&chd=t:60,40&chl=Hello|World&chof=json I am prompted ...READ MORE

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

How to get Synonym for small sentence using Python/NodeJS/Java?

Compound words are supported by WordNet, however ...READ MORE

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

Is jQuery considered a language?

jQuery is not a programming language instead it ...READ MORE

Jun 17, 2022 in JQuery by rajatha
• 7,680 points
254 views
0 votes
0 answers

Escaping quotation marks in PHP

I am getting a parse error, and ...READ MORE

Jun 19, 2022 in PHP by narikkadan
• 63,620 points
200 views
0 votes
0 answers

How can I parse a JSON file with PHP?

I want to parse a JSON file ...READ MORE

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

Export DataTable to Excel File

Add Interop References. First we need to ...READ MORE

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

Should I use px or rem value units in my CSS?

The answer is yes because using px ...READ MORE

Jun 21, 2022 in CSS by Edureka
• 12,690 points
303 views
0 votes
0 answers

What is the difference between POST and GET in HTML/PHP

I don't seem to understand what GET ...READ MORE

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

What is the difference between public, private, and protected?

When and why should I use public, ...READ MORE

Jun 16, 2022 in PHP by narikkadan
• 63,620 points
318 views
0 votes
0 answers

json_decode to array

I want to decode a JSON string ...READ MORE

Jun 3, 2022 in PHP by Kichu
• 19,050 points
875 views