Search 
DailyCoding > All
Title Author
Create Printer Friendly Web Page Using Media Attribute
Date: Aug 4, 2010
How can we optimize a web page for printer without creating new page ..
1 Comment(s)
admin
Top 5 new features of Visual Studio 2010 and .NET 4
Date: Apr 14, 2010
Discusses the new features of Visual Studio 2010 and .NET 4 ..
0 Comment(s)
admin
Using DebuggerBrowsable Attribute for a better view in debugger window
Date: Jan 23, 2010
Describe how we can DebuggerBrowsable attribute for customizing the debugger window view. ..
1 Comment(s)
admin
JavaScript Exception Handling Techniques
Date: Aug 4, 2009
Various techniques of JavaScript exception handling are dicussed here ..
7 Comment(s)
admin
Top 5 Small but Must have Extension Methods
Date: May 28, 2009
Covering a few very basic and use extension methods ..
5 Comment(s)
admin
Business Cards and Postcards Giveaway : Comment and Win
Date: Mar 26, 2009
Win free business cards and postcards. All you need to win is just comment ..
3 Comment(s)
admin
Add Vista Look to your WPF Control on Windows XP
Date: Jan 27, 2009
Explains how to convert a XP looking UI into Vista look using WPF running under Window XP ..
1 Comment(s)
admin
Customized Html Controls: Creating Custom Checkbox
Date: Dec 17, 2008
Discuss about creating custom html checkbox under customized html controls. ..
8 Comment(s)
admin
Random Sort a List Using LINQ
Date: Nov 21, 2008
How to random Sort a List by using simple LINQ technique ..
5 Comment(s)
admin
Purely CSS Callouts
Date: Oct 16, 2008
Simple trick for creating callouts just using CSS and without images ..
16 Comment(s)
admin
Top 7 Tip for Optimizing CSS
Date: Oct 6, 2008
About Optimizing techniques of CSS ..
11 Comment(s)
admin
Animated Progress Bar without Images
Date: Sep 3, 2008
How to create a cool looking animated progress bar without using any images using javascript, css and html ..
6 Comment(s)
admin
Maintaining Dirty and New state of objects
Date: Aug 26, 2008
Explains how to manage Dirty, Clean, New and Old state of business objects in you application ..
5 Comment(s)
admin
Object Oriented Programming with JavaScript : Timer Class
Date: Aug 13, 2008
How to do object oriented programming with JavaScript by taking simple example to a timer class. ..
2 Comment(s)
admin
Avoiding Event != null Check
Date: Aug 7, 2008
Describes about how we can eliminate the repeating check of Event != null every where in code before raising any event ..
8 Comment(s)
admin
Layout Form without Tables with CSS Trick
Date: Aug 4, 2008
How to design a form without using any table or nested div ..
16 Comment(s)
admin
"Default Text" Fields Using Simple jQuery Trick
Date: Aug 1, 2008
Explains how to implement default text input field using simple jQuery trick ..
27 Comment(s)
admin
How not to cache a page output in ASP.NET
Date: Jul 31, 2008
Explains how not to cache pages in asp.net to avoid them stored at client side ..
7 Comment(s)
admin
Creating always visible div using CSS
Date: Jul 29, 2008
Explains how easily we can create an always visible div using very simple CSS trick in html ..
25 Comment(s)
admin
Are You Throwing Exceptions Correctly?
Date: Jul 25, 2008
Discuss practices to throw exceptions to intact the exception stack trace ..
10 Comment(s)
admin
The Script tag runat="server" Problem Solution Using ResolveUrl
Date: Jul 21, 2008
Solution to the script tag runat="server" problem ..
14 Comment(s)
admin
MIME content-types with file extension
Date: Jul 15, 2008
List of MIME content-types and their file extension ..
0 Comment(s)
admin
Step by Step Guide to Add a SQL Job in SQL Server 2005
Date: Jul 10, 2008
Describes Step by Step process of adding a sql job in SQL Server 2005 ..
9 Comment(s)
admin
Variadic Functions in JavaScript
Date: Jun 26, 2008
Create and use function with indefinite number of parameters in javascript ..
2 Comment(s)
admin
Generate New Guid (uniqueidentifier) in SQL Server
Date: Jun 19, 2008
About how to generate a random unique identifier in using sql query in SQL server ..
8 Comment(s)
admin
How to force a file to download in ASP.NET
Date: Jun 16, 2008
This article is about how we can force the user to dowload a particlar file or file type by adding the content-disposition header ..
3 Comment(s)
admin
Specifying Access Modifier for Getter and Setter in Property
Date: Jun 13, 2008
Explains about how we can have different access modifier for getter and setter in a property ..
1 Comment(s)
admin
Using Thread Pool for Multi-Threading application
Date: Jun 9, 2008
How to use thread pool for multithreading in a .net application ..
5 Comment(s)
admin
Convert Image to Base64 String and Base64 String to Image
Date: Jun 6, 2008
Learn how to convert Image to Base64 String and Base64 String to Image. (Online Converter Image to Base64) ..
43 Comment(s)
admin
Using Microsoft Agent in Windows .Net Application
Date: Jun 4, 2008
How to use and animate MS in .NET Applications ..
3 Comment(s)
admin
Enum coversion operations (int to enum, enum to int, string to enum, enum to string)
Date: Jun 4, 2008
how to to various enum coversions like int to enum, enum to int, string to enum, enum to string ..
3 Comment(s)
admin
Links - Jun 02, 2008
Date: Jun 2, 2008
Some good links about web site design and development ..
0 Comment(s)
admin
Add favicon to your web site or html page
Date: May 29, 2008
Describes how to install and use a favicon on your website ..
3 Comment(s)
admin
Using RegEx(Regular Expressions) in JavaScript
Date: May 28, 2008
using javascript to create and verify user's input by using regular expression at client side ..
2 Comment(s)
admin
Implementing Cookieless Session (ASP.NET)
Date: May 27, 2008
Explains how to implement cookieless authentication in asp.net by settings in web.config ..
1 Comment(s)
admin
Using Invoke to access object in a windows forms/controls thread
Date: May 26, 2008
How to use Invoke to handle cross thread calls to windows forms or controls ..
1 Comment(s)
admin
Create RSS feed programatically from data in C#
Date: May 24, 2008
This article will explain how can you to create you own utility to generate rss feed from yous data programatically ..
10 Comment(s)
admin
How to crawl a web page/file in a .net application
Date: May 23, 2008
Explains how we can crawl a web page or file using a virtual path and store the response locally ..
4 Comment(s)
admin
Add attacments while sending email in .NET
Date: May 22, 2008
Describes how to include attachemt with MailMessage in .net while sending emails ..
2 Comment(s)
admin
How to get current assembly version
Date: May 21, 2008
Extracting the version of currently executing assembly ..
1 Comment(s)
admin
Apply CSS to html INPUT control based on type attribute
Date: May 20, 2008
how we can add css to any input element based on the type attribute of INPUT to control the stylesheet ..
4 Comment(s)
admin
How to cache a page output in ASP.NET
Date: May 19, 2008
how to do caching in asp.net to save the cpu time and do fast processing of incomming request ..
1 Comment(s)
admin
How to set 100% table height in html
Date: May 18, 2008
Explains how to set 100% table height in a html page, a commonly faced problem ..
48 Comment(s)
admin
How to Html Encode a string in .NET
Date: May 18, 2008
How to html encode a string in .net for displaying on a page ..
5 Comment(s)
admin
Add parameterized queries in MySql (OleDb)
Date: May 18, 2008
Explains how to add parameters in odbc queries ..
2 Comment(s)
admin
© Copyright 2008 Daily Coding • All rights reserved