rsoni

Stories kicked by rsoni

Simple online tools for developers(dailycoding.com)

submitted by rsonirsoni(930) 8 months, 28 days ago

Online, easy to use tools for developers read more...

add a comment |category: |Views: 6

tags: another

ImageLens – A jQuery plug-in for Lens Effect Image Zooming(www.dailycoding.com)

submitted by rsonirsoni(930) 1 year, 1 month ago

Use this jQuery plug-in to add lens style zooming effect to an image read more...

add a comment |category: |Views: 6

tags: another

jQuery Plug-in for Showing Message Box in Topbar(www.dailycoding.com)

submitted by rsonirsoni(930) 1 year, 2 months ago

A jQuery Plug-in which you can use for showing notifications and messages in the topbar. read more...

add a comment |category: |Views: 18

tags: another

Create Printer Friendly Web Page Using Media Attribute(www.dailycoding.com)

submitted by rsonirsoni(930) 1 year, 9 months ago

How can we optimize a web page for printer without creating new page read more...

add a comment |category: |Views: 12

tags: another

Top 5 new features of Visual Studio 2010 and .NET 4(www.dailycoding.com)

submitted by rsonirsoni(930) 2 years, 1 month ago

Discusses the new features of Visual Studio 2010 and .NET 4 read more...

add a comment |category: |Views: 922

tags: another

Using DebuggerBrowsable Attribute for a better view in debugger window(www.dailycoding.com)

submitted by rsonirsoni(930) 2 years, 4 months ago

Describe how we can DebuggerBrowsable attribute for customizing the debugger window view. read more...

add a comment |category: |Views: 6

tags: another

JavaScript Exception Handling Techniques(dailycoding.com)

submitted by rsonirsoni(930) 2 years, 9 months ago

Various techniques of JavaScript exception handling are dicussed here read more...

add a comment |category: |Views: 8

tags: another

Top 5 Small but Must have Extension Methods(dailycoding.com)

submitted by rsonirsoni(930) 2 years, 11 months ago

Covering a few very basic and use extension methods read more...

add a comment |category: |Views: 28

tags: another

Add Vista Look to your WPF Control on Windows XP(dailycoding.com)

submitted by rsonirsoni(930) 3 years, 3 months ago

Explains how to convert a XP looking UI into Vista look using WPF running under Window XP read more...

add a comment |category: |Views: 33

tags: another

Customized Html Controls: Creating Custom Checkbox(dailycoding.com)

submitted by rsonirsoni(930) 3 years, 5 months ago

This will discuss about how we can create a custom checkbox using CSS and jQuery read more...

add a comment |category: |Views: 71

tags: another

Random Sort a List Using LINQ(dailycoding.com)

submitted by rsonirsoni(930) 3 years, 6 months ago

LINQ (Language Integrated Query) is a one of very useful feature of .net 3.5 framework. This allows you to query objects and perform complex operations simply and efficiently. There are lots of trick which can be used with the help of LINQ. In this article I am explaining how can we random sort a List using LINQ read more...

add a comment |category: |Views: 175

tags: another

Purely CSS Callouts(dailycoding.com)

submitted by rsonirsoni(930) 3 years, 7 months ago

This article explains how you can create callouts using CSS and without using a single image. This will use the CSS thick border technique for creating slant area... read more...

add a comment |category: |Views: 140

tags: another

Top 7 Tip for Optimizing CSS(dailycoding.com)

submitted by rsonirsoni(930) 3 years, 7 months ago

It is very easy for CSS to grow to a huge size if you are not following proper guidelines to optimize this. By doing so you are not only making you css cleaner but also decreasing the response size of file. Here are some tip for optimizing the CSS. read more...

add a comment |category: |Views: 16

tags: another

Animated Progress Bar without Images in JavaScript(dailycoding.com)

submitted by rsonirsoni(930) 3 years, 8 months ago

How to create a cool looking animated progress bar without using any images using javascript, css and html read more...

add a comment |category: |Views: 102

tags: another

Maintaining Dirty and New state of objects(dailycoding.com)

submitted by rsonirsoni(930) 3 years, 9 months ago

Explains how to manage Dirty, Clean, New and Old state of business objects in you application read more...

add a comment |category: |Views: 14

tags: another

Object Oriented Programming with JavaScript : Timer Class(dailycoding.com)

submitted by rsonirsoni(930) 3 years, 9 months ago

How to do object oriented programming with JavaScript by taking simple example to a timer class.. read more...

add a comment |category: |Views: 76

tags: another