JavaScript - CodexWorld https://www.codexworld.com/tag/javascript/ Web & Mobile App Development Company Sat, 21 Feb 2026 09:47:53 +0000 en-US hourly 1 https://www.codexworld.com/wp-content/uploads/2020/04/favicon.ico JavaScript - CodexWorld https://www.codexworld.com/tag/javascript/ 32 32 91409221 Create a Temperature Widget using JavaScript and PHP (Auto Location + Live Weather API) https://www.codexworld.com/create-temperature-widget-using-javascript-php-auto-location-live-weather-api/ https://www.codexworld.com/create-temperature-widget-using-javascript-php-auto-location-live-weather-api/#respond Sat, 21 Feb 2026 09:17:37 +0000 https://www.codexworld.com/?p=6049 If you want to display real-time temperature, humidity, weather description, and day/night status on your website, this tutorial will help you build a fully functional Temperature Widget using JavaScript and PHP. This widget: ✔ Detects

The post Create a Temperature Widget using JavaScript and PHP (Auto Location + Live Weather API) appeared first on CodexWorld.

]]>
https://www.codexworld.com/create-temperature-widget-using-javascript-php-auto-location-live-weather-api/feed/ 0 6049
Create Web Form with Drag and Drop File Upload using JavaScript and PHP https://www.codexworld.com/create-web-form-with-drag-and-drop-file-upload-using-javascript-php/ https://www.codexworld.com/create-web-form-with-drag-and-drop-file-upload-using-javascript-php/#respond Wed, 08 May 2024 11:59:02 +0000 https://www.codexworld.com/?p=5610 The web form is a commonly used element in each website. In some cases, the user is allowed to select files with the input data so that the files are attached to the form data.

The post Create Web Form with Drag and Drop File Upload using JavaScript and PHP appeared first on CodexWorld.

]]>
https://www.codexworld.com/create-web-form-with-drag-and-drop-file-upload-using-javascript-php/feed/ 0 5610
Upload Multiple Files with JavaScript using PHP https://www.codexworld.com/upload-multiple-files-with-javascript-using-php/ https://www.codexworld.com/upload-multiple-files-with-javascript-using-php/#respond Mon, 22 Apr 2024 05:59:05 +0000 https://www.codexworld.com/?p=5597 Mostly the server-side scripting language such as PHP is used to upload file to the server. With this method, an HTML form is submitted to upload the selected file to the server. To provide a

The post Upload Multiple Files with JavaScript using PHP appeared first on CodexWorld.

]]>
https://www.codexworld.com/upload-multiple-files-with-javascript-using-php/feed/ 0 5597
OpenStreetMap with Multiple Markers and Info Windows using JavaScript https://www.codexworld.com/openstreetmap-with-multiple-markers-info-window-popups-using-javascript/ https://www.codexworld.com/openstreetmap-with-multiple-markers-info-window-popups-using-javascript/#respond Thu, 21 Mar 2024 13:58:09 +0000 https://www.codexworld.com/?p=5581 OpenStreetMap is a free and open-source platform that is used to embed maps on the website. You can use OpenStreetMap API to embed maps with marker in HTML. Similar to Google Maps, OpenStreetMap is used

The post OpenStreetMap with Multiple Markers and Info Windows using JavaScript appeared first on CodexWorld.

]]>
https://www.codexworld.com/openstreetmap-with-multiple-markers-info-window-popups-using-javascript/feed/ 0 5581
PayPal Advanced Checkout Card Payments Integration in PHP https://www.codexworld.com/paypal-advanced-checkout-card-payments-integration-in-php/ https://www.codexworld.com/paypal-advanced-checkout-card-payments-integration-in-php/#comments Fri, 12 Jan 2024 06:11:14 +0000 https://www.codexworld.com/?p=5550 PayPal Advanced Checkout lets you accept credit and debit card payments directly from the website. You can set up custom credit card fields and add card payment form without any PayPal branding. The card input

The post PayPal Advanced Checkout Card Payments Integration in PHP appeared first on CodexWorld.

]]>
https://www.codexworld.com/paypal-advanced-checkout-card-payments-integration-in-php/feed/ 4 5550
Embed OpenStreetMap with Marker in HTML using JavaScript https://www.codexworld.com/embed-open-street-map-with-marker-in-html-using-javascript/ https://www.codexworld.com/embed-open-street-map-with-marker-in-html-using-javascript/#respond Thu, 30 Nov 2023 06:11:44 +0000 https://www.codexworld.com/?p=5538 If you are looking for an alternative to Google Maps, OpenStreetMap is the best option to embed maps on the website. OpenStreetMap is a free and open-source platform that provides geographic data service without any

The post Embed OpenStreetMap with Marker in HTML using JavaScript appeared first on CodexWorld.

]]>
https://www.codexworld.com/embed-open-street-map-with-marker-in-html-using-javascript/feed/ 0 5538
DataTables Server-side Processing with Custom Links and Buttons using PHP https://www.codexworld.com/datatables-server-side-processing-add-links-buttons-to-row-column-with-php/ https://www.codexworld.com/datatables-server-side-processing-add-links-buttons-to-row-column-with-php/#comments Fri, 02 Sep 2022 06:19:23 +0000 https://www.codexworld.com/?p=5045 DataTables JavaScript library is a quick and powerful way to build an HTML table with advanced features. It helps to make the HTML table interactive and user-friendly with a data list. We can easily add

The post DataTables Server-side Processing with Custom Links and Buttons using PHP appeared first on CodexWorld.

]]>
https://www.codexworld.com/datatables-server-side-processing-add-links-buttons-to-row-column-with-php/feed/ 2 5045
PHP Event Calendar using FullCalendar JS Library https://www.codexworld.com/php-event-calendar-using-fullcalendar-javascript-library/ https://www.codexworld.com/php-event-calendar-using-fullcalendar-javascript-library/#comments Mon, 11 Jul 2022 05:11:43 +0000 https://www.codexworld.com/?p=4998 The Event Calendar lists the events date-wise in a large calendar view. The events are fetched dynamically and listed under the date cell. An event calendar makes it easier to find the events for a

The post PHP Event Calendar using FullCalendar JS Library appeared first on CodexWorld.

]]>
https://www.codexworld.com/php-event-calendar-using-fullcalendar-javascript-library/feed/ 7 4998
Chunk File Upload with JavaScript using PHP https://www.codexworld.com/chunk-file-upload-with-javascript-using-php/ https://www.codexworld.com/chunk-file-upload-with-javascript-using-php/#comments Fri, 17 Jun 2022 05:34:52 +0000 https://www.codexworld.com/?p=4985 There are a few ways to deal with large file uploads in PHP. The easiest way is to increase the maximum upload size limit in the PHP configuration file (php.ini) on the server. If you

The post Chunk File Upload with JavaScript using PHP appeared first on CodexWorld.

]]>
https://www.codexworld.com/chunk-file-upload-with-javascript-using-php/feed/ 2 4985
Create an Analog Clock using JavaScript and CSS https://www.codexworld.com/create-analog-clock-using-javascript-css/ https://www.codexworld.com/create-analog-clock-using-javascript-css/#respond Wed, 23 Mar 2022 11:03:05 +0000 https://www.codexworld.com/?p=4895 A real-time clock is a very useful element for websites where time is the primary concern. The clock can display world time or local time in the clock as per needs. The clocks are basically

The post Create an Analog Clock using JavaScript and CSS appeared first on CodexWorld.

]]>
https://www.codexworld.com/create-analog-clock-using-javascript-css/feed/ 0 4895