v Wim Delvoye : Mudam Luxembourg, 02.07.2016-08.01.2017 / By search.lib.uiowa.edu Published On :: 02/22/2017 12:00 Library - Art Library, Location - OSIZ, Call number - FOLIO N6973.D445 A4 2016 Full Article
v Feminist avant-garde : art of the 1970s : the Sammlung Verbund Collection, Vienna / By search.lib.uiowa.edu Published On :: 02/22/2017 12:00 Library - Art Library, Location - OSIZ, Call number - FOLIO N72.F45 F449 2016 Full Article
v Picasso Rivera : conversations across time / By search.lib.uiowa.edu Published On :: 02/22/2017 12:00 Library - Art Library, Location - OSIZ, Call number - FOLIO N6853.P5 A4 2016b Full Article
v Explode every day : an inquiry into the phenomena of wonder / By search.lib.uiowa.edu Published On :: 02/22/2017 12:00 Library - Art Library, Location - LIB, Call number - N6512.75.W66 E97 2016 Full Article
v The power of the avant-garde : now and then / By search.lib.uiowa.edu Published On :: 02/22/2017 12:00 Library - Art Library, Location - OSIZ, Call number - FOLIO N6490 .P796 2016 Full Article
v פרילנסר /ית לעבודות מידול Revit ו-CAD באינסטלציה נקיה By www.xplace.com Published On :: Wed, 13 Nov 2024 05:48:15 GMT דרוש /ה פרילנסר /ית לעבודות מידול Revit ו-CAD באינסטלציה נקיה. מערכות לאספקת גזים רפואיים ותעשייתיים במגוון פרויקטים בתעשיה. Full Article
v DevOps Engineer By www.xplace.com Published On :: Wed, 13 Nov 2024 07:46:02 GMT דרוש/ה ארכיטקט ענן מנוסה להשתלבות בצוות ארכטקטים בפרוייקטים מעניינים במיוחד,התפקיד כולל אחריות ליישום ובקרת פתרונות ענן בסביבה טכנולוגית מתקדמת, טיפול ותפעול בעיות ארכיטקטוניות מורכבות, ליווי צוותים החל משלב התכנון ועד לאינטגרציה בייצור, המלצות על שדרוג או החלפת טכנולוגיות לצורך מימוש יעדי הפרויקטים.נסיון בעבודה עם כלים וטכנולוגיות מתקדמות כגון: IaC, כלי CICD, פיתוח סקריפטים ושיתוף פעולה עם צוותי פיתוח! Full Article
v Embed OpenStreetMap with Marker in HTML using JavaScript By www.codexworld.com Published On :: Thu, 30 Nov 2023 06:11:44 +0000 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 cost. You can use OpenStreetMap API to embed maps in webpage without any restriction of the auth key. Similar to Google Maps, OpenStreetMap is allowed to add map in HTML with a marker and popup window. The marker helps to point the exact location on Map and the popup window displays the info over the marker. To simplify the OpenStreetMap integration process, the Leaflet JavaScript The post Embed OpenStreetMap with Marker in HTML using JavaScript appeared first on CodexWorld. Full Article JavaScript API HTML Map OpenStreetMap
v PayPal Advanced Checkout Card Payments Integration in PHP By www.codexworld.com Published On :: Fri, 12 Jan 2024 06:11:14 +0000 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 fields and payment form style can be customized as per the website design along with your business branding. The PayPal JavaScript SDK and REST API provide an easy way to integrate advanced checkout and credit card payment system in the web application. PayPal has 2 types of checkout systems, Standard and Advanced. If you want to embed PayPal branded payment component, integrate PayPal Standard Checkout The post PayPal Advanced Checkout Card Payments Integration in PHP appeared first on CodexWorld. Full Article PHP JavaScript PayPal
v DataTables Column Filtering with Server-side Processing using PHP By www.codexworld.com Published On :: Thu, 07 Mar 2024 06:05:59 +0000 DataTables is a JavaScript library used to enhance the functionality and add advanced features to HTML tables. DataTables plugin converts a basic HTML table to an advanced feature-rich table instantly. There are various advanced features are available with DataTables, and server-side processing is one of them. DataTables server-side processing enables you to load a large number of data sets from the database. By setting the server-side option the search, pagination, and column sorting operations will be handled with the server-side script and database. Column filtering is a very useful option to help the user find specific records in a large The post DataTables Column Filtering with Server-side Processing using PHP appeared first on CodexWorld. Full Article PHP DataTables Filter MySQL Search
v OpenStreetMap with Multiple Markers and Info Windows using JavaScript By www.codexworld.com Published On :: Thu, 21 Mar 2024 13:58:09 +0000 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 to display maps with marker and info window. Mostly, the single marker is pointed on the map to display the location with marker and info window popup. We can embed maps with multiple markers and info-windows using OpenStreetMap API. Map with multiple markers are very useful when you want to show multiple locations on a single map. The user can see multiple locations with markers The post OpenStreetMap with Multiple Markers and Info Windows using JavaScript appeared first on CodexWorld. Full Article JavaScript OpenStreetMap
v Upload Multiple Files with JavaScript using PHP By www.codexworld.com Published On :: Mon, 22 Apr 2024 05:59:05 +0000 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 better user interface, we can use client-side technology such as jQuery Ajax to upload files without page refresh. Moreover, you can use simple JavaScript to upload files to the server. The JavaScript FormData interface provides an easy way to construct key/value pairs with form fields and send them to the server side using the XMLHttpRequest method. This technique can be used to upload files to The post Upload Multiple Files with JavaScript using PHP appeared first on CodexWorld. Full Article JavaScript File Upload PHP
v Create Web Form with Drag and Drop File Upload using JavaScript and PHP By www.codexworld.com Published On :: Wed, 08 May 2024 11:59:02 +0000 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. Mostly the default HTML file input interface is used to select and upload files. But if you want to make web form UI more effective, drag and drop file upload feature can be used. The drag-and-drop feature provides an advanced file upload interface on the web page. The user can drag the files from the local drive and drop them into the DOM element. In The post Create Web Form with Drag and Drop File Upload using JavaScript and PHP appeared first on CodexWorld. Full Article JavaScript Drag&Drop File Upload Form PHP
v PHP CRUD Operations with PostgreSQL Server By www.codexworld.com Published On :: Mon, 29 Jul 2024 08:19:17 +0000 CRUD (Create, Read, Update, and Delete) operations are used in the web application for the data manipulation in the database. There are four basic operations involved in the CRUD functionality that help to manage data with the database. We have already shared the tutorial to perform create (insert), read (select), update, and delete operations in PHP CRUD Operations with MySQL. In this tutorial, we will build PHP CRUD application with PostgreSQL server. PostgreSQL also known as Postgres is a relational database management system (RDBMS). The PostgreSQL database is open-source and free to use. We will connect with the PostgreSQL Server The post PHP CRUD Operations with PostgreSQL Server appeared first on CodexWorld. Full Article PHP CRUD PostgreSQL
v HVDC grids : for offshore and supergrid of the future By search.lib.uiowa.edu Published On :: Location: Engineering Library- TK1001.H83 2016 Full Article
v HVDC grids : for offshore and supergrid future By search.lib.uiowa.edu Published On :: Location: Electronic Resource- Full Article
v DevOps on the Microsoft Stack By search.lib.uiowa.edu Published On :: Location: Electronic Resource- Full Article
v Quality in the 21st Century Perspectives from ASQ Feigenbaum Medal Winners By search.lib.uiowa.edu Published On :: Location: Electronic Resource- Full Article
v Unsupervised Learning Algorithms By search.lib.uiowa.edu Published On :: Location: Electronic Resource- Full Article
v Advances in Face Detection and Facial Image Analysis By search.lib.uiowa.edu Published On :: Location: Electronic Resource- Full Article
v VoIP and PBX Security and Forensics A Practical Approach By search.lib.uiowa.edu Published On :: Location: Electronic Resource- Full Article
v Proceedings of the Mediterranean Conference on Information & Communication Technologies 2015 MedCT 2015 Volume 2 By search.lib.uiowa.edu Published On :: Location: Electronic Resource- Full Article
v Proceedings of the Mediterranean Conference on Information & Communication Technologies 2015 MedCT 2015 Volume 1 By search.lib.uiowa.edu Published On :: Location: Electronic Resource- Full Article
v Optimum Investment Strategy in the Power Industry Mathematical Models By search.lib.uiowa.edu Published On :: Location: Electronic Resource- Full Article
v Parallel Processing and Applied Mathematics 11th International Conference, PPAM 2015, Krakow, Poland, September 6-9, 2015. Revised Selected Papers, Part I By search.lib.uiowa.edu Published On :: Location: Electronic Resource- Full Article
v Parallel Processing and Applied Mathematics 11th International Conference, PPAM 2015, Krakow, Poland, September 6-9, 2015. Revised Selected Papers, Part II By search.lib.uiowa.edu Published On :: Location: Electronic Resource- Full Article
v The Rediscovery of Synchronous Reluctance and Ferrite Permanent Magnet Motors Tutorial Course Notes By search.lib.uiowa.edu Published On :: Location: Electronic Resource- Full Article
v New Perspectives on Surface Passivation: Understanding the Si-Al2O3 Interface By search.lib.uiowa.edu Published On :: Location: Electronic Resource- Full Article
v From Curve Fitting to Machine Learning An Illustrative Guide to Scientific Data Analysis and Computational Intelligence By search.lib.uiowa.edu Published On :: Location: Electronic Resource- Full Article
v Model Checking Software 23rd International Symposium, SPIN 2016, Co-located with ETAPS 2016, Eindhoven, The Netherlands, April 7-8, 2016, Proceedings By search.lib.uiowa.edu Published On :: Location: Electronic Resource- Full Article
v Virtualized Cloud Data Center Networks: Issues in Resource Management. By search.lib.uiowa.edu Published On :: Location: Electronic Resource- Full Article
v Multi-Agent Systems and Agreement Technologies 13th European Conference, EUMAS 2015, and Third International Conference, AT 2015, Athens, Greece, December 17-18, 2015, Revised Selected Papers By search.lib.uiowa.edu Published On :: Location: Electronic Resource- Full Article
v Intelligent Numerical Methods II: Applications to Multivariate Fractional Calculus By search.lib.uiowa.edu Published On :: Location: Electronic Resource- Full Article
v Web Services, Formal Methods, and Behavioral Types 11th International Workshop, WS-FM 2014, Eindhoven, The Netherlands, September 11-12, 2014, and 12th International Workshop, WS-FM/BEAT 2015, Madrid, Spain, September 4-5, 2015, Revised Selected Papers By search.lib.uiowa.edu Published On :: Location: Electronic Resource- Full Article
v Tools and Algorithms for the Construction and Analysis of Systems 22nd International Conference, TACAS 2016, Held as Part of the European Joint Conferences on Theory and Practice of Software, ETAPS 2016, Eindhoven, The Netherlands, April 2-8, 2016, Procee By search.lib.uiowa.edu Published On :: Location: Electronic Resource- Full Article
v Transactions on Computational Science XXVII By search.lib.uiowa.edu Published On :: Location: Electronic Resource- Full Article
v Service-Oriented Computing – ICSOC 2015 Workshops WESOA, RMSOC, ISC, DISCO, WESE, BSCI, FOR-MOVES, Goa, India, November 16-19, 2015, Revised Selected Papers By search.lib.uiowa.edu Published On :: Location: Electronic Resource- Full Article
v China Satellite Navigation Conference (CSNC) 2016 Proceedings: Volume I By search.lib.uiowa.edu Published On :: Location: Electronic Resource- Full Article
v China Satellite Navigation Conference (CSNC) 2016 Proceedings: Volume II By search.lib.uiowa.edu Published On :: Location: Electronic Resource- Full Article
v China Satellite Navigation Conference (CSNC) 2016 Proceedings: Volume III By search.lib.uiowa.edu Published On :: Location: Electronic Resource- Full Article
v Mastering AutoCAD Civil 3D 2016 By search.lib.uiowa.edu Published On :: Location: Electronic Resource- Full Article
v Mine Seismology: Data Analysis and Interpretation Palabora Mine Caving Process as Revealed by Induced Seismicity By search.lib.uiowa.edu Published On :: Location: Electronic Resource- Full Article
v Corrosion Control and Surface Finishing Environmentally Friendly Approaches By search.lib.uiowa.edu Published On :: Location: Electronic Resource- Full Article
v Sustainable Fibres for Fashion Industry Volume 2 By search.lib.uiowa.edu Published On :: Location: Electronic Resource- Full Article
v Handbook of Sustainability in Additive Manufacturing Volume 2 By search.lib.uiowa.edu Published On :: Location: Electronic Resource- Full Article
v Recent Advances on Mycorrhizal Fungi By search.lib.uiowa.edu Published On :: Location: Electronic Resource- Full Article
v Regenerative Medicine - from Protocol to Patient 1. Biology of Tissue Regeneration By search.lib.uiowa.edu Published On :: Location: Electronic Resource- Full Article
v Regenerative Medicine - from Protocol to Patient 2. Stem Cell Science and Technology By search.lib.uiowa.edu Published On :: Location: Electronic Resource- Full Article
v Regenerative Medicine - from Protocol to Patient 3. Tissue Engineering, Biomaterials and Nanotechnology By search.lib.uiowa.edu Published On :: Location: Electronic Resource- Full Article
v Cartilage Volume 1: Physiology and Development By search.lib.uiowa.edu Published On :: Location: Electronic Resource- Full Article