<?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>Online Portfolio of Israel Collazo, a Creative Freelance Web Designer, Programmer, and Online Consultant</title>
	<atom:link href="http://israelcollazo.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://israelcollazo.com</link>
	<description>This is my online portfolio and blog.</description>
	<lastBuildDate>Fri, 11 Nov 2011 22:26:20 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>jQuery 1.7 Released!</title>
		<link>http://israelcollazo.com/389/jquery-1-7-released/</link>
		<comments>http://israelcollazo.com/389/jquery-1-7-released/#comments</comments>
		<pubDate>Fri, 11 Nov 2011 20:45:17 +0000</pubDate>
		<dc:creator>Israel</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://israelcollazo.com/?p=389</guid>
		<description><![CDATA[jQuery, the popular JavaScript framework, released its latest and greatest version this Nov. 3. This release ...]]></description>
			<content:encoded><![CDATA[<p>jQuery, the popular JavaScript framework, released its latest and greatest version this Nov. 3. This release does a very good job at being backwards compatible with Internet Explorer 6/7/8, boast better performance,  better supports HTML5 for Internet Explorer 6/7/8, and introduces a new Event API: .on() and .off() which unifies event handling so there’s no need to use bind(), delegate() or the older live() calls.<span id="more-389"></span></p>
<p>The questions is, should you upgrade to 1.7? Sure, why not? Before you do though you should check your existing code and if you&#8217;re using any of the following features you probably shouldn&#8217;t upgrade because they&#8217;ve been removed in 1.7.</p>
<ul>
<li>event.layerX or event.layerY</li>
<li>jQuery.isNaN() (undocumented utility function)</li>
<li>jQuery.event.proxy() (undocumented method)</li>
</ul>
<p>More information on what&#8217;s new and what&#8217;s been removed visit their <a href="http://blog.jquery.com/2011/11/03/jquery-1-7-released/" target="_blank">blog</a>. You should know that jQuery has recently been very open about slimming down jQuery. This means that we&#8217;ll certainly see more features being deprecated in version 1.8. I was shocked when I heard this but reading their reasons why on their <a href="http://blog.jquery.com/2011/11/08/building-a-slimmer-jquery/" target="_blank">blog</a> it makes sense.</p>
<p>Although the jQuery team has worked hard to ensure compatibility issues were ironed out it is still very likely that there would be minor bugs to address even after its release so for that reason alone (as with anything) I would recommend waiting up to a few weeks while these bugs are identified and fixed.</p>
<p>You can download jQuery 1.7 here <a href="http://docs.jquery.com/Downloading_jQuery" target="_blank">docs.jquery.com/Downloading_jQuery</a></p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://israelcollazo.com/389/jquery-1-7-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Begins Encrypting Searches</title>
		<link>http://israelcollazo.com/236/google-begins-encrypting-searches/</link>
		<comments>http://israelcollazo.com/236/google-begins-encrypting-searches/#comments</comments>
		<pubDate>Thu, 20 Oct 2011 19:21:00 +0000</pubDate>
		<dc:creator>Israel</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://israelcollazo.com/?p=236</guid>
		<description><![CDATA[Effective today, if you conduct a Google search while logged into your Google account your searches ...]]></description>
			<content:encoded><![CDATA[<p>Effective today, if you conduct a Google search while logged into your Google account your searches will begin encrypted over from insecure HTTP to encrypted HTTPS. HTTPS which stands for Hypertext Transfer Protocol Secure safeguards you from any third-party, such as hackers, from trying to steal your information as it is being passed over the web. Also, <span id="more-236"></span>HTTPS protects you from surveillance by governments, and companies.</p>
<p>However safe HTTPS is I couldn&#8217;t help but have mixed thoughts about this. On one hand this is good if the user wishes to have more privacy (and who doesn&#8217;t) while conducting searches. Google already encrypts their connection whenever you login to your Google account and prior to today whenever you conducted a search while logged into Google that search information, known as referrer data, was passed via HTTP, an uncrypted connection. Although, not necessarily a bad thing referrer data is useful by webmasters and site owners to understand how their sites are found through Google.</p>
<p>On the other hand, this is somewhat of bad thing for site owners because starting today they will lose valuable data that they depend on to understand how they&#8217;re found through Google. I say somewhat because Google stresses that those conducting Google Encrypted Searches is in the single digit percentile. I say that with Google Plus (<a href="https://plus.google.com/up/start/?continue=https://plus.google.com/?utm_source%3Dbk%26utm_medium%3Dha%26utm_term%3Dgoogle%2Bplus%26utm_campaign%3Dplusgeneralb2c&amp;type=st&amp;gpcaz=feaf35a9" target="_blank">Google+</a>) picking up momentum we&#8217;ll actually see this single digit percent increase to double digits quickly as more and more users login and remain logged into Google but we&#8217;ll just have to see.</p>
<p>So how will this affect site owners? It will affect you if you rely on conversion analysis down to the search term level. If you use Google Encrypted Search and click on a result for a website that doesn&#8217;t use encryption, the referrer data will not be passed along. But if you click on a result for a website that does use encryption then the referrer data is passed along.</p>
<p>So, is this a good time to encrypt your websites? Yes and No.</p>
<p><strong>Yes</strong>, if you want to continue obtaining referrer data. For a moment, lets forget about referrer data and note that if you plan to allow your visitors some kind of registration/login to your website it is recommended to obtain an SSL (Secure Socket Layer) for your site to safeguard sensitive information such as login passwords. Especially, if you&#8217;re processing credit cards on your website for goods sold you need to have an SSL certificate installed for your domain. In fact, gateway and credit card processors require it.</p>
<p>And <strong>no</strong>, if your website doesn&#8217;t have some type of registration/login page that you want to encrypt and/or you&#8217;re not processing credit cards on your site, and you don&#8217;t care or pay attention to referrer data then you don&#8217;t need encryption.</p>
<p>However, for those that do want encryption you&#8217;ll need both of the following:</p>
<ol>
<li><strong>Dedicated IP</strong> &#8211; You will have to obtain this from you existing web hosting company. Prices range. If you&#8217;re a Synx3 customer you can purchase on <a href="http://vip.synx3.com/cart.php?gid=0000000005" target="_blank">here</a>.</li>
<li><strong>SSL Certificate</strong> &#8211; You can obtain this directly through your web hosting company or from a 3rd-Party vendor like <a href="http://www.comodo.com/e-commerce/ssl-certificates/secure-server.php?key5subkey1=f403d15e80d32ee1af7c117812c35cfbb6e23af6&amp;key5subkey2=&amp;key5subkey3=1319109455000&amp;key5subkey4=&amp;key5subkey5=1319109464000&amp;key6subkey1=&amp;key6subkey2=FF701&amp;key6subkey3=7&amp;key6subkey4=en-us&amp;key6subkey5=US&amp;key6subkey6=0&amp;key6subkey7=http://www.comodo.com/&amp;key6subkey8=1101&amp;key6subkey9=16801050&amp;key6subkey10=true&amp;key7subkey1=2" target="_blank">Comodo</a>. Comodo too much? No worries, you can obtain a 256bit encrypted SSL by Comodo for $50/yr<a href="http://vip.synx3.com/cart.php?gid=0000000004" target="_blank"> here</a>.</li>
</ol>
<p>This is interesting and although I am a bit divided on Google&#8217;s decision for encrypted search I understand why they are doing it as more and more data is moved online, referrers have the ability to expose the locations to where sensitive and private information you may store online is located.</p>
]]></content:encoded>
			<wfw:commentRss>http://israelcollazo.com/236/google-begins-encrypting-searches/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Proposed Internet Censorship Bill &#8220;Protect IP Act of 2011 S.968&#8243;</title>
		<link>http://israelcollazo.com/169/internet-censorship-proposed-bill-protect-ip-act-of-2011-s-968/</link>
		<comments>http://israelcollazo.com/169/internet-censorship-proposed-bill-protect-ip-act-of-2011-s-968/#comments</comments>
		<pubDate>Sun, 16 Oct 2011 20:54:06 +0000</pubDate>
		<dc:creator>Israel</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://israelcollazo.com/?p=169</guid>
		<description><![CDATA[I hate to drop politics here but I promise reading this will be worth your while. ...]]></description>
			<content:encoded><![CDATA[<p>I hate to drop politics here but I promise reading this will be worth your while. There&#8217;s a proposed bill &#8220;Protect IP Act of 2011 S.968&#8243; (PIPA) that aims to give the Department of Justice here in the US power that could force search engines and ISP&#8217;s to block users access to the Internet. If passed, this will have a direct impact on us all. Just think the recent internet censorship in China but bigger. <span id="more-169"></span></p>
<p>The Protect IP Act set for a hearing in front of a Senate Committee and if we don&#8217;t speak out we could soon find ourselves being blocked like the Chinese and Iranians from accessing certain parts of the internet.</p>
<p>Here&#8217;s an excerpt by David Segal of the <a href="http://www.huffingtonpost.com/david-segal/stop-the-internet-blackli_b_739836.html" target="_blank">Huffington Post</a> with further explanation about PIPA.</p>
<blockquote><p>PIPA would create two blacklists of Internet domain names. Courts could add sites to the first list; the Attorney General would have control over the second. Internet service providers and others (everyone from Comcast to  PayPal to Google AdSense) would be required to block any domains on the first list. They would also receive immunity (and presumably the good favor of the government) if they block domains on the second list.</p>
<p>The lists are for sites &#8220;dedicated to infringing activity,&#8221; but that&#8217;s defined very broadly &#8212; any domain name where counterfeit goods or copyrighted material are &#8220;central to the activity of the Internet site&#8221; could be blocked.</p>
<p>One example of what this means in practice: sites like YouTube could be censored in the US. Copyright holders  like Viacom often argue copyrighted material is central to the activity of YouTube, but under current US law,  YouTube is perfectly legal as long as they take down copyrighted material when they&#8217;re informed about it &#8212; which is why Viacom lost to YouTube in court.</p>
<p>But if PIPA passes, Viacom wouldn&#8217;t even need to prove YouTube is doing anything illegal to get it shut down &#8212; as long as they can persuade the courts that enough people are using it for copyright infringement,  the whole site could be censored.</p>
<p>Perhaps even more disturbing: Even if Viacom couldn&#8217;t get a court to compel censorship of a YouTube or a  similar site, the DOJ could put it on the second blacklist and encourage ISPs to block it even without a court order. (ISPs have ample reason to abide the will of the powerful DOJ, even if the law doesn&#8217;t formally require them to do so.)</p>
<p>PIPA&#8217;s passage would be a tremendous blow to free speech on the Internet &#8212; and likely a first step towards much broader online censorship.</p></blockquote>
<p>This is something I&#8217;d expect to see in China, not here in the US. We can all fight back by signing the following petition to Congress <a href="http://www.opencongress.org/bill/112-s968/show" target="_blank">http://www.opencongress.org/bill/112-s968/sho</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://israelcollazo.com/169/internet-censorship-proposed-bill-protect-ip-act-of-2011-s-968/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
<!-- This Quick Cache file was built for (  israelcollazo.com/feed/ ) in 0.24981 seconds, on Feb 23rd, 2012 at 5:56 am UTC. -->
<!-- This Quick Cache file will automatically expire ( and be re-built automatically ) on Feb 23rd, 2012 at 6:56 am UTC -->
