<?xml version="1.0" encoding="UTF-8" ?>
<rss version="0.91">
<channel>
  <title>ashishware.com</title>
	<link>http://ashishware.com</link>
<description>Ashish on technology and other things!</description>


  <item>
    <title>
      Using Extension Methods with Typed Datasets
    </title>
    <description>
      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.
    </description>
    <link>http://ashishware.com/DSLinqExample.shtml</link>
  </item>
  
  <item>
    <title>
      My first game using Game Maker
    </title>
    <description>
      This article describes my first game creation experience using Game Maker. Game Maker is a unique software which makes  game authoring
      easy and fun. It can be used to create fairly complex games.
    </description>
    <link>http://ashishware.com/GMaker.shtml</link>
  </item>
  
  
 <item>
    <title>Self updating animated charts with Fusion Charts and ASP.NET Demo  </title>
    <description>
    Live demo of animated self-updating charts created using Fusion Charts , ASP.NET and some AJAX.
    </description>
    <link>http://ashishware.com/FChartDemo.shtml</link>
  </item>

 <item>
    <title>Creating self updating animated charts with Fusion Charts and ASP.NET </title>
    <description>
    In this article I will show you, how to create cool self-updating charts using Fusion Charts , ASP.NET and some AJAX.
    </description>
    <link>http://ashishware.com/AniCharts.shtml</link>
  </item>

  <item>
    <title>Using Client-Side Custom Events in ASP.NET Applications</title>
    <description>
     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.
    </description>
    <link>http://ashishware.com/JSCustEvents.shtml</link>
  </item>

  <item>
    <title>Introduction To Web Development Using Javascript Templates</title>
    <description>
      An article on using javascript templates to create Web 2.0 applications. The article explains creation of a simple image search application using Flickr Photo's public feed and 'TrimPath Template' engine from Google Code.

    </description>
    <link>http://ashishware.com/JSTemplates.shtml</link>
  </item>
  
  
 <item>
    <title>Simple 'Select-all' checkbox javascript for ASP.NET GridView,DataList,Repeater etc.</title>
    <description>
  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 ! </description>
    <link>http://ashishware.com/CheckBoxJs.shtml</link>
  </item>

  <item>
    <title>Adding multiple client-side event handlers to ASP.NET controls</title>
    <description>
    An article on using jQuery to attach multiple handlers to client side events of ASP.NET server controls like click, change,blur ..etc.</description>
    <link>http://ashishware.com/ASPEventHandlers.shtml</link>
  </item>

  <item>
    <title>Customizing default drag and drop behaviour of script.aculo.us/Mochikit  </title>
    <description>
    A small article on customizing the drag and drop functionality in script.aculo.us/Mochikit to overcome what I think are shortcomings.</description>
    <link>http://ashishware.com/MochikitDnD.shtml</link>
  </item>
  

  <item>
    <title>Adding Subtitles to videos in Silverlight  </title>
    <description>
     This article is about adding sutitles to videos 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.
    </description>
    <link>http://ashishware.com/SilverlightSub.shtml</link>
  </item>
  
    <item>
    <title>Silverlight Video Subtitles Demo</title>
    <description>
     A small demostration of adding subtitles to videos hosted inside Silverlight. This demo shows multi-lingual subtitles with selection option at runtime.
    </description>
    <link>http://ashishware.com/SilverlightSubDemo.shtml</link>
  </item>

  <item>
    <title>Ashish's Image Resize Utility</title>
    <description>
     Lightweight utility to resize and add borders to images. This was written in C# and currently available for windows only.
    </description>
    <link>http://ashishware.com/ImgResize.shtml</link>
  </item>

  <item>
    <title>Commenting functionality added ! </title>
    <description>
     Added commenting functionality to the website. Users can now write a comment , simply by clicking the 'Write a comment' link.
    </description>
    <link>http://ashishware.com</link>
  </item>

  <item>
    <title>Animated 3D AJAX Bar Graph using Silverlight (Demo) </title>
    <description>
     Demo of cool animated 3D AJAX bar graph made using Silverlight
    </description>
    <link>http://ashishware.com/XAMLGraph3DDemo.shtml</link>
  </item>
  
    <item>
    <title>Animated 3D AJAX Bar Graph using Silverlight</title>
    <description>
      An article on creating animated 3D looking bar graphs with silverlight and javascript.
    </description>
    <link>http://ashishware.com/XAMLGraph3D.shtml</link>
  </item>
  
    <item>
    <title>Online 3D bar graph XAML generator</title>
    <description>
     Online tool to generate XAML for creating 3D looking bar graph
     </description>
    <link>http://ashishware.com/XAMLGen.shtml</link>
  </item>
  
  <item>
    <title>ViewState Decoder Add-On for Firefox </title>
    <description>
      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.
    </description>
    <link>http://ashishware.com/ViewStatePeeker.shtml</link>
  </item>

