Earlier, I wrote about changing the Labels widget to show a tag cloud instead of a list, thanks to code from frivmo.com.
Today (10/29/2008) I noticed that somehow that code from frivmo stopped working. So I switched to code from here.
Friday, September 19, 2008
Cannot exclude portion of page from Google indexing
Google doesn't have an html tag that will let you exclude portions of your web page from being indexed (discussion here). Would be nice to have something like this to wrap around common sections, like the menu, footer, secondary navigation, etc.
Thursday, September 18, 2008
VSS says "binary files differ" on web.config and xslt files
On Visual Sourcesafe (VSS), the comparison tool will say "binary files differ" for web.config or *.xslt files if the file's properties have it set at type=binary. To change that, right-click on the file on VSS, view the properties (General tab), and set the type=text.
See notes.
See notes.
Wednesday, September 17, 2008
VS2008 compile error: cannot find class name
If the project was converted from VS2003 to VS2005 or VS2008, you can get a compile error on Global.asax and various controls and forms.
Check if the class is declared as a partial class. If yes, then see if the asax (or ascx) is using "Codebehind". Try changing that to "Codefile".
Other notes here. And notes about Global.asax in ASP.NET 2.0.
Check if the class is declared as a partial class. If yes, then see if the asax (or ascx) is using "Codebehind". Try changing that to "Codefile".
Other notes here. And notes about Global.asax in ASP.NET 2.0.
Friday, September 5, 2008
Subscribe to:
Posts (Atom)