Contents

Live Feed

Live feed of blog posts based on http://coldfusionbloggers.org, run through Yahoo Pipes.

Transfer Tutorials Live Feed

A live feed of Transfer tutorials based on http://www.coldfusionbloggers.org's RSS

  • The role of a developer / teammate

    I've witnessed a number of development personalities in my tenure but there is one universal thing I've noticed about the really, really good ones: they mentor. They inspire, they teach... they show you the secrets that can turn you (yes you!) into more than a code monkey. These are the individuals who will look over your code, reflect for a moment, and say with certainty: "This is good, but did you know you could do...".

    And that's what we should really be striving

    (Wed, 06 Jun 2012 00:00:38 GMT)

  • Getting Started with RESTful Web Services in ColdFusion

    In ColdFusion 10, we have added support for creating and publishing REST services. You can now make the ColdFusion components available as REST services so that various clients can access them. REST stands for Representational State Transfer. It is an architectural style based on web standards and HTTP protocol. The idea here is to use [...]

    (Thu, 17 May 2012 15:45:48 GMT)

  • Remote Debugging

    Your application is live but it isn't quite behaving the way you expect - what do you do? You'd like to instrument the code, you'd like to be able to run parts of your production code in the live environment and look at the output, you might even like to replace functions with updated code. How can you do that?

    With most languages, this would be very difficult. Lisp languages tend to make this possible and Clojure makes this possible on the JVM.

    You can run Clojure o

    (Tue, 08 May 2012 03:45:54 GMT)

  • JQuery Plugin: serializeCFJSON

    Quick note about my serializeCFJSON project out on GitHub. I wrote this quick JQuery plugin to convert ColdFusion's JSON representation of it's native query objects. ColdFusion represents datasets in a trim manner, as an object containing two arrays: One, an array of column names, and the other, an array of arrays, each representing one record of the set. Most representations of recordsets are an array of objects, each rec

    (Wed, 02 May 2012 21:45:21 GMT)

  • Design Pattern Decorator

    Quando lemos o nome do padrão Decorator traduzindo seria Decorador imaginamos, que nome bobo, sem sentido. Bom não é tão sem sentido assim.
    O Decorator funciona exatamente como o nome o descreve.
    Definição:
    Decorator, é um padrão de projeto de software que permite adicionar um comportamento a um objeto já existente em tempo de execução, ou seja, agrega dina

    (Mon, 30 Apr 2012 21:45:23 GMT)

  • What the heck is Application ''?

    I'm working on an update to CFLib. Nothing that end users will actually see, but rather all behind the scenes. The current code base makes use of Model-Glue and Transfer. I'm rebuilding it for ColdFusion 10 and making use of Framework One and ORM. It...

    Categories: ColdFusion

    (Wed, 25 Apr 2012 10:30:48 GMT)

  • ColdFusion WebSockets Use case: Video over WebSockets

    ColdFusion WebSockets are lightning fast and presents an opportunity to create realtime applications. This time I've created an application that tries to push HTML5 video content over a WebSocket. The idea here is to use a temporary Canvas, since it allows you to draw a video frame on it and then transfer the contents of the drawn video frame (as base64 encoded Image) over a ColdFusion WebSocket channel to the subscribers.

    I've posted this on my blog along with the demo video and code

    (Thu, 19 Apr 2012 06:45:18 GMT)

  • Pushing HTML5 Video content over ColdFusion WebSockets

    I've been playing with the WebSocket feature introduced in ColdFusion 10 for some time now. I was trying out pushing images over a ColdFusion WebSocket channel and it worked just fine. But this time I wanted to put WebSockets to test and wanted to push large data at regular intervals. I thought maybe I can push video data over WebSockets and it turned out that there is no direct way to stream video data to many clients. I came across the function - drawImage that can be used to draw an

    (Wed, 18 Apr 2012 11:49:06 GMT)

  • Implementando Uma Arquitetura Em Camadas

    Há alguns artigos atrás, eu falei sobre arquitetura de software e como a minha intenção naquele artigo era fazer um texto conceitual e não um tutorial. Não apresentei nenhum exemplo da maneira a qual eu vejo uma arquitetura.
    Então resolvi escrever uma série de artigos com uma implementação da arquitetura que costumo adotar em meus projetos pessoais.
    A ideia é seguir padrões de Orientação a Objetos e Segurança

    (Fri, 30 Mar 2012 09:45:29 GMT)

  • REST support in Coldfusion - Part I

    Introduction

    Representational state transfer (REST) is a style of software architecture, for distributed hypermedia systems such as the World Wide Web. REST is not a protocol. It is an architecture. A RESTful application must adhere to the following principles:

    (Fri, 09 Mar 2012 04:30:16 GMT)

Tutorials

There are a few tutorials available on Transfer, and they are also a great place to get your feet wet when starting to get going with Transfer.

General

Configuration

Architecture

Frameworks

Flex

Clustering

 
Download in other Formats:
markup Markup | pdf PDF | swf SWF | html HTML