This tutorial shows us a simple method to export 3d meshes from 3ds max to an own Javascript file format. We save a 3d-Mesh including textures and UV mapping from 3ds max using MaxScript and load them into a lightweight WebGL-Engine.
Continue reading “How to bring your 3d models from 3ds max to the browser” »
Many spambots roam the Internet for email addresses to send massive advertising or to perform phishing attacks. Websites with plain HTML-codes are a favourite target of these bots. But there is a way to make your e-mail address accessible and allow visitors to send you a E-Mail. The visitor’s browser must have enable JavaScript. Here is the code to show a simple E-Mail in HTML-document.
While creating this page, I came across a little tricky problem. I wanted to read a directory with JPG images (represented by the slider in the header of this site) only via PHP and randomly list them with <li></li>. I found many solutions, here is my workaround to solve this problem with an embedded PHP-script inside HTML:
Continue reading “List images automaticlly from a folder using PHP” »
The following example is a simple CRUD (Create, Read, Update & Delete) Flex 4 contact book application using PHP 5 & MySQL 5. We create a contact list with an Spark-ItemRenderer, an simple e-mail validation and a image uploading script. This application is useful when you need information about a simple communication between client and server, using the XML standard. The XAMPP-package is a useful tool to test this application on your PC. You can also use another server, please change the URL-Request-pathes in your application.
