Archives
-
ColdFusion MeetUp: Developing Enterprise AJAX Applications Using Ext-JS 4 with Steve Drucker
Announcing a new Meetup for The Online ColdFusion Meetup! What: “Developing Enterprise AJAX Applications Using Ext-JS 4″ with Steve Drucker Our 12pm (US ET) talk on Thursday June 16 will be “Developing Enterprise AJAX Applications Using Ext-JS 4″ with Steve Drucker. TOPIC DESCRIPTION: (provided by the speaker) Ext JS 4 is a major advance in JavaScript frameworks. [...]
-
JQuery Custom Events: A Deeper Look
A good article on JQuery custom events by Hal Helms. http://www.halhelms.com/blog/index.cfm/2010/10/24/jQuery-Custom-Events–A-Deeper-Look
Oct 25th, 2010 | Filed under Javascript, jQuery -
jQuery UI 1.8.4 Released
The fourth maintenance release for jQuery UI 1.8 is out. This update brings bug fixes for the Droppable, Resizable, Selectable and Sortable interactions as well as the Accordion, Autocomplete, Button, Datepicker Dialog, Progressbar, Slider and Tabs widgets. jQuery UI 1.8.3 was released a few days prior to 1.8.4, but there was a problem with the [...]
Aug 10th, 2010 | Filed under Javascript, jQuery -
Query Sorted Results in HTML Table, Better Approach
I received a comment in my other article with the same title from Larry C. Lyons indicating me a better solution by Stuart Langridge making use of a Javascript library he wrote called sorttable.js, which sorts the HTML table by sortable headers, without having to send another request to the database. Very well done, congratulations Stuart.
Dec 24th, 2008 | Filed under Database, Javascript -
How To Grey-Out the Screen
This is an article very interesting for those who want to apply the effects of LightBox to your alert windows. I found this article on a post by Patrick Hunlock where he says: This snippet “grays” out the screen and allows you to create a “modal” environment. A gray out is useful for creating a DHTML [...]
Dec 12th, 2008 | Filed under Javascript -
Session Timeout Notice Using Javascript
Sometimes in an Intranet you need to notify the client that his session is about to expire and let him to decide if he will renew his session or let it die. That can be done either on server or client side. We will discuss here the client-side way using Javascript and/or Ajax to refresh [...]
Oct 22nd, 2008 | Filed under ColdFusion, Javascript -
Moving Options to Other Select Object
My friend Flavio asked me for a code to select some options from a select box and populate other that will be submitted with the form as the “chosen” options. I know that there are many forms to do that and there are on the web several tutorials using Javascript and extensions as jQuery, etc. [...]
Oct 21st, 2008 | Filed under JavascriptTags: Javascript, multi-select
jQuery_Mobile First Look