TLCC2016 TNEW Session

Hi folks,

Is anyone doing any cool stuff with TNEW that they'd like to present on in TLCC2016?! We're doing a session on users creating magic with it in-house. Let me know if you're interested,

Thanks,
Rog 

Parents
  • I've been spending a lot of time over the past few months reworking some "infrastructural" components of our customizations to make them far more manageable than they were:

    I came up with a way to structure LWP_VALIDATE_CART into code "modules" so that I can see all of the code pertaining to a specific piece of functionality in a contiguous block instead of spending all of my time tracing gotos and jumping back and forth to different parts of the procedure.

    I also wrote a simple javascript library called TNEWKit to make it easier to do frontend customizations by eliminating double-entry and moving all javascript snippets out of db tables and content fields and into a script kept into source control. I wrote some features I think are pretty cool -- using a selector syntax with aliases to choose which pages to run code on (instead of checking against window.location for everything yourself), and also using content fields to store flags to indicate when to run code, or when to include HTML. With some help from Sam Menard I'm working on getting this ready for use by other organizations.

    Both of these things are more developer-focused than they are sexy functionality, but they've already made my life 100x better. Let me know if this sounds like something you'd be interested for your session.

Reply
  • I've been spending a lot of time over the past few months reworking some "infrastructural" components of our customizations to make them far more manageable than they were:

    I came up with a way to structure LWP_VALIDATE_CART into code "modules" so that I can see all of the code pertaining to a specific piece of functionality in a contiguous block instead of spending all of my time tracing gotos and jumping back and forth to different parts of the procedure.

    I also wrote a simple javascript library called TNEWKit to make it easier to do frontend customizations by eliminating double-entry and moving all javascript snippets out of db tables and content fields and into a script kept into source control. I wrote some features I think are pretty cool -- using a selector syntax with aliases to choose which pages to run code on (instead of checking against window.location for everything yourself), and also using content fields to store flags to indicate when to run code, or when to include HTML. With some help from Sam Menard I'm working on getting this ready for use by other organizations.

    Both of these things are more developer-focused than they are sexy functionality, but they've already made my life 100x better. Let me know if this sounds like something you'd be interested for your session.

Children