Search

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

Matching Posts

  • Dynamic Asp.Net page output caching, compression, & replacements

    Hi Everyone, I just wanted to let everyone know that I have recently released an HttpModule module on CodePlex called PageBlaster.Net . If anyone has any questions or is interested in helping enhance the project then let me know.
    Posted to Announcements (Forum) by J7Mitch on 2/17/2007
    Filed under: Caching, Compression, IHttpModule
  • Re: Atlas and Blowery HttpCompression

    make the "ebresource.axd" all lower case. The code does a lower case on all compares.
    Posted to ASP.NET AJAX UI (Forum) by J7Mitch on 8/3/2006
  • Re: Which modules won't work with Blowery?

    I just released a free module that does compression and page caching. It uses some of Ben Lowery's compression module code, but it only compresses request content-types of "text/html" so you don't have t exclude as much. It also does dynamic page level caching which can really increase the performance on an ASP.Net site. Check it out here: http://www.snapsis.com/OnlineStore/BrowseProducts/tabid/589/ProductID/9/Default.aspx
    Posted to DotNetNuke (Forum) by J7Mitch on 7/27/2006
  • Re: host login fails

    asmussen: Thanks, that worked. Why did my password change all of a sudden? Justin. Sorry, I don't know the answer to that one.
    Posted to DotNetNuke (Forum) by J7Mitch on 7/26/2006
  • Re: host login fails

    If you can get to the DB, then copy the password and salt from a user you do know the password for from the aspnet_membership table and paste it into the host user's record. BTW, even if you had e-mail setup DNN will not send the password as a security precaution.
    Posted to DotNetNuke (Forum) by J7Mitch on 7/25/2006
  • Re: Premium skin?

    No, but you can install it on the individual portals instead of at the host level..
    Posted to DotNetNuke (Forum) by J7Mitch on 7/25/2006
  • Re: DNN 4.3.3 ok for production?

    It is a production ready release version.
    Posted to DotNetNuke (Forum) by J7Mitch on 7/22/2006
  • Re: Replace home page with a link to HTML doc

    Oh right, i guess didn't make that clear. I was thinking about one portal. The system redirects to the default portal's first alias if an alias cannot be found. For the Skin thing, the modules will all be added to the ContentPane if the pane that they are originally assigned to cannot be found, so they will show up anyway. One way to hide them though is to place a little inline CSS in your Pane elements: <td id="ContentPane" runat="server" style="display:none" >
    Posted to DotNetNuke (Forum) by J7Mitch on 7/19/2006
  • Re: Replace home page with a link to HTML doc

    You couldn't get it to work with my method? It should work, maybe I'm just confusing you with the terminology though. You can't make a skin that doesn't load the controls, the system is setup so they have to go somewhere. That is why a requirement for every skin is that you have a ContentPane in it. But using your approach you could do it by placing some javascript in the page to do the redirect. Something like this. <script language="Javascript1.1" type="text/javascript"> location.href =
    Posted to DotNetNuke (Forum) by J7Mitch on 7/19/2006
  • Re: Replace home page with a link to HTML doc

    Also, if you want to keep peole from accessing it through www.newsite.com then you will have to either remove that alias or change it to something else temporarily so that it can't be found when DNN does the lookup.
    Posted to DotNetNuke (Forum) by J7Mitch on 7/19/2006
Page 1 of 238 (2372 items) 1 2 3 4 5 Next > ... Last »