News in the Category: JavaScript Subscribe to the rss of this category.

Total posts: 564 | Sort by Views | Sort by Hits

Controlling IE Print Functionality (Printer Templates)

The Code Project Latest Articles, March 19, 2010
Views: 108 | Hits 18

Using Javascript to control the output and format of printed webpages in Internet Explorer...

Doug Crockford: Geek of the Week

Simple Talk, March 17, 2010
Views: 89 | Hits 6

Doug Crockford is the man behind JavaScript Object Notation (JSON). He is a well-known critic of XML and guides the development of Javascript on the ECMA Standards Committee, as well as being the seni...

BrainVita Game using JQuery

The Code Project Latest Articles, March 15, 2010
Views: 109 | Hits 23

Using JQuery features to implement BrainVita Game...

Displaying Multimedia Content In A Floating Window Using FancyBox

4GuysFromRolla.com Headlines, March 10, 2010
Views: 231 | Hits 27

While surfing the web you may have come across websites with images and other multimedia content that, when clicked, were displayed in a floating window that hovered above the web page. Perhaps it wa...

Tag Cloud with jQuery Effect

The Code Project Latest Articles, March 8, 2010
Views: 183 | Hits 53

Tag Cloud WebControl built on the Star Field jQuery plug-in...

Decoder for Dean Edwards' Javascript Packer

The Code Project Latest Articles, March 5, 2010
Views: 130 | Hits 24

This short article shows how to decrypt and beautify code encoded with Dean Edwards' Javascript Packer....

JavaScript DateTime and TimeSpan Wrappers

The Code Project Latest Articles, March 3, 2010
Views: 152 | Hits 34

A couple of JavaScript classes with the well known .NET's classes...

Great ExtJS Meetup in Palo Alto Tonight at ExtJSs New Office

peterkellner.net, February 25, 2010
Views: 202 | Hits 7

  Yet another great meetup with the ExtJS San Francisco Group (though not meeting in San Francisco this time).  ExtJS has moved its main office and developers out here to Palo Alto,... Thi...

jQuery 1.4 for Script#

ASP.NET Announcements, February 24, 2010
Views: 279 | Hits 76

I have created a new version of my jQuery interface library for Script# that brings in almost every function and overload from jQuery 1.4 into a documented Script# assembly. It provides full access to...

Javascript objects to .Net WebMethods expecting type Object

The Code Project Latest Articles, February 20, 2010
Views: 175 | Hits 32

This article shows how to pass a javascript object to a .NET webservice that expects a parameter of type object....

JavaScript code to determine when DayLight Savings Time (DST) occurs

The Code Project Latest Articles, February 14, 2010
Views: 355 | Hits 16

JavaScript code to determine when DayLight Savings Time (DST) occurs....

Setting up SyntaxHighlighter using the hosted scripts

JonGalloway.ToString(), February 5, 2010
Views: 173 | Hits 14

Ive tried several source code syntax highlighter systems over the years. Most inserted a bunch of ugly markup and CSS into the page. It kind of worked, but made the love the web burst out in tears at ...

File Download Using JavaScript

The Code Project Latest Articles, January 30, 2010
Views: 325 | Hits 78

An article on how to download a file using JavaScript...

jQuery 1.4 Opacity and IE Filters

Rick Strahls WebLog, January 25, 2010
Views: 347 | Hits 52

Ran into a small problem today with my client side jQuery library after switching to jQuery 1.4. I ran into a problem with a shadow plugin that I use to provide drop shadows for absolute elements for...

The Browser That Ate My Memory

Simple Talk, January 4, 2010
Views: 206 | Hits 42

Browsers are greedy by their nature. They grab memory for such things as the Back-Forward cache in order to speed performance. However, they also suffer from JavaScript programming errors that prevent...

Death to confirmation dialogs with jquery.undoable

youve been HAACKED, January 2, 2010
Views: 381 | Hits 73

Confirmation dialogs were designed by masochists intent on making users of the web miserable. At least thats how I feel when I run into too many of them. And yes, if you take a look at Subtext, you ca...

Converting an RGB Color To Hex With JavaScript

youve been HAACKED, December 30, 2009
Views: 343 | Hits 14

Ive been distracted by a new jQuery plugin that Im writing. The plugin has certain situations where it sets various background and foreground colors. You can have it set those styles explicitly or you...

jQuery Hide/Close Link

