Christian Schmitz
Expanding Real Studio with the MonkeyBread Software Plugins
The plugin collection from Monkeybread Software extends Real Studio with close to 40,000 functions. We will present a few of the highlights and what's new in the latest release. Also, we give you a sneak preview on what is coming later the year.
Christian Schmitz, the CEO from Monkeybread Software uses Real Studio for more than 12 years. The Monkeybread Software Plugin collection is a powerful tool for all Real Studio developers.
Ken Whitaker
Introduction to Agile Project Management
This introductory class bridges the gap between project management fundamentals and agile software development. By examining the strengths and weaknesses of modern-day software development processes, you’ll learn why the movement to agile (Scrum) is taking off and becoming the best way to give the customer the right features, reduce project risk, and deliver projects on schedule.
Ken Whitaker of Leading Software Maniacs™ (LSM) has more than twenty-five years of software development executive leadership and training experience in a variety of technology roles and industries.
Seth Verrinder
Using 3rd Party Services in Web Edition
Real Studio Web Edition provides the tools to build awesome web apps, but there are many services available on the internet that would require a great deal of work to re-implement. This talk presents strategies for using those services in Web Edition. Specific examples include Google’s ReCaptcha, HTML editors, and others.
Seth is the lead developer for BKeeney Software, a Real Studio consulting firm located in Kansas City. He has used Real Studio for over four years and has spoken at multiple Real Studio conferences.
Travis Hill
Scaling Web Edition Applications
Learn how to take your Web Edition applications to the next level! This session will demonstrate how to scale your web application to support thousands of users and provide true redundancy so your application is still online and available even when a server unexpectedly fails.
Travis is a technology entrepreneur and angel investor. In the 90s he created one of the first BBS platforms that could support multiple lines on a single workstation, without any additional software. Later he created the first widely available, multi-protocol instant messaging client. More recently, Travis founded Media Enforcer- the first business to comprehensively monitor peer-to-peer networks and other new online distribution systems.
Stephen Dodd
In Sync! Syncing Data Between Macs, PCs & iPhones
You want to sync user data but don't want to be bound to iCloud. We'll demonstrate how to synchronize user data between Macs, PCs and even iPhones and iPads. We'll look at using Dropbox and other file based servers as an iCloud alternative plus direct wireless syncing via Bonjour. We'll briefly discuss why you might not want to use iCloud or database centric solutions.
Stephen is the full time developer of OfficeTime, a time and expense tracking app for Mac, PC, iPhone & iPad. Stephen has been developing professionally in Real Studio since 2003.
Travis Hill
Scaling Applications for a Multicore CPU World
We now live in a multicore CPU world. This session is all about adapting your application to fully utilize multiple CPU cores- while keeping your code as simple as possible. You'll learn how to "cut up" your algorithms and tasks in a simple, reusable, cross-platform fashion.
Travis is a technology entrepreneur and angel investor. In the 90s he created one of the first BBS platforms that could support multiple lines on a single workstation, without any additional software. Later he created the first widely available, multi-protocol instant messaging client. More recently, Travis founded Media Enforcer- the first business to comprehensively monitor peer-to-peer networks and other new online distribution systems.
Joe Strout
Data Mapped UI
This session will include a presentation of a new framework Joe has developed through years of experience writing business apps that makes it easier than ever to build a UI for a database and other data-intensive apps. Controls automatically update themselves to reflect the data model, and when manipulated by the user, automatically update the model to reflect the control, updating any related controls in turn. All this happens with little to no coding, greatly reducing development time and the possibility of errors.
Software development has been Joe's passion since elementary school. He obtained his bachelor's degree at Miami University in 1994, and master's degree from UCSD in 1997. Since then, he's served in several tech companies, including as senior engineer at REAL Software, Inc., and CTO at Inspiring Applications, Inc. Joe is also a writer with over 30 publications in such journals as MacTech and Dr. Dobb's Journal. When not programming, Joe loves to spend time with his family, bike and hike, and build custom robots.
Bob Keeney
Real Studio Consulting
In this session, a ten-year Real Studio consulting veteran gives hints, tips, and advice on how to become a Real Studio consultant. Bob shares insights on how to deal with Non-Disclosure Agreements, contracts, bad clients, how to find work, and much more!
Bob is the owner of BKeeney Software, a Real Studio consulting company located in Kansas City. He has used Real Studio for over ten years for clients of all sizes from all over the world. He currently provides over 34 hours of Real Studio training videos from his website at www.bkeeney.com. He has spoken at multiple Real Studio conferences and is one of the founders of the Association of REALbasic Professionals (ARBP).
Kevin Cully
Understanding Object Oriented Programming
In the session 'Understanding Object Oriented Programming' we'll be looking from a practical sense at methods, events, properties, inheritance, interfaces, and polymorphism. We'll try to minimize the slides and instead show and execute a lot of code examples.
Kevin Cully is the President of the sole proprietorship CULLY Technologies, LLC. that has been in existence since 2000. Since that time, he has concentrated on building web sites, web applications, and desktop applications in a variety of commercial industries. Kevin is currently leading the Atlanta Real Studio Users Group and holds monthly meeting with topics centered around Real Studio.
Joe Ranieri
The Core Realbasic Language in Depth
An explanation of the type system, method overloading, events, and reference counting.
Joe Ranieri works at Real Software as the compiler engineer and Mac guru. Prior to joining Real, he worked on various low level Macintosh projects and is crazy enough to enjoy kernel debugging.
Joe Ranieri
The More Advanced Realbasic Language in Depth
An explanation about more advanced language features like attributes, delegates, AddHandler, and namespaces.
Joe Ranieri works at Real Software as the compiler engineer and Mac guru. Prior to joining Real, he worked on various low level Macintosh projects and is crazy enough to enjoy kernel debugging.
Scott Boss
Creating Client/Server Apps with ServerSockets
Using ServerSockets and SSLSockets you can create client/server applications. We will explore this class with a real life example project.
Scott is the founder of Nocturnal Coding Monkeys, specializing in custom solutions for our customers.
Bob Keeney and Seth Verrinder
Group Development with Real Studio
Team development of multiple projects isn't all that hard with Real Studio. Bob takes you through the various tips, techniques and methodologies that his ten year old consulting firm takes. This includes source code version control, coding standards, documentation techniques and much more!
Bob is the owner of BKeeney Software, a Real Studio consulting company located in Kansas City. He has used Real Studio for over ten years for clients of all sizes from all over the world. He currently provides over 34 hours of Real Studio training videos from his website at www.bkeeney.com. He has spoken at multiple Real Studio conferences and is one of the founders of the Association of REALbasic Professionals (ARBP).
Seth is the lead developer for BKeeney Software, a Real Studio consulting firm located in Kansas City. He has used Real Studio for over four years and has spoken at multiple Real Studio conferences.
Thomas Tempelmann
Preparing your App for the Mac App Store
Do you have a product made with Real Studio that you like to sell? You might want to include license managing and copy protection. Is it even a Mac app? Then you need to understand Apple's new sandboxing rules for the Mac App Store. This session fills you in on all the practical details.
Thomas is a freelancer and has been developing software for nearly 30 years. Twelve years ago he discovered Real Studio and has been a fan of it ever since. Thomas has written many plugins in Real Studio's early days and now has two Real Studio-made apps in the Mac App Store and offers several tools, including Arbed and OpenLingua for Real Studio.
Greg O'Lone
Introduction to Real Studio Web Edition
This session will provide an introduction to Real Studio Web Edition, what it is and how it works. Developing web applications has never been easier! Leverage your knowledge of the Realbasic programming language to build applications without needing to know front-end technologies like HTML, Javascript, CSS or back-end languages like PHP, Ruby or Python.
Owner of Stretched Out Software Inc, a business process optimizing company in Jacksonville, Florida, Greg has been developing cross-platform desktop applications in Real Studio since 2002. Before Web Edition, his experience developing web applications included traditional web programming languages like PHP, HTML, CSS and Javascript. He now brings this knowledge to Real Software to help make Web Edition a more robust and well-rounded product.
Greg O'Lone
Advanced Real Studio Web Edition
For those who already have their feet wet in Web Edition, this session will explain a lot about how the web framework works. We'll go into the challenges of working with HTTP and connection latency, fundamental framework differences between Desktop and Web, and where we plan to take Web Edition in the future.
Owner of Stretched Out Software Inc, a business process optimizing company in Jacksonville, Florida, Greg has been developing cross-platform desktop applications in Real Studio since 2002. Before Web Edition, his experience developing web applications included traditional web programming languages like PHP, HTML, CSS and Javascript. He now brings this knowledge to Real Software to help make Web Edition a more robust and well-rounded product.
Joe Ranieri
Declares in Real Studio
A talk about calling external functions, receiving callbacks and dealing with Cocoa-specific issues.
Joe Ranieri works at Real Software as the compiler engineer and Mac guru. Prior to joining Real, he worked on various low level Macintosh projects and is crazy enough to enjoy kernel debugging.
Norman Palardy
Building Database Applications in Real Studio
This session covers the Real Studio database and the Real SQL Database. You’ll learn the basics of Realbasic, Real Studio's object oriented language, how to build a user interface, and how to create a database application from scratch.
Norman Palardy has been writing commercial software since 1983 and has worked with SQL databases since 1992. He has programmed in C++, Java and other languages on a wide variety of platforms. In more than 20 years of IT experience, Norman has developed innovative and award-winning applications for TransCanada Pipelines, Minerva Technologies (now XWave), Zymeta Corporation, and the dining and entertainment industry. He holds a BSc from the University of Calgary in Alberta.
William Yu
Windows and Linux Best Practices
This session provides some best practices on dealing with the Windows and Linux platform, including the improvements that we've made to our Windows and Linux framework. Topics include, but are not limited to: dealing with flickering, understanding the different graphics implementations on Windows, using the Registry, using COM components, control behavior differences, debugging techniques, differences between Linux distros and working with the various components and dependencies required by our framework.
William Yu has been at Real Software for over 11 years as Real's Windows and Linux framework architect.
Joe Ranieri
Writing Plugins for Real Studio Applications
Making plugins look less magical and going through the creation of two simple plugins.
Joe Ranieri works at Real Software as the compiler engineer and Mac guru. Prior to joining Real, he worked on various low level Macintosh projects and is crazy enough to enjoy kernel debugging.
Gerrit Saey
Developing Mobile Data Communication Solutions with Real Studio Web Edition
With so many tools on the market today, selecting the right development tool can be a cumbersome task. Since the need for mobile applications is very important in business application development, this presentation shows how easy it is to use Real Studio Web Edition to develop mobile data communication solutions. The approach is one solution for GPS Track & Trace and real-time data communication between dispatching and driver for sending orders and status updates. The demo Taxis Mobile Anywhere presents how custom classes are created for real-time cost and distance calculation and how a customer real-time monitor shipments
Gerrit Saey is a software developer since 1988 and well-known in modern software development for taxi-companies in The Netherlands and Belgium. His company introduced the first mobile applications on iPhone for taxi drivers in The Netherlands which connects hundreds of dispatching centers around the country.








