zones

What is the purpose of zones in sharepoint? (web application zones or authentication zones or how do they call it)

I can't understand the concept and, first of all, where it belongs. Is it solely a Shrepoint concept or more general like of ASP.NET or IIS level? Does it only affect authentication and if so how does it affect it? Or what effect does it have on an application? I know it is a broad question, but I've googled for about 15 minutes and have...

Change Extensions of FBA / AD Authentication Zones in SharePoint?

I have a SharePoint site that is configured with FBA and AD authentication. Currently, the Forms Site is extended by the AD site. Due to various factors, I need to reverse this, so the forms based site is an extension of the AD site. How would I go about doing this? The side is full of content, so there is no margin for error. Will un-...

Is there an API for time zones based on IP address?

i want an API of time zones which is based on IP address to be used in php. ...

How to create clickable map for iPhone

Since the iPhone doesn't support Flash (thank God. Waiting for HTML5 universe!), how do you create clickable maps with hotspots or zones that change colour with a mouseover event? Like this Flash mp here. http://www.usflashmap.com/samples/real-estate-map/index_ext.html Thanks ...

Enabling all IE Trusted Sites Settings Through Registry/VBS

I have started a VBS to change all the Internet Explorer settings in Trusted Sites to enable and have had luck seeing the actual value change from whatever is was to 0 to indicate enabled IN THE REGISTRY. Problem is when I open IE settings none of the radio buttons have changed to indicate this change. Does anyone know where I went wrong...

UNIX script to parse Zone file (is this the best code?)

Hi, FOund the following on: http://mike.murraynet.net/2009/08/23/parsing-the-verisign-zone-file-with-os-x/ Can unix-masters have a look at it and see if its the best possible way to gather the unique domainsnames in a zone file? For .NET domains: grep “^[a-zA-Z0-9-]+ NS .” net.zone|sed “s/NS .//”|uniq >> netdomains.txt For .COM domai...

Help analysing a process before it crashes and consumes all resources on a box

Hi guys, One of the servers I'm working on regularly crashes/freezes and consumes ALL resources on the box. It will continue doing this until the process is killed (difficult to run manually since the box has no resources to allow me even to enter a command) or the box is manually rebooted. I'm not very experienced in unix OSes - can y...