Wi-Fizzle.com - Putting the fizzle in Wi-Fi since 2005 .. (yes, this was a poor choice for a domain name)

June 16, 2010 - August 07, 2011

< Previous Articles >
Posted by dandriff on Sunday August 07, 2011@04:20PM
Posted by dandriff on Wednesday May 04, 2011@02:17PM

Today I learned a new acronym: NUX, which stands for "New User Experience".


Posted by dandriff on Monday March 28, 2011@09:19AM

When you plug in old hard drives from the XP-era, I've found that Windows 7 tends to freak out just a bit. The solution is to fix the permissions. The best command for this I have found so far is:

 icacls * /grant <WinUserName>:F /T /C /L /Q

For future reference.

Tags: win7, windows 7, permissions, migration, painfulness


Posted by dandriff on Thursday July 22, 2010@01:39AM
Posted by dandriff on Tuesday July 20, 2010@10:27AM

Instructions for setting up and configuring ASDoc in Flash Builder, where the project is contained in 3 modules inside C:\httpdocs\XX_project_XX:

Run -> External Tools configurations
Right click in left pane and select "New"

 Location: C:\Program Files (x86)\Adobe\Adobe Flash Builder 4\sdks\4.0.0\bin\asdoc.exe

 Working Directory: C:\httpdocs\XX_project_XX

Arguments:
 -source-path MYAPI/src
 -source-path MyGameAPI/src
 -source-path MyGame/src
 
 -doc-sources MYAPI/src
 -doc-sources MyGameAPI/src
 -doc-sources MyGame/src
 
 -external-library-path "C:\httpdocs\XX_project_XX\libs\as3corelib-.92.1"
 -external-library-path "C:\httpdocs\XX_project_XX\libs\as3isolib-.303"
 -external-library-path "C:\httpdocs\XX_project_XX\libs\bulkoader-rev-282"
 -external-library-path "C:\httpdocs\XX_project_XX\libs\parsley-2.2.2-lib"
 -external-library-path "C:\httpdocs\XX_project_XX\libs\parsley-2.2.2-release"
 
 
 -compiler.strict=false
 
 -main-title "MyGame Flash Client Documentation"
 -window-title "MyGame Flash Client Documentation"
 -footer "This is the footer"
 
 -output docs

Keywords:
  • Docs
  • ASDocs
  • ActionScript 3 Documentation
  • ASDoc
  • AS3Doc


Posted by dandriff on Monday July 19, 2010@05:12PM

SO let me to YUI Compressor, an impressive JavaScript code minimization tool.


Posted by dandriff on Monday July 19, 2010@09:46AM
Posted by dandriff on Monday July 19, 2010@09:45AM

Rust looks like a pretty interesting language. Found via lambda the ultimate.


Posted by dandriff on Saturday July 17, 2010@05:37PM

Just a test


Posted by dandriff on Tuesday July 13, 2010@06:14PM
Posted by dandriff on Friday July 09, 2010@03:11PM

Vrapper, Vim-like editing in Eclipse

This looks like it might be really nice!


Posted by dandriff on Friday July 02, 2010@05:29PM
Posted by dandriff on Tuesday June 29, 2010@10:21AM

WinSCP is pretty nice.


Posted by dandriff on Monday June 28, 2010@10:35AM

Figuring out how to generate documention for ActionScript 3/Flex 4 code using Adobe's ASDoc tool from within Flash Builder has been quite a journey.

Helpful information:

  • All the text content in the comments must resolve to valid HTML. For example, <code>&lt;myname@example.com&gt;</code> does not validate with the SAX parser that ASDoc uses, so you would instead need to do <code>&amp;lt;myname@example.com&amp;gt;</code>. Also the character &amp; by itself is invalid, use &amp;amp; instead.

Things that didn't work:

  • The program called "ASDocr" wouldn't even install.
  • the instructions at undefined-type.com/2008/11/asdoc-with-flex-compiler/ were good, but for a
  • visiblearea.com/visdoc/
  • stackoverflow.com/questions/129405/can-i-use-doxygen-to-document-actionscript-code Basically, it's not a good idea to use DoxyGen for AS3. DoxyGen can word wonferfully for other things though..


Posted by dandriff on Wednesday June 16, 2010@04:59PM

I have many fond memories of hours spent with my younger sister and brother playing The Legend of Kyrandia. pics


< Previous Articles >