vegUI.org home of the javascript based window manager and AJAX framework

« Previous Entries Archive Next Entries »
VegUI package fixed.
written on 26 Nov, 2007 05:16:20
I was notified of the fact that the vegui.taskbar.class.js file has been missing from the latest vegUI releases. This was not intentional and has been fixed.

You can download the latest vegUI release here. Thanks.

« Read more »

VegUiSiteKit - Remote Scripting with the VSK Tunnel
written on 24 Nov, 2007 07:16:22
Sometimes an xml request based solution won't suffice for a project. If, for example, you need to request data from a remote server then ajax is very limited due to browser security settings. You would always need to use server based software as a middle man for the requests.

The VSK Tunnel object uses both the IFRAME and SCRIPT elements to provide a means to send requests to remote locations.

The iframe portion of the library is very unfinished and untested, so this tutorial will focus mainly on remote scripting via the SCRIPT element.

So let's get started.


« Read more »

VegUISiteKit - Using the Autocomplete Library
written on 23 Nov, 2007 08:11:56
The VSK Autocomplete library allows you to add a customizeable auto-complete feature to one or more text input elements on your page.

It supports traditional auto-completion, where the feature is applied to the whole value in the text box as well as tag based auto-completion, which means that the feature is triggered individually for each tag.

So let's get started.

In order to use this library you will also need to include the VSK Form Tools and VSK Core libraries. The easiest way to do this is by compiling them all into one file by using our compiled download script.

This is script is fairly simple to set up, first we will need a text input field to apply it to.


« Read more »

vegUI 2.1.4 release
written on 22 Nov, 2007 09:19:21
vegUI 2.1.4 can be downloaded here.

Change Log

2007-11-22 vegu@vegui.org
* version 2.1.4
* VegUIBridge: fixed IE6 crash bug
* VegUIMenu: fixed bug that occured with multiple levels of nested
menus. Now all nested menus should close accordingly on mouse out.

2007-11-09 vegu@vegui.org
* VegUIContentBox: added noKeyScrolling property that allows you to
disable content scrolling via keyboard arrow and page up/down keys
* PropertySet: calling dataset_update() while input is currently
active on a field will no longer break the widget


« Read more »

VegUISiteKit - Three new libraries
written on 22 Nov, 2007 08:22:14
I just upped three new VSK libraries for you to play around with. As most of the stuff on this site they have been developed as parts of some of my other projects and i am glad to be able to share them with you.

Note that all three of these new libraries are still in BETA.

Autocomplete

The VSK Autocomplete library allows you to add a customized form of text auto-completion to text input elements. The interesting feature here is that it also supports tag based searches. Meaning the autocomplete feature will trigger for each new tag as soon as you define a delimiter.

Form Tools

The VSK Form Tools library was developed as part of the autocomplete library, right now it only contains a function retrieve the caret (text cursor) position of a text input element. To make it work in firefox was a bit tricky, but yay @ google i found a solution.

Stupid as i am i lost the URL to the place where i found the solution though or i would gladly thank them here.

It does have some issues in opera and internet explorer though. Opera cant obtain a correct position if the input element is located in a centered environment. And IE has troubles obtaining the correct caret position on textarea elements.

Tunnel


The VSK Tunnel object is a remote scripting object that allows you to request webpages our remote javascript files via the use of IFRAME or SCRIPT elements.

You can download them all on the Compiled Download page.

No tutorials yet, but i am already working on them :)

Enjoy.

« Read more »

Comments enabled again
written on 13 Nov, 2007 04:36:08
Alright, i just patched the website back-end, and the blog now features this captcha solution for comment submission.

Let's see if and especially for how long this will keep the spam bots out ;)

« Read more »

VegUISiteKit: Effect Framework 0.1.3 released
written on 24 Oct, 2007 03:52:53
Download release 0.1.3 here or over the compiled download script.

Change Log

2007.10.01 - vegu@vegui.org
* version 0.1.3
* added: optional argument to the loop() method of the sequence
object that allows you to loop the sequence n times instead of
infinitly


« Read more »

vegUISiteKit: Core Library release 0.1.4
written on 18 Oct, 2007 10:04:01
Get it here or over the compiled download script.

ChangeLog

2007-10-14 - vegu@vegui.org
* version 0.1.4
* added: VSK_Node.move(): two additional optional arguments (x2 and
y2) that overwrite x and y. (x = left, y = top, x2 = right, y2 =
bottom)


« Read more »

vegUIDataset 0.2 released
written on 16 Oct, 2007 10:33:23
The vegUI DataSet addon has been released in version 0.2.

This fixes prototype compatibility issues that would occur if this vegUI module was loaded together with the prototype library.

« Read more »

vegUI 2.1.3 released
written on 16 Oct, 2007 10:28:24
The latest release of the vegUI library can be downloaded here.

ChangeLog


2007-10-15 vegu@vegui.org
* version 2.1.3
* VegUIList: fixed error that would prevent item selection after an
item was dropped from the list via drop_item()
* VegUIList: fixed error that occured when drop_item() was called
* VegUIList: prototype compatibility fix that was missed by version
2.1.2


The vegUI demonstration has been patched as well.

« Read more »

« Previous Entries Show Overview Next Entries »