Browse by Tags
All Tags »
jQuery (
RSS)
ASP.NET MVC 4 Developer Preview introduces also new template for mobile web applications. These templates are special because they are using jQuery Mobile – special jQuery library for building mobile user interfaces. In this posting I will show you how...
Selecting things from dialogs and data represented as trees are very common things we see in business applications. In this posting I will show you how to use ASP.NET TreeView control and jQuery UI dialog component to build picker dialog that hosts tree...
I decided to write over long time one posting that is directed to beginners who start with jQuery and AJAX . One of the first things to study is how to make requests to server and how to retrieve objects. In this posting I will show you how to use jQuery...
I needed to add context menus to some tables of my intranet application. After trying some components I found one that does everything I need and has no overhead. In this posting I will show you how to use jQuery context menu plug-in and how to attach...
In my previous posting about ASP.NET MVC performance I showed you how to combine resources like scripts, style sheets and images . In this posting I will show you how to minimize resources so we don’t waste the bandwidth we got. Optimizing scripts and...
I found very good jQuery component called FullCalendar. My special favorites are agenda views because they make this calendar really useful in business applications. In this posting I will show you how to use FullCalendar with ASP.NET MVC . Update: source...
In one of my sample projects I wrote simple calendar solution. Users can select dates from calendar and see what events they have on selected days. I used jQueryUI DatePicker and FullCalendar components. In this posting I will show you how to link them...
Cropping images in ASP.NET is easy task to do if you use right tools. In this posting I will introduce how to crop images using Jcrop and System.Drawing namespace classes. What we are building is simple and user-friendly image cropping interface that...
More Posts