Welcome to Jacksonville Developers User Group
Sign in
|
Join
|
Help
Dennis J. Bottjer | MVP ASP.NET
ASP.NET & DotNetNuke Module Developer
This Blog
About
Email
Syndication
RSS 2.0
Atom 1.0
Search
Go
Archives
August 2006 (3)
July 2006 (1)
June 2006 (3)
May 2006 (1)
March 2006 (2)
February 2006 (1)
January 2006 (8)
December 2005 (4)
November 2005 (6)
October 2005 (4)
September 2005 (16)
August 2005 (27)
July 2005 (22)
June 2005 (20)
May 2005 (2)
Navigation
Home
Blogs
Forums
Post Categories
ASP.NET (36)
Cool Stuff (76)
CSS Design, XHTML, and Java Script (8)
Database Design and Administration (6)
DotNetNuke (10)
Geek News (73)
Project Management (3)
Server Controls (5)
Trouble On The Web (2)
Oct
November 2008
Dec
S
M
T
W
T
F
S
26
27
28
29
30
31
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
1
2
3
4
5
6
Server Controls
(RSS)
Creating custom ASP.NET Server Controls
Friday, January 13, 2006 1:04 AM
CSS For Windows Controls
To be a productive web developer you have knowledge of many tools and technology. For example, you need to know a programing language such as VB.NET and/or C#, SQL, HTML, CSS, JavaScript, etc. The nice thing about using CSS when developing
posted by
dbottjer
|
3 Comments
Filed Under:
ASP.NET
,
Server Controls
,
CSS Design, XHTML, and Java Script
Friday, December 09, 2005 11:06 AM
Useful Namespaces for Custom Server Control Development:
I cannot stress how important knowing the namespaces that makes up the .NET Framework. No matter what your .NET language of choice is all .NET languages use classes contained within these namespaces and knowing them well can save you much time.
posted by
dbottjer
|
0 Comments
Filed Under:
ASP.NET
,
Server Controls
Tuesday, July 26, 2005 6:28 PM
Interfaces Defined
It seems possible to write .NET applications an never write interfaces. It seems less likely to write .NET application and not use interfaces. So what are interfaces and how can they improve your code. Essentially, interfaces
posted by
dbottjer
|
0 Comments
Filed Under:
DotNetNuke
,
ASP.NET
,
Server Controls
Wednesday, June 29, 2005 5:56 PM
Changing the Toolbox Icon.
On a recent project I was tasked with building a custom grid server control. The grid made use AJAX (Client Side Java Script) to avoid post backs. One of the things I wanted to do as I was completing this project was change the ugly default
posted by
dbottjer
|
0 Comments
Filed Under:
Server Controls
Sunday, May 29, 2005 11:22 PM
Custom Server Controls vs. User Controls
ASP.NET has delivered on the long promised concept of code re-use in many ways. First, unlike Classic ASP where code was written with scripting languages, ASP.NET allows developers to build web applications using their favorite .NET language.
posted by
dbottjer
|
0 Comments
Filed Under:
ASP.NET
,
Server Controls