Skip to main content

Home/ Agency Oasis Developers/ Group items tagged extension

Rss Feed Group items tagged

Mark Ursino

5 Ways to Make Ajax Calls with jQuery - 0 views

  •  
    load(): Load a piece of html into a container DOM. $.getJSON(): Load a JSON with GET method. $.getScript(): Load a JavaScript. $.get(): Use this if you want to make a GET call and play extensively with the response. $.post(): Use this if you want to make a POST call and don't want to load the response to some container DOM. $.ajax(): Use this if you need to do something when XHR fails, or you need to specify ajax options (e.g. cache: true) on the fly.
Mark Ursino

Firecookie - 0 views

  •  
    Firecookie is an extension for Firebug that makes possible to view and manage cookies in your browser.
Mark Ursino

FireScope - 0 views

  •  
    Add-on for Firebug to include a search box to lookup HTML/CSS
Mark Ursino

Reactive Extensions for .NET (Rx) - 0 views

  •  
    Rx is a library for composing asynchronous and event-based programs using observable collections.
Mike Tomasulo

The ASP Column: Using SOAP Extensions in ASP.NET - 0 views

  •  
    How to log XML from SOAP messages in (non-WCF) ASP.NET
mgraber

Programming - SDN5 - 0 views

  • 3.1.  Programming Practices Data Structuring can influence the performance. If the logic for home page news articles is to present the latest three, the logic of looking for articles structured as /year/month/day/article is faster than sorting a large number of articles stored directly under /news.
  • 3.3.  Convert Underperforming XSL Renderings to .NET Certain operations can be completed much more efficiently in .NET than in XSL. Use Sitecore’s browser-based debugger to identify poorly performing code for migration to pure .NET. Invoking XSL may be more expensive in .NET than executing native .NET code.  If possible, certain XSL renderings, especially those which consume a great deal of resources or can only be cached under limited conditions should be converted to .NET method renderings, sublayouts or web controls.  Expensive XSL code can be converted to .NET extension controls and functions.
Mark Ursino

Jiffy Firefox Extension - 0 views

  •  
    It adds an additional panel to Firebug that provides a visual view of the Javascript time measurements captured by Jiffy-Web
Mark Ursino

Firecookie - 0 views

  •  
    FF add-on to see cookies in Firebug
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
‹ Previous 21 - 37 of 37
Showing 20 items per page