qcubed

Emails sometimes get scrambled

Folks, I have a PHP-based site (using the QCubed framework); as a part of the site, I have a daemon that's sending out several thousand emails a day (no i'm not a spammer, everything is opt-in :)). Emails are sent through a custom framework component; that component serves as an SMTP client. I'm using a paid SMTP gateway from DNSExit.c...

jQuery sortable fails with overflow: auto;

I've developed a form that uses the jQuery sortable. The form has several other jQuery and general javascript scripts. I have specified overflow:auto; for the parent div of the sortable list. Everything works very well on my WAMP development installation (on WinXP). However, when I move it to a hosted server (Linux), the sortable lis...

Qcubed Left Join

How Can I make a left join in qcode/qcubed and select fields from both tables. ( no FK exists but there are fields that are logical to join ). ...