Skip to main content

Home/ Agency Oasis Developers/ Group items tagged web

Rss Feed Group items tagged

Mark Ursino

Pingdom Tools - 0 views

  •  
    Test the Load Time of a Web Page
Mark Ursino

Curtain.js - 0 views

  •  
    This plugin allows you to create a web page with multiple fixed panels that unroll with an amusing effect. Exactly like a curtain rises.
Mark Ursino

All-In-One Business Dashboard | Real-time Monitoring | Cyfe - 0 views

shared by Mark Ursino on 09 Feb 12 - No Cached
  •  
    "Cyfe is a web-based software that helps you bring all your business metrics into one single location. Spend your valuable time on making better business decisions instead of wasting it on creating reports."
Mark Ursino

Pageguide by tracelytics - 0 views

  •  
    An interactive guide for web page elements using jQuery and CSS3.
Mark Ursino

iosOverlay.js - 0 views

  •  
    "iOS-style overlays/notifications for the web"
Mark Ursino

Badass JavaScript - 2 views

shared by Mark Ursino on 10 Jun 10 - Cached
  •  
    A showcase of awesome JavaScript code that pushes the boundaries of what's possible on the web.
mgraber

ASP.NET QuickStart Tutorials - 0 views

  • Securing Non-ASP.NET Files
  • ASP.NET handles requests for file extensions that are normally associated with ASP.NET, while IIS handles requests for all other file extensions. By default this means common file extensions such as .aspx and .asmx are processed by ASP.NET. This processing includes authentication and authorization to ASP.NET files. Sometimes though, a developer wants non-ASP.NET resources to be processed by ASP.NET. One reason for processing non-ASP.NET files through ASP.NET is to allow ASP.NET authentication and authorization to control access to these types of files. The combination of IIS6 on Windows Server 2003 and ASP.NET 2.0 provides the most flexibility for running the ASP.NET pipeline as part of processing a request for a non-ASP.NET resource. IIS6 includes support that allows ASP.NET 2.0 to perform authentication and authorization steps, and to then hand off the remainder of the processing of a non-ASP.NET resource back to IIS6. For example, it is possible to authenticate access to an ASP page using ASP.NET forms authentication, authorize access with ASP.NET's Url authorization and still allow the ASP ISAPI extension (asp.dll) to execute the ASP page. This support is possible because IIS6 introduced a new server support function for ISAPI extensions: HSE_REQ_EXEC_URL. Assume that a directory structure contains a mix of both ASP and ASP.NET files. The ASP.NET pages are used to log a user in with forms authentication, while the ASP pages represent the rest of the application. Using the IIS6 MMC, right-click on directory and create an application (this is the same step that is necessary when setting up a standard ASP.NET application). After an application has been created, click on the Configuration button that is located on the Directory property page. This will cause the Application Configuration dialog to be displayed. New to IIS6 is a feature called wildcard application mapping. The bottom of the Application Configuration dialog allows you to configure this feature. First determine the path for the ASP.NET ISAPI extension that processes ASP.NET files such as .aspx files. You can find this path by looking at the extensions that are listed in the Application Extensions list shown in the top half of the Application Configuration dialog. Click on the row in the list that maps the .aspx extension, and select the Edit button. In the dialog that pops up, highlight the text in the Executable textbox and copy it to the clipboard. Then cancel out of the dialog. Next, click the Insert button that is in the bottom half of the Application Configuration dialog. A dialog box titled Add/Edit Application Extension Mapping will be displayed. In the Executable text box, enter the path to the ASP.NET ISAPI extension that you copied to the clipboard earlier. The end result should look something like the screenshot below.
  • Click OK to close out all of the dialogs. Now whenever a request is made for any file, the request will first be processed by ASP.NET. If the web.config for your ASP.NET application has enabled forms authentication, an unauthenticated request for a .asp file will first trigger a redirect to the login page configured for forms authentication. After a user has successfully logged in, they will be redirected back to the original .asp page. When the now-authenticated user requests the .asp page, ASP.NET will first run through the FormsAuthenticationModule to verify that the forms authentication cookie exists and is still valid. If this check passes, ASP.NET will hand processing of the .asp page back to IIS6, at which point IIS6 will pass the request on to the ISAPI extension that normally process .asp pages. In this case the extension is asp.dll and the ASP page will then run to completion. The reason ASP.NET will pass the request back to IIS6 is that non-ASP.NET resources will fall through the list of configured <httpHandlers> to the following entry: <add path="*" verb="GET,HEAD,POST" type="System.Web.DefaultHttpHandler" validate="True" /> The DefaultHttpHandler is responsible for handing requests back to IIS6 for further processing.
  •  
    "Securing Non-ASP.NET Files"
