Posts under "Web Development"

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

HTML5 Experiments

By Jonathan on July 12, 2010

In the last couple of days I’ve been experimenting with the new features of HTML5, the new tags I must say there are some really interesting new stuff in there. “video”, “audio”, “canvas” which is by far the most interesting one I must say because it is said that is going to replace Flash in [...]

Posted in HTML5, JavaScript, Web Development | 2 Responses »

My first PHP & MySQL Driven Site

By Jonathan on January 30, 2010

Yeah, It was fun to work for the first time with such an amazing and powerful server side scripting language such as PHP, there are plenty more that I also want to learn and to work with such as ASP, ASP.NET, Python, Perl and some more. But this was my first site done with PHP [...]

Posted in Personal, PHP, Web Development | Leave a Response