<?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>ditoinfo in english &#187; web</title>
	<atom:link href="http://danteregis.com/category/web/feed/" rel="self" type="application/rss+xml" />
	<link>http://danteregis.com</link>
	<description>talking about programming and computer stuff</description>
	<lastBuildDate>Tue, 09 Jun 2009 21:57:13 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Moving and using Firefox Plugins on Swiftfox</title>
		<link>http://danteregis.com/2007/05/moving-and-using-firefox-plugins-on-swiftfox/</link>
		<comments>http://danteregis.com/2007/05/moving-and-using-firefox-plugins-on-swiftfox/#comments</comments>
		<pubDate>Mon, 21 May 2007 02:20:53 +0000</pubDate>
		<dc:creator>Dante Regis</dc:creator>
				<category><![CDATA[firefox]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://ditoinfo.wordpress.com/2007/05/21/moving-and-using-firefox-plugins-on-swiftfox/</guid>
		<description><![CDATA[So, have you ever heard of Swiftfox? If you are coming from google, probably yes. It is just like Firefox (the same source code) but it is compiled with optimizators for the major CPUs avaiable. So, it will perform better on your machine. It&#8217;s like having Firefox on Steroids. So, since it has the same [...]]]></description>
			<content:encoded><![CDATA[<p>So, have you ever heard of Swiftfox? If you are coming from google, probably yes. It is just like Firefox (the same source code) but it is compiled with optimizators for the major CPUs avaiable. So, it will perform better on your machine. It&#8217;s like having Firefox on Steroids. So, since it has the same source code, you can use your existing extensions (and install new ones) as well as use your plugins. There&#8217;s an platform independent installer on the website, but if it does not import the plugins for you, or, for some reason, you have installed it using another method (like Automatix, or tarball), you can create soft links from your existing plugins to use them on swift fox.</p>
<p>1. Go to /usr/lib/firefox/plugins</p>
<p>2. Do a &#8216;ls -l&#8217;  so that you can see where the link points to</p>
<p>3. Now, create links on /opt/swiftfox/plugins to the original files</p>
<p>Tip: ln receives the target and then the name for the link (I always misplace them)</p>
<p>Example:</p>
<p>Giving ls -l you find out that the java plugin (firefox-javaplugin.so) is in /etc/alternatives/firefox-javaplugin.so. So you do a</p>
<p>ln -s /etc/alternatives/firefox-javaplugin.so /opt/swiftfox/plugins/</p>
<p>Swiftfox will automatically use the new plugins.</p>
]]></content:encoded>
			<wfw:commentRss>http://danteregis.com/2007/05/moving-and-using-firefox-plugins-on-swiftfox/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>making webpages with great colors</title>
		<link>http://danteregis.com/2007/02/making-webpages-with-great-colors/</link>
		<comments>http://danteregis.com/2007/02/making-webpages-with-great-colors/#comments</comments>
		<pubDate>Tue, 27 Feb 2007 18:27:19 +0000</pubDate>
		<dc:creator>Dante Regis</dc:creator>
				<category><![CDATA[programming]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://ditoinfo.wordpress.com/2007/02/27/making-webpages-with-great-colors/</guid>
		<description><![CDATA[I&#8217;m just a programmer. Period. I work alone, so I have to build both code and web page layout for my software, but I&#8217;m no designer. To top it all, I&#8217;m color blind. So, I choose the colors, they look great to me, but everyone else with a normal vision will protect their eyes from [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m just a programmer. Period. I work alone, so I have to build both code and web page layout for my software, but I&#8217;m no designer. To top it all, I&#8217;m color blind. So, I choose the colors, they look great to me, but everyone else with a normal vision will protect their eyes from such a terrible color scheme!</p>
<p>Maybe you&#8217;re not a color blind person, but you may have faced trouble choosing colors for your web site. You try two, three, ten times and it just can&#8217;t get right. Your designer friend though, can do that in 35 seconds, of which 30 are spent opening Dreamweaver.</p>
<p>There&#8217;s a tool on the web that intents to help people like us. It&#8217;s called <a href="http://www.colorschemer.com/online.html" target="_blank">Color Scheme Online v 2.0</a>.  It helped me big time. You go to their website, and click on a color (or type the color code on one of the inputs on the left). The site will then show you 12 colors that match with the one you provided. Along with their codes in RGB and Hex.</p>
<p>Great value tool! Try it out.  There&#8217;s also a desktop software download there, but I haven&#8217;t tried that out yet.</p>
]]></content:encoded>
			<wfw:commentRss>http://danteregis.com/2007/02/making-webpages-with-great-colors/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ruby on rails</title>
		<link>http://danteregis.com/2007/02/ruby-on-rails/</link>
		<comments>http://danteregis.com/2007/02/ruby-on-rails/#comments</comments>
		<pubDate>Sat, 24 Feb 2007 07:02:39 +0000</pubDate>
		<dc:creator>Dante Regis</dc:creator>
				<category><![CDATA[rails]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://ditoinfo.wordpress.com/2007/02/24/ruby-on-rails/</guid>
		<description><![CDATA[A colleague at work, Chico Ary http://chicoary.wordpress.com/, came to me talking of a new language &#8220;Ruby&#8221;, and a web framework built on top of it, &#8220;Rails&#8221;. I must admit that at the time I did not give it much attention, just making a mental not to take a look on it.
What a shame. I&#8217;m sorry [...]]]></description>
			<content:encoded><![CDATA[<p>A colleague at work, Chico Ary <a href="http://chicoary.wordpress.com/" target="_blank">http://chicoary.wordpress.com/</a>, came to me talking of a new language &#8220;Ruby&#8221;, and a web framework built on top of it, &#8220;Rails&#8221;. I must admit that at the time I did not give it much attention, just making a mental not to take a look on it.</p>
<p>What a shame. I&#8217;m sorry Ary! Rails speeds up web development on a way that makes it bleeding fast! To give you an example,  I was working on that time customizing an open source application built on PHP. It was a job that had already taken me 4 months, not counting the months the application itself took to be developed by the community. I took the hard decision to abandon PHP and rewrite the application from scratch after I met the power of Rails. And, believe me, 15 days later, 65% of the software was already ported on a much more scalable way. Now, 2 months later, the software is at production stage and I&#8217;m working on bugs and new features.</p>
<p>And, best of all, Ruby, the underlying language, leaves the code readable for anyone. Give it a try, get <a href="http://www.rubyonrails.org" target="_blank">Rails</a> here and <a href="http://www.ruby-lang.org" target="_blank">Ruby</a> here.</p>
]]></content:encoded>
			<wfw:commentRss>http://danteregis.com/2007/02/ruby-on-rails/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Howto Debug JavaScript on Internet Explorer</title>
		<link>http://danteregis.com/2007/02/howto-debug-javascript-on-internet-explorer/</link>
		<comments>http://danteregis.com/2007/02/howto-debug-javascript-on-internet-explorer/#comments</comments>
		<pubDate>Sat, 24 Feb 2007 06:39:15 +0000</pubDate>
		<dc:creator>Dante Regis</dc:creator>
				<category><![CDATA[javascript]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://ditoinfo.wordpress.com/2007/02/24/howto-debug-javascript-on-internet-explorer/</guid>
		<description><![CDATA[First things first: I&#8217;m a Firefox evangelist. The problem is: people do use IE.  There&#8217;s nothing we can do about that &#8211; even if we convert everyone to a browser (a real one, I mean), today, at this right moment, most people use Internet Explorer.
So you face a deal: your javascript is working perfectly on [...]]]></description>
			<content:encoded><![CDATA[<p>First things first: I&#8217;m a Firefox evangelist. The problem is: people <strong>do </strong>use IE.  There&#8217;s nothing we can do about that &#8211; even if we convert everyone to a browser (a real one, I mean), today, at this right moment, most people use Internet Explorer.</p>
<p>So you face a deal: your javascript is working perfectly on Firefox, but problems arise on IE. What should we do? <span id="more-5"></span>The only message you get from the &#8220;browser&#8221; are things like &#8220;Unknown Error on Unknown Line&#8221;. Perfect, right?</p>
<p>Normally, you would fill the code with alerts like &#8220;Got into the loop&#8221;, &#8220;i = 10&#8243; etc. It works, most of the time, but if, say, your loop iterates 100 times it&#8217;s quite annoying.  Well, googling around a bit, I found 3 ways to help you out. (1) Microsoft Script Editor, (2) Microsoft Script Debugger, (3) Javascript Debug Window.</p>
<p>The first one comes bundled with MS Office 2003. Since I cannot afford (and wouldn&#8217;t, even if I could)  a copy of a software that costs more than the computer it runs in, and at work we use Office 2000, I could not test it.</p>
<p>The second one, is avaiable for <a href="http://www.microsoft.com/downloads/details.aspx?familyid=2f465be0-94fd-4569-b3c4-dffdf19ccd99&amp;displaylang=en" target="_blank">download here</a>, and works fairly well. There&#8217;s a big problem, though: It only worked for me when running as Administrator of the machine. Well, running IExplorer is already a security issue, running it as Administrator is like asking to be hacked.</p>
<p>So, it left us with using a <a href="http://www.isocra.com/articles/jsdebug.php" target="_blank">debug window</a>.  It opens a window that will output the text you send to it through the new debug() function. Just place the code on your page and you should be OK. I took this tip from Isocra website, all credits go to people there!</p>
]]></content:encoded>
			<wfw:commentRss>http://danteregis.com/2007/02/howto-debug-javascript-on-internet-explorer/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
