June 2004 - Posts

0
Comments

Squeak! by Palermo4

I was thinking about purchasing a new mouse, and I came across this presenter tool from Logitech Has anyone used this or have any comments on other similar mice/presenter tools? I would prefer the presenter style, as I do much training.
Filed under:
2
Comments

A different perspective on Class Viewer in Visual Studio .NET by Palermo4

As I was coding away tonight I started messing around with Class Viewer in Visual Studio .NET. Although it has some nice features (some specific to language) I stumbled across a view I hadn't seen before. By choosing to group by type, everything is organized...
Filed under:
1
Comments

Scott Watermasysk's HTML Friendly Code Viewer by Palermo4

Scott Cate was the first to show me Scott Watermasysk 's code-to-html viewer. I just used it in a previous post, and thought I should give Scott Watermasysk another plug for making code easier to read in blogs. Thanks Scott(s).
Filed under:
8
Comments

Getting the absolute path in ASP.NET (part 2) by Palermo4

In a previous blog , I received many comments on various ways I could get the application root. I am thankful for such comments. What most of the commenters did not realize is that I need the resolution of the url in a custom http module, where Control...
Filed under: , , ,
0
Comments

Providing information for a Repeater when there is no data... by Palermo4

I just read a recent blog from Alex Campbell on extending the Repeater control to provide a message when there is no data available from the data source. Check it out!
Filed under: ,
4
Comments

Regex pattern for anchor tags (part 2) by Palermo4

Thanks to a comment by Jerry Pisk, I have revised the RegEx pattern to allow the anchor tag to include other attributes as well. Here is the revision: <a.*href=["'](?<url>[^"]+[.\s]*)["'].*>(?<name>[^<]+[.\s]*)</a>
Filed under: ,
2
Comments

RegEx pattern for anchor tags by Palermo4

Scott Cate just wrote a blog on his first (from scratch) RegEx pattern to find anchor <a> tag. Here is my revision: <a[\s]?href=["'](?<url>[^"]+[.\s]*)["']>(?<name>[^<]+[.\s]*)</a> I simply added support for the href value...
Filed under: ,
1
Comments

C# with ASP.NET for Developers by Palermo4

The video series from LearnKey is finally available! http://www.learnkey.com/store/images/CSharpwithASPNET.asp
Filed under: ,
0
Comments

Installing VS 2005 (May 2004) issues with documentation by Palermo4

I came across a good link if you are having issues with help documentation after installing Visual Studio .NET 2005. http://normen.mine.nu/myblog/viewpost.aspx?PostID=79
More Posts