Skip to main content

Home/ Agency Oasis Developers/ Group items tagged find

Rss Feed Group items tagged

mgraber

Xobni - Outlook Plugin to Search People, Email, and Attachments Instantly - 0 views

  •  
    Outlook plugin that finds people & email in your inbox
  •  
    Outlook plugin that finds people & email in your inbox
Mark Ursino

RequestReduce (for .NET) - auto minify/bundle static assets - 0 views

  •  
    For ASP.NET - Super Simple Auto Spriting, Minification and Bundling solution - No need to tell RequestReduce where your resources are - Your CSS and Javascript can be anywhere - even on an external host - RequestReduce finds them at runtime automatically
Douglas Couto

The database principal owns a schema in the database, and cannot be dropped - Fix | JMJ... - 0 views

  •  
    "To change the DB_Owner to some another "Database Principal"; simply Drill Down to your Database in Sql Server Management Studio and further more Drill Down to your_DB_Name > Schemas > db_owner > right click > select properties. You would find the name of the "Database Principal" that you want to delete. Change this to some another "Database Principal"; for Example, to "dbo"."
Mark Ursino

Download ASP.NET MVC 2 RTM - 0 views

  •  
    Took me a long time to find this downloader. This will allow you to run ASP.NET MVC 2 sites
Douglas Couto

How to install Web Management Service (WMSvc) : The Official Microsoft IIS Site - 0 views

  •  
    On the server you need to install a Role Service called Management Service. You find this by going to ServerManager->Roles->WebServer(IIS) and then looking in right panel, section RoleServices. There it is, and there you can click to add it to the config.
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

Download details: Microsoft® SQL Server® 2008 Express - 1 views

  •  
    It's hard to find SQL Server 2008 Express files that are not R2 so here's the original DB
Mark Ursino

Formalize CSS - 0 views

  •  
    I want some measure of control over form elements, without changing them so drastically as to appear foreign in a user's operating system. Thus, my quest to find a happy medium, where browsers would generally agree and let me keep my sanity. The result is what I'm simply referring to as Formalize CSS.
Mark Ursino

CSS Redundancy Checker - 0 views

  •  
    Find unused CSS styles
Mark Ursino

jQuery ComboGrid Plugin - 0 views

  •  
    Combogrid, like autocomplete, when added to an input field, enables users to quickly find and select from a pre-populated list of values as they type, but in a tabular and paginated manner. Combogrid provides keyboard navigation support for selecting an item
Mark Ursino

Firefinder for Firebug - 0 views

  •  
    Firefinder is an add-on to Firebug, to help find HTML elements matching chosen CSS selector(s) or XPath expression. Type in desired filter and view the results.
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"
Douglas Couto

Replacing multi-line text in Visual Studio solutions - Windows Live - 0 views

  •  
    "Replacing multi-line text in Visual Studio solutions"
anonymous

Firefinder - Robert's talk - 0 views

  •  
    Firefinder is an extension to Firebug (in Firefox) and offers the functionality to, in a quick way, find HTML elements matching chosen CSS selector(s) or XPath
1 - 19 of 19
Showing 20 items per page