March 21st, 2010 |
by teocomi |
published in
Resources
I’ve recently been looking for a nice HTML-PHP-CSS code editor, something with just some basic code-hinter features and so on.. I think Aptana Web Studio is a pretty good solution, you can use it as standalone or as an Eclipse Plugin. FTP, ajax libraries, javascript debugging, and database tools are included. Check it out!
February 23rd, 2010 |
by teocomi |
published in
Flex 4
If you have already experienced Flash Builder 4 beta 2, you have probably noticed the new Data/Services feature on wich Adobe has put a lot of efforts. Using its wizard it is straightforward how to connect to a database, but there is someting more, at least something I just discovered recently: the data management.
In brief, [...]
January 21st, 2010 |
by teocomi |
published in
Flex 4
In this previous tutorial I simply showed how to create a service in Flex and how to use it to create something in the database. Now we’ll use the service to get al the items in the database and to populate a DataGrid.
So, let’s open the project and create a DataGrid:
not difficult hu? Okay and [...]
January 20th, 2010 |
by teocomi |
published in
Flex 4
PART I – Creation of the database, connection to the database, creation of items in the database
In this tutorial I will create a simple application to show you how to connect to a database in Flex 4 using the Data/Services functionality and PHP. FinallyI will also show you how to export data into an xls [...]
January 19th, 2010 |
by teocomi |
published in
PHP
I use XAMPP to test my Flex applications, and I noticed a bug with version 1.7.2 sice it is using PHP 5.3.0: the default flex sercives will just retrive the first 256 charcters of the text stored in the database.
To solve it simply update to PHP 5.3.1 or update XAMPP to 1.7.3!
December 4th, 2009 |
by teocomi |
published in
PHP, Web resources
Are you creating some kind of web application in which you need people to register and so on? Well if so, UserCake will be a good stating point:
“UserCake is a simple user management system developed in PHP. For sometime now people have asked me where can I find a simple, flexible and most of all [...]
October 26th, 2009 |
by teocomi |
published in
Flex 4, PHP, Resources
Have you ever wondered how to test your PHP (for instance) files locally? Well I never did, till I found XAMP. It is a great tool to quickly install on your computer with no hassle Apache, MySQL, PHP + PEAR, Perl… There are different distributions for Windows, Mac OS, Linux and Solaris.
It became essential for [...]