TXT
Ajax
SRU Client | New Drupal 6 Module
Submitted by enzo on Wed, 12/23/2009 - 13:44SRU Client enable integration with products implementing the SRU protocol for queries against DB, this standard was created by Library of Congress (US).
SRU is a standard XML-focused search protocol for Internet search queries, utilizing CQL (Contextual Query Language), a standard syntax for representing queries.
More information at SRU Home Page
QFlot a New QCubed Plugin to draw charts
Submitted by enzo on Mon, 11/16/2009 - 01:46Hello folks
This is my weekly contribution to QCubed.
QFlot is a plugin that encapsulates a powerful Javascript-based graphing/plotting library called Flot (Flot homepage). Quoting the project's own goals, "The focus is on simple usage (all settings are optional), attractive looks and interactive features like zooming and mouse tracking".
QTabPanel a new QCubed Plug-in
Submitted by enzo on Wed, 09/30/2009 - 15:02Hello folks
Last week I sent my last contribution to QCubed project a new plug-in called QTabPanel
New Plugins : QSlider, QProgressBar and QEmailTextBox for Qcubed
Submitted by enzo on Mon, 07/20/2009 - 00:26
Hello people
After couple issues trying to build my own plug-ins http://trac.qcu.be/projects/qcubed/ticket/301 and http://trac.qcu.be/projects/qcubed/ticket/305
Finally today I've time to create the script to crate plug-in zip package on Linux systems, check out here http://trac.qcu.be/projects/qcubed/browser/plugins/QEmailTextBox/tools/m...
After that I could share with the community my two cents for plug-ins sections
QJqDock a Jquery Dock QControl for QCubed
Submitted by enzo on Tue, 05/26/2009 - 17:29Hello people
This is my weekly contribution to QCubed Project
The Dock - as anyone familiar with a Mac will know - is a set of iconic images that expand when rolled over with the cursor, and usually perform some action when clicked. This plug-in mimics that behavior by transforming a contiguous set of HTML images into an expanding Dock, vertical or horizontal, with or without labels.
I implemented the plug-in from http://www.wizzud.com/jqDock/ as Qcubed control.
| Attachment | Size |
|---|---|
| QJqDock.zip | 37.23 KB |
| QJqDock.patch | 25.83 KB |
QTabPanel with Jquery UI for Qcubed
Submitted by enzo on Fri, 05/15/2009 - 14:39Five weeks ago I did a new implementation for QTabPanel to simply his usage and add new options, this implementation used JQuery, but users reported problems with IE7 (big surprise).
Due QCubed now implement Jquery UI as part of the core, OOPMan did an implementation using this JQuery package.
| Attachment | Size |
|---|---|
| QTabPanel.zip | 14.38 KB |
| QTabPanel.patch | 23.57 KB |
QTabPanel Improved for QCubed
Submitted by enzo on Mon, 03/30/2009 - 17:04Hello folks
I took the QtabPanel from http://qcodo.com/downloads/item.php/184 and include some improvement like
1. Fix the CSS
2. Create a new section in examples
2. Enable to call render only to the parent tab ( the original implementation required an call for each element
| Attachment | Size |
|---|---|
| QTabPanel.zip | 35.85 KB |
| QTabPanel.patch | 99.87 KB |
QFirebug with Database profiling
Submitted by enzo on Mon, 03/16/2009 - 04:13Hello folks
After integrate FirePHP in QCubed, I included support for Database Profiling, this option is so useful when you try to debug your queries ran in your ajax elements like panels or Datagrid Data bind functions.
This Profiling support I18N.
This is an example using profiling for a function to answer the event QAutoCompleteTextBoxEvent in a QAutoCompleteTextBox
public function txtProductName_Change($strFormId, $strControlId, $strParameter){
| Attachment | Size |
|---|---|
| QFirebug.patch | 57.15 KB |
| QFirebug-IncludePath.patch | 875 bytes |
QVisualCalendar with support to I18N
Submitted by enzo on Sat, 03/14/2009 - 17:44Hello folks
Today I took the Visual Calendar Control (http://qcodo.com/downloads/item.php/179) of jjrockman and add some improvements:
Support to I18N with Spanish example.
Zip with automatic Installer, you just need unpack in your wwwroor folder.
Css asset file referenced in the class.
Enable set and get Date using QDateTime
| Attachment | Size |
|---|---|
| QVisualCalendar.zip | 6.79 KB |
| QVisualCalendar.patch | 16.92 KB |
QFB QControl to enable to use FirePHP in Qcubed
Submitted by enzo on Thu, 03/12/2009 - 16:41Hello folks
Several times I had the issue to debug my Qcubed projects, because in my projects I use several Ajax features, so the old technique to use print_r is not enough in this scenery.
So I implemented a new static QControl; This new control enable to debug our system using FirePHP and Firebug, this tool is useful to debug Ajax elements like panels or similar.
This is an static control, we could use in code as example listed below
| Attachment | Size |
|---|---|
| QFB.patch | 51.53 KB |

