Subscribe: Posts / Comments / Email


RSS

Tag Archive | "Flex"

Advanced Guide To Flex

Wednesday, June 17, 2009

2 Comments

I haven’t had much time to complete that Advanced Guide To Flex project that I brought up awhile ago, but I am now going to release all of the examples that I did, even though I won’t explain them, I am sure most of you guys will be able to understand how the code works. [...]

PHP – RESTful Data Access Object

Sunday, June 14, 2009

0 Comments

You may use this class as a REST type service or as a general class. Its great, CRUD on any database and table. To create a table record, do the same as above just make the id field for your table 0, this is because the class does a check, to see if there is [...]

Adobe Flex – Flash Clothing

Saturday, June 13, 2009

0 Comments

Here is a fun little library (kinda) that I created because I wanted to learn how to integrate Flash and Flex, the purpose of this experiment is to see how and what could I do in Flash/Illustrator and use in Flex, there is more great things that could have been done but o’well. You can [...]

Textpattern: My Flexible Plugin Attempt

Friday, May 22, 2009

1 Comment

My First plugin attempt, I wanted to make a power user editor for making quick edits to the textpattern database. You know that it gets old waiting for the page to reload every time in textpattern when you just want to make a few quick changes to the sections. Ok lets see how far I [...]

CodeGen 1.7

Monday, May 11, 2009

8 Comments

This is a pretty big release, I found out that some of the classes didn’t work in the amfphp service browser, and some other amfphp internal issues was keeping it from fully being ran correctly. I am sick of using it and sick of it not being reliable, and among other things. If you ask [...]

CodeGen 1.3

Monday, March 30, 2009

1 Comment

Huge Update, I have had a lot of questions about not being able to get this thing running consistently. Well I went ahead and created a GUI for it. Now when you goto CodeGen on your localhost, you will be prompted with 3 forms. One to enter in your config information. One to review your [...]

CodeGen 1.2

Monday, March 16, 2009

1 Comment

Fixed a problem where a upper-cased table name was not letting the server side scripts work on the database. Also added a live example of what it produces for anyone to browse. Download: Moved Project to Google Code

CodeGen 1.1

Monday, March 16, 2009

0 Comments

I have updated the CodeGen Cleaner server side code, and client Now generates the main application file, with the controller and services added to it. On the save method on the server side, it now checks to see whether or not the id equals zero (0) or equals ” “, just because I am not [...]

CodeGen 1.0

Sunday, March 15, 2009

0 Comments

Don’t you just hate having to create all of the Amfphp server database files, and then all of the value objects, then mirror that on the client side with the same things but in Flex builder? Well I did, so I have decided to create a little generator that will create all of the following [...]

Adobe Flex – Flex Data Manager

Friday, March 6, 2009

2 Comments

Application: Flex Data Manager Description: A Flex bases MySQL monitor and data manager. Full C.R.U.D on any database and table allowed for logged in user. Backend: PHP How: 5 classes make up a full MySQL Management class, all data is transmitted using JSON, so its pretty fast, even with large databases. MySQL Processes Monitor: Monitor [...]