Skip to main content

Home/ Agency Oasis Developers/ Group items tagged https

Rss Feed Group items tagged

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

Charles Web Debugging Proxy * HTTP Monitor / HTTP Proxy / HTTPS & SSL Proxy / Reverse P... - 0 views

  •  
    Charles is an HTTP proxy / HTTP monitor / Reverse Proxy that enables a developer to view all of the HTTP and SSL / HTTPS traffic between their machine and the Internet. This includes requests, responses and the HTTP headers (which contain the cookies and caching information).
mgraber

Issues with CDO.MESSAGE on Windows 2008 R2 Server : The Official Microsoft IIS Site - 0 views

  •  
    "' Set the mail server configuration Set objConfig=CreateObject("CDO.Configuration") objConfig.Fields.Item("http://schemas.microsoft.com/cdo/configuration/sendusing")=2 objConfig.Fields.Item("http://schemas.microsoft.com/cdo/configuration/smtpserver")="localhost" objConfig.Fields.Item("http://schemas.microsoft.com/cdo/configuration/smtpserverport") = 25 objConfig.Fields.Update Set objMail=CreateObject("CDO.Message") Set objMail.Configuration=objConfig objMail.From = fromemail objMail.To = toemail objMail.Subject = "Test Email" objMail.TextBody = "Test Email" objMail.Send"
Douglas Couto

Publishing a Brightcove player on an HTTPS page | Brightcove Support - 0 views

  •  
    "Publishing a Brightcove player on an HTTPS page"
mgraber

disable http options method : The Official Microsoft ASP.NET Forums - 0 views

  •  
    "disable http options method"
mgraber

disable http options method : The Official Microsoft ASP.NET Forums - 0 views

  •  
    "disable http options method"
mgraber

Testing for HTTP Methods and XST (OWASP-CM-008) - OWASP - 0 views

  •  
    "OPTIONS / HTTP/1.1 Host: www.victim.com "
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

robmzd: Penetration Test Checklist - 0 views

  •  
    "HTTP OPTIONS"
Mark Ursino

HttpFox - 0 views

  •  
    An HTTP analyzer addon for Firefox
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

Templates - jQuery API - 0 views

  •  
    These documentation topics concern the jQuery Templates plugin (jquery-tmpl), which can be downloaded from: http://github.com/jquery/jquery-tmpl. A template contains markup with binding expressions. The template is applied to data objects or arrays, and rendered into the HTML DOM.
mgraber

Source Checkout - geocodingapi - Project Hosting on Google Code - 0 views

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.
mgraber

Checking for Section 508 and WCAG Compliance with Web Accessibility Checker »... - 0 views

Mark Ursino

The protocol-relative URL - 0 views

  •  
    Remove the protocol from absolute references to respect the current protocol
1 - 20 of 2339 Next › Last »
Showing 20 items per page