wvdominick

Stories submitted by wvdominick

IEBlog: Internet Explorer 8(blogs.msdn.com)

submitted by wvdominickwvdominick(480) 4 years, 2 months ago

Just as he was the first to talk about IE7, Bill Gates kept the tradition alive and discussed IE8 at the Mix ‘n Mash event here on campus yesterday. read more...

2 comments |category: |Views: 0

tags: another

A Few Quick Tips to Get More Visitors(bloodyflux.com)

submitted by wvdominickwvdominick(480) 4 years, 2 months ago

The problem is getting people to actually stay and interact. read more...

add a comment |category: |Views: 0

tags: another

3 Open Source Apps I'm Thankful For(bloodyflux.com)

submitted by wvdominickwvdominick(480) 4 years, 2 months ago

I'm thankful for a lot of things right now, but here are 3 open source applications that I'm truly thankful for. Happy Thanksgiving! read more...

1 comment |category: |Views: 7

tags: another

Microsoft Access is Still Extremely Useful(bloodyflux.com)

submitted by wvdominickwvdominick(480) 4 years, 2 months ago

Its refreshing to jump into Access, create a couple tables or import data from Excel, run the form creation wizard and your done. read more...

add a comment |category: |Views: 2

tags: another

Job Changes are Life Changes(bloodyflux.com)

submitted by wvdominickwvdominick(480) 4 years, 3 months ago

I started a new job this week. This post is about job stress, burn-out and how your life can improve when you switch jobs. read more...

add a comment |category: |Views: 2

tags: another

New site using DotNetKicks. ConservativeKicks.com(conservativekicks.com)

submitted by wvdominickwvdominick(480) 4 years, 3 months ago

I've set up a site using the DotNetKicks open source project. Its called ConservativeKicks.com. Its a place were you can find politically conservative news, articles and stories. Please visit if the subject interests your or you'd just like to see this great software being used for other topics. I hope you enjoy the site and thanks again to Gavin and everybody else helping with DotNetKicks. read more...

21 comments |category: |Views: 4

tags: another

Howto: Create a Custom Control in ASP.NET (C#)(localhost)

submitted by wvdominickwvdominick(480) 4 years, 3 months ago

This article explains how to create a custom control in asp.net with complete source code included. read more...

1 comment |category: |Views: 58

tags: another

5 Reasons why SubSonic is Better than Sliced Bread(bloodyflux.com)

submitted by wvdominickwvdominick(480) 4 years, 3 months ago

Toast your bread before you put gravy on it. Use SubSonic in your applications. read more...

4 comments |category: |Views: 55

tags: another

Showing the Users Currently on your Site (Part 2)(bloodyflux.com)

submitted by wvdominickwvdominick(480) 4 years, 3 months ago

The first part was a simple implementation that just showed the number of active users on your site. It used the global.asax file to count the sessions and retain the total in a cached object. I thought that was all I really wanted to see, but after I realized I could take it up a notch with bit more effort I decided to do so. You can see the working product on the site. read more...

add a comment |category: |Views: 1

tags: another

Showing the Users Currently on your Site (Part 1)(bloodyflux.com)

submitted by wvdominickwvdominick(480) 4 years, 3 months ago

I love to see a live look at who's currently on my site. The detailed stats I get from Google Analytics is really nice, but it only gets updated every 24 hours. Sometimes I just want to see if anybody is on my site. Quick and simple. Just give me a number! read more...

add a comment |category: |Views: 3

tags: another

Concatenate Column Values from Multiple Rows into a Single Column in S(bloodyflux.com)

submitted by wvdominickwvdominick(480) 4 years, 4 months ago

An article that explains how to combine column values in a table into a single column to be able to do a filter or search. All the work is down on the database side so no coding is needed. read more...

add a comment |category: |Views: 497

tags: another

Asp.net AJAX Progress Indicator by your Cursor(bloodyflux.com)

submitted by wvdominickwvdominick(480) 4 years, 4 months ago

A tutorial that shows you how to provide the user with a progress indicator attached to their cursor when doing an async-postback with ASP.NET AJAX 1.0 and C#. read more...

add a comment |category: |Views: 124

tags: another

Repeater control alternating backgrounds(bloodyflux.com)

submitted by wvdominickwvdominick(480) 4 years, 4 months ago

A simple way to use alternating background colors in a repeater control with C#. read more...

add a comment |category: |Views: 22

tags: another

Javascript element iteration(bloodyflux.com)

submitted by wvdominickwvdominick(480) 4 years, 4 months ago

A simple way to loop through all form elements on the client-side with an ASP.NET form. read more...

add a comment |category: |Views: 2

tags: another