<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Hystalo - Blog</title>
	<atom:link href="http://blog.hystalo.com.br/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.hystalo.com.br</link>
	<description>Tecnologia e Publicidade</description>
	<lastBuildDate>Wed, 08 Sep 2010 12:38:18 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>As fronteiras voláteis</title>
		<link>http://blog.hystalo.com.br/2010/09/as-fronteiras-volateis/</link>
		<comments>http://blog.hystalo.com.br/2010/09/as-fronteiras-volateis/#comments</comments>
		<pubDate>Wed, 08 Sep 2010 12:38:18 +0000</pubDate>
		<dc:creator>Hystalo</dc:creator>
				<category><![CDATA[Pensamentos]]></category>

		<guid isPermaLink="false">http://blog.hystalo.com.br/?p=140</guid>
		<description><![CDATA[A equipe da Hystalo se revesa e fica dias da semana em casa em trabalho remoto, por isso achei bem interessante o texto.
Estamos falando das fronteiras das empresas: os novos modelos de colaboração têm tornado esses limites cada vez mais voláteis. Como definir com precisão onde termina o &#8220;mundo interno&#8221; e onde começa o &#8220;mundo [...]]]></description>
		<wfw:commentRss>http://blog.hystalo.com.br/2010/09/as-fronteiras-volateis/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google apresenta experimento de HTML5 com clipe musical</title>
		<link>http://blog.hystalo.com.br/2010/09/google-apresenta-experimento-de-html5-com-clipe-musical/</link>
		<comments>http://blog.hystalo.com.br/2010/09/google-apresenta-experimento-de-html5-com-clipe-musical/#comments</comments>
		<pubDate>Fri, 03 Sep 2010 19:36:30 +0000</pubDate>
		<dc:creator>Hystalo</dc:creator>
				<category><![CDATA[Novidades]]></category>

		<guid isPermaLink="false">http://blog.hystalo.com.br/?p=138</guid>
		<description><![CDATA[O vídeo musical, também conhecido como videoclipe, nasceu para ser exibido na televisão. Já parou para pensar se ele poderia ser de alguma maneira diferente se tivesse sido concebido para os dias atuais e novas formas de apresentação de mídia que a internet nos proporciona?
O diretor Chris Milk, a banda canadense Arcade Fire e a [...]]]></description>
		<wfw:commentRss>http://blog.hystalo.com.br/2010/09/google-apresenta-experimento-de-html5-com-clipe-musical/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>O futuro do Shopping</title>
		<link>http://blog.hystalo.com.br/2010/08/o-futuro-do-shopping/</link>
		<comments>http://blog.hystalo.com.br/2010/08/o-futuro-do-shopping/#comments</comments>
		<pubDate>Sun, 22 Aug 2010 21:15:01 +0000</pubDate>
		<dc:creator>Hystalo</dc:creator>
				<category><![CDATA[Novidades]]></category>

		<guid isPermaLink="false">http://blog.hystalo.com.br/?p=134</guid>
		<description><![CDATA[
]]></description>
		<wfw:commentRss>http://blog.hystalo.com.br/2010/08/o-futuro-do-shopping/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Formatar data Javascript</title>
		<link>http://blog.hystalo.com.br/2010/08/formatar-data-javascript/</link>
		<comments>http://blog.hystalo.com.br/2010/08/formatar-data-javascript/#comments</comments>
		<pubDate>Tue, 03 Aug 2010 15:10:27 +0000</pubDate>
		<dc:creator>Hystalo</dc:creator>
				<category><![CDATA[Desenvolvimento]]></category>

		<guid isPermaLink="false">http://blog.hystalo.com.br/?p=132</guid>
		<description><![CDATA[var dateFormat = function () {
var token = /d{1,4}&#124;m{1,4}&#124;yy(?:yy)?&#124;([HhMsTt])\1?&#124;[LloSZ]&#124;&#8221;[^"]*&#8221;&#124;&#8217;[^']*&#8217;/g,
timezone = /\b(?:[PMCEA][SDP]T&#124;(?:Pacific&#124;Mountain&#124;Central&#124;Eastern&#124;Atlantic) (?:Standard&#124;Daylight&#124;Prevailing) Time&#124;(?:GMT&#124;UTC)(?:[-+]\d{4})?)\b/g,
timezoneClip = /[^-+\dA-Z]/g,
pad = function (val, len) {
val = String(val);
len = len &#124;&#124; 2;
while (val.length &#60; len) val = &#8220;0&#8243; + val;
return val;
};
// Regexes and supporting functions are cached through closure
return function (date, mask, utc) {
var dF = dateFormat;
// You can&#8217;t provide utc [...]]]></description>
		<wfw:commentRss>http://blog.hystalo.com.br/2010/08/formatar-data-javascript/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Clone em Javascript</title>
		<link>http://blog.hystalo.com.br/2010/08/clone-em-javascript/</link>
		<comments>http://blog.hystalo.com.br/2010/08/clone-em-javascript/#comments</comments>
		<pubDate>Tue, 03 Aug 2010 15:06:43 +0000</pubDate>
		<dc:creator>Hystalo</dc:creator>
				<category><![CDATA[Desenvolvimento]]></category>

		<guid isPermaLink="false">http://blog.hystalo.com.br/2010/08/clone-em-javascript/</guid>
		<description><![CDATA[function Clone_Object(obj) {
if (typeof obj !== &#8216;object&#8217; &#124;&#124; obj == null) {
return obj;
}
var c = obj instanceof Array ? [] : {};
for (var i in obj) {
var prop = obj[i];
if (typeof prop == &#8216;object&#8217;) {
if (prop instanceof Array) {
c[i] = [];
for (var j = 0; j &#60; prop.length; j++) {
if (typeof prop[j] != &#8216;object&#8217;) {
c[i].push(prop[j]);
} [...]]]></description>
		<wfw:commentRss>http://blog.hystalo.com.br/2010/08/clone-em-javascript/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Como ignorar um certificado invalido no WebService C#</title>
		<link>http://blog.hystalo.com.br/2010/07/como-ignorar-um-certificado-no-webservice-c/</link>
		<comments>http://blog.hystalo.com.br/2010/07/como-ignorar-um-certificado-no-webservice-c/#comments</comments>
		<pubDate>Fri, 30 Jul 2010 15:37:06 +0000</pubDate>
		<dc:creator>Hystalo</dc:creator>
				<category><![CDATA[Desenvolvimento]]></category>

		<guid isPermaLink="false">http://blog.hystalo.com.br/?p=126</guid>
		<description><![CDATA[System.Net.ServicePointManager.ServerCertificateValidationCallback += new System.Net.Security.RemoteCertificateValidationCallback(RemoteCertValidate);
static bool RemoteCertValidate(object sender, System.Security.Cryptography.X509Certificates.X509Certificate cert, System.Security.Cryptography.X509Certificates.X509Chain chain, System.Net.Security.SslPolicyErrors error)
{
return true;
}
]]></description>
		<wfw:commentRss>http://blog.hystalo.com.br/2010/07/como-ignorar-um-certificado-no-webservice-c/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Por que ter uma Loja Virtual?</title>
		<link>http://blog.hystalo.com.br/2010/07/por-que-ter-uma-loja-virtual/</link>
		<comments>http://blog.hystalo.com.br/2010/07/por-que-ter-uma-loja-virtual/#comments</comments>
		<pubDate>Wed, 14 Jul 2010 14:10:49 +0000</pubDate>
		<dc:creator>Hystalo</dc:creator>
				<category><![CDATA[Loja Virtual]]></category>

		<guid isPermaLink="false">http://blog.hystalo.com.br/?p=122</guid>
		<description><![CDATA[Por que ter uma Loja Virtual?
O Brasil  alcançou a marca histórica de 40milhões de pessoas com acesso à  Internet, ao final de 2007. Esse número é 21% maior do que os 32,2  milhões de pessoas registradas no mesmo período do ano passado. E todos  estudos apontam que em 2008 este número [...]]]></description>
		<wfw:commentRss>http://blog.hystalo.com.br/2010/07/por-que-ter-uma-loja-virtual/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Loja Virtual &#8211; De Graça \ Gratis</title>
		<link>http://blog.hystalo.com.br/2010/07/loja-virtual-de-graca-gratis/</link>
		<comments>http://blog.hystalo.com.br/2010/07/loja-virtual-de-graca-gratis/#comments</comments>
		<pubDate>Mon, 05 Jul 2010 23:19:23 +0000</pubDate>
		<dc:creator>Hystalo</dc:creator>
				<category><![CDATA[Novidades]]></category>

		<guid isPermaLink="false">http://blog.hystalo.com.br/?p=119</guid>
		<description><![CDATA[Nos da Hystalo apartir de agora iremos iniciar uma campanha social e dar a oportunidade de qualquer pessoa iniciar suas  vendas na internet.
Claro que isso vai estar mais detalhado nas proximas comunicações, mas a ideia é a seguinte.
Nos da Hystalo vamos dar uma loja virtual (com algumas limitações de visitas e pedidos que ainda vamos [...]]]></description>
		<wfw:commentRss>http://blog.hystalo.com.br/2010/07/loja-virtual-de-graca-gratis/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Desafiando Gigantes &#8211; Motivacional</title>
		<link>http://blog.hystalo.com.br/2010/07/desafiando-gigantes-motivacional/</link>
		<comments>http://blog.hystalo.com.br/2010/07/desafiando-gigantes-motivacional/#comments</comments>
		<pubDate>Mon, 05 Jul 2010 22:47:28 +0000</pubDate>
		<dc:creator>Hystalo</dc:creator>
				<category><![CDATA[Pensamentos]]></category>

		<guid isPermaLink="false">http://blog.hystalo.com.br/?p=116</guid>
		<description><![CDATA[
]]></description>
		<wfw:commentRss>http://blog.hystalo.com.br/2010/07/desafiando-gigantes-motivacional/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ReplaceAll &#8211; Javascript</title>
		<link>http://blog.hystalo.com.br/2010/07/replaceall-javascript/</link>
		<comments>http://blog.hystalo.com.br/2010/07/replaceall-javascript/#comments</comments>
		<pubDate>Mon, 05 Jul 2010 19:52:12 +0000</pubDate>
		<dc:creator>Hystalo</dc:creator>
				<category><![CDATA[Desenvolvimento]]></category>

		<guid isPermaLink="false">http://blog.hystalo.com.br/?p=114</guid>
		<description><![CDATA[String.prototype.replaceAll = function (OldValue, NewValue) {
var returnValue=&#8221;";
returnValue = this;
while (returnValue.indexOf(OldValue) &#62;= 0) {
returnValue = returnValue.replace(OldValue, NewValue);
}
return returnValue;
};
]]></description>
		<wfw:commentRss>http://blog.hystalo.com.br/2010/07/replaceall-javascript/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
