Skip to main content

Home/ Agency Oasis Developers/ Group items tagged requirements

Rss Feed Group items tagged

mgraber

Requirements Management - Author Requirements - 0 views

  •  
    "Blueprint Requirements Center lets you precisely author requirements through business process diagrams, hierarchical rich text requirements, use cases, user interface mockups, data definitions, and business rules. Best of all, it ensures that all requirements content fits together to provide a "single version of the truth" - a common reference for everyone on the project."
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
Mark Ursino

Sitecore Scaling Guide - 0 views

  •  
    This document describes how you can scale a Sitecore CMS 6.3 solution by configuring multiple instances in one or more environments, such as Content Management (CM) and Content Delivery (CD). After defining requirements and recommendations for Sitecore CMS 6.3 multi-instance solutions, this document provides instructions to configure CM and CD environments, and describes the steps required to configure an example implementation.
Nick Laidlaw

Sitecore - Friendly URLs - 0 views

  •  
    Sitecore does not process default URLs such as http://somedomain.com/somefolder/. An ISAPI filter is required. A free, lite version is available here: http://www.helicontech.com/download-isapi_rewrite3.htm. Here's an example of the regular expression required: RewriteLogLevel 9 LogLevel debug RewriteRule ^/(sitecore.*)$ /$1 [L] RewriteRule ^/([^\.\?]+)/?(\?.*)?$ /$1default.aspx$2 [L]
mgraber

How do I install Active Directory on my Windows Server 2003 server? - 0 views

  •  
    First make sure you read and understand Active Directory Installation Requirements. If you don't comply with all the requirements of that article you will not
Mark Ursino

Really Simple Slideshow - 0 views

  •  
    Really Simple Slideshow is a jQuery plugin for creating image slideshows. Images are loaded dynamically as each one is required, allowing for larger slideshows without having to pre-load lots of images.
Mark Ursino

PostSharp - 0 views

  •  
    Produce Cleaner Code with Aspects: Encapsulate common support behavior, such as exception handling, into classes that can be applied using .NET attributes. Remove Boilerplate Code: Stop duplicating code in and across systems. Build a support framework that your team can leverage across multiple apps. Focus on What Matters: Reduce system knowledge required across your team by factoring complex issues, such as multithreading, into aspects.
Douglas Couto

Saving changes is not permitted (SQL Server 2008) - 0 views

  •  
    " When you design a table in a database and then try to make a change to a table structure that requires the table to be recreated, the Database Management Studio will not allow you to save the changes."
Mark Ursino

Sitecore Link Database - 0 views

  •  
    Sometimes it is required to get all Items in the database based on a given template. Iterating through the entire database may be a very expensive operation though. However in this particular case, we can resort to the Link database. Link database is used by Sitecore to resolve all the linking issues - what referrers and what references the Item has. And if an item is based on a template, it also counts as a reference from the item to the template. The solution then is very simple: get all the referrers for a given template item.
Mark Ursino

EditableGrid - Make your HTML tables editable - 0 views

  •  
    EditableGrid is an open source Javascript library aimed at turning HTML tables into advanced editable components. It focuses on simplicity: only a few lines of code are required to get your first table up and running.
Mark Ursino

PublishingSpider Shared Source Module - 0 views

  •  
    You can use the PublishingSpider workflow action to publish the items referenced by the workflow item, including required ancestors of that item.
Mark Ursino

Agile Carousel - Javascript Slideshow - Image Carousel - 0 views

  •  
    Implement your slideshow with the Agile Carousel JQuery plugin. Highly customizable so you can build according to your requirements. JSON data format is used to provide easier integration with external data or data from your CMS. Use it for agile web development. This is an all new version written from scratch. JQuery UI effects and the ability to read files on the server are no longer included. New features are added, such as "Control Sets" which allow for a more customizable setup. Now posted on Github for faster development.
Mark Ursino

DropKick - a jQuery plugin for beautiful dropdowns - 0 views

  •  
    Creating custom dropdowns is usually a tedious process that requires a ton of extra setup time. Oftentimes lacking conveniences that native dropdowns have such as keyboard navigation. DropKick removes the tedium and lets you focus on making s@#t look good.
Mark Ursino

Ideal Forms - 0 views

  •  
    Ideal Forms is a small framework to build powerful and beautiful online forms. It's very easy to use and requires minimal html syntax. Absolutely everything is stylable with css, no images needed. Support for IE 7+, Firefox 3+, Chrome 3+, Safari 3.1+ and Opera 11+. Degrades gracefully with javascript disabled.
Mark Ursino

The 1Kb CSS Grid - 0 views

shared by Mark Ursino on 20 Jun 09 - Cached
  •  
    Other CSS frameworks try to do everything-grid system, style reset, basic typography, form styles. But complex systems are, well, complex. Looking for a simple, lightweight approach that doesn't require a PhD? Meet The 1Kb CSS Grid.
Mark Ursino

WeBlog - 0 views

  •  
    WeBlog is a blog module for Sitecore 6.2+. It is the successor to the EviBlog module. Features Windows Live Writer integration (MetaWeblog API) Page Editor support and custom WebEdit ribbon Wordpress Import CSS-based themes, with custom themes possible (one included) Various blog navigation components Comments (with author notification and optional approval workflow) Comment CAPTCHA through MSCaptcha or reCAPTCHA Gravatar Support Social sharing through ShareThis or AddThis, and other Facebook and Twitter widgets Tagging and tagcloud RSS Feeds (Sitecore Integrated RSS) Multi-server (staged architecture) support Globalized labels and messaging (English, Danish, Dutch, and Japanese translations provided) Most importantly, WeBlog has been architected to allow you to easily integrate it into your existing content and design, and to allow you to customize its templates and layout to your project requirements.
Matt DeGennaro

Adapting To A Responsive Design (Case Study) - 1 views

  •  
    One company's change to a responsive design and the results they saw (page load dropped from 9.19s to 1.82s and mobile exit rate dropped by 4000%)
Douglas Couto

Known Issues - SDN5 - 0 views

    • Douglas Couto
       
      Important step to fix your index.
  • You need to follow a special method to create indexes with the new synopsis generator. Open the dtSearch indexer Create the required indexClick Advanced button Check the checkboxes Cache document text in the index and Cache documents in the index.
  •  
    dtSearch - Important step to fix index.
Eric Famiglietti

Flash OBJECT and EMBED tag attributes - 1 views

  •  
    This document lists the required and optional attributes of the object and embed tags used to publish SWF (Flash-enabled) content in HTML pages for display in web browsers. The attributes allow you to specify certain parameters that control the details of how and where Flash Player displays the SWF file in the browser.
1 - 19 of 19
Showing 20 items per page