On MovieTome: HARRY POTTER gets a new trailer!
1 Resources for

jquery javascript library

  • Subscribe to this listing via:
  • RSS
  • Email

TechRepublic Resources

Simplify JavaScript development with jQuery
The jQuery JavaScript library provides functions that simplify coding tasks. You can download jQuery, and be up and running in no time. I am always open to trying new tools or taking advantage of resources that can save me development time. With all of the Web development tools...
Tags: JavaScript, CSS, Tony Patton, parenthesis, dollar sign, jQuery, Web Development Zone Newsletter, Function, Web, HTML, Library, jQuery JavaScript Library, jQuery Development Team, addClass Method, Scripting Languages, Channel Management, Software/Web Development, Web Development, Marketing
Technical articles 2007-05-29

Additional Resources

How Do I... Create an HTML page with multiple-colored links?
CSS 3 improvementsI hope that browsers start supporting CSS3; when they do, one will be able to write:a[href^=http://www.yahoo.com]:link {...}and so on. Then, one won't need to mark up every hyperlink with the yahoo class declaration.Until then, one can wtrite a JavaScript function and invoke it in the document's onLoad...
Tags: Scripting languages, Eric.Jablow@..., HTML
Discussion threads 2007-09-05
Apply DWR to Data Validation in an AJAX Application
Direct Web Remoting DWR is a Java open source library for developing AJAX applications that consists of two components: JavaScript running in the browser that sends requests and dynamically updates the web page with the response, and a servlet running on the server that processes requests and sends responses back...
Tags: Java, JavaScript, Web Browser, Direct Web Remoting, Scripting Languages, AJAX, Web Browsers, Software/Web Development, Web Development, Internet, Web 2.0
White papers 2007-04-26
MSDN Webcast: Client-Centric Programming Using the "Atlas" Client Script Library (Level 300)
ASP.NET "Atlas" is a 100% JavaScript extensible, object-oriented, client script framework that allows to easily build Asynchronous JavaScript and XML AJAX-style browser applications with rich UI and connectivity to Web services. With "Atlas", one can write Web applications that use a lot of Dynamic HTML DHTML, JavaScript, and XMLHTTP without...
Tags: Microsoft Developer Network, DHTML, Webcast, JavaScript, Client, Programming, Scripting Languages, Web Browsers, Software/Web Development, Web Development, Internet
Webcasts
1st JavaScript Editor Pro (zip)
1st JavaScript Editor is advanced JavaScript Editor, Validator, and Debugger for beginners and professionals. Beside rich possibilities of editing scripts (JavaScript,HTML, CSS and syntax highlighting), program offers an excellent source code formatter/beautifier, which allows you to customize and apply any style you want. Built-in JavaScript Debugger will allow you run...
Tags: JavaScript, Library, ImageSkill, JavaScript Editor, Scripting Languages, Software/Web Development, Web Development
Software downloads 2006-11-16
MSDN Webcast: Revving Up Cross-Browser and Cross-Server Web Sites With the Microsoft AJAX Library (Level 200)
Microsoft ASP.NET AJAX is not just for Microsoft ASP.NET developers. The Microsoft AJAX Library also provides productivity benefits for developers who target other server frameworks. This webcast discusses the AJAX Library, a standalone collection of the standards-based JavaScript classes included in Asynchronous JavaScript and XML AJAX. It explains how the...
Tags: Microsoft Developer Network, Webcast, Microsoft Corp., Microsoft ASP.NET AJAX, AJAX, Internet, Software/Web Development, Web Development, Web 2.0
Webcasts
JavaScript- Intro by Voodoo
JavaScript is a new scripting language for Web- pages. Scripts written with JavaScript can be embedded into your HTML- pages. With JavaScript you have very many possibilities for enhancing your HTML- page with interesting elements. For example you are able to respond to user- initiated events quite easily....
Tags: Voodoo, JavaScript, Scripting Languages, Software/Web Development, Web Development
White papers
MSDN Webcast: Using the AJAX Library With PHP (Level 200)
The Microsoft AJAX Library is a standalone collection of the standards-based JavaScript classes included in Microsoft ASP.NET AJAX. The AJAX Library is supported by most popular browsers and can be used to build client-centric Web applications that integrate with any backend data provider. The attendee of this webcast will learn...
Tags: Microsoft Developer Network, Webcast, PHP, Microsoft Corp., AJAX Library, Microsoft AJAX Library, AJAX, Internet, Software/Web Development, Web Development, Web 2.0
Webcasts
Master JavaScript basics to make your Web site more dynamic
In this intro chapter, you'll learn what JavaScript is (and isn't) and get your feet wet by creating some sample code. This excerpt from The Book of JavaScript provides a basic introduction to adding interactivity to your Web pages via JavaScript and shows how to get a...
Tags: Web, JavaScript, Web Site, Scripting Languages, Software/Web Development, Web Development
Book chapters 2005-07-27
New Web Site Tools & Technologies: AJAX (Asynchronous JavaScript and XML) - Computers in Libraries 2006
AJAX is Asynchronous Javascript and XML. Using Javascript, XHTML and nonstandard XMLHttpRequest object to communicate with server-side scripts. Using AJAX one can send and receive information in a variety of formats, including XML, HTML, and even text files. This presentation defines AJAX and suggests some possible library applications. It discusses...
Tags: Web, JavaScript, XML, Web Site, Computer, AJAX, Internet, Software/Web Development, Web Development, Web 2.0
Presentations 2006-03-22
netscape.javascript.JSException
I've developed an application with Java applets that, from one point of this, a new ie or firefox page it depends on the browser used is opened to show some information using a JSObject from the netscape.javascript library. And since the last update of ie (from ie6 to ie7) and...
Tags: dimecres20021016@...
Discussion threads 2007-01-10
Drupal (gz)
Drupal is an open-source platform and content-management system for building dynamic Web sites. It offers a broad range of features and services including user administration, publishing work flow, discussion capabilities, news aggregation, metadata functionalities using controlled vocabularies, and XML publishing for content-sharing purposes. Equipped with a powerful blend of features...
Tags: Drupal, Channel Management, Web Servers, Open Source, Marketing, Internet
Software downloads 2007-01-16
JavaScript Builder (exe)
JavaScript Builder helps Web designers create professional, attractive Web site without the need to write JavaScript code. No JavaScript knowledge is required. It can create more than 100 effects with a few mouse clicks. JavaScript Builder can save your time and make your work easier. What you need to do...
Tags: JavaScript, Scripting Languages, Software/Web Development, Web Development
Software downloads 2007-06-25
Javascript Box (gg)
The Javascript Box gadget lets you quickly test some Javascript snippets to see what their result is. Be careful what you write there: everything in the code will be run using eval, so it's just like Javascript behaviour. This version is the first release on CNET Download.com.
Tags: JavaScript, Scripting Languages, Software/Web Development, Web Development
Software downloads 2007-12-07
Simplify JavaScript development with jQuery
Could be better with MilescriptThere is a new language for client-side web development in town, Milescript.In a few words, it's a high-level, strongly-typed language that compiles to ECMAScript. The compiler is open source and some of the features include:Inheritance, Abstracts, InterfacesDelegates and Generic TypesFunction and Constructor OverloadingObject-Oriented Design.A more complete...
Tags: Development tools, OPEN SOURCE, point5u@..., compiler, JavaScript
Discussion threads 2007-10-02
Write JavaScript documentation with the ScriptDoc standard
Java and C# provide a uniform approach to documenting your code, but JavaScript is documented according to the developer's preference (that is, if it's documented at all). There is a movement within the Web community to develop a standard for documenting JavaScript code. One such proposed standard is ScriptDoc. (Note:...
Tags: JavaScript, ScriptDoc, JavaScript Comment Syntax, Scripting Languages, Software/Web Development, Web Development, Tony Patton
Blog posts 2007-12-17
Access the true power of JavaScript with object oriented programming
This download takes an in depth look at some of the key concepts of object oriented programming OOP in JavaScript and then discuss how JavaScript implements them. While object oriented OO development in JavaScript is not as simple as it is in other languages, such as Java,...
Tags: Object-oriented Programming, Microsoft Access, JavaScript, Object-oriented, Ooa/Ood/Oop, Scripting Languages, Software Development, Software/Web Development, Web Development
Download resources 2005-06-29
Create useful and relevant JavaScript documentation with JSDoc
Whatever the reason, not documenting an application is never a good thing, even if it is usually something of a chore. This is especially true when given the task of documenting client-side JavaScript. There is a really neat tool for Java developers that aids in the generation of documentation called...
Tags: JavaScript, Documentation, Scripting Languages, Software/Web Development, Web Development
Download resources 2007-07-26
A look at what is missing in JavaScript
JavaScript is a very powerful and popular scripting language. However, there are a few items that, if included in a future release of JavaScript, would greatly enhance the language and it usefulness to Web developers. This article lists a few of the features missing from the JavaScript language, including constants,...
Tags: JavaScript, Scripting Languages, Software/Web Development, Web Development
Download resources 2005-03-14
DOWNLOAD: Access the true power of JavaScript with OOP
http://techrepublic.com.com/5138-3513-5766160.htmlHow do you use JavaScript? Do you apply the basic principles of object oriented programming to you JavaScript coding? [b]Why or why not[/b]
Tags: download, JavaScript, Mark W. Kaelin, Microsoft Access, object-oriented programming, oop, programming
Discussion threads 2005-06-29
  • << Previous
  • page 1 of 1
  • Next >>


Cisco IOS Command Chart (IOS v.12+)
Becoming proficient with Cisco equipment means remembering a whole new set of commands. These command charts give you a quick way to look up the needed IOS commands and switches when you need them.
Buy Now
Microsoft Excel Intermediate Skills
This Microsoft Excel Intermediate Skills presentation is a preformatted solution for training staff to get more out of Microsoft Excel. The accompanyi ...
Buy Now