Category Archives: JavaScript and JQuery

JavaScript and JQuery news, issues, findings, research, and development.

Creating objects in Javascript, a quick example

Background In JavaScript, object classes can be created using functions, and calling the function using “new”. You must label all attributes and methods within the function as “this”. These function references will be used by the object constructed. The reference … Continue reading

Posted in JavaScript and JQuery, Web Development | Tagged , , | Leave a comment

Quick jQuery Tip: Getting the mouse x,y coordiantes

If you are looking to find the x, y coordinates of your cursor on a page or within an element such as a div using jQuery you may use one of the following snippets: Within a page: Within an element … Continue reading

Posted in JavaScript and JQuery, Web Development | Tagged , , , , , , , , , , , | Leave a comment

UX Design: Building a Conceptual Model

Design Methods (Conceptual Model matching the Mental Model) The design of the conceptual model should closely match the conceptual model of the users. By saying this we would like to try to close the gap between the actual design and … Continue reading

Posted in HTML, JavaScript and JQuery, Project Managment, Technical Decisions, UX Design, Web Development | Tagged , , , , , , , | 1 Comment

Drupal 7 Release Tommorow!

January 5, 2011. Come celebrate the release! Drupal 7 is poised to release tomorrow January 5th. There have been four release candidates. Official releases of Drupal come bundled with a variety of modules and themes. These are here to give … Continue reading

Posted in Content Management Systems, HTML, JavaScript and JQuery, PHP and MySQL, Web Development | Tagged , , , , | Leave a comment