Presentations tagged 'coldfusion' (11 to 20)

Presentation   Multimedia? Rank Favs Views Comments
MultiTenant-MultiLingual-Web-Architecture Multi-Tenant, Multi-Lingual Web Architecture

By: Sean Corfield
12 months ago
No 0.0
(0 votes)
0 184
(60 Embedded)
0
Multi-Tenant, Multi-Lingual Web Architecture
As businesses become more sophisticated in their use of the Internet, a single web site in a single language is becoming less common and the trend is toward multiple languages and often to multiple, regional and/or branded web sites. Supporting multiple sites (multiple domains) on a single code base is known as "multi-tenant" architecture. Multi-tenant and multi-lingual web platforms present a number of interesting challenges.

I've helped build two such systems, a content management system at Broadchoice and more recently a dating platform at World Singles. In this deep dive, we'll look at the pros and cons of many of the decisions my teams had to make as we faced and overcame a variety of technical challenges. We'll cover different approaches to web, application and database infrastructure, authentication and security, skinning, content management in multiple languages, and more!
An-Introduction-to-Functional-Programming An Introduction to Functional Programming

By: Sean Corfield
12 months ago
No 0.0
(0 votes)
0 42
(21 Embedded)
0
An Introduction to Functional Programming
Software development has cycles. In the 1980's, functional programming languages were "hot" but somehow they never became mainstream. Instead, object-oriented languages took over the mainstream and that has shaped how most of us program today. However, functional programming languages have started to get more attention recently, partly because Moore's Law has begun to stall and instead of chips continuing to get more powerful, we are moving to multiple cores - and we need to take advantage of concurrent processing in order to leverage those cores.

Functional programming languages focus on immutability of shared data and higher order functions. The former makes concurrent programming much easier and the latter allows for small "pure" functions to be easily composed into sophisticated algorithms. In addition, the nature of functional programming allows for much easier testability - in the absence of side effects.

In this session, you'll learn about some functional programming languages that are making waves these days as well as some techniques you can apply to solving your own problems in a way that's easier to test, easier to reuse and easier to leverage concurrency.
Intro-To-Solr Intro To Solr

By: Scott Stroz
12 months ago
No 0.0
(0 votes)
1 1677
(1505 Embedded)
0
Intro To Solr
Solr, an open source, enterprsie search platform from Apache, is becoming the standard search engine for use with ColdFusion. In this session, we will discuss how to set up Solr collections, index collections and run searches against those colelctions and some of the differences between Solr and Verity.
Undocumented-and-Off-Script--ColdFusion-and-Ehcache Undocumented and Off Script - ColdFusion and Ehcache

By: Rob Brooks-Bilson
12 months ago
No 0.0
(0 votes)
0 2674
(2567 Embedded)
0
Undocumented and Off Script - ColdFusion and Ehcache
Take your application scalability to the next level. This session will take you beyond the basics of caching in ColdFusion 9.0.1, diving deep under the covers of how ColdFusion leverages Ehcache to boost application performance. We'll cover tips and tricks to leverage the newest features of Ehcache in ColdFusion 9.0.1 as well as how to take advantage of advanced functionality not directly exposed to ColdFusion such as replicated caching, distributed caching, and the newest feature being added to Ehcache: Cache search.
Want-to-build-a-startup-with-CFML-Heres-how Want to build a startup with CFML? Heres how...

By: Aaron Longnion
a long time ago
No 5.0
(3 votes)
0 127
(25 Embedded)
19
Want to build a startup with CFML? Heres how...
A short overview of how I used CFML / ColdFusion to build a little, one-man start-up called Refynr.com. Not much detail, but gives a taste of how I did it in less than 5 months.
Developer-Introduction-to-Mura-CMS Developer Introduction to Mura

By: Guust Nieuwenhuis
a long time ago
No 0.0
(0 votes)
1 125
(57 Embedded)
15
Developer Introduction to Mura
Do you know what MURA CMS, an open source ColdFusion based Content Management System, can do for you as a developer? Get yourself introduced to MURA, its architecture, its event model, its API, its extension possibilities and be ready to get started!
Caching-in-ColdFusion-901-with-Ehcache Caching in ColdFusion 9.0.1 with Ehcache

By: Rob Brooks-Bilson
a long time ago
No 4.5
(2 votes)
0 299
(66 Embedded)
0
Caching in ColdFusion 9.0.1 with Ehcache
Learn simple and effective ways to scale and boost the performance of ColdFusion applications using Ehcache. This session will cover why caching is important, how ColdFusion leverages Ehcache to boost performance, tips and tricks to leverage the newest features of Ehcache in ColdFusion 9.0.1, and how to take advantage of the ability to snap in Enterprise Ehcache to scale out your applications.   
Getting-to-Know-AntiPatternsEmergency-Backup Getting to Know AntiPatterns-Emergency Backup

By: Emily Christiansen
a long time ago
No 4.7
(3 votes)
0 225
(61 Embedded)
47
Getting to Know AntiPatterns-Emergency Backup
This is my presentation: Getting to Know AntiPatterns-Emergency Backup Edition.

It contains screenshots of my very lame sample app.
Configuring-and-Maintaining-Healthy-ColdFusion-Servers Configuring and Maintaining Healthy ColdFusion Servers

By: Rob Brooks-Bilson
a long time ago
No 0.0
(0 votes)
0 2397
(1964 Embedded)
0
Configuring and Maintaining Healthy ColdFusion Servers
Join Rob Brooks-Bilson for a discussion on configuring, securing, and maintaining Adobe ColdFusion servers for optimal performance and stability. Beyond configuration, he'll also discuss the server monitor and the new Adobe AIR based server manager.
Application-Intrusion-and-Forensics-CSICF Application Intrusion and Forensics; CSI:CF

By: Dave Ferguson
a long time ago
No 0.0
(0 votes)
0 608
(519 Embedded)
37
Application Intrusion and Forensics; CSI:CF
Presentation from MAX2010 ColdFusion Unconference.

With new application deployment paradigms, we have more options to get our applications in front of our users, but also create new security vulnerabilities. This session will investigate how to avoid some common security pitfall, and the techniques used to identify and track them.