ph

Geography and Climate Change Increase Carolina Storm Risk

"Hurricane Helene caused deadly and destructive flooding when it swept through the Southeast on Sept. 26-29, 2024."




ph

Microplastic Pollution Is Everywhere, Even in the Exhaled Breath of Dolphins

Microplastics are invisible but omnipresent.




ph

Here’s How to Maintain Healthy Smartphone Habits

Do you have a healthy relationship with your phone?




ph

The Hunt For The Laws Of Physics Behind Memory And Thought

The massive networks of neurons in our brains produce complex behaviors, like actions and thought. Now physicists want to understand the laws that govern this emergent phenomena.




ph

Is it Better to Share or Hide a Secret? They Can Both Mentally and Physically Weigh Us Down

What is the psychology behind keeping secrets? How the things we hide affect our wellbeing. Here are some ways to cope with them.




ph

From Thoughts To Words: How AI Deciphers Neural Signals To Help A Man With ALS speak

"Brain-computer interfaces are a groundbreaking technology that can help paralyzed people regain functions they’ve lost."




ph

Will Phones Let You Smell What's On The Other End Of The Call One Day?

Phones that transmit odors seem like a great idea, but careful what you wish for!




ph

Nobel Prize in Physics Spotlights Key Breakthroughs in AI Revolution

Artificial neural networks mimic human brains, but the technology has its roots in physics.




ph

Como Fotografiar el Eclipse Con un Smartphone

Antes de intentar fotografiar el eclipse con su smartphone, lea el consejo de estos expertos.

The post Como Fotografiar el Eclipse Con un Smartphone appeared first on Sky & Telescope.



  • Astrophotography: Tips & Techniques
  • Celestial Objects to Observe
  • Eclipses
  • Observar el Cielo
  • Observing
  • Resources and Education
  • The 2017 Total Solar Eclipse
  • The 2024 Total Solar Eclipse

ph

See the Photos that Won the Royal Observatory Greenwich's Astronomy Photographer of the Year Awards

The Royal Observatory Greenwich has announced the winners of the 16th annual Astronomy Photographer of the Year contest.

The post See the Photos that Won the Royal Observatory Greenwich's Astronomy Photographer of the Year Awards appeared first on Sky & Telescope.



  • Astronomy & Observing News
  • Astronomy and Society
  • Astrophotography: Tips & Techniques
  • Resources and Education
  • astrophotography

ph

A manual of spherical and practical astronomy : embracing the general problems of spherical astronomy, the special applications to nautical astronomy, and the theory and use of fixed and portable astronomical instruments

Location: Special Collections x-Collection- QB145.C49 1960




ph

Physical health and well-being in mental health nursing clinical skills for practice

Location: Electronic Resource- 




ph

A matter of memory : photography as object in the digital age /

Library - Art Library, Location - OSIZ, Call number - FOLIO TR183 .M38 2016




ph

Raoul Hausmann : photographies : une exposition du Centre culturel de Bre´tigny, juin-septembre 1984 /

Library - Art Library, Location - LIB, Call number - TR647 .H28 1984




ph

Explode every day : an inquiry into the phenomena of wonder /

Library - Art Library, Location - LIB, Call number - N6512.75.W66 E97 2016




ph

Zweiklang : Sophie Taeuber und Hans Arp : 16. April bis 3. Juli 2016, Sta¨dtische Galerie Bietigheim-Bissingen /

Library - Art Library, Location - LIB, Call number - N7153.T33 A4 2016




ph

3D motion graphic designer

