Knowledge base / Since 1999
Advanced
search
Practical notes on CRM development, automation, APIs and everyday IT.
Browse all notes52 results
Zoho Analytics: Create a Monitoring System with Images
... his is an article to remind me how I did this for a customer and images help visualize the health of the system. Why? The use-case here is to build a system which monitors a Zoho App for when records were last modified and if a synchronizat ...
Zoho Creator: Get Images in Report to be Exported to PDF
... how to produce a report which when exported to PDF will display images without a user wall. Why? Our client needs to send a report to suppliers that include photos of the faulty products. These display fine in a Zoho Creator report and eve ...
MediaWiki: MySQL to extract path to images
... any words as others, here's my MySQL query to extract details on images stored in the MediaWiki CMS system (v1.14). Why? Prior to a migration and just after another change freeze, I had sent all Wiki articles modified since the last export ...
SSRS External Images don't display
... tranet and we only want one location to upload the photos. These images are provided via a website address (http) or network share (file). Before you ask, we have several MS Sharepoint sites but we didn't go down the route of uploading 1000 ...
OpenAI GPT Image 2.5: This house does not exist
... a concept brochure. I have included the sketches, the generated images and the PDF below so you can see the progression. Why? Mostly curiosity, and a chance to play with something visual. Describing where every room, staircase and outbuild ...
Zoho Survey & Zoho Analytics: Query to generate individual responses and grouped pages
... lease Date Modified: 2025-09-29 (Joel Lipman) - Deletes existing images in the image upload field More Information: https://help.zoho.com/portal/en/community/topic/export-zoho-analytics-chart-with-api-in-deluge https://www.zoho.com/analytic ...
PHP Script: Make your own Thumbnail Generator via API
... adable via URL. Why? Performance. I have a client with about 10k images of products that they want to appear in a dropdown menu of a JavaScript widget. When the user first loads up the webpage containing the widget, 10k images are downloade ...
Upgrading Joomla CMS version 3.x to Joomla CMS 5.x
... tarting with the parent categories first Copying article heading images from SP Page Builder to normal Joomla Articles SELECT new.`id`, old.`id`, json_extract(old.`attribs`, '$.spfeatured_image') AS `image_src`, json_extract(old.`attribs`, ...
Google Event Ilustrations aka Flairs
... http://www.internetbestsecrets.com/2019/09/google-calendar-event-images.html art: painting, art workshop, sketching workshop, drawing workshop badminton: badminton baseball: baseball basketball: basketball bbq: bbq, barbecue, barbeque beer: ...
Zoho Books: Estimates/Quotes: Accept & Decline Buttons on Template
... URL = "https://www.joellipman.com"; v_LogoURL = v_CompanyURL + "/images/logos/logo.png"; // // create a HTML message to display v_BodyHTML = "<html><head><title>"; v_BodyHTML = v_BodyHTML + v_CompanyName + "</title><script>window.history.pu ...
Zoho Creator: Render to PDF with margins and page numbers
... ************************ */ // // the publish key of the product images report v_ProductPhoto_PublishKey = "AAAAABBBBBCCCCDDDDEEEFFFGGGGHHHIIIJJJKKLLLMMMNNOOOPPPQQWRRRSSTTUUVVWWXXYYZZ122345567890"; // my company logo (must be a public URL t ...
ZohoDesk & ZohoAnalytics: Display Ticket Attachments in Analytics Report
... ho user with photos displaying; also supported a PDF export with images instead of URLs. Error(s): 8504. Ensure the columns variable is converted to a string.