iPhone DZone: Fresh Links On Your iPhone by matt on 7/5/08
Reading DZone on your iPhone just got a little bit easier. Visit http://dzone.com/iphone from your iPhone to try out our beta iPhone support. You can view stories, filter by tags, and login. We'd appreciate your feedback at feedback@dzone.com.
Reflections from the 5th week of being an Entrepreneur
This time I talk about something very dear to a lot of entrepreneurs: money.
0 commentsSave Tags: news, opinion, reviews, trends
Why there are no networked Flash games
In short, it's near impossible to deploy one...
1 commentsSave Tags: games, humor, opinion, web 2.0
My 3rd week working for myself
Reflections upon working for myself from the 3rd week in.
0 commentsSave Tags: news, opinion, reviews
My first day working for myself
My first day starting my own company making Flash games.
0 commentsSave Tags: announcement, games, news, reviews
How to fix Uncaught Exception: Permission denied to call method to Location.toString
This annoying error started occurring recently in conjunction with a Flash 9 security update that changed the policy file behavior; this is how to fix... more »
0 commentsSave Tags: flash-flex, how-to, security, web 2.0
Getting started with C++ in BREW
BREW does not natively support new and delete operators as well as having a number of other odd quirks you need to work around when writing a C++... more »
0 commentsSave Tags: c-and-cpp, how-to, mobile
How to work with XML in Actionscript 3
This tutorial gives examples on how to download, read, manipulate, upload and save XML to file in Actionscript 3.
1 commentsSave Tags: flash-flex, how-to, web 2.0, xml
Getting started with C++ in REW
BREW does not natively support new and delete operators as well as having a number of other odd quirks you need to work around when writing a C++... more »
1 commentsSave Tags: c-and-cpp, how-to, mobile
Use the Flex UI components to make a kickass Actionscript 3 UI
Contrary to popular belief it actually is possible to use the Flex UI components from within Actionscript 3 dynamically without having to do all that... more »
1 commentsSave Tags: css-html, flash-flex, gui
How to Create a Facebook App in PHP4
The Facebook API supposedly works for PHP4 but there was no information on how to get it to work on the net. Now there is.
0 commentsSave Tags: frameworks, php
Why programming JSR135 sucks
Is there a single phone out there that correctly implements JSR135 camera access? Perhaps so but don't hold your breath....
0 commentsSave Tags: eclipse, java, mobile
How to build a better resource inclusion system for ANT
Create a custom ANT fileset task that allows you to organize your resources the way you want to: without having to duplicate them for different build... more »
0 commentsSave Tags: eclipse, how-to, java, mobile
Oldskool SVGA code
We've come a LOOONG way in the past 10 years as far as graphics are concerned.
0 commentsSave Tags: c-and-cpp, games
How to scale an image in J2ME fast as hell
With the powers incrementalization and getRGB we can build a faster, stronger, better J2ME image scaling function.
0 commentsSave Tags: eclipse, java, mobile
Render a spinning 3d colored cube in J2ME
Render a spinning 3D color cube with backface culling in J2ME in under 40 lines.
0 commentsSave Tags: eclipse, java, mobile