im making a line in php and so far its showing fine, but what problem im getting now is the line is not being smooth, it shows as breaking edges. following is the code for making radius line:
I am having a weird issue happening with outputcache. I have multiple user controls on a page, one of which is a login control. The page and the login control is NOT cached, but other user controls ar
I have an ASP.NET MVC application. I need to cache some pages however only for non-authenticated users.
I am trying to do this, and it leads to result with contentlen 0 It looks like: [Out开发者_JS百科putCache(Duration = 36000)]
I have an action that returns a view with a master page with a logon user control at the top.When I set outputcache, it caches the entire output including the current user, so everybody would see whoe
I have an ASP.NET application which requires output caching. I need to invalidate the cached items when the data returned from a web service changes, so a simple duration is not good enough.
I read somewhere that for a hig开发者_运维问答h traffic site (I guess that is a murky term as well), 30 - 60 seconds is a good value.Obviously I could do a load test and vary the values, but I couldn\
I have a page1.aspx: <%@ Register src=\"uc1.ascx\" tagname=\"UcHead\" tagprefix=\"uc1\" %> and uc1.ascx using the OutputCache: