Browse by Tags
All Tags »
Web (
RSS)
Red Gate is looking for feedback on its ASP.NET Web Development Education website. Visit their website and answer the survey .
Internet Explorer 10 is the web browser Microsoft is delivering with Windows 8 . According to its different usages and modes, its user agent string is as follows: Application Environment 32/64 bit User Agent String Internet Explorer Metro - Mozilla/5...
Since Visual Studio 2005 , Visual Studio comes with a development web server: the ASP.NET Development Server . I’ve been using this web server for simple test projects since than with Visual Studio 2005 and Visual Studio 2008 in Windows XP Professional...
Filed under: ASP.NET, Web, VisualStudio, Windows, WindowsVista, VisualStudio2008, Windows7, VisualStudio2010, TipsAndTricks, VisualStudio2005, CodeProject
Recently, a friend of mine asked me something like: “How do I get the user’s regional settings for a request to a web server?” As far as I know, web browser only send an Accept-Language HTTP header and nothing more. You can take this and use the default...
The procedures to define document compatibility in Internet Explorer 8 are well documented here , but I’ve seem many developers and system administrators that are not aware of this. Although you can (and should) define the document compatibility your...
For those who don’t know, I have this web site http://PauloMorgado.NET/ that I use both as a web presence besides my blogs and a playfield. Because I write both in English and Portuguese, I wanted the web site to have both English and Portuguese versions...
Today I was talking with João about a way to couple the lifetime of the ASP.NET session state with the lifetime of Forms Authentication ticket . My idea was to store the session ID in the UserData property of the forms authentication ticket upon...
After a long time, I finally managed to upload a version of the Extended WebBrowser Control to CodePlex . It's still a work in progress, but it's usable. Feel free to download , comment and file issues . A nice tabbed browser demo is included...
For the first time, ReMIX is coming to Portugal . The event will have a keynote and 3 tracks (Web Developer, UX and Architect) with 4 sessions each by the best speakers in each field. Don’t miss it! Register now!
Filed under: Architecture, ASP.NET, SoftDev, Events, Microsoft, MSDN, Web, Mix, Mix09, Expression Blend, Expression, ASP.NET MVC, Expression Studio
On a previous post I introduced the feeds I created to subscribe to Mix09 session videos. I’ve decided to also create a feed for the presentation slides: PPTX: http://feeds.paulomorgado.net/PauloMorgado/Events/Mix09/SessionSlides
On my last post I introduced the feeds I created to subscribe to Mix09 session videos. In case someone is interested on how I did it, here it is: <% @ WebHandler Language ="C#" Class ="mix09" %> using System; using System.IO;...
Updated (2009Mar25): Added MP4 feed. Mix09 is over and I would like to watch some sessions. I like to watch these kind of videos by subscribing them using the Zune Software as a podcast. I like the Zune Software because it downloads the “episodes” and...
ASP.NET is expected to have some improvements on the generation of client IDs . Although this is a major improvement, it comes short by not allowing the generation of shorter client IDs for server controls. My good friend Nuno Gomes has done some work...
Every web browser sends, on every request, a user-agent request HTTP header to the server. If you are curious about how Internet Explorer ’s user-agent string is form, read this article . This information is used by server software to identify the web...
There’s been a growth of social networks and the the addition of social networking features to other sites. Nowadays, you can find a vas variety of social networks: Facebook Hi5 MySpace WAYN Windows Live etc. There’s also a some professional networks...
Callbacks were introduced in ASP.NET 2.0 and is a simple mechanism for calling page or control functionality without page rendering and without the user noticing a post back. For a page or control to handle callbacks, all it needs is to implement the...
ASP.NET provides out of the box three session state stores: Provider Description InProc Session state is stored in the ASP.NET cache. SQLServer Session state is stored out-of-process in an SQL Server database. StateServer Session state is stored out-of...
In one of the environments I work, cookies cannot be used because the pages run inside web browser controls running on a client application and cookies end up being shared by all browsers. Fortunately, ASP.NET allows us to persist some cookies as part...
On my last post I wrote about a solution for the problem that arises when we try the use path infos and ASP.NET Themes and Skins together . Raj Kaimal suggested rewriting all LINK HTML elements URLs to the correct URL as seen from the client. Something...
Updated on 2008.07.28 – The code was done in a hurry and, talking to my friend Luís , I noticed that I had forgotten to make a case insensitive comparison and that the code was not so obvious. So, I updated the code and added an explanation. On my last...
More Posts
Next page »