youve been HAACKED, December 26, 2009
Views: 393 | Hits 76

Its Christmas day, and yes, Im partaking in the usual holiday fun such as watching Basketball, hanging out with the family and eating our traditional Alaskan king crab Christmas dinner. But of course ...

Hosting IFRAMEs using the JQuery UI Tabs plugin - Part 1

The Code Project Latest Articles, December 21, 2009
Views: 244 | Hits 20

Using JQuery UI Tabs to host web pages via IFRAMEs...

How to limit the number of lines and characters in a TextArea

The Code Project Latest Articles, December 17, 2009
Views: 258 | Hits 42

Client-side JavaScript to limit the content of a TextArea to a certain number of characters as well as to a certain number of lines....

Live Preview jQuery Plugin

youve been HAACKED, December 15, 2009
Views: 366 | Hits 46

Many web applications (such as this blog) allow users to enter HTML as a comment. For security reasons, the set of allowed tags is tightly constrained by logic running on the server. Because of this, ...

JavaScript client-side validation helper

The Code Project Latest Articles, December 7, 2009
Views: 291 | Hits 43

A JavaScript client-side validation helper....

Awesome Ext Scheduling Component Built By Mats Bryntse

peterkellner.net, December 3, 2009
Views: 524 | Hits 53

  My friend Mats Bryntse, who you may know from our our San Francisco ExtJS Meetup group based in San Francisco, has written a very pretty impressive scheduling component built for the Ext JS......

jQuery (jTemplates) Accordion

The Code Project Latest Articles, December 2, 2009
Views: 433 | Hits 72

This article shows how an Accordion control can be implemented with the use of the jTemplates plug-in....

Anti-XSS Library v3.1: Find, Fix, and Verify Errors

MSDN: Visual C#, November 25, 2009
Views: 418 | Hits 47

Anil Revuru (RV), Senior Software Developer from Microsoft Information Security, demonstrates the new features of the Anti-XSS Library v3.1. These include HTML Sanitization, which provides new methods...

Presentations - The Mobile Web

QuirksBlog, November 21, 2009
Views: 237 | Hits 9

I’ve now uploaded both my Fronteers 2009 and my Full Frontal 2009 presentations toboth Slideshare and QuirksMode. The two presentations are the same for about 60%, the restis different, mainly because...

JavaScript Principles - Creating an Image Browser and Understanding its Principles

The Code Project Latest Articles, November 20, 2009
Views: 328 | Hits 28

An article about creating an Image Browser and understanding its principles...

Generic Code of Validating Fields with Jquery

The Code Project Latest Articles, November 16, 2009
Views: 258 | Hits 39

Generic code of validating fields with Jquery...

Using the JQuery dialog widget in a custom SharePoint web part

Simple Talk, November 11, 2009
Views: 221 | Hits 14

If you have played around with the dialog widget in JQuery UI you may have noticed a couple of things. Like a lot of JavaScript libraries it messes with the DOM (Document Object Model) at what might b...

ResetControl

The Code Project Latest Articles, November 9, 2009
Views: 258 | Hits 26

Reset all control using javascript function or bring control back in original state using Javascript...

Improving JavaScript Skills

K. Scott Allen, November 3, 2009
Views: 457 | Hits 98

A few people have asked me how to improve their JavaScript ability. Not just learn about syntax and crazy stuff like closures, but how to apply the same design skills they have in their primary langua...

JavaScript class browser: once again with jQuery

More Whidbey stuff, October 30, 2009
Views: 528 | Hits 45

Ive already posted twice about that little class browser application. The first iteration was mostly declarative and can be found here: http://weblogs.asp.net/bleroy/archive/2009/09/14/building-a-...

Rich Tooltips With jQuery

Scott on Writing, October 23, 2009
Views: 802 | Hits 54

I was recently working on an application and needed the ability to present the user with a list of links when they hovered over a particular line of text. HTML elements include a title attribute that,...

No JavaScript IntelliSense in VS 2010 Beta 2? Reset your Settings

Rick Strahls WebLog, October 22, 2009
Views: 544 | Hits 35

When I installed Visual Studio 2010 a couple of days ago I was really disappointed to see that Intellisense failed to work completely in the new install. No workey in .js files, or ASPX pages inside o...

SOLUTION: JSLint.VS Add-In Always Reports "No Errors" Even For Invalid JavaScript Files

Scott on Writing, October 15, 2009
Views: 432 | Hits 22

