Archive for February, 2010

25 FebE.Press – Η πτυχιακή μου

epressΜετά απο 8 μήνες δουλειάς, τρέξιμο για τις εκτυπώσεις κτλ, είναι έτοιμη!

Όπως υποσχέθηκα θα την αναρτήσω εδώ, ώστε να είναι δημόσια ανοιχτή και -αν χρησιμεύσει σε κάποιον-  ο πηγαίος κώδικας.

Η εργασία αφορά ενα πρακτορείο ηλεκτρονικής διανομής τύπου, όπου τα προϊόντα μπορούν είτε να αγοραστούν ψηφιακά είτε έντυπα. Περιέχει μια απλή διαχείρηση της βάσης δεδομένων και είναι γραμμένο εξολοκλήρου σε php. Επίσης χρησιμοποιούνται xml,mxml (Flex), js και CSS.

Read more…

02 FebSolve the call to undefined property problem – Flex

adobe flex logoLet’s all admit that we love Flex. It’s the way that the new wave of developers should write code.

The current version 3.0 is quite buggy, since this is the first mainstream release (yes, version 2.0 was the big release, but 3.0 has more hands-on testers).  Anyways, we will try to fix a common error that is produced from the Database Wizard.

When we built our application (web or Air , it doesn’t matter, the error is the same) from the Database Wizard, Flex produces 3 files. The MXML file with the source code, *Script.as with the necessary actionscript code to handle all the database functions, such as Insert, Update, Delete, and the *config.as  which contains some irrelevant (to this tutorial) code.
Read more…