Category: web 2.0

  • ImageViewer3D final release

    Today I’m going to release the code of ImageViewer3D like I promised before. It is not finished but I have to move on to other things. I few days ago I asked everyone to give input and because of the shortage of time I can’t put every suggestion in. Sorry for that but many thanks…

  • ImageViewer3D

    I recently discovered Away3D, the 3D engine for Flex and Flash. I’m now working for 3 weeks with this 3D engine and it is easy to consume. I started with some spheres and cubes to get use to the 3D concept. After I got bored I started a real project. For now I call that…

  • How to put Google Maps into Ruby on Rails

    Introduction Last week A month ago Gerard Lolkema had a lot of trouble getting Google Maps working in Ruby on rails so he asked me for help. Gerard Lolkema already found a tutorial to do this. The tutorial: Rails, Geocoding, and Google Maps from Andre on Tech. This tutorial provides you of a lot of…

  • Search your favourite music and make your own playlist: SeeqPod

    While I where surfing the Internet I found a nice website to search and discover music: SeeqPod. SeeqPod is made in Flex and it is really nice! How is it working? It is just a powerful search, what Google is for webpages is SeeqPod doing for music. Give the search your favourite band or artist…

  • Why you never should use an ID in a connection table

    Today we as project group had a problem that was difficult to solve. In the end Gerard Lolkema and Ruben Swieringa also tried to fix it and finally we solved it as a group. Introduction: I use an example to explain this problem. I start with 2 tables and 1 connection table to connect them.…

  • Tutorial Flex on Rails login system part 1: Introduction

    These tutorials are a translation from this page that is the wiki of my school. I also mention this tutorial here If you have a little experience with Flex or/and Actionscript 3.0 you wan’t more, like receiving data from different databases. That is what this tutorial explains to you. The next subject are in this…

  • Tutorial Flex on Rails login system part 2: Install Ruby on Rails

    This tutorial is part 2 of a tutorial about Flex, Ruby on Rails and WebORB. This is the full List: —Tutorial Flex on Rails part 1: Introduction —Tutorial Flex on Rails part 2: Install Ruby on Rails —Tutorial Flex on Rails part 3: Install WebORB —Tutorial Flex on Rails part 4: Building a login system…

  • Tutorial Flex on Rails login system part 3: Install WebORB

    This tutorial is part 3 of a tutorial about Flex, Ruby on Rails and WebORB. This is the full List: —Tutorial Flex on Rails part 1: Introduction —Tutorial Flex on Rails part 2: Install Ruby on Rails —Tutorial Flex on Rails part 3: Install WebORB —Tutorial Flex on Rails part 4: Building a login system…

  • Tutorial Flex on Rails login system part 4: Building a login system

    This tutorial is part 4 of a tutorial about Flex, Ruby on Rails and WebORB. This is the full List: —Tutorial Flex on Rails part 1: Introduction —Tutorial Flex on Rails part 2: Install Ruby on Rails —Tutorial Flex on Rails part 3: Install WebORB —Tutorial Flex on Rails part 4: Building a login system…

  • Ruby on Rails database migration

     You can design your database diagram very well upfront but in the end there will always be some change in it, specially if you are going to use a technique as Ruby on Rails(RoR) for the first time. A basic example,  my “users” table looked like the image right. After I read more and more…