PHP Pspell Extension Word Spell Checker Primer Tutorial

PHP Pspell Extension Word Spell Checker Primer Tutorial

PHP Pspell Extension Word Spell Checker Primer Tutorial

We’re interested in Spell Checking, and saw an extension called Pspell … installed here (for PHP 8.1 purposes) on AlmaLinux via …


dnf install ea-php81-php-pspell.x86_64

… which helps out in this regard, us just starting with …

  • English
  • single word

… analysis in this first draft Single English word spell checker you can also try below …

If this was interesting you may be interested in this too.

Posted in eLearning, Tutorials | Tagged , , , , , , , , , , , , , | Leave a comment

AlmaLinux Word Dictionary Primer Tutorial

AlmaLinux Word Dictionary Primer Tutorial

AlmaLinux Word Dictionary Primer Tutorial

The joys of “plonking” (as referenced in Mac OS X Desktop Application Deployment Primer Tutorial) are in the air. Yes, there were days when to solve a problem via some sort of install procedure, just involved “plonking” (ie. copying files, as is, from one place to another).

But today, as unbelievable as we found it, “plonking” formed the basis of the solution to resurrecting …

  • AlmaLinux
  • /usr/share/dict (folder) based dictionary files (facilitating PHP based lookups used by many RJM Programming web application English (eg. Word) Games)

… means by which all manner of PHP English Word and Name and various other (web application) games, and other ESL type applications, for us here at RJM Programming, are based.

Have you become suspicious of trying any “plonking” (install) attempt as a solution to a problem? I’d say, rightly so, be suspicious (generally speaking), these days. But, to do with the context of Word Games not working on AlmaLinux, our research led us to crazily “early on” errors, and then there was us going …


$ cd /usr/share/dict # yes, the folder exists on AlmaLinux
$ ls -l
ls: No such file or directory

… totally surprising us. Guess having always had the Dictionary files there on every experience of Mac OS X or macOS or Linux system, we didn’t expect it not to be there.

The fact that the folder /usr/share/dict existed though, made us think “plonking” files from our (English speaking) macOS /use/share/dict folder to our AlmaLinux (default language English, so far empty) /usr/share/dict folder Dictionary files would not likely Rock the Boat … baby?!

And though, getting the clues for our tweaked PHP Crossword word game have become more problematic (and we need more time to fully research), yes, populating the AlmaLinux web server /usr/share/dict folder with Dictionary files helped!


Previous relevant Mac OS X Desktop Application Deployment Primer Tutorial is shown below.

Mac OS X Desktop Application Deployment Primer Tutorial

Mac OS X Desktop Application Deployment Primer Tutorial

We were really fond, in the early days of Windows, how seamless it was to what we call “plonk” (and you could say “deploy” (if you like)) bits of software (other than *.bat (which is always okay to “plonk”) such as *.exe or maybe even *.com) around your Windows “place” just by “plonking” (ie. Windows or MS DOS (x)copy) them. These were the days, presumably, before the Windows Registry wanted to know more about the goings on of software, we guess. Of course, it is harder to go around “plonking” software on Windows let alone Mac OS X. But with that latter Mac OS X, yesterday, following up on that Xcode SpriteKit Game Primer Tutorial presentation thoughts, we had occasion to want to “plonk” an Xcode SpriteKit Game “application” (in “plonking” days we’d have said “executable”, more, here) from one MacBook Pro to another, with the same Mac OS X operating system version … it has to be said … and we’re not sure if it can only work with these conditions.

