Quantcast
Channel: World Wide What? » ASP.NET
Browsing latest articles
Browse All 7 View Live

Making SEO Friendly Ajax Easy

In many cases when you’re using AJAX to make your site more user friendly you will loose some really important bits such as search engine optimization, bookmarking and support for users without...

View Article



Send Canvas Content to Your Server

In the previous tutorial I showed you how to draw a line graph using the HTML5 canvas object. In this loosely based follow up tutorial I will show you how to send the canvas image to your server. Tip...

View Article

Fixing ASP.NET control events in jQuery UI Dialogs

A common problem for many ASP.NET developers working with jQuery UI is to get events working on ASP controls inside jQuery UI dialogs. There’s a quite simple fix for it, here’s how. The JavaScript for...

View Article

HTML5 Native Drag And Drop File Upload

Thanks to the new drag and drop and file API features of HTML5 creating a drag and drop file upload has become much easier. Sadly it isn’t widely supported by the browsers yet as it’s currently just...

View Article

Using Server-Sent Events with ASP.NET

In some web applications you need to know when something has changed on the server and alert the client immediately or at least as soon as possible, such applications might be a chat application or a...

View Article


Add JavaScript to The Tag from your UserControls

I’ve developed quite a lot of UserControls in my days and I’ve always been annoyed by the ugly way to add JavaScript to the page header. So I took matter in my own hands and created yet another...

View Article

Automatically Load New Rows When Reaching Page End

The normal way to handle long lists and tables are to implement paging, paging is very useful and practical when it comes to handling a lot of tabular data. But it might not always be the most...

View Article
Browsing latest articles
Browse All 7 View Live




Latest Images