JSLint is a freeJavaScript code quality tool createdby Douglas Crockford. At the JSLint.com website you can paste in a block of JavaScript code and JSLint will examine the code and warn you when it en...

BOOK: Murachs JavaScript and DOM Scripting Training and Reference

Misfit Geek, October 12, 2009
Views: 434 | Hits 12

  Some time ago I posted about JavaScript being inevitable Over the last couple of weeks Im been writing some web security related videos and writi...

Programmer Symbology

K. Scott Allen, October 9, 2009
Views: 385 | Hits 42

Have you ever taken a step back and looked at all the funny characters we use in programming computers? I did this yesterday. Sometimes, when you look at familiar things in just the right light, they...

Microsoft VEMap Using Pure Javascript

The Code Project Latest Articles, October 2, 2009
Views: 287 | Hits 14

The article will guide you with samples to create and embed Microsoft Map in your website within minutes. The intension is to give basic knowledge on how Javascript library could be used to embed Cust...

Microsoft VEMap Using Pure Javascript

The Code Project Latest Articles, September 30, 2009
Views: 377 | Hits 29

The article will guide you with samples to create and embed Microsoft Map in your website within minutes. The intension is to give basic knowledge on how Javascript library could be used to embed Cust...

JSON to JSONP: Bypass Same-Origin Policy

The Code Project Latest Articles, September 26, 2009
Views: 488 | Hits 58

This article shows how JavaScript Object Notation with Padding (JSONP) can be used to get data from different domains bypassing same-origin policy....

Online YUI JavaScript Compressor now available

ASP.NET Announcements, September 22, 2009
Views: 540 | Hits 56

 For several years I have hosted an online CSS Compressor and made it available to anyone who wants to quickly compress their CSS code. Now I am announcing availablility of an interactive, online...

New version 2.0.1 of the TinyAutoSave plugin for TinyMCE released

ASP.NET Announcements, September 22, 2009
Views: 546 | Hits 28

Version 2.0.1 of the free, open-source TinyAutoSave plugin for TinyMCE has been released. The major new feature of the plugin is its ability to maintain multiple independent autosave storages and...

WebGrid 3.1 is now public and supporting JQuery UI CSS Framework

ASP.NET Announcements, September 16, 2009
Views: 481 | Hits 60

Hi,WebGrid supports now JQuery UI CSS Framework and uses this as standard theme.Major points are:Implementing JQuery UI Themes for WebGridAdded Support for WebGrid Legacy Theme'sSupport for d...

jQuery UI Datepicker and z-Index

Rick Strahls WebLog, September 13, 2009
Views: 861 | Hits 86

The jQuery date picker is a nice little date picking solution thats easy to use and work with. Ive used this control in many places and some time ago wrapped it into an ASP.NET server control to make ...

Changing the position of the report progress indicator

the telerik blogs, September 9, 2009
Views: 430 | Hits 13

By design the progress indicator ofthe web report vieweris centered in the viewable area.However in some cases youmight want to change its position (e.g.ReportViewer longer than a viewable page).To ac...

My first asp.net website.

ASP.NET Announcements, September 7, 2009
Views: 452 | Hits 48

I just finished my first ASP.NET website using AJAX/Javascript. It's at www.borrowlater.com It is a website that teaches everyone a different way to subtract two numbers. You'll see the J...

Doloto on DevLabs

Somasegars WebLog, September 4, 2009
Views: 380 | Hits 23

AJAX web applications bring a variety of rich user experiences to the web, but often those experiences require downloading a lot of code.  The result is applications that are frustratingly slow t...

Customizing the SharePoint ECB with Javascript, Part 2

Jan Tielens Bloggings [MVP], September 4, 2009
Views: 448 | Hits 20

Other articles in this series:Customizing the SharePoint ECB with Javascript, Part 1Customizing the SharePoint ECB with Javascript, Part 3In the previous article in this series I explained how to add ...

Sliding Javascript Menu

The Code Project Latest Articles, September 3, 2009
Views: 429 | Hits 58

Easy build and customize your very own Sliding Javascript Menu...

querySelectorAll on old IE versions: something that doesnt work

More Whidbey stuff, September 1, 2009
Views: 494 | Hits 11

In todays post, Im going to show an interesting technique to solve a problem and then I will tear it to pieces and explain why it is actually useless. I believe that negative results should also be p...

Product Spotlight