Mac OS X back in the “Leopard” days, am pretty sure, was into the “Package Manager” ways … we remember that from the days of distributing Tcl/TK games in Mac OS X, and you would put a lot of the job’s work into Package Manager (installer) creation and configuration. In newer Mac OS X versions it seems Package Manager creation became less important or less supported, as with each new Mac OS X version, a previous version’s Package Manager work became obsolete, it seemed to us. So, with all this going on, how could you think to “plonk”, no matter what similarities the software versions had, with Mac OS X, in this day and age?! Surely you need an installer of some kind. But then the bits and bytes are going to be the same. And that last thought is why we tried it at all, after initially thinking to AirDrop (too slow for our impatient selves) or ethernet the two MacBook Pros would be quicker (or possible, as a help). No, we ended up, successfully …

  1. our work regarding Xcode SpriteKit Game Primer Tutorial left us with a macOS (Mac OS X) desktop application on MacBook Pro “One” (which we’d built and Run in Xcode and that left an “executable” on the desktop (by now copied to the “Applications” folder) of the MacBook Pro, which we’d, separately, and later, run, and used the Two Finger Gesture -> Options -> Keep in Dock)
  2. in Finder desktop application, in the Applications folder, two finger gesture the SpriteKit Game desktop application (version in the Finder Applications directory) called “Cross Two” to go Two Finger Gesture -> Share -> Mail
  3. fill out your own email to and subject, along with the attached Mac OS X web application in Mail desktop application
  4. click Send
  5. at recipient (different) MacBook Pro (we think, maybe, needing the same Mac OS X operating system version) open Mail desktop application
  6. open new email with “Cross Two” desktop application attachment
  7. two finger gesture “Cross Two” attachment and choose Save Attachment to Applications folder
  8. open Finder desktop application to the Applications directory
  9. two finger gesture this newly created “Cross Two” desktop application and choose Open … voila … then, optionally …
  10. two finger gesture this new icon in the dock to choose Options -> Keep in Dock … should you want to easily rerun the application

We’ll leave you with a visual mock-up of the steps above in today’s tutorial picture as food for thought.

If this was interesting you may be interested in this too.


If this was interesting you may be interested in this too.

Posted in eLearning, ESL, Games, Installers, Tutorials | Tagged , , , , , , , , , , | Leave a comment

PDF to Images and Microsoft Office on AlmaLinux Tutorial

PDF to Images and Microsoft Office on AlmaLinux Tutorial

PDF to Images and Microsoft Office on AlmaLinux Tutorial

We haven’t been game to tell Lu, but, further to the recent PDF to Images on AlmaLinux HTML and XML Tutorial below, we found more FUNctionality to try, today, that being conversions to …

  • Microsoft Office conversion interfacings to
    1. Word … documents
    2. Excel … spreadsheets
    3. Powerpoint … slideshows
  • in the form of downloaded document files … created with the help of …
  • great open source products, “Pearls” of ideas whereby our supervising PHP could call on Python interfacing helper outerers … thanks …
    Open Source product Installed via …
    1. pdf2docx (Python)
    2. Spire.PDF (Python)
    3. pdf2pptx (Python)
    • pip install pdf2docx
    • pip install Spire.Pdf
    • pip install pdf2pptx

    … respectively, and quite late in the day, for Powerpoint …

… happening via ( a peace deal with Lu and ) a changed php_calls_pdfimages.php Pdfimages supervisory PHP web application.


Previous relevant PDF to Images on AlmaLinux HTML and XML Tutorial is shown below.

PDF to Images on AlmaLinux HTML and XML Tutorial

PDF to Images on AlmaLinux HTML and XML Tutorial

Onto yesterday’s PDF to Images on AlmaLinux Video Tutorial we progress

  • for browsed for PDFs got the “Image PDF” (image extraction) working … and …
  • for browsed for PDFs got the “Animated GIF” working
  • for browsed for PDFs got the “Video” working
  • input PDF display working
  • input PDF sharing working
  • for browsed for PDFs got the “HTML” and “XML” options working
  • in sharing functionality we need a hashtagging approach to not only sharing input PDF but other output media created via the user decisions make regarding checkboxes
  • for URL based PDFs we integrate all the options above
  • we add better “blurb” on the whole document.body

… for today’s considerable improvements via a changed php_calls_pdfimages.php Pdfimages supervisory PHP web application, helped out by a tweaked client_browsing.htm client side file browser better honing in on “just PDF” files.

We’ve come to realize that the PDF to XML option is not such a “far fetched” concept as we once might have thought, because …

  • the initial default display of the XML is a way to extract the “just text” parts of the PDF … and with today’s work, we add …
  • a toggleable “onclick” means by which the user can alternate between that “just text” view and one that shows the “XML markup” (to get an idea of what is going on “under the hood”) with this pdftohtml conversion incarnation


Previous relevant PDF to Images on AlmaLinux Video Tutorial is shown below.

PDF to Images on AlmaLinux Video Tutorial

