=== Getting Started === Some tutorials that will help you get started with QCubed once you've [http://qcu.be/content/downloads downloaded the latest bits]: * [http://digidownload.libero.it/magiainformatica/doc_qcubed/qcubed-quick-start-guide_v220.pdf RAPID APPLICATION DEVELOPMENT WITH QCUBED - a step by step guide updated to version 2.2.0] (PDF) * [http://digidownload.libero.it/magiainformatica/doc_qcubed/qcubed_quick_start_v220_source_chap02_08.zip Ch02-CH08 Code for RAPID APPLICATION DEVELOPMENT WITH QCUBED v.2.2.0 -courtesy of gianni rossini] (ZIP) * [http://www.qcu.be/files/qcubed_quickstart_v1_0_rev_c_0.pdf QCubed Quickstart Guide for Qcubed Old Version 1.0] (PDF) * [http://qcu.be/content/video-screencasts Screencasts] * Getting Started Guide * [wiki:"WindowsInstallation" Installation (Windows)] * [wiki:"CodeGeneration" Code Generation - The backbone of Qcubed] * [wiki:"CodeGenerationORM" Understanding the Code Generation - ORM] * Tutorial: Building a Wiki with QCubed: [wiki:"QCubed Wiki Tutorial" Part 1] and [wiki:"QCubed Wiki Tutorial Part 2" Part 2] * Tutorial: Styling your application: [wiki:StylingTutorial Styling Tutorial] * [wiki:"UpgradeTo1.1" Upgrading from 1.0 to 1.1] '''Examples Site''' The [http://examples.qcu.be QCubed Examples site] is running all the examples for the most recent bits of QCubed (from the SVN). '''Advanced Topics''' * [http://qcu.be/doc/api/hierarchy.html API Documentation] * Server Configuration: * [wiki:Unicode Working with Unicode] * [wiki:MagicQuotes My server has MAGIC_QUOTES on and I can't change it] * Controls: * [wiki:SpinnerPaginated Adding a spinner to a paginated control] * [wiki:WrappingQDatagrid Wrapping a QDatagrid in a meta control] * [wiki:CustomConfirmationDialogs Custom confirmation dialogs] * Miscellaneous: * [wiki:QCacheAdvanced Using QCache to cache things site-wide] * [wiki:SQLInjection Custom SQL queries and defending against SQL injection] * [http://searchplugins.net/pluginlist.aspx?q=qcubed&mode=title&view=] QCubed Site-wide Search Plugin for Firefox & IE === More Sources === The material in the QCodo site may also be useful (since QCubed originates from QCodo) - the vast majority of forum posts still apply. In particular, take a look at: * [http://www.qcodo.com/forums/ QCodo forums] (not very active, but great if you need to search for an old topic) * [http://searchplugins.net/pluginlist.aspx?q=qcodo&mode=title&view=] QCodo Site-wide Search Plugin for Firefox & IE (courtesy of anthonycapo) === Additional Topics === This includes useful articles about 3rd party controls, and other non-core development. * QFilteredDataGrid: * [wiki:QFilteredMetaDatagrids Adding filters to meta datagrids] * Nested QDatagrid: * [wiki:QDataGrid How To Create a Nested QDataGrid (Master & Child Grid) ?]