Author: admin
Google Developer Expert Google awarded us the Developer Expert title recogizing our work in Workspace ProductHunt Golden Kitty Our Gmail tool won the Lifehack of the Year award at ProductHunt Golden Kitty Awards Microsoft MVP Alumni Microsoft awarded us the Most Valuable Professional title for 5 years in a row Google Cloud Champion Google awarded us the Champion Innovator award for technical expertise
If you are traveling in a new location, the public toilets and bathroom finder option avaialble inside Google Maps could come in very handy. Open the Google Maps on your phone, or open maps.google.com on your desktop browser, make sure that the location services are turned on and type the query public toilets near me. Google Maps will instantly show you the location of restrooms near your current location. The feature also works inside Google Assistant. Say “OK Google” to activate the Assistant, say the command “Show me toilets near me” and it will open maps with placemarkers for all…
You are probably aware of contextual advertising where ads are served based on the content of the current web page. For instance, if you are on the ESPN website, the ads on the page could be for sports related products. If you are reading a review of a mobile phone, you may see ads for mobile accessories or other brands of phones. The buzz is however around interest-based or behavioral advertising where ads are displayed according to your past online activity and interests. To give you an example, if you search for ‘hotels in singapore’ on a travel website, you’ll…
Stripe now offers a Payment Links API to help you programmatically generate payment links in bulk for any amount in any supported currency. You can accept one-time payments, or create payment links for subscriptions where the customer is automatically charged on a recurring basis. Stripe payment links do not expire and you can easily send them over email, WhatsApp, SMS, or share them on your social media pages. Customers can pay with their credit cards, Alipay, WeChat as well as wallets like Apple Pay and Google Pay. Stripe Payment Link Generator If you are looking for an easy and automated…
Google Developer Expert Google awarded us the Developer Expert title recogizing our work in Workspace ProductHunt Golden Kitty Our Gmail tool won the Lifehack of the Year award at ProductHunt Golden Kitty Awards Microsoft MVP Alumni Microsoft awarded us the Most Valuable Professional title for 5 years in a row Google Cloud Champion Google awarded us the Champion Innovator award for technical expertise
These code samples show how you can use Google Apps Script to manage and search through the content of shared drives in Google Drive using the Drive API. To get started, click the + icon in the Services section to add the Drive API search to your Google project. Google Apps Script currently supports Drive API v2 though the latest version is v3. Once the Drive API service is enabled, you can use the Drive API to search through the content of shared drives. Create a Shared Drive function createSharedDrive() { const driveName = ‘Digital Inspiration’; const sharedDrive = Drive.Drives.insert({…
Affectionately referred to as the ‘Queen of Hill Stations,’ Shimla is recognized as one of the most enchanting hill stations in India and ranks among the premier destinations included in Himachal tour packages. With its colonial charm, breathtaking landscapes, and magnificent views of the snow-laden Himalayas, Shimla continues to be a favored choice for travelers. Visitors come throughout the year to witness the remarkable vistas and natural beauty that this location provides. Additionally, Shimla is renowned for being a hotspot for adventure seekers as this place perfectly allows you to experience exhilaration while engaging in the thrilling sports available. Adventure…
Canva is everyone’s favorite tool for creating social media graphics, YouTube video thumbnails, Instagram stories, logos, and even regular presentations. The app is jam-packed with beautiful, ready-to-use templates that make it easy for even non-designers to create unique and impressive designs. Google Slides Template Gallery Google Slides is probably the most popular app for creating presentations but its built-in template library is limited and haven’t seen any update in a long time. Cavan Presentation Templates Compare the Slides library to Canva and you’ll find thousands of presentation templates that will fit the needs of any project, be it in education,…
This example shows how you can use Google Cloud Function to generate open graph images from Google Slides template in Google Drive. You may open any page on this website and look for the og:image meta tag in the head to see the generated image that is different for each image. When the cloud function is invoked, the input text is provided in the query string and this replaces the {{Title}} placeholder in the template to generate the customized image. The generated image is stored in Google Cloud storage and the file’s public URL is returned. Create a Service Account…
If you are using Google AdSense to monetize your website, you may have noticed that there are instances when there are no ads showing up on one or more pages. This is likely because Google AdSense is not able to find any advertisers that are probably willing to bid on your page at that time. Or may be you have blocked specific categories of advertisers from bidding on your page. When Ads Are Available Here’s a page with a Google AdSense ad unit placed somewhere in the middle of the page. When Ads Are Unavailable And here’s the same page…
Home to different cultures, religions, and traditions, India is perhaps the best country to feel the energy of celebration with a mix of culture. After the colourful celebrations of Holi festival in March, the people of India are gearing up for some amazing religious festivities in the month of April right from Srinagar’s Tulip Festival to the energetic Baisakhi in Punjab and Bihu in Assam, among many others. As the spring season continues to add splashes of colour at every turn, April is the best month for India Tourism as one can feel the energy in nature itself with trees,…
An open graph image (OG image) is the image that is displayed when any of your website links are shared on Facebook, LinkedIn or Twitter. You can provide the public URL of the image in the meta tags of your website and social media website will automatically pick up from there. <head> <title>Digital Inspiration</title> <meta property=”og:image” content=”https://www.labnol.org/og/default.png” /> </head> Open Graph Images with Puppeteer Github internally use Google’s Puppeteer library to generate dynamic Open Graph images. The images are generated on the fly by feeding custom HTML into Puppeteer which then generates a screenshot. You can view a sample OG…
QUICK LINKS
Subscribe to Updates
Get the latest creative news from FooBar about art, design and business.