PDF to Images on AlmaLinux Video Tutorial

After yesterday’s PDF to Images on AlmaLinux Animated GIF Tutorial, today, we can

  • for browsed for PDFs got the “Image PDF” (image extraction) working … and …
  • for browsed for PDFs got the “Animated GIF” working
  • for browsed for PDFs got the “Video” working
  • input PDF display working
  • input PDF sharing working

… representing slow, but forward, progress, improving the changed php_calls_pdfimages.php Pdfimages supervisory PHP web application. Stay tuned for more HTML and XML functionality, into the future!


Previous relevant PDF to Images on AlmaLinux Animated GIF Tutorial is shown below.

PDF to Images on AlmaLinux Animated GIF Tutorial

PDF to Images on AlmaLinux Animated GIF Tutorial

We’ve progressed yesterday’s PDF to Images on AlmaLinux Primer Tutorial via …

  • for browsed for PDFs got the “Image PDF” (image extraction) working … and …
  • for browsed for PDFs got the “Animated GIF” working

… the first stop getting anywhere being a tweaked client_browsing.htm client side HTML and Javascript inhouse helper change facilitating PDF content showing as a data URL, we found easier to deal with.

This aided and abetted a better and changed php_calls_pdfimages.php Pdfimages supervisory PHP web application. Stay tuned for more!


Previous relevant PDF to Images on AlmaLinux Primer Tutorial is shown below.

PDF to Images on AlmaLinux Primer Tutorial

PDF to Images on AlmaLinux Primer Tutorial

We’re starting down the road migrating our Pdfimages functionality from CentOS (where it hived the work onto a local web server) to AlmaLinux where we started with …


dnf install poppler-utils.x86_64

… and then started trying to get “browsed for” PDF data into an HTML element, as a start, before it ends up at the web server in a /tmp/ file.

Codewise, so far, that’s involved a changed php_calls_pdfimages.php Pdfimages supervisory PHP web application, helped out by a tweaked client_browsing.htm client side HTML and Javascript inhouse helper.

If this was interesting you may be interested in this too.


If this was interesting you may be interested in this too.


If this was interesting you may be interested in this too.


If this was interesting you may be interested in this too.


If this was interesting you may be interested in this too.

Posted in eLearning, Event-Driven Programming, Installers, Operating System, Software, Tutorials | Tagged , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , | Leave a comment

Camera iOS App Delay Making Of Helper Tutorial

Camera iOS App Delay Making Of Helper Tutorial

Camera iOS App Delay Making Of Helper Tutorial

We try, here, to “mix it up” regarding “presentation ideas” (connected to the “Making Of” some WordPress Blog Postings around here) and recently, two tutorials, namely …

  1. Bluetooth iPad Keyboard and Case Document Editing Tutorial
  2. PDF to Images on AlmaLinux HTML and XML Tutorial

… both using iOS Camera app “delayed photo” modes of use, got us realizing that two good uses of the iOS Camera app “delayed photo” mode of use could be regarding, respectively …

  1. Bluetooth iPad Keyboard and Case Document Editing Tutorial‘s animated GIF presentation showed how iOS Camera app “delayed photo” mode of use can help with iOS device based tutorials where the finger pointing contexts can help explain what is going on, better
  2. PDF to Images on AlmaLinux HTML and XML Tutorial‘s animated GIF presentation showed how iOS Camera app “delayed photo” mode of use can help with “arranged poses” for animal or pet photographs (where a couple of seconds before the photo is taken we might attract the attention of the animal)

… further to Camera iOS App Delay Primer Tutorial‘s discussion of this “delayed photo” concept.

You may also recall us using …

… presentation helpers going along similar lines of thinking.


Previous relevant Camera iOS App Delay Primer Tutorial is shown below.

Camera iOS App Delay Primer Tutorial

Camera iOS App Delay Primer Tutorial

Maybe you are of the view that the taking of photos with a mobile device should not need a “posse” of people to achieve. We concur. Today, though, we were tempted to involve a small “posse” because …

  • we had our hands (x2) full holding open a door lock outside its “casing” to show the drill hole and lock hole in the one photo using an iPhone 6’s Camera app …
  • but wanted to show the screw I’d bought at the locksmith too big for the door drill hole at the top of the shot, and have everything in focus and close up