<item>
    <title>AJAX like Tooltip for Datagrid using IFRAME</title>
    <description>
     This article
discusses how to add dynamic tooltip to ASP.NET datagrid/datagridview to show another webform(*.aspx page) containg controls for showing detailed information for selected row.
    </description>
    <link>http://ashishware.com/WebfrmTooltip.shtml</link>
</item>


<item>
    <title>IFRAME based Javascript Tooltip</title>
    <description>
      IFRAME based javascript tooltip , which can be used to show webpages. Nice alternative to those ugly popups for showing webpages or HTML documents. It supports all features of my previous DIV based tooltip.
    </description>
    <link>http://ashishware.com/IfrmToolTip.shtml</link>
</item>


<item>
    <title>Spice up ASP.NET validation with AJAX Control Toolkit</title>
    <description>
      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.
    </description>
    <link>http://ashishware.com/ASPValid.shtml</link>
</item>
  
	<item>
		<title>AJAX Line Graph with Silverlight (Demo)</title>
		<description>
			Javascript-only demos of Silverlight based AJAX line graphs. The source code and article on using this will shortly be made available on this 
             	page. 
		</description>
		<link>http://ashishware.com/SlvrGraphDemo.shtml</link>
	</item>
	<item>
		<title>Sliverlight based  photo viewer </title>
		<description>
			 A sleek photo viewer using Silverlight and sample JSON feed. Shows a cool slideshow of images.
		</description>
		<link>http://ashishware.com/Silverlight_example.shtml</link>
	</item>


	<item>
		<title>My First Game Programing Experience (with Ruby)</title>
		<description>
			 My experience of writing a simple game for first time in life. All those who are interested in writing a computer game, but have absolutely no idea of how to go about might find some information here. 
		</description>
		<link>http://ashishware.com/FirstGame.shtml</link>
	</item>
	
	<item>
		<title>Doing AJAX with popular javascript libraries</title>
		<description>
			An article which discusses how AJAX can be implemented using different javascript libraries and frameworks.
		</description>
		<link>http://ashishware.com/Ajax1.shtml</link>
	</item>
	
	<item>
    <title> AJAX Bar Graph using ASP.NET</title>
    <description>
      Create AJAX Bar Graph using ASP.NET and my javascript code. You can use it in your application to display numeric data. The graphs can be easily customised by using different stylesheets.
    </description>
    <link>http://ashishware.com/AJAXGraph.shtml</link>
  </item>

  <item>
<title>Drag and paste with Dojo</title>
<description>
 Recently I was asked how drag and paste can be implemented using Dojo. Means you start dragging an object and instead of dropping the object itself , you drop a copy of it.
</description>
<link>http://ashishware.com/Dojo_Copy.shtml</link>
</item>


  <item>
<title>Demo of Drag and Paste with Dojo</title>
<description>
Online demo showing how drag and paste can be implemented using Dojo's drag and drop functionality.
</description>
<link>http://ashishware.com/DnCopy.html</link>
</item>


<item>
<title>AJAX tooltip for ASP.NET Datagrid</title>
<description>
This article is about creating a AJAX based tooltip for the ASP.NET DataGrid. Full source for the demo project along with detailed explaination is available. With more creativity it is possible to create some spectacular looking UI. 
</description>
<link>http://ashishware.com/AJAXTT.shtml</link>
</item>


