Search

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

Matching Posts

  • Re: bug found in sql...

    before anyone asks me to clarify ... the stored proc Community_ImagesGetSectionImageseems to be missing an ELSE on the main IF statement - so when a sized image is requested it executes 2 select statements. I'm not too sure what a datareader does with that? .. but anyway sqlserver will still return both; the bad one will be if you request a sized image and it's not cached since then you'll just get the original sent back twice. Ben
    Posted to Community Starter Kit (Forum) by bentomkins on 6/14/2004
  • bug found in sql...

    the table is Community_SectionImage; it always returns normal image, even if it's getting a sized one but code only looks at first record so it's wasting memory. it's only a missing ELSE on the main if... fix is included below: -------------8<------------- SET QUOTED_IDENTIFIER ON GO SET ANSI_NULLS ON GO if exists (select * from dbo.sysobjects where id = object_id(N'[dbo].[Community_ImagesGetSectionImage]') and OBJECTPROPERTY(id, N'IsProcedure') = 1) drop procedure [dbo].[Community_ImagesGetSectionImage
    Posted to Community Starter Kit (Forum) by bentomkins on 6/14/2004
  • Re: why we no can say n00b?

    Oh no, sorry, my mistake! I just read the posting before about sausage! - eesh! : \ I have come to the conclusion that this board is the 'elephant’s grave yard' for .net coders - when they feel the end is nigh the stampede begins.
    Posted to Free For All (Forum) by bentomkins on 6/14/2004
  • Re: why we no can say n00b?

    ahh this is what happens when coders run out of things to do at work ...
    Posted to Free For All (Forum) by bentomkins on 6/14/2004
  • Re: admin tool - forum II look?

    I would second the use agains frames. With the use of asp.net user or server controls there is really no reason to use frames to seperate content. Also on a small note using frames does increase the number of server hits as another page is being called. Using a control will allow more flexibility in the positioning and laying out of information within a site which can vary on a page / condition basis. Coding against a frameset just adds another factor into the equation of items to be controlled.
    Posted to GotCommunityNet (Forum) by bentomkins on 4/10/2004
  • Re: [1.2] - Users and Groups

    > we need to support SQLServer as well as Access There are versions of SqlHelper for OleDb and Oracle written in C# included in the Nile 3.0 sample application: http://www.microsoft.com/downloads/details.aspx?FamilyID=e6d2cca0-9abb-48cd-bce9-e8beb0847725&displaylang=en This should suffice and its not a far stretch to build more.. The convenience and design far outweighs the down sides and SqlHelper also supports the MSDE. Other than the Caching block which do you not think applies? Personally
    Posted to GotCommunityNet (Forum) by bentomkins on 2/17/2004
  • Re: [1.2] Logo

    > The ASP.NET people look a little.. eroded Well I guess I could make them more realistic to fit the target market of 'real life' coders... How about overweight couch potatoes guzzling excessive amounts of caffeine with cricked necks from staring at their screens for too long :D -- oh and with a claw like hand from excessive mouse muscle use :1
    Posted to GotCommunityNet (Forum) by bentomkins on 2/16/2004
  • Re: [1.2] Logo

    http://www.memosyne.com/photo/79.aspx here is a sample logo that I sketched out, please provide feedback Best regards Ben
    Posted to GotCommunityNet (Forum) by bentomkins on 2/15/2004
  • Re: [1.2] - Users and Groups

    The data application block is one of the MS Patterns and best practices solutions for enterprise development. You can dload from the following address. http://www.microsoft.com/resources/practices/audiences.asp Patterns are basically reusable solutions that address specific architecture, design and implementation scenarios... i.e. big blocks of funky, bug free code : ) Data Access Application Block ---------------8<---------------- Implements a data access helper component, SqlHelper, which helps
    Posted to GotCommunityNet (Forum) by bentomkins on 2/15/2004
  • Re: [1.2] Logo

    Well if it’s a community esq. theme that you want then I think I can rustle something up. Personally I don’t see the point in the DNN logo as it does not really say anything at all?? I will knock up some logos based on the idea of silhouetted figurines representing a community of 'people'
    Posted to GotCommunityNet (Forum) by bentomkins on 2/15/2004
Page 1 of 4 (36 items) 1 2 3 4 Next >