Search IGOE Solutions Blog
-
Most Recent Posts
Browse a category
- .NET
- Android
- Announcements
- Apache
- Business Woes
- CodeIgniter
- ColdFusion
- Content Management Systems
- Copywriting
- Featured Article
- Git
- HTML
- Java
- JavaScript and JQuery
- Mobile Computing
- PHP and MySQL
- Project Managment
- SEO
- Server Management
- Shell Scripting
- Source Code Control
- Technical Decisions
- UX Design
- VB.net
- Web Development
- Wordpress
Archives
Related Material
.NET Android Announcements Apache Business Woes CodeIgniter ColdFusion Content Management Systems Copywriting Featured Article Git HTML Java JavaScript and JQuery Mobile Computing PHP and MySQL Project Managment SEO Server Management Shell Scripting Source Code Control Technical Decisions UX Design VB.net Web Development Wordpress
Category Archives: JavaScript and JQuery
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 javascript, js objects, objects in javascript
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 coordinates, div, javascript, jquery, mouse, mousemove, page, pageX, pageY, tips, x, y
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 conceptual, design, design methods, experience, mental, model, user, ux
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 CMS, content management, drupal, modules, release
Leave a comment