Search

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

Matching Posts

  • Very best Example of Skin / Theme / CSS

    Can you share with me the very best example you have ever seen of a web application that is using skins, themes and CSS in near-perfect harmony? I'm talking best in show. I'm talking about the application that you wish you could be when you grow up. I'm also talking about an application that is real-world and not just a facade. It is a tall order I know, but you have seen something out there that you think is HOT. Please share it with me. I'm learning best practices and it seems complicated
  • Opinions Wanted: 3 websites become 1

    Please feel free to give any suggestions you might have. I'm in a bit of a time crunch as our team will be discussing this soon. So please don't delay in sharing your ideas. Situation: We have three web sites that are nearly identical. They were not identical at the beginning of the year, but now they are forming to be the same application with different appearances and different details on the display rules. Currently, when an HTML change is requested, we make the same change on the three
    Posted to Architecture (Forum) by MADCookie on 8/18/2009
  • Re: automatically deploy app_offline

    I really need you to go back one or two steps. I want to understand more about how you are doing this as I'd love to take advantage of the app_offline file. Right now, I do the old school batch file process where I create an app_offline file, but it looks like you are able to have a custom file in your project ( \UI\app_offline.htm ) and then the publish routine uses it. Can you explain a little bit more about the < ItemGroup >< OfflineFile Include = " $(SourceWebPhysicalPath)\UI
    Posted to VS Web Deployment Projects (Forum) by MADCookie on 12/1/2008
  • Getting resource name

    Is there a way to loop through the items in a resource file so I can get the item's name and value?
    Posted to Localization (Forum) by MADCookie on 10/4/2007
  • Re: InitializeCulture code's location

    Thanks again for helping me out.
    Posted to Localization (Forum) by MADCookie on 10/1/2007
  • Re: Resx for Neutral cultures?

    Thank you for confirming this approach! My manager and I appreciate it
    Posted to Localization (Forum) by MADCookie on 10/1/2007
  • InitializeCulture code's location

    HUH? The Master Page can't override Initialize Culture? Where in the world do you all put your culture switching code? I don't want to have to copy / paste that method onto every single ASPX page I've got. Protected Overrides Sub InitializeCulture() Dim defaultCulture As String = "en-US" Dim cultureCookieName As String = "selectedCulture" Dim listControlId As String = "radCulture" If Request.Cookies(cultureCookieName) IsNot Nothing Then defaultCulture = Request
    Posted to Localization (Forum) by MADCookie on 9/28/2007
  • Resx for Neutral cultures?

    For the first time, I am going to make a site to support Spanish and English (default). So far, I have two resource files: MyResources.resx and MyResources.es.resx. I am using the neutral culture without any problems. With all your experience, does anyone see a concern with this approach? May I overlooking something really important? Thanks for sharing your experience on this item.
    Posted to Localization (Forum) by MADCookie on 9/28/2007
    Filed under: ASP.net 2.0, Culture, language, Culture UICulture
  • Re: Custom Control Setting the Page.UICulture

    [quote user="vivek_iit"] InitializeCulture fires very early in the page lifecycle method, a time when no controls are initialized. AFAIK you cannot override that method in a custom control/user control. [/quote] I agree a control cannot override that specific event. I believe that new method was made available to make it easy for culture programming. What I'm really searching for is a way that a custom control can fire up the behavior. I have this code in my control, which is the same
    Posted to Localization (Forum) by MADCookie on 9/27/2007
  • Custom Control Setting the Page.UICulture

    I write composite controls (System.Web.UI.WebControls.CompositeControl). Is it possible to create a composite control that sets the page's Culture and UICulture? I have seen many examples where a page changes its own culture by overriding the page's InitializeCulture(). What I need to do now is deliver a control library DLL so the client can add a new "Culture Selector" control. How would you all do this?
    Posted to Localization (Forum) by MADCookie on 9/26/2007
    Filed under: UICulture, ASP.net 2.0, class library, CultureInfo, Culture UICulture
Page 1 of 1 (10 items)