BetaWar's Contributions
Below are the tutorials, code snippets, and resources BetaWar has submitted to dream.in.code. For more information on Kudos and contributing to dream.in.code visit: http://home.dreamincode.net/?p=about#kudos.
Tutorials
[Part 1] Server From Scratch in C++ Tutorials (Last Comment: BetaWar, Views: 3,631)
Creating a Flash Preloader in Flash Tutorials (Last Comment: BetaWar, Views: 11,299)
Broadcasting events in Flash in Flash Tutorials (Last Comment: BetaWar, Views: 9,934)
AS 2.0 Basics 1 - Variables in Flash Tutorials (Last Comment: BetaWar, Views: 11,871)
AS 2.0 Basics 3 - MovieClips in Flash Tutorials (Last Comment: BetaWar, Views: 9,208)
AS 2.0 Basics 4 - Functions in Flash Tutorials (Last Comment: BetaWar, Views: 9,863)
iPhone Development Part 2 in iPhone Development (Last Comment: BetaWar, Views: 21,974)
Code Snippets
Submitted: January 7, 2009        Views: 6353
Basically, this is set up to take a feed from an offsite (or onsite) URL and display it.
Atod in C++ by BetaWar
Submitted: July 30, 2009        Views: 8275
It is like C++'s atoi function, but for doubles.
Bin2txt in JavaScript by BetaWar
Submitted: November 2, 2008        Views: 2665
Converts binary (0s and 1s) to plain text
Blinking text in JavaScript by BetaWar
Submitted: October 9, 2008        Views: 10066
Simple script to make your text blink
Color Swatch pull down in JavaScript by BetaWar
Submitted: March 25, 2009        Views: 2526
A simple way to add and use color Swatches in a webpage.
Draw Arrow [AS3] in ActionScript by BetaWar
Submitted: October 19, 2009        Views: 3705
Draws a verticle arrow from one point to another.
IE .png fix in JavaScript by BetaWar
Submitted: June 2, 2008        Views: 3407
This snippet makes .png images show up correctly (with their transparency) in IE6 and perhaps earlier versions
JS Accordion Menu in JavaScript by BetaWar
Submitted: September 23, 2008        Views: 5701
This is a simple accordion menu which allows you to show a portion of it, or none of it.
Live clock in JavaScript by BetaWar
Submitted: December 8, 2006        Views: 11782
A simple live clock in Javascript, cross-browser compatable.
Submitted: July 28, 2008        Views: 4715
How to make 2 divs be the same height without the use of static height in CSS, uses JS, HTML, and CSS
Submitted: September 18, 2008        Views: 4597
Basic MovieClip extension functions to draw a rectangel and circle. Comes with examples
Submitted: February 27, 2009        Views: 3697
Finds the nth roots of positive numbers without using any of the Math library functions. It uses a binary search for the correct number.
Submitted: August 11, 2008        Views: 4834
Open up a file dialog as Gmail and other sites do to allow you to attach a file without having to worry about (or look at) the uply file input field.
Submitted: August 11, 2008        Views: 2634
This script will change the value of a search box depending on its current value and whether or not it is currently focused. It also changes styles.
Submitted: August 13, 2009        Views: 3011
A simple menu that allows user input, verifies the user selected a valid option, and more
Simple Hyperlink in ActionScript by BetaWar
Submitted: December 28, 2008        Views: 1933
The name says it all, create a simplistic hyperlink that acts like one seen in basic html webpages. There is a bit of added stuff to it, but nothing overly complex
Submitted: September 18, 2008        Views: 6774
A simple RTE
Txt2bin in JavaScript by BetaWar
Submitted: November 2, 2008        Views: 1914
Converts plaint text to binary