Subscribe: Posts / Comments / Email


RSS

Tag Archive | "Php"

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 a [...]

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 got. There [...]

Adobe Flex – Flex Data Manager

Friday, March 6, 2009

1 Comment

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 current processes with the [...]

Adobe Flex – JSON Schema Tree

Wednesday, February 25, 2009

0 Comments

Last night I noticed now Zend IDE has the Data Source Explorer set up like a tree of your database and tables, columns, keys, etc. I thought that was pretty cool, so I decided to do the same thing. But with my buddy JSON and his right hand man PHP, we will let Flex come and play [...]

Adobe Flex – File Upload and Download

Wednesday, October 8, 2008

5 Comments

Have you ever wanted to be able to upload a file in Flex? Or how about download a file in Flex? Well I am going to provide the code to do just that. With Adobe Flex’s sandbox issues I could only get this to work inside Air, but working with the web browser I kept [...]

Adobe Flex – Twitter and Amfphp

Tuesday, October 7, 2008

2 Comments

Here is a really quick fun thing I tried. I took Amfphp, Twitter and the Cairngorm and created an application. My hand started to cramp and I got really off target at the end. Check out the video here Permanent link to this post (40 words, estimated 10 secs reading time)