Posts Tagged ‘programming’
Online Flash IDE Anybody?
Anyone up for an online Flash IDE? Take a look at this: http://antimatter15.com/ajaxanimator/build/ Nice work!
Don't cache my swf files!
I often have issues where ‘dumb browsers’ cache my published swf files and when they dynamically populate they don’t always update. This is SUPER annoying and I have found a solution. I will demonstrate the technique with a LoadsVars example var nc = Math.floor(random(1000000) / random(1000)); var send_lv:LoadVars = new LoadVars(); send_lv.sendAndLoad(_root.siteURL+"profile.php?action=showallimages&nc="+nc, result_lv, "POST"); So let me describe what is happening here. The really ‘dumb browsers’ like IE7 in this…
BrainWHAT? programming language
I came across a programming language today that I have never heard of. Go take a look over here: http://en.wikipedia.org/wiki/Brainfuck