<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.secondlife.com/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Marc+Adored</id>
	<title>Second Life Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.secondlife.com/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Marc+Adored"/>
	<link rel="alternate" type="text/html" href="https://wiki.secondlife.com/wiki/Special:Contributions/Marc_Adored"/>
	<updated>2026-05-12T11:48:12Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.42.1</generator>
	<entry>
		<id>https://wiki.secondlife.com/w/index.php?title=Linden_Lab_Official_talk:Map_API_Basic_Examples&amp;diff=1191380</id>
		<title>Linden Lab Official talk:Map API Basic Examples</title>
		<link rel="alternate" type="text/html" href="https://wiki.secondlife.com/w/index.php?title=Linden_Lab_Official_talk:Map_API_Basic_Examples&amp;diff=1191380"/>
		<updated>2014-06-17T22:05:55Z</updated>

		<summary type="html">&lt;p&gt;Marc Adored: Created page with &amp;quot;This needs to be updated to use v3 of Google Maps api. v2 has been deprecated since 2010... -- ~~~~&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This needs to be updated to use v3 of Google Maps api. v2 has been deprecated since 2010... -- [[User:Marc Adored|Marc Adored]] 15:05, 17 June 2014 (PDT)&lt;/div&gt;</summary>
		<author><name>Marc Adored</name></author>
	</entry>
	<entry>
		<id>https://wiki.secondlife.com/w/index.php?title=Talk:Direct_Delivery_and_Automatic_Notification_System&amp;diff=1176256</id>
		<title>Talk:Direct Delivery and Automatic Notification System</title>
		<link rel="alternate" type="text/html" href="https://wiki.secondlife.com/w/index.php?title=Talk:Direct_Delivery_and_Automatic_Notification_System&amp;diff=1176256"/>
		<updated>2013-01-19T16:32:45Z</updated>

		<summary type="html">&lt;p&gt;Marc Adored: /* Updated? */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Regarding the .NET example for the ANS verification, the use of FormsAuthentication.HashPasswordForStoringInConfigFile() is somewhat unorthodox but it&#039;s a single call and it works. For an alternative I offer the following:&lt;br /&gt;
{{Indent60px|&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
string calcHash;&lt;br /&gt;
System.Security.Cryptography.SHA1Managed hashAlgorithm = new System.Security.Cryptography.SHA1Managed();&lt;br /&gt;
System.Text.ASCIIEncoding encoder = new System.Text.ASCIIEncoding();&lt;br /&gt;
byte[] bytes = encoder.GetBytes(Request.Url.Query.Remove(0,1) + saltCode);&lt;br /&gt;
bytes = hashAlgorithm.ComputeHash(bytes);&lt;br /&gt;
calcHash = BitConverter.ToString(bytes).Replace(&amp;quot;-&amp;quot;,&amp;quot;&amp;quot;).ToLowerInvariant();&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;}}&lt;br /&gt;
[[User:Antonius Frentis|Antonius Frentis]] 18:10, 23 September 2012 (PDT)&lt;br /&gt;
&lt;br /&gt;
== Updated? ==&lt;br /&gt;
&lt;br /&gt;
I see XStreet plastered all over this so I was wondering if this wiki is updated to all (if any) of the latest ANS features and specifications?&lt;br /&gt;
&lt;br /&gt;
Also I suggest that this page be linked to from the ANS page on the marketplace instead of it just saying &amp;quot;For more information on ANS, please see the Knowledge Base.&amp;quot;. Mainly because the knowledge base doesn&#039;t contain any ANS information but the wiki does ;-) [[User:Marc Adored|Marc Adored]] 08:32, 19 January 2013 (PST)&lt;/div&gt;</summary>
		<author><name>Marc Adored</name></author>
	</entry>
	<entry>
		<id>https://wiki.secondlife.com/w/index.php?title=Talk:Direct_Delivery_and_Automatic_Notification_System&amp;diff=1176255</id>
		<title>Talk:Direct Delivery and Automatic Notification System</title>
		<link rel="alternate" type="text/html" href="https://wiki.secondlife.com/w/index.php?title=Talk:Direct_Delivery_and_Automatic_Notification_System&amp;diff=1176255"/>
		<updated>2013-01-19T16:31:47Z</updated>

		<summary type="html">&lt;p&gt;Marc Adored: /* Updated? */ new section&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Regarding the .NET example for the ANS verification, the use of FormsAuthentication.HashPasswordForStoringInConfigFile() is somewhat unorthodox but it&#039;s a single call and it works. For an alternative I offer the following:&lt;br /&gt;
{{Indent60px|&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
string calcHash;&lt;br /&gt;
System.Security.Cryptography.SHA1Managed hashAlgorithm = new System.Security.Cryptography.SHA1Managed();&lt;br /&gt;
System.Text.ASCIIEncoding encoder = new System.Text.ASCIIEncoding();&lt;br /&gt;
byte[] bytes = encoder.GetBytes(Request.Url.Query.Remove(0,1) + saltCode);&lt;br /&gt;
bytes = hashAlgorithm.ComputeHash(bytes);&lt;br /&gt;
calcHash = BitConverter.ToString(bytes).Replace(&amp;quot;-&amp;quot;,&amp;quot;&amp;quot;).ToLowerInvariant();&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;}}&lt;br /&gt;
[[User:Antonius Frentis|Antonius Frentis]] 18:10, 23 September 2012 (PDT)&lt;br /&gt;
&lt;br /&gt;
== Updated? ==&lt;br /&gt;
&lt;br /&gt;
I see XStreet plastered all over this so I was wondering if this wiki is updated to all (if any) of the latest ANS features and specifications?&lt;br /&gt;
&lt;br /&gt;
Also I suggest that this page be linked to from the ANS page on the marketplace instead of it just saying &amp;quot;For more information on ANS, please see the Knowledge Base.&amp;quot;. Mainly because the knowledge base doesn&#039;t contain any ANS information but the wiki does ;-)&lt;/div&gt;</summary>
		<author><name>Marc Adored</name></author>
	</entry>
	<entry>
		<id>https://wiki.secondlife.com/w/index.php?title=User:Marc_Adored&amp;diff=995722</id>
		<title>User:Marc Adored</title>
		<link rel="alternate" type="text/html" href="https://wiki.secondlife.com/w/index.php?title=User:Marc_Adored&amp;diff=995722"/>
		<updated>2010-08-07T07:25:26Z</updated>

		<summary type="html">&lt;p&gt;Marc Adored: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:MarcAdored2.png|right]]&lt;br /&gt;
