Ajax

SRU Client | New Drupal 6 Module

SRU Client enables 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

Hello 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

Hello 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

Hello people

After a couple of 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 had time to create the script for the plug-in zip package on Linux systems, check it out, here: http://trac.qcu.be/projects/qcubed/browser/plugins/QEmailTextBox/tools/m...

QJqDock a Jquery Dock QControl for QCubed

Hello 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.

AttachmentSize
QJqDock.zip37.23 KB
QJqDock.patch25.7 KB

QTabPanel with Jquery UI for Qcubed

Five weeks ago I did a new implementation for QTabPanel to simplify its usage and add new options, this implementation used JQuery, but users reported problems with IE7 (big surprise).

Since QCubed now implements Jquery UI as part of the core, OOPMan did an implementation using this JQuery package.

QTabPanel Improved for QCubed

Hello folks

I took the QtabPanel from: http://qcodo.com/downloads/item.php/184 and included some improvements like:

1. Fixed the CSS.
2. Created a new section in examples.
2. Enabled to call render only to the parent tab ( the original implementation required a call for each element).
 

AttachmentSize
QTabPanel.zip35.85 KB
QTabPanel.patch99.36 KB

QFirebug with Database profiling

Hello folks

After the integration of FirePHP in QCubed, I included support for Database Profiling, this option is so useful when you try to debug your queries that ran in your ajax elements like panels or Datagrid Data bind functions.

This Profiling supports I18N.

This is an example using profiling for a function to answer the event QAutoCompleteTextBoxEvent in a QAutoCompleteTextBox:

 

AttachmentSize
QFirebug.patch55.47 KB
QFirebug-IncludePath.patch862 bytes

QVisualCalendar with support to I18N

Hello folks

Today I took the  Visual Calendar Control (http://trac.qcu.be/projects/qcubed/report) of jjrockman and added some improvements:

  • Support to I18N with Spanish example.
  • Zip with automatic Installer, you just need to unpack in your wwwroot folder.
  • Css asset file referenced in the class.
  • Enabled set and get Date using QDateTime.
     

Visual Calendar Description:

AttachmentSize
QVisualCalendar.zip6.79 KB
QVisualCalendar.patch16.9 KB

QFB QControl to enable to use FirePHP in Qcubed

Hello folks

Several times I had the issue of debugging my Qcubed projects because 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 enables 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 the example listed below:
 

AttachmentSize
QFB.patch51.51 KB

Pages

Subscribe to Ajax