error

  • The page you requested does not exist. For your convenience, a search was performed using the query ideas OR videos OR feed OR videocasts.
About searching

Search results

  1. How AI Tools Can Enhance Design Work

    … need text copy in the right place so people can give proper feedback on font, margins, and more. Rather than wasting … and use that list as a starting point to play around with ideas. We might already know the answer, but having it … Transcriptions We sometimes use short videos to show our progress and demonstrate designs in …

  2. Navigating the Waters of Drupal Development with Tugboat

    … Well, tools like any, any of the internet tools that you feed it a URL and then it can go and evaluate things like … to do to improve the Drupal.org integration. So if you have ideas please hit us up on any of those any of those channels to let us know what your ideas are on how to improve it. We're hoping to work with …

  3. AI in Action: Navigating Generative Tech at Lullabot

    … can do all sorts of things. You could create an agent and feed it now like let's say the last 2 or 3 proposals because … an oil painter in my spare time and being able to bounce ideas off of AI and see them visually before I start … Matt Robison: Yeah, other than if it's pulling from ideas, you have no idea if it's actually original thought …

  4. Drupal GovCon: The Clip Show

    … not the big takeaway. It's just rubbing elbows. I'm hearing ideas go by and I'm absorbing it through osmosis a little … track, you might as well stay at home and watch the YouTube videos a week later when they come out. I mean, you're not …

  5. Microsites in Drupal

    … types that can be tied to a microsite: Blog posts and Videos. Each has an entity reference field named Product … for a product and inserts them into a variable called "feed" that will be available to templates. /** * … ->range(0, 10) ->sort('created', 'DESC'); $build['feed'] = [ '#cache' => [ 'tags' => 'node_list', …