Palermo4
J. Michael Palermo IV
Sign in
|
Join
Home
Contact
About
RSS
Atom
Comments RSS
Search
Tags
.net
.netrocks
ado.net
ajax
americanidol
announcement
apple
apply
asp.net
aspinsiders
author
azgroups
biztalk
blog
book
c#
cardspace
cisco
code
commentary
Community News
coveys7habits
css3
defrag
desertcodecamp
devdays
diet
download
dreamscene
eWallet
extensionmethods
firebug
firefox
gadget
gmail
google
gotcodesnippets.net
gtd
html
html5
ie
interface
jaiku
javascript
jott.com
live
live.com
livewriter
mac
mesh
mindmanager
mix
motorola-q
mouse wheel
msi
mvp
mvpsummit
narrative
net
nmug
onecare
open space
orcsweb
palermo4.com
partywithpalermo
pdc
personal
primecondition.com
question
rd
reference
regex
sharepoint
silverlight
silverlightusergroup
snagit
soliloquy
sqlserver
statera
steve ballmer
sync
teched
techfest
themomentoftruth
theregion.com
troubleshooting
twitter
vault
video
vista
visualbasic
visualstudio2003
visualstudio2005
visualstudio2008
vpc
windows meeting space
wpc
wpf
xaml
xml
News
Navigation
Home
Blogs
Archives
February 2012 (1)
January 2012 (2)
November 2011 (2)
October 2011 (1)
August 2011 (2)
July 2011 (1)
June 2011 (2)
April 2011 (2)
December 2009 (1)
April 2009 (1)
January 2009 (1)
June 2008 (3)
April 2008 (11)
March 2008 (9)
February 2008 (7)
January 2008 (12)
December 2007 (8)
November 2007 (4)
October 2007 (9)
September 2007 (2)
August 2007 (8)
July 2007 (33)
June 2007 (1)
April 2007 (5)
March 2007 (2)
February 2007 (6)
January 2007 (4)
December 2006 (7)
November 2006 (7)
October 2006 (10)
September 2006 (1)
August 2006 (4)
July 2006 (1)
June 2006 (2)
May 2006 (3)
April 2006 (2)
March 2006 (8)
February 2006 (7)
January 2006 (1)
December 2005 (2)
October 2005 (1)
September 2005 (3)
August 2005 (6)
June 2005 (7)
March 2005 (2)
February 2005 (3)
January 2005 (3)
December 2004 (1)
November 2004 (4)
October 2004 (5)
August 2004 (1)
July 2004 (3)
June 2004 (9)
May 2004 (15)
April 2004 (7)
March 2004 (1)
February 2004 (2)
January 2004 (1)
Sites
Palermo4.com
Palermo4 on MSDN
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:
reference
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:
visualstudio2003
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:
reference
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:
.net
,
asp.net
,
c#
,
code
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:
asp.net
,
reference
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:
asp.net
,
regex
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:
asp.net
,
regex
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:
asp.net
,
reference
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
Filed under:
visualstudio2005
,
reference
More Posts