Skip to main content

Home/ Agency Oasis Developers/ Group items tagged server

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

jQuery Form Framework - jFormer - 0 views

  •  
    jFormer is a form framework written on top of jQuery that allows you to quickly generate beautiful, standards compliant forms. Leveraging the latest techniques in web design, jFormer helps you create web forms that: * Validate client-side * Validate server-side * Process without changing pages (using AJAX)
Mark Ursino

MyDB Studio: Simplify your MySQL admin ! (Best MySQL front end) - 0 views

  •  
    MyDB Studio is a complete collection of powerful tools for MySQL Server administration.
Mark Ursino

Log.io - Real-time log monitoring in your browser - 1 views

shared by Mark Ursino on 06 Jun 11 - No Cached
  •  
    Log.io is a real-time log monitoring in your browser. Harvesters watch log files for changes, send new log messages to the server, which broadcasts to web clients. Users create stream and history screens to view and search log messages.
Mark Ursino

DFS Step-by-Step Guide for Windows Server 2008 - 1 views

  •  
    DFS, Distributed File System
Matt DeGennaro

Dan Rigsby » Remotely Log Off Remote Desktop Users - 0 views

  •  
    Command line way to log off users when "The terminal server has exceeded the maximum number of allowed connections"
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

Visual Studio Remote Debugging for Sitecore - 0 views

  •  
    Debug a Sitecore site with code on a host machine (laptop with Windows 7) but the site in IIS on a VM (Windows Server)
Mark Ursino

Verifying The Signature - Facebook Developer Wiki - 0 views

  •  
    Verify the FB response for server-side use
mgraber

Active Directory - 0 views

  •  
    This page contains a collection of Windows Server 2000, 2003, and 2008 Active Directory related articles, tips & tricks, whitepapers, useful tools and
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

SQLServerPedia - 0 views

  •  
    Wikipedia for SQL Server
Mark Ursino

Closure Library - Google Code - 0 views

  •  
    The Closure Library is a broad, well-tested, modular, and cross-browser JavaScript library. You can pull just what you need from a large set of reusable UI widgets and controls, and from lower-level utilities for DOM manipulation, server communication, animation, data structures, unit testing, rich-text editing, and more.
Mark Ursino

Remove SQL Server database from single-user mode - 0 views

  •  
    STEP1: select d.name, d.dbid, spid, login_time, nt_domain, nt_username, loginame from sysprocesses p inner join sysdatabases d on p.dbid = d.dbid where d.name = 'YOURDBNAME' STEP 2: kill STEP 3: exec sp_dboption 'YOURDBNAME', 'single user', 'FALSE'
« First ‹ Previous 61 - 80 of 117 Next › Last »
Showing 20 items per page