Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
My name is Stefany and I am a full stack web developer. I live in Arkansas.
Drupal of course has been my focus for a long time.
I can code excellent front & back end. I specialize in PHP, but I also have experience building Java and Python applications.
I regularly contribute to various open source projects on GitHub.
I have been a programmer for over six years, having created many websites & web applications. To check out most of the projects I have worked on, please visit my portfolio - www[dot]StefanyNewman[dot]info
Hi
As a photographer, I'd really like to figure out how the Exifmodule works and how to implement in on my site. I've tried searching for info, but there seems to be nothing out there explaining it more than the meager read.me thats included.
Any one who has worked with it or has some tips or tutorials? The module I'm talking about is this one; https://www.drupal.org/project/exif. And I'm running the latest version of Drupal (8.2.5).
Hi
As a photographer, I'd really like to figure out how the Exifmodule works and how to implement in on my site. I've tried searching for info, but there seems to be nothing out there explaining it more than the meager read.me thats included.
Any one who has worked with it or has some tips or tutorials? The module I'm talking about is this one; https://www.drupal.org/project/exif. And I'm running the latest version of Drupal (8.2.5).
I'm pretty new to Drupal and coding - I'm not a developer but I work in a drupal agency. So right now I have to write Behat tests to test functionalities of our features in Drupal 8. The tests need element IDs in the most cases but whyever there are hardly no IDs to select.
So my idea was to add IDs to certain elements like buttons (dropbuttons for example) or radio buttons.
I'm testing the Paragraphs module right now and need an ID for the "Add Paragraph" dropbutton where you can select the paragraphs. How can I add an ID there?