Were looking for an experienced 3D Motion Graphics Designer who will work directly with the customers and collaborate with 3D and engineering teams, to create high quality AR (3D) concepts, objects, templates, infographics and presentations that reflect the customer video storytelling needs.This is a hybrid position, working 3 days a week from our Tel-Aviv offices located close to the train station.. Vast experience in 3D motion graphic designTeam leading experienceHigh Communication Skills (...




ph

מתכנת /ת PHP מומחה לוורדפרס ואלמנטור

אנחנו מחפשים מתכנת /ת. מתכנת /ת של קוד, של קסטום, של PHP ו CSS , מתכנת מעולה. אז אחרי תיאום הציפיות: מחפשים מתכנת /ת PHP תותח /ית לפרויקטים שוטפים של תחזוקה ופיתוח אתרי וורדפרס מתקדמים, מבוססי אלמנטור. אנחנו מחפשים מישהו /י עם ניסיון עשיר בעולמות האלו, עם עין לפרטים, זמינות גבוהה, ויכולת לתת פתרונות ברמה הגבוהה ביותר.דרישות שנשמח:לפחות 5 שנות ניסיון בפיתוח PHP, כולל ניסיון מעמיק בעבודה עם וורדפרס ואלמנטורשליטה מלאה בבניית קסטומיזציות ופתרונות ייחודיים באלמנטורניסיון בעבודה עם WooCommerce – ית...




ph

CRUD Operations with Multiple Images in PHP

CRUD operations are the most used functionality in the web application managed dynamically. The add, edit, and delete functionality helps to manage data with the database on the website. You can integrate CRUD operations with PHP to perform create (insert), read (select), update, and delete operations. If your web application works with images, CRUD functionality can be used to manage the images. In this tutorial, we will show you how to integrate CRUD operations with multiple images in PHP. In this example script, we will create product management system with images using PHP. The user can add, edit, update, and

The post CRUD Operations with Multiple Images in PHP appeared first on CodexWorld.




ph

Generate QR Code Dynamically using PHP

QR Code or Quick-Response code is machine-readable code consisting of squares arranged in square grid format. QR code is typically used to store information that can be readable by an imaging device (such as camera). QR codes may be used for various purposes, like displaying info to users, opening web page URLs, downloading mobile apps, adding contacts, etc. The user needs to scan QR code by device camera to view the information associated with the code. QR code or 2-dimensional barcode can be created dynamically. You can generate QR code using PHP. In this tutorial, we will show you how

The post Generate QR Code Dynamically using PHP appeared first on CodexWorld.




ph

PayPal Advanced Checkout Card Payments Integration in PHP

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.




ph

DataTables Column Filtering with Server-side Processing using PHP

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.




ph

Upload Multiple Files with JavaScript using PHP

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.




ph

Create Web Form with Drag and Drop File Upload using JavaScript and PHP

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.




ph

PHP CRUD Operations with PostgreSQL Server

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.




ph

Shopping Cart with PayPal Payment Gateway in PHP

Shopping cart with payment gateway is a must-have functionality for an e-commerce website. The payment gateway allows the buyers to make payment online at the time of checkout. PayPal standard checkout is one of the easiest option to integrate payment gateway in the web application. A shopping cart helps users to select multiple products and PayPal allows users to checkout with credit/debit card payment. PHP shopping cart with PayPal makes e-commerce web applications more user-friendly and feature reach. In this tutorial, we will show you how to build shopping cart with payment gateway in PHP. This example shopping cart system

The post Shopping Cart with PayPal Payment Gateway in PHP appeared first on CodexWorld.




ph

Engineering Graphics Theoretical Foundations of Engineering Geometry for Design

Location: Electronic Resource- 




ph

Single molecule biophysics and poisson process approach to statistical mechanics

Location: Electronic Resource- 




ph

Cartilage Volume 1: Physiology and Development

Location: Electronic Resource- 




ph

Autophagy at the Cell, Tissue and Organismal Level

Location: Electronic Resource- 




ph

Biotechnology of Extremophiles: Advances and Challenges

Location: Electronic Resource- 




ph

Two positions: SEO Manager & Graphic Designer

Send cover letter and CV to rzauer@kenes.com

SEO Manager

  • SEO and PPC campaigns for medical congresses around the world
Graphic Designer
  • Design for web, email, and online banners




ph

Phoenix

Location: Main Media Collection - Video record 42404 DVD




ph

Phoenix

Location: Main Media Collection - Video record 42404 BLU




ph

The Second Crusade: Holy War on the Periphery of Latin Christendom

Location: Electronic Resource- 




ph

The history of physics in Cuba

Location: Electronic Resource- 




ph

Surface electromyography : physiology, engineering, and applications

Location: Electronic Resource- 




ph

Inventing atmospheric science : Bjerknes, Rossby, Wexler, and the foundations of modern meteorology

Location: Engineering Library- QC855.F547 2016




ph

Learn Adobe Illustrator CC for graphic design and illustration : Adobe Certified Associate exam preparation

Location: Engineering Library- T385.W55 2016




ph

Surface phenomena in the structural and mechanical behaviour of solid polymers

Location: Engineering Library- TA455.P58V65 2016




ph

Transport phenomena in microfluidic systems

Location: Engineering Library- TJ853.4.M53P36 2016




ph

The history of motion graphics : from avant-garde to industry in the United States

Location: Engineering Library- TR892.4.B48 2013




ph

Membrane technologies for water treatment : removal of toxic trace elements with emphasis on arsenic, fluoride and uranium

Location: Engineering Library- TD442.5.M4586 2016




ph

Numerical models for submerged breakwaters : coastal hydrodynamics and morphodynamics

Location: Engineering Library- TC333.A36 2016




ph

Hydrogeomorphic Risk Analysis Affecting Chalcolithic Archaeological Sites from Valea Oii (Bahlui) Watershed, Northeastern Romania An Interdisciplinary Approach

Location: Electronic Resource- 




ph

Abiotic Stress Physiology of Horticultural Crops

Location: Electronic Resource- 




ph

Where did it go? Disable Hardware Graphics Acceleration

I’m getting some weird graphics anomalies with my screen when using Outlook.

For instance, the screen suddenly turns completely black or white, and when I move over those spaces with my mouse, the Outlook UI starts to appear again but only in those places.

At other times, text in the Ribbon and Folder Pane overlap or folders appear empty even when they are not.

Restarting Outlook fixes it temporarily but I’d like to fix it permanently.

I was recommended to “disable hardware graphics acceleration” but I can’t find that option anywhere.

How do I solve this issue?




ph

You might beat back phragmites, the scourge of wetlands, but then what?

Wetlands managers have spent years using fire and chemicals to fight phragmites, an invasive reed that chokes everything else out. But coaxing beneficial native plants to move back in is difficult.




ph

After fighting phragmites, scientists try to bring native plants back to wetlands

Wetlands managers have spent years using fire and chemicals to fight phragmites, an invasive reed that chokes everything else out. But coaxing native plants to move back in is difficult.




ph

Alpha Star Aviation Services, Riyadh RIYADH Saudi Arabia

Saudi Aramco A Fully Integrated Global Petroleum And Chemicals Enterprise Is The State Owned Oil Company Of The Kingdom Of Sa... Awad Basahi, Riyadh, RIYADH, Saudi Arabia




  • Alpha Star Aviation Services