Search

You searched for the word(s): userid:619231

Matching Posts

  • Re: Photo album and Atlas

    Sorry about the long delay- here's what I do at Penql... in imagefetch.ashx, just mess with the cache headers like so: Public Sub ProcessRequest( ByVal context As HttpContext) Implements IHttpHandler.ProcessRequest Dim response As Web.HttpResponse = context.Response Dim request As Web.HttpRequest = context.Request response.ContentType = "image/jpeg" response.Expires = 60 response.Cache.AppendCacheExtension( "post-check=900,pre-check=3600" ) response.Cache.SetCacheability(HttpCacheability. Public
    Posted to Club Web Site Starter Kit (Forum) by MrLunch on 12/27/2006
  • Re: Forum Starter Kit

    Hi papalolo22, in the last script I removed all the [dbo] stuff to make it less likely there would be trouble. Just a guess... did you install the db stuff into the same database where the club tables are?
    Posted to Club Web Site Starter Kit (Forum) by MrLunch on 11/6/2006
  • Re: Forum Starter Kit

    Hey Angelo! Just coasting along :) Ciao!
    Posted to Club Web Site Starter Kit (Forum) by MrLunch on 11/6/2006
  • Re: Forum Starter Kit

    chriscee: My question can I embed html code into a post(body field) and have it show as a link, picture etc. The distributed code escapes all HTML to prevent XSS and other unpleasant hacks. You can enable HTML by removing the escape code from Add_Post and Edit_Post or by adding in a wysiwyg editor which is described here: http://wonglepong.wgg.com/clubwebsite/Forum_Thread.aspx?th=4
    Posted to Club Web Site Starter Kit (Forum) by MrLunch on 10/25/2006
  • Re: client datetime for posts

    Well hey, I've been off exploring things like Ruby on Rails (interesting stuff for you adventurous folks) but I just ran stats and I see that I have had about 300 downloads of the forums code. Pretty cool. I hope it's working out OK for you all. From watching the starter kit thing, I see a bunch of people getting off to a good start and moving on to all sorts of interesting projects, so I feel I should toss out a "thanks" to the people who made them, like Sam and the VStudio team
    Posted to Club Web Site Starter Kit (Forum) by MrLunch on 9/2/2006
    Filed under: lunch
  • Re: Security problems

    But hey - trying to code at midnight gets you the best kind of experience :)
    Posted to Club Web Site Starter Kit (Forum) by MrLunch on 9/2/2006
  • Re: Date controls showing German rather then English

    Hi Carl. You can add a directive to each page that tells the browser what culture to use for the page. The easiest (works most of the time) way is to use something like this: Culture=auto UICulture=auto For example in the calendar page you'd have: <%@ Page Language="VB" MasterPageFile="~/Default.master" Culture=auto UICulture=auto Title="Untitled Page" Trace="false" %>
    Posted to Club Web Site Starter Kit (Forum) by MrLunch on 9/2/2006
  • Re: Download Calendar Events to Outlook

    (for the purpose of discussion, let's just forget about daylight savings time for the moment) iCal event times are in UTC (aka GMT aka universal time) so if you make an event on the website for 6 PM, and the website is running on a server that's set to Eastern Time (which is UTC - 5) then the iCal download will say the event is at 11 PM UTC. You download that event to a computer on the west coast (UTC - 8) and it will show up in the outlook calendar as 3 PM (which is 6PM on the east coast). So, you
    Posted to Club Web Site Starter Kit (Forum) by MrLunch on 8/18/2006
  • Re: CSK File Management Extension - Navigateurl for files stored in nonweb folder

    Hi Fiona - clever solution. I had another idea, if you made an http handler (similar to avatarimagefetch) then you could go back to a NavigateUrl pointed at that. Consider using something other than the actual file name in the url the user sees, so they can't hack it into something like ..\..\secret_rocket_plans\fionas_password.txt.
    Posted to Club Web Site Starter Kit (Forum) by MrLunch on 7/21/2006
  • Re: Forum Starter Kit

    Sorry, the site moved, it is now here: http://wonglepong.wgg.com/clubwebsite/Forum_Topics.aspx web.config and rolloverbuttons are not part of the forums code, they're part of the club code. You can get a new club kit by running VWD or VS and doing new website, club starter kit. Somebody would want to be mindful not to upload their web.config with host connection string info in it. Ahem.
    Posted to Club Web Site Starter Kit (Forum) by MrLunch on 7/21/2006
Page 1 of 15 (144 items) 1 2 3 4 5 Next > ... Last »