… but I’d run out of hands! Call the mini “posse”? Organise a tripod or stand arrangement? Or use that partial clock face icon that represents a 3 second (and another represents a 10 second) delay, that the iOS Camera app provides to then have enough (of my own) hands to complete the task, ready to show to the locksmith for their perusal and advice.

The iOS Camera app can throw up other surprises you can read about at Camera and Photos iPad Full Primer Tutorial below.


Previous relevant Camera and Photos iPad Full Primer Tutorial is shown below.

Camera and Photos iPad Full Primer Tutorial

Camera and Photos iPad Full Primer Tutorial

To teach is amazing, as lots of teachers will tell you, for, at least, some of what I can think of, below …

  • you never know what will happen next (even with a Lesson Plan … or maybe because there IS a Lesson Plan)
  • you see things from another perspective
  • you have to think on your toes … or if a student has been clumsy … you have to think ABOUT your toes
  • modern students are much more likely, in the Internet age of Search Engines, know more about a topic than you do … hence, teachers are becoming, more often, the facilitators

And then there are those embarrassing backdowns, where it is only AFTER a lesson, you remember what would have worked THERE … aaaarrrgh!

Guess I’d say … why be embarrassed? … Remember, “teachers are becoming, more often, the facilitators” … it’s more that it would be good to guide a student towards an inquiring mind, and techniques to sort the wheat from the chaff … unless you’re a cow (no offense, Ferdinand).

All of this is why when a student shows you a problem, it’s always better to adopt the “fight” instinct, rather than the “flee” instinct … though will allow exits from the front vestibule for “flea” problems.

My student has an iPad, and like me, is a bit new to it. She has been enthralled by the “Camera” iPad desktop app, and who wouldn’t be? It’s fabulous, but I’ve run into the same issue we are going to outline below, which helped ME, help HER.

She came in with her iPad explaining how she was stuck not being able to take any more Photos with her “Camera” app. (Uh huh? Already had an inkling of a notion.)

Are you getting any error messages?

… this is worth asking, but the chances of a really succinct and definitive answer from most people on Earth is unlikely … “so that’s why Matt Damon is heading WHERE?”

But in the answer was the word “full”. (Uh huh huh!)

Can you show me your recent holiday snaps?

… yup … in the iPad “Photos” app … lots of beautiful flowers, so many of the same look, and these other earthy toned ones sort of brown and stony … yup … (Uh huh mmmmm!) …

… and these little video camera symbols down the bottom … let’s hit this triangle “Play” button, shall we? … Yup “Funniest Home Videos” … and that is what happened, and has happened to me too …

  1. You start the “Camera” app on your iPad
  2. You hit the round start button on the right
  3. You repeat step 2 on many occasions, taking so many great shots!

… but, the whole time you’ve had the setting choice of …

  1. Video
  2. Photo
  3. Square

… on “Video” … oops.

So in the “Photos” app of my student it was full of Videos of flowers and friends and soil samples, one soil sample Video being 1:30:09 long.

Okay, so what is the remedy, in the “Photos” app?

  1. Touch on Video (ones with the little video camera symbol at bottom)
  2. As necessary, touch the “Play” button if you want to check out whether it should be kept … otherwise …
  3. Touch the “Trash Can” icon at bottom right
  4. Touch “Delete Video?”
  5. Touch “Moments” link to get back to the list of Photos and Videos, resuming at step 1, as necessary

So, what can you do to see that it doesn’t happen too often again? Think, red button as alert, when capturing a “Video” with the “Camera” app. It might be that that is what you want to do, but the button being red is reminding you that you have set the “Camera” app mode to “Video” rather than “Photo” or “Square”.

So please see our explanatory slideshow, as necessary.

If this was interesting you may be interested in this too.


If this was interesting you may be interested in this too.


If this was interesting you may be interested in this too.

Posted in eLearning, GIMP, iOS, Photography, Tutorials | Tagged , , , , , , , , , , , , , , , , , , , , , , , | Leave a comment

PDF to Images on AlmaLinux HTML and XML Tutorial

PDF to Images on AlmaLinux HTML and XML Tutorial

PDF to Images on AlmaLinux HTML and XML Tutorial

