harlev

Stories kicked by harlev

First Public Preview of TP 2.0 Available(20.targetprocess.com)

submitted by firefalconfirefalcon(635) 5 years, 8 months ago

TP 2.0 is an ASP.NET 2.0/ATLAS based agile project management system. read more...

add a comment |category: |Views: 1

tags: another

September Atlas Control Toolkit Released(weblogs.asp.net)

submitted by ottoradkeottoradke(230) 5 years, 8 months ago

ScottGu blogs about the latest refresh to the Atlas toolkit. A couple of new controls included as well. read more...

add a comment |category: |Views: 12

tags: another

Scott Hanselman's 2006 Ultimate Developer and Power Users Tool List for Windows(hanselman.com)

submitted by HaackedHaacked(5105) 5 years, 8 months ago

Scott Hanselman, that uber technologist, updates his must have list of power tools for developers. read more...

add a comment |category: |Views: 6

tags: another

CSS Menu system with No JavaScript(grc.com)

submitted by crpietschmanncrpietschmann(11.3k) 5 years, 9 months ago

This is a page with a navigation menu that uses only CSS. It uses No JavaScript. read more...

add a comment |category: |Views: 86

tags: another

The IIS7 Difference(aspnetpro.com)

submitted by dalzieldalziel(6230) 5 years, 9 months ago

You may be wondering what’s so special about Internet Information Services 7 (IIS7). After all, that stuff is for IT Administrators to worry about, right? It is true that IIS7 offers many new features for IT Administrators, but it offers a ton of features tailored for the ASP.NET developer, as well. read more...

add a comment |category: |Views: 6

tags: another

Sumatra PDF Viewer for .NET?(weblogs.asp.net)

submitted by dalzieldalziel(6230) 5 years, 9 months ago

There's a new version of Sumatra, Krzysztof Kowalczyk's open source PDF Viewer for Windows. It's an incredible accomplishment, and a great example of the value of open source software. read more...

1 comment |category: |Views: 174

tags: another

Developer Productivity Tools Video(hanselman.com)

submitted by gaechgaech(1240) 5 years, 9 months ago

Great videos about developer productivity tools by Scott Hanselman. Presented at Beantown.NET, June 2006 * Part 1 (Command-line tools, Reflector) * Part 2 (Xml Serializer) * Part 3 (MS Powershell) * Part 4 (CodeRush, Misc) read more...

add a comment |category: |Views: 21

tags: another

LightBox with ASP.NET(dotnetslackers.com)

submitted by simonebsimoneb(5450) 5 years, 9 months ago

If you don't know what LightBoxes are check out the list at blinklist. Among them two implementantions caught my attention, the original LightBox JS 2.0 by Lokesh Dhakar and the lighter LiteBox by Tyler Mulligan. read more...

add a comment |category: |Views: 1883

tags: another

LiteBoxAlbum: Autogenerate LightBox-like photo albums(dotnetslackers.com)

submitted by simonebsimoneb(5450) 5 years, 9 months ago

Yesterday I posted about how I created a couple ASP.NET web controls to make it easy to generate a photo gallery using the LiteBox library. Ok now I have to make a confession, that was only a step to achieve something much more useful, an automated LighBox-like image slideshow! read more...

add a comment |category: |Views: 74

tags: another

Atlas July CTP and Latest Atlas Control Toolkit(weblogs.asp.net)

submitted by ottoradkeottoradke(230) 5 years, 9 months ago

ScottGu posts about the latest Atlas build with examples. Everything you need to know to get started with .NET and Atlas, including how to videos. read more...

add a comment |category: |Views: 0

tags: another

Windows Presentation Foundation Community Site(wpf.netfx3.com)

submitted by wpfruleswpfrules(760) 5 years, 9 months ago

Windows Presentation Foundation (WPF) is the next-generation presentation sub-system for Windows. It provides developers and designers with a unified programming model for building rich Windows smart client user experiences that incorporate UI, media, and documents. read more...

add a comment |category: |Views: 5

tags: another

ZedGraph: A flexible charting library for .NET(codeproject.com)

submitted by jfritzjfritz(80) 6 years, 2 months ago

Here's an open source charting library for .NET that provides a high degree of configurability. read more...

add a comment |category: |Views: 153

tags: another

A CAPTCHA Control for ASP.NET 2.0(codeproject.com)

submitted by harlevharlev(290) 6 years, 2 months ago

CAPTCHA is short for "completely automated public Turing test to tell computers and humans apart" and is the most popular technique used to prevent computer programs from sending request to Web servers. This can be for meta-searching search engines, doing dictionary attacks in login pages or sending spam using mail servers. You may see CAPTCHA images in Google register page when you do availability check on too many usernames or in Yahoo, PayPal and many other big Web sites. read more...

1 comment |category: |Views: 218

tags: another

Adding 'Google Suggest' functionality to an ASP.NET application(codeproject.com)

submitted by harlevharlev(290) 6 years, 2 months ago

Shows how to add 'Google Suggest' functionality to an ASP.NET application. read more...

add a comment |category: |Views: 22

tags: another

ASP.NET In Page Progress Bar with Cancel Example(codeproject.com)

submitted by harlevharlev(290) 6 years, 2 months ago

Example of an asp.net page with progress display and a cancel button. A single page starts a long running process, shows the progress and shows the process completion message. read more...

add a comment |category: |Views: 58

tags: another

ASP.NET Popup Control(codeproject.com)

submitted by harlevharlev(290) 6 years, 2 months ago

This article describes an ASP.NET popup control. This control imitates MSN Messenger alert, but it is designed for use in a web page. Graphical appearance of this control can be completely changed by using one of predefined styles or by modifying all colors used on the control. Control supports Drag&Drop, so user can move control on the page, where he wants. read more...

add a comment |category: |Views: 100

tags: another