Posts Tagged ‘Javascript’

Links For August 21st 2008

Friday, August 22nd, 2008

Links For August 21st 2008

.Net:
C# Inline Methods and Optimization
Questions on application domains, application pools and unhandled exceptions
Did you know… How to debug your optimized code?
ASP.NET Generated Image Control
ASP.Net Load Testing and Optimization Toolkit - So you want to be a hero
ASP.Net MVC Videos
Rotor 2.0 referance book

LINQ:
Probably The Most Powerful LINQ Operator: SelectMany

Web:
jQuery Timers
jQuery: Animation for Dummies
A Horizontal Layout Navigation Web Page Using jQuery
15 Quick Ways to Shrink Page Load Times
Speed Up Your Web Pages By PreLoading, Caching…
B2B Communication and Securing them

Silverlight:
Silverlight CMS Demo
Silverlight Particle Generator
Silverlight custom fonts - How to and issues

Database:
Introducing Table-Valued Parameters - Part 1

Other:
25 Must-Have Thumb Drive Apps for Geeks

Podcasts:
Velocity Podcast

Links For August 21st 2008

Why didnt I come across jQuery early ?

Saturday, July 26th, 2008

Why didnt I come across JQuery early ?

I was recently very busy with a lot of work and did not have the chance to post on my blog. But during this period I came across a very powerful javascript library called jQuery. Its just fantastic. For the bulk of features it has you may expect a monster javascript library, but it is just 16kb (minified and gzipped). So thats hardly a 2 second overhead for end user. It eases DOM Traversal, Animations, events and AJAX. I came across this library almost 3 weeks back. And everytime I explored more features of this library, I am becoming more interested in this. I would rate this 10/10. What are you waiting for ? Checkout this cool library at jQuery. BTW did I mention it has plugin support and has a huge collection of plugins ? Checkout the plugins at Plugins.

Why didnt I come across JQuery early ?

Have you heard about Doloto ???

Thursday, May 15th, 2008

Have you heard about Doloto ???

Have you heard about Doloto ??? Well Doloto is an Code Splitting system from Microsoft Research labs. As of this writing it is not available publicly yet. But if you are interested you can read a pdf about it from here.

The goal of Doloto is to reduce the initial startup time for Web 2.0 applications. Well generally most Web 2.0 applications have all the Javascript in a single file and is sent to the browser. So the user has to wait till all the file gets downloaded, before he can start interacting with the application. Dial Up users would have experienced the frustration of seeing a ‘loading…’ for a long time, Doloto’s goal is remove that frustration.

If you take a look at this link, you can see that most of the websites hardly use 20 - 30% of the Js code when the page initially renders, so by cutting this initial payload to a minimum, these sites can be loaded much faster.

The idea of Doloto is to send only the initial payload and the rest can be transferred silently in background or on demand. Well yes it is a very interesting topic, dont forget to read the 25 page pdf at the Microsoft’s research site.

Links Referred:

1) Doloto: Code Splitting for Network-Bound Web 2.0 Applications

2) Split the Initial Payload

Have you heard about Doloto ???

A Simple Way to detect spambots

Tuesday, March 18th, 2008

A Simple Way to detect spambots

This is an old trick but worth being mentioned again:

<textarea id=”spammed” name=”spammed” rows=”3″ cols=”4″></textarea>

now hide this textarea using javascript / css, by setting the display to none. Now when the form is submitted if you find any text here you can safely assume its a spambot. ;)

A Simple Way to detect spambots

Coolite - ExtJS Controls For ASP.Net

Saturday, February 23rd, 2008

Coolite - ExtJS Controls For ASP.Net

A suite of professional ASP.NET Web Controls built on the Ext JavaScript Framework.

Website
Examples
Download
Forums

Coolite - ExtJS Controls For ASP.Net


Books 24x7