News in the Category:
JavaScript
Total posts: 564 | Sort by Views | Sort by Hits
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...
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...
The Code Project Latest Articles, March 15, 2010
Views: 109 | Hits 23
Using JQuery features to implement BrainVita Game...
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...
The Code Project Latest Articles, March 8, 2010
Views: 183 | Hits 53
Tag Cloud WebControl built on the Star Field jQuery plug-in...
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....
The Code Project Latest Articles, March 3, 2010
Views: 152 | Hits 34
A couple of JavaScript classes with the well known .NET's classes...
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...
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...
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....
The Code Project Latest Articles, February 14, 2010
Views: 355 | Hits 16
JavaScript code to determine when DayLight Savings Time (DST) occurs....
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 ...
The Code Project Latest Articles, January 30, 2010
Views: 325 | Hits 78
An article on how to download a file using JavaScript...
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...
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...
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...
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...
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 ...
The Code Project Latest Articles, December 21, 2009
Views: 244 | Hits 20
Using JQuery UI Tabs to host web pages via IFRAMEs...
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....
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, ...
The Code Project Latest Articles, December 7, 2009
Views: 291 | Hits 43
A JavaScript client-side validation helper....
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......
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....
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...
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...
The Code Project Latest Articles, November 20, 2009
Views: 328 | Hits 28
An article about creating an Image Browser and understanding its principles...
The Code Project Latest Articles, November 16, 2009
Views: 258 | Hits 39
Generic code of validating fields with Jquery...
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...
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...
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...
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-...
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,...
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...
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...
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...
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...
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...
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...
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....
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...
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...
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...
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 ...
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...
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...
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...
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 ...
The Code Project Latest Articles, September 3, 2009
Views: 429 | Hits 58
Easy build and customize your very own Sliding Javascript Menu...
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...