Onto yesterday’s PDF to Images on AlmaLinux Video Tutorial we progress

  • for browsed for PDFs got the “Image PDF” (image extraction) working … and …
  • for browsed for PDFs got the “Animated GIF” working
  • for browsed for PDFs got the “Video” working
  • input PDF display working
  • input PDF sharing working
  • for browsed for PDFs got the “HTML” and “XML” options working
  • in sharing functionality we need a hashtagging approach to not only sharing input PDF but other output media created via the user decisions make regarding checkboxes
  • for URL based PDFs we integrate all the options above
  • we add better “blurb” on the whole document.body

… for today’s considerable improvements via a changed php_calls_pdfimages.php Pdfimages supervisory PHP web application, helped out by a tweaked client_browsing.htm client side file browser better honing in on “just PDF” files.

We’ve come to realize that the PDF to XML option is not such a “far fetched” concept as we once might have thought, because …

  • the initial default display of the XML is a way to extract the “just text” parts of the PDF … and with today’s work, we add …
  • a toggleable “onclick” means by which the user can alternate between that “just text” view and one that shows the “XML markup” (to get an idea of what is going on “under the hood”) with this pdftohtml conversion incarnation


Previous relevant PDF to Images on AlmaLinux Video Tutorial is shown below.

PDF to Images on AlmaLinux Video Tutorial

PDF to Images on AlmaLinux Video Tutorial

After yesterday’s PDF to Images on AlmaLinux Animated GIF Tutorial, today, we can

  • for browsed for PDFs got the “Image PDF” (image extraction) working … and …
  • for browsed for PDFs got the “Animated GIF” working
  • for browsed for PDFs got the “Video” working
  • input PDF display working
  • input PDF sharing working

… representing slow, but forward, progress, improving the changed php_calls_pdfimages.php Pdfimages supervisory PHP web application. Stay tuned for more HTML and XML functionality, into the future!


Previous relevant PDF to Images on AlmaLinux Animated GIF Tutorial is shown below.

PDF to Images on AlmaLinux Animated GIF Tutorial

PDF to Images on AlmaLinux Animated GIF Tutorial

We’ve progressed yesterday’s PDF to Images on AlmaLinux Primer Tutorial via …

  • for browsed for PDFs got the “Image PDF” (image extraction) working … and …
  • for browsed for PDFs got the “Animated GIF” working

… the first stop getting anywhere being a tweaked client_browsing.htm client side HTML and Javascript inhouse helper change facilitating PDF content showing as a data URL, we found easier to deal with.

This aided and abetted a better and changed php_calls_pdfimages.php Pdfimages supervisory PHP web application. Stay tuned for more!


Previous relevant PDF to Images on AlmaLinux Primer Tutorial is shown below.

PDF to Images on AlmaLinux Primer Tutorial

PDF to Images on AlmaLinux Primer Tutorial

We’re starting down the road migrating our Pdfimages functionality from CentOS (where it hived the work onto a local web server) to AlmaLinux where we started with …


dnf install poppler-utils.x86_64

… and then started trying to get “browsed for” PDF data into an HTML element, as a start, before it ends up at the web server in a /tmp/ file.

Codewise, so far, that’s involved a changed php_calls_pdfimages.php Pdfimages supervisory PHP web application, helped out by a tweaked client_browsing.htm client side HTML and Javascript inhouse helper.

If this was interesting you may be interested in this too.


If this was interesting you may be interested in this too.


If this was interesting you may be interested in this too.


If this was interesting you may be interested in this too.

Posted in eLearning, Event-Driven Programming, Tutorials | Tagged , , , , , , , , , , , , , , , , , , , , , , , , | Leave a comment

PDF to Images on AlmaLinux Video Tutorial

PDF to Images on AlmaLinux Video Tutorial

PDF to Images on AlmaLinux Video Tutorial

After yesterday’s PDF to Images on AlmaLinux Animated GIF Tutorial, today, we can

  • for browsed for PDFs got the “Image PDF” (image extraction) working … and …
  • for browsed for PDFs got the “Animated GIF” working
  • for browsed for PDFs got the “Video” working
  • input PDF display working
  • input PDF sharing working

… representing slow, but forward, progress, improving the changed php_calls_pdfimages.php Pdfimages supervisory PHP web application. Stay tuned for more HTML and XML functionality, into the future!


