Ajax

SRU Client | New Drupal 6 Module

SRU Metadata Preview of found item

SRU 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

QFlot 0.5 Demo

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

QTabPanel

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

QCubed Logo

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

QJqDock-Edukalia-Demo.JPG

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.83 KB

QTabPanel with Jquery UI for Qcubed

QTabPanel-Jquery-UI.JPG

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

AttachmentSize
QTabPanel.zip14.38 KB
QTabPanel.patch23.57 KB

QTabPanel Improved for QCubed

Hello 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

AttachmentSize
QTabPanel.zip35.85 KB
QTabPanel.patch99.87 KB

QFirebug with Database profiling

Hello 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){

AttachmentSize
QFirebug.patch57.15 KB
QFirebug-IncludePath.patch875 bytes

QVisualCalendar with support to I18N

Hello 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

AttachmentSize
QVisualCalendar.zip6.79 KB
QVisualCalendar.patch16.92 KB

QFB QControl to enable to use FirePHP in Qcubed

Hello 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

AttachmentSize
QFB.patch51.53 KB
Syndicate content