Monthly Archives: November, 2009
iaps.Framework(fw)
We are in the process of developing the new iaps.Manage application where clients have access to their account details, invoices, critical account information and the ability to monitor on-going projects, new features, issues and project files. We hope to have the NEW iaps.Manage application fully available to clients by mid March 2010. iaps.Manage, and all of [...]
the NEW! of iaps
Over the last few months, iaps has laid the foundation for a tremendous amount of potential work. Within these deals, 1 of which included a b2b bartering arrangement, we have managed to procure a new logo (as seen at www.iaps.ca), new development methods and updated many features of our iaps.Framework. With all the new work [...]
PHP-MySQLi bind_params() int or string?
When using the mysqli_bind_params() function, you may want to consider listing int parameters as strings if the number may be greater than the maximum allowed value for an int. For Example: If you specify type “i” (integer), the maximum value it allows you to have is 2^32-1 or 2147483647. So, if you are using UNSIGNED [...]
Image Uploads via Form Submission
If any of you developers are having issues uploading files, remember to ensure enctype=”multipart/form-data” is an attribute of your form declaration: …