Mark Ursino

Sitecore SEO Toolkit - 0 views

  •  
    The Search Engine Optimization module helps administrators to detect the missing pieces of content which influence the page rank and to make the content more search engine friendly. The module contains features for both the content editors and the web site developers.
Mark Ursino

CLEditor - WYSIWYG HTML Editor - 0 views

  •  
    CLEditor is an open source jQuery plugin which provides a lightweight, full featured, cross browser, extensible, WYSIWYG HTML editor that can be easily added into any web site.
Mark Ursino

Spritebaker - Ridiculous easy Base64 encoding for Designers - 0 views

  •  
    A free tool for designers and web developers. It parses your css and returns a copy with all external media "baked" right into it as Base64 encoded datasets. The number of time consuming http-requests on your website is decreased significantly, resulting in a massive speed-boost (server-side gzip-compression must be enabled).
Mark Ursino

imgAreaSelect - image selection/cropping jQuery plugin - odyniec.net - 1 views

  •  
    imgAreaSelect is a jQuery plugin for selecting a rectangular area of an image. It allows web developers to easily implement image cropping functionality, as well as other user interface features, such as photo notes (like those on Flickr).
Mark Ursino

Demystifying 'Sys is undefined' - 0 views

  •  
    Are you running into this error on your ASP.NET AJAX enabled web site? Does it only happen on some machines or on some browsers? Here's how you can get to the bottom of it.
Mark Ursino

CARTOVIEW - 0 views

  •  
    Our famework is fast, flexible, and FREE. It's designed for people who edit map content. Find out more, or try it out yourself with our online demo. CartoView allows you to use Google maps, Google Earth Browser, Openlayers and other mapping APIs interchangeably. CartoView offers an advanced plugin architecture for rendering plugins on many web mapping applications. Use Cartoview to develop your mapping plugin once and use it in many different online mapping applications.
Mark Ursino

AnythingSlider - 0 views

  •  
    - Panels are HTML Content (can be anything). - Multiple AnythingSliders allowable per-page. - Infinite/Continuous sliding (always slides in the direction you are going, even at "last" slide). - Optionally resize each panel (specified per panel in css). - Optional Next / Previous Panel Arrows. - Use keyboard navigation or tabs that are built and added dynamically (any number of panels). - Link to specific slides or go forward or back one slide from static text links - go to Slide 4 (Quote #2) in second example. - Each panel has a hashtag (can link directly to specific panels). - Optional custom function for formatting navigation text. - Auto-playing slideshow (optional feature, can start playing or stopped) - Pauses playing YouTube videos when not in view and resumes them when in view (only in non-IE browsers & if files are hosted on the web). - Pauses slideshow on hover (optional). - Optionally play the slideshow once through, stopping on the last page.
Mark Ursino

Composite C1 - the open source .NET 4 CMS - 0 views

  •  
    Composite C1 is a free open source web content management system based on Microsoft .NET technology. C1 is aimed at communicators who need to easily manage content on corporate websites while maintaining a consistent visual identity. C1 comes fully featured, it's straightforward to use, easy to extend, and integrates with other systems beautifully.
« First ‹ Previous 61 - 80 of 257 Next › Last »
Showing 20 items per page