<item>
<title>Clipboard Image Archiver</title>
<description>
Clipboard Image Archiverallows you to simply copy and paste images from any source to a single destination. This program archives images  in a compact compressed format. You can anytime extract your archived images to a single folder or export them to a zip file.
</description>
<link>http://ashishware.com/Clip.shtml</link>
</item>

<item>
<title>Javascript Tooltip</title>
<description>Javascript for a tooltip that can display HTML contents and images.
Also possible to create translucent tooltips and can be used with AJAX. Check
 out the demos on this page.
</description>
<link>http://ashishware.com/Tooltip.shtml</link>
</item>

<item>
<title>Video Streaming with VLC Player</title>
<description>Introduction to using VLC Player as a video streaming server
on network.
</description>
<link>http://ashishware.com/Video.shtml</link>
</item>

<item>
<title>A cleaner way of handling the Flash's fscommand within IE </title>
<description>  A method to deal with fscommand that does not involve use of VBScipt and document.write()
</description>
<link>http://ashishware.com/fscommand.shtml</link>
</item>

<item>
<title>Photo Album with Maps</title>
<description>  A nice HTML based photo album which shows the locations of photos on a map.
View demo, download and put it on your website.
</description>
<link>http://ashishware.com/photo.shtml</link>
</item>

<item>
<title>Introduction to GIMP for Windows Users</title>
<description> GIMP (GNU's Image Manipulation Program) is a powerful and easy to use image editor. 
This article introduces Windows users to GIMP
</description>
<link>http://ashishware.com/GIMP.shtml</link>
</item>

<item>
<title>A snake game written in Javascript.</title>
<description> Check out the  snake game  and written entirely in javascript by me.
</description>
<link>http://ashishware.com/snakegame.shtml</link>
</item>

<item>
<title>Collapsible , Dragable Panels with Dojo</title>
<description>An article on how to create awesome DHTML panel units that support drag and drop and are collapsible using Dojo toolkit and very little javascript. There is an online demo.
</description>
<link>http://ashishware.com/Dojo_Panel.shtml</link>
</item>

<item>
<title>Demo of Collapsible , Dragable Panels with Dojo</title>
<description>View demo of collapsible , dragable javascript panels with Dojo
</description>
<link>http://ashishware.com/Dndwipe.html</link>
</item>

<item>
<title>Cool Collapsible Panel Written In Javascript</title>
<description>Works with IE and Firefox.Collapses with adjustable speed.
The article explains how it was constructed , very useful for customizing the panel.</description>
<link>http://ashishware.com/CollapsePanelArticle.shtml</link>
</item>

<item>
<title>Collapsible Javascript Panel In Action</title>
<description>A nice online demo of the collapsible panels in action.</description>
<link>http://ashishware.com/CollapsiblePanel.shtml</link>
</item> 
     
<item>
<title>Transliteration Tools for Indian Languages</title>
<description>Tools that can convert kya kaam to ???? ??? automatically.
They allow you to chat and write email in any Indian language with great ease.
Interested ! then visit the link.</description> <link>http://ashishware.com/Transl.shtml</link> 
</item>

<item>
<title>Running Linux on Windows Like Normal Programs</title>
<description>New to Linux ! Imagine running and stopping Linux on your Windows PC like normal program.
No installation required.Wont that be great for learning or experimenting.</description>
<link>http://ashishware.com/LinuxOnWindows.shtml</link>
</item>

<item>
<title>Javascript, OOP and Reuse </title>
<description>In this article we will see how object oriented programming with javacript promotes high reuse of properly written code. 
We will take previously written code , make it object oriented and ourselves see what benefits we get out of it.
</description>
<link>http://ashishware.com/JSOOP.shtml</link>
</item>

<item>
<title>Demos of OO Javascript Collapsible Panel Script</title>
<description>Collapsible panel, using OOP in Javascript. This promotes reuse and component based approach. Only a single line of Javascript is required to use them. 
</description>
<link>http://ashishware.com/OOPDemos.shtml</link>
</item>

</channel>
</rss>
