Importing Cinema4D model into Papervision3D 2.0

I would like to show you have you can use a custom polygon shape, made with Cinema 4D R11, using the build-in Collada export functionality in Papervision 3D 2.0 Great White.

Actionscript 3 Datastructures

This morning I came across a interesting AS3 implementation of the common known data structures. The download comes with a few interesting classes that can be very helpful on Actionscript projects:

Flash CS3 Datagrid with AMFPHP

Wade Arnold wrote an interesting article about connecting flash to a MySql database with the help of AMFPHP, flash remoting.

Displaying the huge amount of information stored in a MySql database using the DataGrid class that comes with Flash CS3. To fill a data grid in flash through Flash Remoting, Wade points out that you need to write your own data provider class to convert a AS3 Array Collection for the data grid. Strange enough this data provider isn't part of Adobe Flash.

Here are some interesting sites to look on when you want to try AMFPHP and AS3 for yourself:

Read more

Let Flash use WordPress content

Last week I set up a fresh WordPress system for a client to function as a Content Managament System. This week I am trying to load content that is managed and stored by WordPress in to a Flash front-end.

Read more

Using Wordpress as a CMS works like a charm

This week i worked on a site development project for one of our clients. Basically the idea was to pimp their current site by implementing a Content Management system (CMS) on the back end.

Because I was very familiar with the WordPress system I knew it would be the perfect solution for this case.  The WordPress Administration environment is so basic and straight forward that it becomes ideal to use it as a CMS tool for clients who don't have that much (online) knowledge.

Before I began I started drawing a hierarchal structure of the available content. So I could get a clear view on how to reuse the available WordPress functionalities. Here is what i found out:

After copying all the content from the old site in to WordPress (new site) I had to look at the current design and reuse it within my (yet to build) custom created WordPress Theme.

Getting a user account at wordpress codex and searching a lot with google helped me with finding all the available template tags, functions and parameters to get the output I wanted, all within the powerful WordPress engine.

These articles on the web helped me during my development:

Plugins I used

And my number 1 tip is when you develop your custom templates and building a whole team. Make sure you use css, xhtml and javascript correctly. Test your whole site regularly against the XHTML validator and CSS validator from W3C. Because I develop on a Mac in Safari, making sure everything I do is conform the W3C standards I wont get very much surprised when I open the page on a Windows computer in IE.

Read more