I am maintaining this blog to document things that I have done and would like to remember or perhaps could help other people who are facing the same issues.
JS quote!
Get link
Facebook
Twitter
Pinterest
Email
Other Apps
The JavaScript continue statement: The continue statement jumps to the top of the loop. I have never seen a piece of code that was not improved by refactoring it to remove the continue statement. #javascript:thegoodparts
So true!
I had to work on some video conversion and I found a good post from the Linux Journal on commands and tips for converting videos. http://www.linuxjournal.com/article/8517 A command example: ffmpeg -i eSeetrackFlash.flv -b 20000k -s 896x536 target_0.7.avi explanation to be continued
Comments