Skip to main content

Home/ Agency Oasis Developers/ Group items tagged web

Rss Feed Group items tagged

Mark Ursino

Web Deployment: Web.Config Transformation - 0 views

  •  
    Mimic multiple web.config with web.config transformations
Mark Ursino

ELMAH (Error Logging Modules and Handlers) - 0 views

  •  
    ELMAH (Error Logging Modules and Handlers) is an application-wide error logging facility that is completely pluggable. It can be dynamically added to a running ASP.NET web application, or even all ASP.NET web applications on a machine, without any need for re-compilation or re-deployment.
Mike Tomasulo

Installation Guide v6 - Sitecore Dev Network - 0 views

  •  
    "The installation program does not detect the mode IIS 6 is currently running and set the x64 component up if the OS is 64-bit. This can cause the following error: "Attempted to load a 64-bit assembly on a 32-bit platform. Use ReflectionOnlyLoad() instead if trying to load for reflection purposes." In order to fix this manually, replace the system.data.sqlite.dll in the bin folder of your site with the file provided on this page."
  •  
    Instructions for converting sitecore web site to Visual Studio Web Application are in this doc
  •  
    Instructions for converting sitecore web site to Visual Studio Web Application are in this doc
Mark Ursino

http is deprecated. - 0 views

shared by Mark Ursino on 29 Jan 11 - Cached
  •  
    By default, all popular Web browsers assume the HTTP protocol. In doing so, the software prepends the 'http://' onto the requested URL and automatically connect to the HTTP server on port 80. Why then do many pages explictly set http on all hypertext links? Surely it is easier to type "domain.com" than "http://domain.com". HTTP is also deprecated due to the ever-evolving web: The HyperText Transfer Protocol is no longer used to transfer hypertext. It is increasingly becoming used a means to transfer any content over port 80. Thus the definition "http" no longer means anything in the context of a URL since you are unlikely to be requesting hypertext. As the web evolves, next generation protocols will begin to replace http. By explicitly using "http://domain.com" in your links you are forcing your viewers of the future into using an obsolete protocol. By using "//domain.com" you will guarantee the protocol of tomorrow will work with your pages of today. Succinctly, use of the http protocol is redundant and time consuming to communicate. The internet, media, and society are all better off without it.
Mark Ursino

Using Web Performance Load Tester - 1 views

  •  
    Web Performance Load Tester is a powerful and easy to use tool that will allow you to automate load testing and generate reports to help you analyze the performance of a web site. The 10 virtual user version, which is full featured, is free to use and is ideal for identifying pages that exceed a threshold value for further investigation.
Mark Ursino

IVORY Framework - 0 views

  •  
    A simple, flexible, powerful and fully responsive grid based front-end web framework, Makes your web development faster and easier. It takes you all the way from 1200px on down to 320px.
mgraber

Classic ASP Script Error Messages No Longer Shown in Web Browser by Default : Running C... - 0 views

  •  
    "Classic ASP Script Error Messages No Longer Shown in Web Browser by Default"
mgraber

ASP.NET View State Overview - 0 views

  •  
    "Encrypting View State Although MAC encoding helps prevent tampering with view state data, it does not prevent users from viewing the data. You can prevent people from viewing this data in two ways: by transmitting the page over SSL, and by encrypting the view state data. Requiring the page to be sent over SSL can help prevent data-packet sniffing and unauthorized data access by people who are not the intended recipients of the page. However, the user who requested the page can still view the view state data because SSL decrypts the page to display it in the browser. This is fine if you are not concerned about authorized users having access to view state data. However, in some cases, controls might use view state to store information that no users should have access to. For example, the page might contain a data-bound control that stores item identifiers (data keys) in view state. If those identifiers contain sensitive data, such as customer IDs, you should encrypt the view state data in addition to or instead of sending the page over SSL. To encrypt the data, set the page's ViewStateEncryptionMode property to true. If you store information in view state, you can use regular read and write techniques; the page handles all encryption and decryption for you. Encrypting view state data can affect the performance of your application. Therefore, do not use encryption unless you need it. Control State Encryption Controls that use control state can require that view state be encrypted by calling the RegisterRequiresViewStateEncryption method. If any control in the page requires that view state be encrypted, all view state in the page will be encrypted. Per-user View State Encoding If a Web site authenticates users, you can set the ViewStateUserKey property in the Page_Init event handler to associate the page's view state with a specific user. This helps prevent one-click attacks, in which a malicious user creates a valid, pre-filled Web page with view state from a pre
mgraber

Extranet.Change Password.ascx.cs in Branches/Extranetv6 - Extranet - 0 views

  •  
    "using (new SecurityDisabler()) 74 { 75 Item context = Sitecore.Context.Item; 76 context.Editing.BeginEdit(); 77 System.Web.Security.MembershipUser mUser = System.Web.Security.Membership.GetUser(user.Name); 78 mUser.ChangePassword(txtOldPassword.Text, txtNewPassword.Text); 79 context.Editing.EndEdit(); 80 } "
mgraber

Google TV - Google Code - 0 views

  •  
    "Google TV Web Site Optimization Guide"
Mark Ursino

Web Design+ - 0 views

  •  
    Tips and advice on web standards development
mgraber

Measuring the Performance Impact of Virtualizing a Web Application Server - Web Perform... - 0 views

  •  
    "Load Testing a Virtual Web Application"
Mark Ursino

DHTMLX Touch - HTML5 JavaScript Framework for Mobile and Touch Devices - 0 views

  •  
    DHTMLX Touch is an HTML5-based JavaScript library for building mobile web applications. It's not just a set of UI widgets, but a complete framework that allows you to create eye-catching, cross-platform web applications for mobile and touch-screen devices.
Mark Ursino

Microsoft Web Farm Framework 2.0 - 0 views

  •  
    A new version of the Web Farm Framework
mgraber

Calling Cross Domain Web Services in AJAX - 0 views

  •  
    "Calling Cross Domain Web Services in AJAX"
Mark Ursino

jQuery Form Framework - jFormer - 0 views

  •  
    jFormer is a form framework written on top of jQuery that allows you to quickly generate beautiful, standards compliant forms. Leveraging the latest techniques in web design, jFormer helps you create web forms that: * Validate client-side * Validate server-side * Process without changing pages (using AJAX)
1 - 20 of 257 Next › Last »
Showing 20 items per page