Web Developers Portal
learn and share
Friday, 29 April 2022
Pre Populate jquery Token input textbox with PhP MySQLi Resultset
›
Tokeninput is a jQuery plugin that allows users to select multiple items from a predefined list. Download jquery token input plugin from...
Distributed Systems
›
Distributed Systems Consists of multiple computers and software components that communicate through a computer network. Can consist of a...
Wednesday, 27 April 2022
Platform as a service (PaaS)
›
Platform as a service (PaaS) The PaaS model provides the tools within an environment needed to create applications that can run in a Soft...
Amazon Web Services (AWS)
›
AWS is Amazon’s umbrella description of all of their web-based technology services. Main services include: Compute Storage Database Deplo...
Tuesday, 26 April 2022
SaaS (Software as a Service)
›
SaaS - Definition The most complete cloud computing service model is one in which the computing hardware and software, as well as the sol...
Monday, 25 April 2022
Export mysqli resultset as excel with nested table in PhP
›
<?php error_reporting(E_ERROR | E_WARNING | E_PARSE); $con = mysqli_connect("localhost", "root", "", ...
Sunday, 24 April 2022
How to get hidden field value in jquery?
›
JS Code <script> $(document).ready(function(){ var userid = $('#userid').val(); } </script> H...
‹
›
Home
View web version