Search 
DailyCoding > All
Title Author
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 ..
3 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 ..
0 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. ..
0 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 ..
4 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 ..
11 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 ..
7 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 ..
2 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 ..
3 Comment(s)
admin
Are You Throwing Exceptions Correctly?
Date: Jul 25, 2008
Discuss practices to throw exceptions to intact the exception stack trace ..
9 Comment(s)
admin
The Script tag runat="server" Problem Solution Using ResolveUrl
Date: Jul 21, 2008
Solution to the script tag runat="server" problem ..
0 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 ..
3 Comment(s)
admin
Using Microsoft Agent in Windows .Net Application
Date: Jul 4, 2008
How to use and animate MS in .NET Applications ..
0 Comment(s)
admin
Variadic Functions in JavaScript
Date: Jun 26, 2008
Create and use function with indefinite number of parameters in javascript ..
1 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 ..
0 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 ..
2 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 ..
0 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 ..
4 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 ..
0 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 ..
0 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 ..
0 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 ..
0 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 ..
2 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 ..
0 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 ..
0 Comment(s)
admin
How to get current assembly version
Date: May 21, 2008
Extracting the version of currently executing assembly ..
0 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 ..
0 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. ..
8 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 ..
2 Comment(s)
admin
Add parameterized queries in MySql (OleDb)
Date: May 18, 2008
Explains how to add parameters in odbc queries ..
0 Comment(s)
admin
© Copyright 2008 Daily Coding • All rights reserved