Wikka in action: 5. Embedding a feed
wikkawiki
18 sec – 7-Nov-07
Wikka in action is a collection of screencasts introducing the basic features of WikkaWiki.
You can easily embed in a wiki page a feed from an external site and display it on your website in a few seconds. Read the rest of this entry »
Computer Programming Tutorial, by Nick Antonaccio (#30b)
notchent
10 min – 15-Dec-07
Learn to Create Computer Programs – MYSQL AND DATABASES (2 of 3)
Here are links to this entire video series (currently more than 8 hours total):
http://musiclessonz.com/rebol_video_links.html
These tutorials demonstrate how easy it is to accomplish real world programming goals with a flexible and powerful language called Rebol. The video tutorial closely follows the written text at:
http://musiclessonz.com/rebol_tutorial.html
which aims to teach average users to program computers to do useful things, without the long and difficult learning curve imposed by other programming languages. If you’re an experienced programmer, it’s strongly recommended that you read the more concise tutorial at:
http://musiclessonz.com/rebol.html
You’ll be amazed at Rebol’s compact code and simple cross-platform usability. Read the rest of this entry »
Sphere: Related Content
Modeling Application Usage Visually
Google engEDU
37 min – Apr 24, 2006
Google TechTalks
April 24, 2006
Scott Barber
Scott Barber is the CTO of PerfTestPlus, Inc. and Co-Founder of the Workshop on Performance and Reliability (WOPR). Scott’s particular specialties are testing and analyzing performance for complex systems, developing customized testing methodologies, group facilitation and authoring instructional materials.
ABSTRACT
Modeling application usage is more than just parsing log files and calculating page frequencies. Whether we are analyzing navigation path effectiveness, planning for scenario testing, documenting performance test workload models or mapping services or objects to user activity having a single, intuitive picture to reference makes the job easier.
In this session, we’ll explore a highly adaptable method for visualizing application usage and how to use this model to improve cross-functional team communication without requiring team members to invest time learning some new fad of a modeling language that they’ll probably never use again. This method references UCMLâ„¢ which has been described as "what collaboration diagrams should have been." Read the rest of this entry »
Sphere: Related ContentSalesforce.com AppExchange Overview and Q&A
Google engEDU
1 hr 3 min – Aug 15, 2007
Google Tech Talks
August 18, 2007
Wondering why developers are talking about Salesforce.com and Appexchange?
What’s the big deal? Software for sales teams? Big whoop?
Salesforce.com has pioneered a business application development and delivery model and they have proven it to the tune of thousands of business customers of all sizes who swear by them.
And why do developers care?
Because Salesforce has opened up their infrastructure for developers to leverage in building their own applications. Bang! Instant scalability and reliability!
Wow! So developers save thousands by not having to build their own data center?
Ah, but there’s more! Salesforce has created a revolutionary platform for developers to market, sell, and distribute their applications!
All On-Demand, no infrastructure required!
Now that is a big deal!
Come hear the Salesforce developer relations team talk about how it all works…
Their pioneering distribution platform: the Appexchange Their On-Demand developer platform: Apex Their developer network: Apexdeveloper network Read the rest of this entry »
Sphere: Related ContentRuby Sig: How To Design A Domain Specific Language
Google engEDU
1 hr 3 min – Oct 5, 2006
Google Tech Talks
October 5, 2006
David Pollak has been developing commercial software for 28 years. He founded Athena Design and wrote Mesa, the first real-time spreadsheet. David wrote Integer, the first online, collaborative spreadsheet. Since 2000, David has been developing domain specific languages for security and general web development.
ABSTRACT
David will describe a framework for developing DSLs which includes:
* Identifying the constituents in a development project;
* Determining the costs and benefits of a DSL for a particular constituency vs. hand-coding functionality for that constituency based on interviews and specs;
* Identifying the ‘thought leader’ in a given constituency and interviewing him or her to determine the semantics of the domain;
* Determining syntax of the DSL;
* Mocking up the DSL and ‘test driving’ it with the thought leader;
* Finding appropriate integration points for the DSL into the application;
* Defining the process by with the Domain Experts will update code in the DSL (e.g., they have a web page where they can change tax calculation rules vs. they make a change to particular Ruby files as part of a development/staging/production cycle.); and
* Iterate over the semantics, syntax, and process to fully integrate Domain Experts into the development process. Read the rest of this entry »