== About Me ==&lt;br /&gt;
I am known in most places as digitalfiz. I am a programmer for higher with a passion for secondlife. While I have only been using secondlife for a little under 2 years I have learned a lot about this amazing platform. My specialties outworld are programming with LAMP configurations and just about any web based scripting language there is. I minor in graphics design(I have people I pay for that) and basically just love making [http://php.net PHP] do things people say it cant. Inworld I am an entrepreneur and a scripter specializing in... yup you guessed it LSL to web based scripting language interfaces. I have spent most of my time in SL learning the LSL language and learning as much about the development of it and the platform it runs on. I have recently forced myself to start using the [[Viewer_2_Help viewer 2]] ui and have stuck my hands into working on the [[Snowglobe]] project. It is a struggle when moving from a viewer like [http://emerald.modularsystems.sl Emerald] but I feel it is vital to me keeping up with the newest of the technologies and helping me be aware of everything that is possible in SL.&lt;br /&gt;
&lt;br /&gt;
=== Contacting Me ===&lt;br /&gt;
* Twitter:  [http://twitter.com/digitalfiz @digitalfiz]&lt;br /&gt;
* Blog:  [http://digitalfiz.com digitalfiz.com]&lt;br /&gt;
* YouTube: [http://www.youtube.com/digitalfiz digitalfiz] - no videos yet but I&#039;m working on it :P&lt;br /&gt;
&lt;br /&gt;
=== Favorite Quote ===&lt;br /&gt;
&amp;quot;I reject your reality and substitute my own&amp;quot; - Adam Savage&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;more coming soon....&#039;&#039;&#039;&lt;/div&gt;</summary>
		<author><name>Marc Adored</name></author>
	</entry>
	<entry>
		<id>https://wiki.secondlife.com/w/index.php?title=File:MarcAdored2.png&amp;diff=995712</id>
		<title>File:MarcAdored2.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.secondlife.com/w/index.php?title=File:MarcAdored2.png&amp;diff=995712"/>
		<updated>2010-08-07T07:24:55Z</updated>

		<summary type="html">&lt;p&gt;Marc Adored: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Marc Adored</name></author>
	</entry>
	<entry>
		<id>https://wiki.secondlife.com/w/index.php?title=User:Marc_Adored&amp;diff=993762</id>
		<title>User:Marc Adored</title>
		<link rel="alternate" type="text/html" href="https://wiki.secondlife.com/w/index.php?title=User:Marc_Adored&amp;diff=993762"/>
		<updated>2010-08-02T20:15:21Z</updated>

		<summary type="html">&lt;p&gt;Marc Adored: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:MarcAdored.png|right]]&lt;br /&gt;
== About Me ==&lt;br /&gt;
I am known in most places as digitalfiz. I am a programmer for higher with a passion for secondlife. While I have only been using secondlife for a little under 2 years I have learned a lot about this amazing platform. My specialties outworld are programming with LAMP configurations and just about any web based scripting language there is. I minor in graphics design(I have people I pay for that) and basically just love making [http://php.net PHP] do things people say it cant. Inworld I am an entrepreneur and a scripter specializing in... yup you guessed it LSL to web based scripting language interfaces. I have spent most of my time in SL learning the LSL language and learning as much about the development of it and the platform it runs on. I have recently forced myself to start using the [[Viewer_2_Help viewer 2]] ui and have stuck my hands into working on the [[Snowglobe]] project. It is a struggle when moving from a viewer like [http://emerald.modularsystems.sl Emerald] but I feel it is vital to me keeping up with the newest of the technologies and helping me be aware of everything that is possible in SL.&lt;br /&gt;
&lt;br /&gt;
=== Contacting Me ===&lt;br /&gt;
* Twitter:  [http://twitter.com/digitalfiz @digitalfiz]&lt;br /&gt;
* Blog:  [http://digitalfiz.com digitalfiz.com]&lt;br /&gt;
* YouTube: [http://www.youtube.com/digitalfiz digitalfiz] - no videos yet but I&#039;m working on it :P&lt;br /&gt;
&lt;br /&gt;
=== Favorite Quote ===&lt;br /&gt;
&amp;quot;I reject your reality and substitute my own&amp;quot; - Adam Savage&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;more coming soon....&#039;&#039;&#039;&lt;/div&gt;</summary>
		<author><name>Marc Adored</name></author>
	</entry>
	<entry>
		<id>https://wiki.secondlife.com/w/index.php?title=File:MarcAdored.png&amp;diff=993752</id>
		<title>File:MarcAdored.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.secondlife.com/w/index.php?title=File:MarcAdored.png&amp;diff=993752"/>
		<updated>2010-08-02T20:14:50Z</updated>

		<summary type="html">&lt;p&gt;Marc Adored: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Marc Adored</name></author>
	</entry>
	<entry>
		<id>https://wiki.secondlife.com/w/index.php?title=User:Marc_Adored&amp;diff=993742</id>
		<title>User:Marc Adored</title>
		<link rel="alternate" type="text/html" href="https://wiki.secondlife.com/w/index.php?title=User:Marc_Adored&amp;diff=993742"/>
		<updated>2010-08-02T20:09:39Z</updated>

		<summary type="html">&lt;p&gt;Marc Adored: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:Example.jpg|right]]&lt;br /&gt;
== About Me ==&lt;br /&gt;
I am known in most places as digitalfiz. I am a programmer for higher with a passion for secondlife. While I have only been using secondlife for a little under 2 years I have learned a lot about this amazing platform. My specialties outworld are programming with LAMP configurations and just about any web based scripting language there is. I minor in graphics design(I have people I pay for that) and basically just love making [http://php.net PHP] do things people say it cant. Inworld I am an entrepreneur and a scripter specializing in... yup you guessed it LSL to web based scripting language interfaces. I have spent most of my time in SL learning the LSL language and learning as much about the development of it and the platform it runs on. I have recently forced myself to start using the [[Viewer_2_Help viewer 2]] ui and have stuck my hands into working on the [[Snowglobe]] project. It is a struggle when moving from a viewer like [http://emerald.modularsystems.sl Emerald] but I feel it is vital to me keeping up with the newest of the technologies and helping me be aware of everything that is possible in SL.&lt;br /&gt;
&lt;br /&gt;
=== Contacting Me ===&lt;br /&gt;
* Twitter:  [http://twitter.com/digitalfiz @digitalfiz]&lt;br /&gt;
* Blog:  [http://digitalfiz.com digitalfiz.com]&lt;br /&gt;
* YouTube: [http://www.youtube.com/digitalfiz digitalfiz] - no videos yet but I&#039;m working on it :P&lt;br /&gt;
&lt;br /&gt;
=== Favorite Quote ===&lt;br /&gt;
&amp;quot;I reject your reality and substitute my own&amp;quot; - Adam Savage&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;more coming soon....&#039;&#039;&#039;&lt;/div&gt;</summary>
		<author><name>Marc Adored</name></author>
	</entry>
	<entry>
		<id>https://wiki.secondlife.com/w/index.php?title=User:Marc_Adored&amp;diff=993732</id>
		<title>User:Marc Adored</title>
		<link rel="alternate" type="text/html" href="https://wiki.secondlife.com/w/index.php?title=User:Marc_Adored&amp;diff=993732"/>
		<updated>2010-08-02T20:09:10Z</updated>

		<summary type="html">&lt;p&gt;Marc Adored: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:Example.jpg]]&lt;br /&gt;
== About Me ==&lt;br /&gt;
I am known in most places as digitalfiz. I am a programmer for higher with a passion for secondlife. While I have only been using secondlife for a little under 2 years I have learned a lot about this amazing platform. My specialties outworld are programming with LAMP configurations and just about any web based scripting language there is. I minor in graphics design(I have people I pay for that) and basically just love making [http://php.net PHP] do things people say it cant. Inworld I am an entrepreneur and a scripter specializing in... yup you guessed it LSL to web based scripting language interfaces. I have spent most of my time in SL learning the LSL language and learning as much about the development of it and the platform it runs on. I have recently forced myself to start using the [[Viewer_2_Help viewer 2]] ui and have stuck my hands into working on the [[Snowglobe]] project. It is a struggle when moving from a viewer like [http://emerald.modularsystems.sl Emerald] but I feel it is vital to me keeping up with the newest of the technologies and helping me be aware of everything that is possible in SL.&lt;br /&gt;
&lt;br /&gt;
=== Contacting Me ===&lt;br /&gt;
* Twitter:  [http://twitter.com/digitalfiz @digitalfiz]&lt;br /&gt;
* Blog:  [http://digitalfiz.com digitalfiz.com]&lt;br /&gt;
* YouTube: [http://www.youtube.com/digitalfiz digitalfiz] - no videos yet but I&#039;m working on it :P&lt;br /&gt;
&lt;br /&gt;
=== Favorite Quote ===&lt;br /&gt;
&amp;quot;I reject your reality and substitute my own&amp;quot; - Adam Savage&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;more coming soon....&#039;&#039;&#039;&lt;/div&gt;</summary>
		<author><name>Marc Adored</name></author>
	</entry>
	<entry>
		<id>https://wiki.secondlife.com/w/index.php?title=User:Marc_Adored&amp;diff=968002</id>
		<title>User:Marc Adored</title>
		<link rel="alternate" type="text/html" href="https://wiki.secondlife.com/w/index.php?title=User:Marc_Adored&amp;diff=968002"/>
		<updated>2010-07-17T05:29:46Z</updated>

		<summary type="html">&lt;p&gt;Marc Adored: created&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== About Me ==&lt;br /&gt;
I am known in most places as digitalfiz. I am a programmer for higher with a passion for secondlife. While I have only been using secondlife for a little under 2 years I have learned a lot about this amazing platform. My specialties outworld are programming with LAMP configurations and just about any web based scripting language there is. I minor in graphics design(I have people I pay for that) and basically just love making [http://php.net PHP] do things people say it cant. Inworld I am an entrepreneur and a scripter specializing in... yup you guessed it LSL to web based scripting language interfaces. I have spent most of my time in SL learning the LSL language and learning as much about the development of it and the platform it runs on. I have recently forced myself to start using the [[Viewer_2_Help viewer 2]] ui and have stuck my hands into working on the [[Snowglobe]] project. It is a struggle when moving from a viewer like [http://emerald.modularsystems.sl Emerald] but I feel it is vital to me keeping up with the newest of the technologies and helping me be aware of everything that is possible in SL.&lt;br /&gt;
&lt;br /&gt;
=== Contacting Me ===&lt;br /&gt;
* Twitter:  [http://twitter.com/digitalfiz @digitalfiz]&lt;br /&gt;
* Blog:  [http://digitalfiz.com digitalfiz.com]&lt;br /&gt;
* YouTube: [http://www.youtube.com/digitalfiz digitalfiz] - no videos yet but I&#039;m working on it :P&lt;br /&gt;
&lt;br /&gt;
=== Favorite Quote ===&lt;br /&gt;
&amp;quot;I reject your reality and substitute my own&amp;quot; - Adam Savage&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;more coming soon....&#039;&#039;&#039;&lt;/div&gt;</summary>
		<author><name>Marc Adored</name></author>
	</entry>
</feed>