Stories recently tagged with 'JavaScript' Subscribe to this feed

Write C# instead of JavaScript - gain the productivity of C# dev. (sharpkit.net)

published 26 days, 2 hours ago, submitted by alexgrossalexgross(239) 26 days, 8 hours ago

SharpKit is a Web Toolkit that enables you to write C# and convert it to JavaScript during compilation. Writing and maintaining JavaScript code can be very expensive. Migrating from JavaScript to C# enables you to: *Leverage Visual Studio C# productivity *Maximize cross-browser compatibility *Streamline client-side code review read more...

11 comments | category: | Views: 628

tags: another

14 Days of jQuery (jquery14.com)

submitted by powerrushpowerrush(3754) 28 days, 5 hours ago

We're excited to bring you fourteen consecutive days of new releases to celebrate the release of jQuery 1.4. You'll notice that we're excited about the number fourteen since jQuery 1.4 is being released on the birthday of jQuery (January 14th) . So be sure to come back each day as another announcement is made and new content is released! read more...

add a comment | category: | Views: 13

tags: another

Popular-on-Twitter Widget: Topsy-enabled jQuery Plugin (www.moretechtips.net)

submitted by MikeMoreMikeMore(170) 1 month, 9 days ago

Another Topsy-enabled jQuery plugin to list the most popular posts on your website, from your Twitter timeline or for some keyword within a selected period of time. read more...

add a comment | category: | Views: 6

tags: another

7 tips for for loading Javascript rich Web 2.0-like sites super fast (msmvps.com)

submitted by oazabiroazabir(1530) 2 months, 28 days ago

When you create rich Ajax application, you use external JavaScript frameworks and you have your own homemade code that drives your application. The problem with well known JavaScript framework is, they offer rich set of features which are not always necessary in its entirety. You may end up using only 30% of jQuery but you still download the full jQuery framework. So, you are downloading 70% unnecessary scripts. Similarly, you might have written your own javascripts which are not always used. There might be features which are not used when the site loads for the first time, resulting in unnecessary download during initial load. Initial loading time is crucial – it can make or break your website. We did some analysis and found that every 500ms we added to initial loading, we lost approx 30% traffic who never wait for the whole page to load and just close browser or go away. So, saving initial loading time, even by couple of hundred milliseconds, is crucial for survival of a startup, especially if it’s a Rich AJAX website. read more...

add a comment | category: | Views: 23

tags: another

Use Google's Closure Compiler in C# (madskristensen.net)

published 2 months, 30 days ago, submitted by madskristensenmadskristensen(8565) 3 months, 1 day ago

A very simple and small C# class for utilizing the Google Closure Compiler API for minifying JavaScript. read more...

add a comment | category: | Views: 335

tags: another

Fixed GridView's Header while scrolling using JavaScript (www.hcjsg.com)

submitted by IscNetIscNet(70) 3 months, 4 days ago

Fixed GridView's Header while scrolling using JavaScript without css.... read more...

add a comment | category: | Views: 16

tags: another

Twitter Friends & Followers Widget - A jQuery Plugin! (www.moretechtips.net)

submitted by MikeMoreMikeMore(170) 3 months, 14 days ago

There is a Facebook fans widget, Google friends widget, what about a Twitter friends widget?! This is a jQuery plugin that you can embed anywhere to display pictures of your Twitter followers or friends (whom you follow) and their latest tweets if you like. read more...

add a comment | category: | Views: 9

tags: another

Microsoft Ajax Library (Preview 6) and the Microsoft Ajax Minifier (weblogs.asp.net)

submitted by crpietschmanncrpietschmann(11.1k) 3 months, 24 days ago

The ASP.NET team today released a significant new update of the Microsoft Ajax Library (Preview 6). This update includes a bunch of new capabilities and improvements to our client-side AJAX library, and can be used with any version of ASP.NET (including ASP.NET 2.0, 3.5 and 4.0), and can be used in both ASP.NET Web Forms and ASP.NET MVC projects. Today’s release includes the following feature improvements: * Better Imperative Syntax: A new, simplified, code syntax for creating client controls. * Client Script Loader: A new client-side script loader that can dynamically load all of the JavaScript files required by a client control or library automatically, and executes the scripts in the right order. * Better jQuery Integration: All Microsoft Ajax controls are now automatically exposed as jQuery plug-ins. read more...

