work @ t6d

A blog about flex, php and rails.

  • HOME
  • About

Archive for January, 2010

Snow Leopard – Cannot connect to MySQL 4.1+ using old authentication

  • January 23rd, 2010
  • Posted in Server Configuration

Snow Leopard upgraded php to 5.3, this means that passwords have to be changed – usually via SET password FOR ‘user’@'host’ = PASSWORD( ‘password’ ). This is fine, and can be verified by SELECT LENGTH( password ), user FROM mysql.user. The result should be 41. I had inadvertently enabled old_password=1 in /etc/my.cnf, this caused both PASSWORD [ READ MORE ]

Maximum memory available to AIR Applications in Windows – Why AIR/Flash needs to be 64-bit

  • January 12th, 2010
  • Posted in AIR . Flex

Let’s be honest, at some point in time we’ve all tried to load a stupendously large number of images into flash just to see what would happen. Unsurprisingly, Flash will crash. Precisely when it will crash however seems to be enshrouded in mystery. The reason why there doesn’t appear to be any direct Adobe documentation [ READ MORE ]

Contextual scope handlers in Red5 (appLeave vs roomLeave, appStop vs roomStop, etc)

  • January 1st, 2010
  • Posted in Java

The issue is In Red5 different scope handlers triggered by universal events (such as a client disconnecting) will be invoked depending on whether or not the universal event applies to the application scope (the root scope) or a child scope. For instance, if a client disconnects from the application, this will call the appStop, appLeave and [ READ MORE ]

About Me

I'm Theo Denovan, a flex, php and rails programmer. I'm also a full-time uni student studying law/commerce at UQ in Brisbane, Australia. Feel free to contact me at theo (at) t6d.com.
RSS FEED

Recent entry

  • 2010-03-26
  • Failed to start the database service MSSQL$Microsoft##SSEE
  • 2010-03-19
  • Cloning gitosis-admin.git asks for password
  • 2010-01-23
  • Snow Leopard – Cannot connect to MySQL 4.1+ using old authentication
  • 2010-01-12
  • Maximum memory available to AIR Applications in Windows – Why AIR/Flash needs to be 64-bit
  • 2010-01-01
  • Contextual scope handlers in Red5 (appLeave vs roomLeave, appStop vs roomStop, etc)

Archive

  • March 2010
  • January 2010
  • December 2009

Category

  • AIR
  • Development
  • Flex
  • Java
  • Server Configuration
  • Copyright ©  2009-2010  work @ t6d
  • Theme designed by mono-lab
  • Powerd by WordPress