Posts under "Tutorials"

Uploading an Image with AS3 and PHP

By Jonathan on November 3, 2010

This is not a very step by step kind of tutorial. So I’m assuming that you know how to set up your classes and your AS3 project. These little snippets here are a simple example of uploading an image file. I’m only allowing JPEG for the moment cause that’s the type of image that I [...]

Posted in Flash, PHP, Tutorials, Web Development | Leave a Response

Connecting to a SQL Database with PHP and ODBC

By Jonathan on August 7, 2010

I recently used a code snippet like this for a project, I didn’t knew about the php extension until then, cause the client wanted the application to connect to a SQL Database, but with PHP. I never thought that it could be easy, but reading it through I was able to get everything working in [...]

Posted in PHP, Tutorials | Leave a Response

The PlaneGallery Class

By Jonathan on June 6, 2010

I recently set up this class which creates a gallery of planes using Papervision3D, it reads all of the images, thumbnails and Images from an external XML File, which you must pass as a parameter to the constructor. Then it creates the gallery using this data. Thumbnails are clickable  which in turn load the big [...]

Posted in Flash, Tutorials | Leave a Response

The Display List

By Jonathan on August 10, 2009

Hey, This is a post that I wrote a few months ago, back in march, is a post that I wrote for another blog about one of the several features of ActionScript 3.0 which is the Display List. So, go on and I hope you read it. It’s always good to learn something new on [...]

Posted in Flash, Tutorials | Leave a Response

The Image Browser 2009

By Jonathan on August 4, 2009

I recently created a site that for a long time I’ve been longing to complete, it’s a gallery of images that I called The Image Browser, I’ve done a couple of versions of it, since 2006 I think, just to showcase my favorite images that I have taken through the years with my camera, all [...]

Posted in Flash, Tutorials | 1 Response »