See what we’ve written lately
What is DHCP?
DHCP stands for Dynamic Host Configuration Protocol. Its most popular function is dynamically assigning IP addresses to devices within a network....
AS3: Use HTML and JavaScript to send Text to Flash
This is the first of two ways to send Text to Flash using HTML and JavaScript. To follow my example, you must download and link to [SWFObject](http:...
AS3: Regular Expression Basic example
The first example strips out the HTML. The second example shows how to target a single quote using unicode. //////////////////////////////////////////// //Example 1: //////////////////////////////////////////// var re:RegExp = /<font face=\u0022(...
AS2: Inline CSS
This shows how to create Cascading Style Sheets using ActionScript. /************************** CSS Translation of Properties **************************/ /* HTML ActionScript color color display display font-family fontFamily font-size fontSize font-weight fontWeight margin-left marginLeft...
OS X: Make Hidden Files Obvious on the Dock
Open up terminal, paste the code below, then log your user out. # Make Hidden Files Apparent defaults write com.apple.Dock showhidden -bool yes # Make Hidden Files Unapparent...