ashpat

Stories kicked by ashpat

Creating A Simple Physics Game using Silverlight and Farseer Engine (ashishware.com)

submitted by ashpatashpat(285) 1 year, 1 month ago

This article describes how to use Silverlight with the Farseer Physics Engine to create a simple physics game that can be played inside browser. Don't forget to check out the live demo. read more...

add a comment |category: |Views: 7

tags: another

Event Log Monitor using C# and WebSocket(HTML 5) (ashishware.com)

submitted by ashpatashpat(285) 1 year, 8 months ago

This article is about creating a simple web based event log monitoring application that uses server push to update data. It shows how to use WebSocket to implement server push technology using C#. read more...

add a comment |category: |Views: 394

tags: another

Quick and dirty network usage meter with C# (ashishware.com)

submitted by ashpatashpat(285) 2 years, 1 month ago

This article is about creating a very basic network usage meter for serial port/USB/mobile phone modems with only C# (no Win API calls, sockets or fancy stuff). read more...

add a comment |category: |Views: 8

tags: another

Using Extension Methods with Typed Datasets (ashishware.com)

submitted by ashpatashpat(285) 2 years, 7 months ago

This article illustrates usefulness of extension methods with typed Datasets. Using LINQ extension methods can reduce the amount of code we write for common tasks. read more...

add a comment |category: |Views: 13

tags: another

Creating self updating animated charts with Fusion Charts and ASP.NET(ashishware.com)

submitted by ashpatashpat(285) 3 years, 1 month ago

This article discusses how to create cool self-updating charts using Fusion Charts , ASP.NET and some AJAX. There is an online demo of the app hosted on this website. read more...

add a comment |category: |Views: 56

tags: another

Needed: Better ASP.NET Validators !(ashishware.com)

submitted by ashpatashpat(285) 3 years, 3 months ago

Talks about couple of nice to have validation features in upcoming versions of ASP.NET read more...

add a comment |category: |Views: 17

tags: another

Using Client-Side Custom Events in ASP.NET Applications(ashishware.com)

submitted by ashpatashpat(285) 3 years, 3 months ago

This article talks about using custom client-side events in javascript to simplify complex scenarios. It illustrates how using custom javascript events, helps write neat and simple javascript code for todays RIAs. read more...

add a comment |category: |Views: 19

tags: another

Simple 'Select-all' checkbox javascript for ASP.NET GridView,DataList,(ashishware.com)

submitted by ashpatashpat(285) 3 years, 5 months ago

Simple javascript to handle selection of checkbox column in GridView and repeater controls. Only ten lines of code using jQuery, which is independent of codebehind. No need to fiddle around with clientIds ! read more...

add a comment |category: |Views: 363

tags: another

Adding multiple client-side event handlers to ASP.NET controls(ashishware.com)

submitted by ashpatashpat(285) 3 years, 5 months ago

An article on using jQuery to attach multiple handlers to client side events of ASP.NET server controls like click, change,blur ..etc., from code behind. read more...

add a comment |category: |Views: 20

tags: another

Viewstate Viewer add-on for Firefox(ashishware.com)

submitted by ashpatashpat(285) 3 years, 8 months ago

This add-on can decode and show viewstate contents of an *.aspx page. Once you intall this add-on, it shows up a 'Show Viewstate' item in context menu of Firefox. When this menuitem is clicked, a popup comes up showing the viewstate details. read more...

add a comment |category: |Views: 1234

tags: another

Ashish's Image Resize utility(ashishware.com)

submitted by ashpatashpat(285) 3 years, 8 months ago

Very simple console based utility to resize images that works on Windows (.NET) and Linux (Mono). Apart from resizing one can # Add borders to images. # Add watermark text to images (such as copyright notice). # Save output images in particular image format. # Adjust color and width of border . # Control color,opacity,font,size of the watermark text for a batch. read more...

add a comment |category: |Views: 17

tags: another

Adding Subtitles to videos in Silverlight(ashishware.com)

submitted by ashpatashpat(285) 3 years, 8 months ago

This article is about adding sutitles to 'any' video hosted inside a Silverlight plugin. It is possible to do so using ultra-simple technique in javascript and a feature of Silverlight, which allows text to be drawn over videos. There is a demo showing multilingual subtitles on this website. read more...

add a comment |category: |Views: 132

tags: another

Animated Bar Graph using Silverlight (ashishware.com)

submitted by ashpatashpat(285) 4 years ago

This demo application was made using Silverlight and javascript. It uses AJAX to fetch data(JSON) and refresh itself at regular intervals. There is an online XAML generator tool to create such graphs. read more...

add a comment |category: |Views: 365

tags: another

SPAW Editor .NET Edition v.2 Released(blog.solmetra.com)

submitted by ailonailon(1335) 4 years, 7 months ago

.NET Edition of SPAW Editor v.2 - open-source web based HTML WYSIWYG editor control - has been released. v.2 adds unique tabbed multi-document interface, floating/shared toolbars, support for all major browsers (IE, Firefox, Opera, Safari), designer support for VS2005 and many more. read more...

add a comment |category: |Views: 11

tags: another

Spice up ASP.NET validation with AJAX Control Toolkit(ashishware.com)

submitted by ashpatashpat(285) 4 years, 8 months ago

This article discusses ways to enhance client side validators using AJAX Control Toolkit, by adding callouts and modal dialog box. The whole purpose is to improve user experience with very little effort. read more...

add a comment |category: |Views: 22

tags: another

Silverlight based AJAX line graph(codeproject.com)

submitted by ashpatashpat(285) 4 years, 8 months ago

An article on creating real time AJAX line graphs with silverlight and ASP.NET. Detailed explanation, source code and demo available. read more...

add a comment |category: |Views: 77

tags: another