Logo
Home

Intuit Developer Blog

  • Inside SaaS: Deep Dive – Intuit QuickBase Architecture – Presentation, IASANE, April 23rd

    Jim Salem, Platform-as-a-Service Group Architect, will be presenting the QuickBase architecture to the IASA New England chapter on April 23d. If you are in the area, and are interested in the nuts and bolts of how QuickBase is built, come on by! You can register at: http://bit.ly/odJjm Details are below: ————– Inside SaaS: Deep Dive […]

  • @ippdev Now On Twitter

    If you are a Twitter freak, then you might be interested in the Intuit Partner Platform developer community Twitter feed…it's up and running: @ippdev…add as your friend to get updates on IPP stuff and chat!

  • Prototyping and Wireframing – Getting Everyone on the Same Page

    Communicating ideas visually and getting everyone on the same page (literally) when you are designing or modifying user interfaces is a critical step in the overall development process and ending up with a great user experience. And doing so earlier and often, the better…without this you'll end up here 🙂 There are many ways to […]

  • Advantage SmartRoutes Now Live!

    Advantage SmartRoutes, built on the Intuit Partner Platform is now live and fully available at the Intuit Workplace! From the FoxBusiness.com article: "TomTom, the world's leading navigation solutions provider, today announced a strategic partnership with Advantage Integrated Solutions, a premier Intuit QuickBase consultant-developer, to optimize business fleet organization and itinerary planning on TomTom PRO Series […]

  • Updates to Intuit Marketplace!

    Driving lots of small business users to Intuit Marketplace is important to us and to our developer community.  Making it easy for them to discover and purchase applications that solve their needs is critical, and one of the things that makes the Intuit Partner Platform offering special.  After conducting focus groups with a number of […]

  • Participating in the Intuit Community as an Intuit Developer

    The Intuit Community is a great place to share your QuickBooks and small business knowledge with others.  It can be a way to get your name out there, to build familiarity with your products and services, and to network.  By answering questions you let prospective customers get a free sample of your expertise. Before you […]

  • Flex 3 in Action: Ch. 23 Debugging, Functional and Unit Testing in Flex

    Manning Publications has posted a free pdf of Chapter 23 from their book called "Flex 3 in Action". Chapter 23 includes Debugging, profiling, 3rd party tools, unit testing, and functional testing of Flex Applications. Flex 3 in ActionChapter 23 Manning Publishinghttp://www.manning.com/ahmed/Flex3-sample-chapter-23.pdf From the author's blog Happy Coding, Jarred

  • How to manage Relationships between tables in QuickBase for IPP?

    How do we handle QuickBase relationships using the Intuit Partner Platform Flex SDK Plugin? The QuickBase Missing Manual describes the mechanics for creating relationships between tables as well as common use-case relationships. For example, you can think of a one-to-many relation between projects and tasks where each task in the tasks table is linked to […]

  • RIA’s and PaaS’s, The Intuit Partner Platform

    RIA Weekly is a great podcast series produced by Adobe’s Ryan Stewart and Redmonk’s Michael Coté discussing Rich Internet Applications and related news. Last week they published RIA Weekly #45 – RIA’s and PaaS’s, The Intuit Partner Platform, where we talked about Intuit’s involvement in the RIA space and the Intuit Partner Platform. Thanks to Michael […]

  • How is the QuickBaseDTOArrayCollection different from an ArrayCollection?

    Apart from the name, there are some important properties and methods that make it more useful in the context of writing your Flex code. You can leverage the framework and use QuickBaseDTOArrayCollection to keep your data up to date and avoid having to do the low-level programming to acheive the same otherwise. I'll try and […]