Archive for the ‘Database’ Category
Incorporating Regex into ORM’s and Database Abstractions
21 Oct
Posted by: trent in: Database, JsonSQL, PHP, Programming
Almost on a daily basis I come across using regular expressions rather convenient. I first toyed with regular expressions in my Compiler Design classes during my undergrad studies, and little did I know they can be used for everyday things like submitting forms. I’ve even toyed with them to create my own json parser using [...]
I ran across Navicat’s Postgres Administration tool the other day and just out of curiosity I decided to install it on Ubuntu (the lite version). Uhho, there’s no linux version! Well as any linux fanatic would do I grabbed the Windows version and tried to install with Wine, and well,.. it worked. After clicking around [...]
It’s been a long time in the making but aedPHP is finally here. aedPHP is the little brother of aedCFC, which in a few months has gone from nonexistant to nearly 800 downloads. Knowing that plus the fact that half of my development is in php I knew it was time for aedPHP. aedPHP is [...]
I’ve been working for a while on the aedCFC with the optional tree view. This uses an old database technique described on sitepoint.com .. however the tree.cfc I created was very basic as in only adding, deleting, and printing nodes which sortof holds back the possibility to making this a real fun, dynamic cfc with [...]
aedCFC 2.1 Finally Arrives!.. with XML Configurations
18 Dec
Posted by: admin in: aedCFC, ColdFusion, Database, Programming
Finally many of the features we have been working towards made it in the aedCFC. Our long time debated XML config file finally made it in as an option(mainly for backwards compatibility). The biggest downfall to the config before was the function calls with many parameters. I’ve read a few other postings on the great [...]

