// Comunidade de estudantes e tecnologia
Sign in
|
Join
HOME
ZOOM WHAT
MY CAREER
XNA PIZZA NIGHT
BLOGS
MEDIA
FORUMS
WIKIS
Bruno Silva
»
All Tags
»
ASP.NET
(
RSS
)
Browse by Tags
Blogs
Bruno Silva
Home
Syndication
RSS for Posts
Atom
RSS for Comments
Email Notifications
Go
Recent Posts
ASP.NET Output Cache - Cleaning all at once
Using web.config for custom configuration settings
W3C HTML validation (URL &) in ASP.NET
Text label “inside” password input (safe without javascript)
Save File Dialog - Firefox and Internet Explorer
Tags
.NET
ASP.NET
Curiosities
Design
Events
Freeware
Funny
Games
Imagine Cup
Microsoft
Microsoft Student Partners
Mobility
My Life
Pop Up
Programming
Silverlight
Software
Usability
Utilities
WCF
Web
Windows
Windows Live
XBox 360
XNA
View more
Archives
Junho 2009 (2)
Abril 2009 (1)
Fevereiro 2009 (2)
Janeiro 2009 (5)
Dezembro 2008 (1)
Novembro 2008 (2)
Outubro 2008 (10)
Setembro 2008 (7)
Agosto 2008 (12)
Julho 2008 (11)
Junho 2008 (9)
Maio 2008 (10)
Abril 2008 (5)
.NET
Programming
Software
Web
ASP.NET Output Cache - Cleaning all at once
I’ve been using a feature of ASP.NET called Output Cache. It allows you to have server-side cache for your ASP.NET webpages. You can define several profiles and cache expiration rules. You can read more about it in a simple and short article at...
Published
5 Fev 2009 15:52
by
Bruno Silva » Bruno Silva - Technology Blog
Filed under:
Web
,
Programming
,
.NET
,
ASP.NET
Using web.config for custom configuration settings
If you are an ASP.NET developer you must be familiar with web.config . Something that maybe you haven’t tried yet is to create custom configuration sections to store you application specific settings. Bellow you can see a web.config file that uses...
Published
22 Jan 2009 10:13
by
Bruno Silva » Bruno Silva - Technology Blog
Filed under:
Web
,
Programming
,
.NET
,
ASP.NET
W3C HTML validation (URL &) in ASP.NET
Today I was testing a website using a HTML W3C validation tool (XHTML 1.0 Transitional) and I found a problem in my links. Some URLs had the & symbol, since they linked to dynamic webpages which need parameters. The trivial solution is to replace...
Published
15 Ago 2008 14:08
by
Bruno Silva » Bruno Silva - Technology Blog
Filed under:
Web
,
Programming
,
ASP.NET
Text label “inside” password input (safe without javascript)
You can find several ways of putting some sample text in a HTML input text which fades away when you click it. Some of them use a few lines of javascript, others take advantage of Javascript frameworks, and there are even ways to achieve it using just...
Published
7 Ago 2008 20:04
by
Bruno Silva » Bruno Silva - Technology Blog
Filed under:
Web
,
Programming
,
.NET
,
ASP.NET
Save File Dialog - Firefox and Internet Explorer
Today I had to generate files in ASP.NET for download which was supposed to open a save file dialog in the web brower. The file name was based on a title field extracted from a database. The title had spaces which I allowed to be used in the file name...
Published
6 Ago 2008 16:53
by
Bruno Silva » Bruno Silva - Technology Blog
Filed under:
Software
,
Programming
,
.NET
,
ASP.NET
Preventing client-side caching
During this week I’ve been experiencing some problems with browser caching. I’ve a dynamically generated XML file which contents change a lot (it is a photo gallery based on Slide.Show), and I want the people who see this gallery to see newly...
Published
25 Abr 2008 16:46
by
Bruno Silva » Bruno Silva - Technology Blog
Filed under:
Web
,
Programming
,
.NET
,
ASP.NET