add a comment | category: | Views: 18

tags: another

A generic way to find ASP.NET ClientIDs with jQuery (www.west-wind.com)

published 3 months, 25 days ago, submitted by rstrahlrstrahl(7085) 3 months, 25 days ago

ASP.NET ClientIDs and NamingContainer naming are a nuisance when working with jQuery as these long IDs complicate finding elements on the page. In this post I show a very simple way to retrieve munged ClientIDs by just their ID names with a small helper function that still returns the jQuery wrapped set. read more...

add a comment | category: | Views: 318

tags: another

Validating ASPX validation controls in java script (praveenbattula.blogspot.com)

submitted by praveenbattulapraveenbattula(395) 3 months, 27 days ago

Some times we may come across requirements like, we need to validate the ASPX validation controls in java script. For example, on a page we have both ASPX controls like text boxes, drop down lists etc and along with them some html text boxes or select drop down, then we need to validate the form. When you hit submit we need to validate whether form is valid or not. As we use ASP.NET validation controls for .NEt controls, the validation fires automatically. But, what about HTML controls? We need to write our own logic to validate the controls. So, If you want to tell this form is valid then you need some logic to validate both asp.net server side controls and html controls and both are valid then only say form is valid. Take a look at here to solve that problem. read more...

add a comment | category: | Views: 7

tags: another

javascript interactive with webservice via JSON (mypath2us.com)

submitted by usageneusagene(85) 3 months, 30 days ago

This post demonstrates how to call webservice from javascript, this is useful while doing server side validation on a big form and do not want to postback the whole form, as well as retrieve server side data without refresh the page. read more...

add a comment | category: | Views: 8

tags: another

JQuery Validation Library (elegantcode.com)

submitted by cwbrandsmacwbrandsma(1705) 4 months, 10 days ago

A basic getting started guide to working with the JQuery Validation library. read more...

add a comment | category: | Views: 19

tags: another

YUI 3.0.0 From Yahoo! (blogs.a-h-m-e-d.com)

submitted by ahmedelkilaniahmedelkilani(25) 4 months, 28 days ago

The Yahoo! next-generation JavaScript and CSS library, is a big step forward. YUI team has improved the library; syntax is enhanced, API is more flexible and easy to use. read more...

add a comment | category: | Views: 6

tags: another

Building javascript minification into MSBuild scripts (helephant.com)

submitted by HelephantHelephant(90) 5 months, 11 days ago

How to use a tool called Packer.NET to automatically minify your javascript and CSS files during your build. Minification can really speed up the download of an ASP.NET application with lots of javascript. read more...

add a comment | category: | Views: 28

tags: another

10 Tips for Writing Better jQuery Code (www.myinkblog.com)

submitted by crpietschmanncrpietschmann(11.1k) 6 months, 4 days ago

jQuery is totally cool. I’ve been using it for a year now and I find myself constantly learning new tricks and running into great improvements.
 The amount of plug-ins and resources out there is great, too, making this powerful javascript library either a must-use (for many developers) or a very-cool-thing-I-like for the others.

 However, many people want to know how to write better code. 

Here, my friend, are some tips. read more...

add a comment | category: | Views: 25

tags: another

OpenStreetMap: Get FREE Web Mapping with Road Maps for your Apps (pietschsoft.com)

submitted by crpietschmanncrpietschmann(11.1k) 6 months, 5 days ago

OpenStreetMap has been around for awhile and provides free geographic data that can be used by anyone. The data is all community created/contributed and that’s why it’s free to use. Other mapping services such as Bing Maps for Enterprise and Google Maps license their geographic data from some other third party and that’s why they cost thousands of dollars per year to use within commercial applications. And, you can use it with JavaScript and Silverlight! read more...

add a comment | category: | Views: 45

tags: another