Developers
-
Authorize.net API Integration: Creating vendor folder
Here are the steps to follow if you’re trying to create the vendor folder on Ubuntu for your authorize.net API integration project: Follow the instructions from: https://getcomposer.org/download/ (see below or access the url provided) Run the following in your terminal to get the latest Composer version: step 1: php -r “copy(‘https://getcomposer.org/installer’, ‘composer-setup.php’);” step 2: php…
-
Creative Cloud Fixes
https://forums.adobe.com/thread/1406789?start=0&tstart=0
-
MySQL Admin by Starfield Technologies
Retrieve blob field content in the MySQL admin provided by Starfield Technologies: SELECT CONVERT( column USING utf8 ) FROM table