School Assignment? Project Due Tomorrow? Chat LIVE With A Programming Expert!
Welcome to Dream.In.Code
Become an Expert!

Join 306,741 Programmers for FREE! Get instant access to thousands of experts, tutorials, code snippets, and more! There are 2,199 people online right now. Registration is fast and FREE... Join Now!



's Contributions
Below are the tutorials, code snippets, and resources 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
Creating a Flash Preloader in Flash Tutorials (Last Comment: BetaWar, Views: 2,326)
Broadcasting events in Flash in Flash Tutorials (Last Comment: BetaWar, Views: 2,105)
AS 2.0 Basics 1 - Variables in Flash Tutorials (Last Comment: BetaWar, Views: 2,216)
AS 2.0 Basics 3 - MovieClips in Flash Tutorials (Last Comment: BetaWar, Views: 1,776)
AS 2.0 Basics 4 - Functions in Flash Tutorials (Last Comment: BetaWar, Views: 1,839)
Code Snippets
Submitted: January 7, 2009        Views: 1353
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: 533
It is like C++'s atoi function, but for doubles.
Bin2txt in JavaScript by BetaWar
Submitted: November 2, 2008        Views: 588
Converts binary (0s and 1s) to plain text
Blinking text in JavaScript by BetaWar
Submitted: October 9, 2008        Views: 3026
Simple script to make your text blink
Color Swatch pull down in JavaScript by BetaWar
Submitted: March 25, 2009        Views: 374
A simple way to add and use color Swatches in a webpage.
Draw Arrow [AS3] in ActionScript by BetaWar
Submitted: October 19, 2009        Views: 184
Draws a verticle arrow from one point to another.
IE .png fix in JavaScript by BetaWar
Submitted: June 2, 2008        Views: 771
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: 2112
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: 4870
A simple live clock in Javascript, cross-browser compatable.
Submitted: July 28, 2008        Views: 1507
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: 1259
Basic MovieClip extension functions to draw a rectangel and circle. Comes with examples
Submitted: February 27, 2009        Views: 688
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: 1543
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: 796
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: 240
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: 738
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: 2675
A simple RTE
Txt2bin in JavaScript by BetaWar
Submitted: November 2, 2008        Views: 422
Converts plaint text to binary