Previous relevant PDF to Images on AlmaLinux Animated GIF Tutorial is shown below.

PDF to Images on AlmaLinux Animated GIF Tutorial

PDF to Images on AlmaLinux Animated GIF Tutorial

We’ve progressed yesterday’s PDF to Images on AlmaLinux Primer Tutorial via …

  • for browsed for PDFs got the “Image PDF” (image extraction) working … and …
  • for browsed for PDFs got the “Animated GIF” working

… the first stop getting anywhere being a tweaked client_browsing.htm client side HTML and Javascript inhouse helper change facilitating PDF content showing as a data URL, we found easier to deal with.

This aided and abetted a better and changed php_calls_pdfimages.php Pdfimages supervisory PHP web application. Stay tuned for more!


Previous relevant PDF to Images on AlmaLinux Primer Tutorial is shown below.

PDF to Images on AlmaLinux Primer Tutorial

PDF to Images on AlmaLinux Primer Tutorial

We’re starting down the road migrating our Pdfimages functionality from CentOS (where it hived the work onto a local web server) to AlmaLinux where we started with …


dnf install poppler-utils.x86_64

… and then started trying to get “browsed for” PDF data into an HTML element, as a start, before it ends up at the web server in a /tmp/ file.

Codewise, so far, that’s involved a changed php_calls_pdfimages.php Pdfimages supervisory PHP web application, helped out by a tweaked client_browsing.htm client side HTML and Javascript inhouse helper.

If this was interesting you may be interested in this too.


If this was interesting you may be interested in this too.


If this was interesting you may be interested in this too.

Posted in eLearning, Event-Driven Programming, Tutorials | Tagged , , , , , , , , , , , , , , , , , , , | Leave a comment

PDF to Images on AlmaLinux Animated GIF Tutorial

PDF to Images on AlmaLinux Animated GIF Tutorial

PDF to Images on AlmaLinux Animated GIF Tutorial

We’ve progressed yesterday’s PDF to Images on AlmaLinux Primer Tutorial via …

  • for browsed for PDFs got the “Image PDF” (image extraction) working … and …
  • for browsed for PDFs got the “Animated GIF” working

… the first stop getting anywhere being a tweaked client_browsing.htm client side HTML and Javascript inhouse helper change facilitating PDF content showing as a data URL, we found easier to deal with.

This aided and abetted a better and changed php_calls_pdfimages.php Pdfimages supervisory PHP web application. Stay tuned for more!


Previous relevant PDF to Images on AlmaLinux Primer Tutorial is shown below.

PDF to Images on AlmaLinux Primer Tutorial

PDF to Images on AlmaLinux Primer Tutorial

We’re starting down the road migrating our Pdfimages functionality from CentOS (where it hived the work onto a local web server) to AlmaLinux where we started with …


dnf install poppler-utils.x86_64

… and then started trying to get “browsed for” PDF data into an HTML element, as a start, before it ends up at the web server in a /tmp/ file.

Codewise, so far, that’s involved a changed php_calls_pdfimages.php Pdfimages supervisory PHP web application, helped out by a tweaked client_browsing.htm client side HTML and Javascript inhouse helper.

If this was interesting you may be interested in this too.


If this was interesting you may be interested in this too.

Posted in eLearning, Event-Driven Programming, Tutorials | Tagged , , , , , , , , , , , , | Leave a comment

PDF to Images on AlmaLinux Primer Tutorial

PDF to Images on AlmaLinux Primer Tutorial

PDF to Images on AlmaLinux Primer Tutorial

We’re starting down the road migrating our Pdfimages functionality from CentOS (where it hived the work onto a local web server) to AlmaLinux where we started with …


dnf install poppler-utils.x86_64

… and then started trying to get “browsed for” PDF data into an HTML element, as a start, before it ends up at the web server in a /tmp/ file.

Codewise, so far, that’s involved a changed php_calls_pdfimages.php Pdfimages supervisory PHP web application, helped out by a tweaked client_browsing.htm client side HTML and Javascript inhouse helper.

If this was interesting you may be interested in this too.

Posted in eLearning, Installers, Tutorials | Tagged , , , , , , , , , , | Leave a comment