Fusioncube

The online journey of a technophile, by Steve Brownlee
Wednesday
Jul 27,2011

This is a special session that is going to run every so often and is meant for JavaScript developers of all ranges, from beginner to seasoned veteran. We’ll take the opportunity discuss all the power, quirks, pros and cons of the JavaScript language starting at “Hello, World” and ending with a dive into the guts of the language to discover why it works the way it does.

Things to be discovered and discussed will include:

  • The Object
  • The Function
  • The Prototype
  • The Arguments
  • The this Scope
  • The Module
  • JSON
  • ECMAScript 5

The host will help moderate the timeline and the discussions, but it is intended to be an interactive session with everyone bringing an equal voice so that we can all learn together.

You are encouraged to bring your own code, and be prepared to share it and discuss it.

How to define a function

Thursday
Aug 12,2010

I was writing some code this morning for a demo application, and I kept getting an error in one part of my Flex code and I just couldn’t figure out what the hell was going on. Turned out, it was a symptom of how many different function declaration conventions I have to deal with.

It got me thinking about how many different ways do I write a function in one day. Let’s see…

-=  Java and C#  =-
public <type> myFunction([args])...

-=  Javascript  =-
function myFunction([args])...

-=  ColdFusion  =-
public <type> function myFunction([args])...

-=  Flex  =-
public function myFunction([args]):<type>

No wonder I confused from time to time.




About Steve

I am a technologist, and have been ever since 1980 when I got my very first TRS-80 and programmed it to do my math homework. I love to share the gift of technology with others and show them the wonderful things it can do for them, and how they should not fear it, but embrace it.

Latest Tweets

  • 56 Light & Clean Website Designs Using A Minimalist Color Scheme | SpyreStudios http://t.co/vbUBSJC2
  • Ok... stayed up way too late trying out website designs for my wife's new nonprofit. The kids will be getting me u... — http://t.co/QrKh5iBI
  • Am I the only one who likes Google’s new privacy policy? http://t.co/qwcym5wH
  • All that time wasted learning the .NET framework - Fusioncube - http://t.co/krANoWmg
  • @marcesher libraries like Less only do what you tell them. You can make a mixin to do that, but it doesn't assume anything (which is good)

Subscribe

Entries (RSS)
Comments (RSS)