<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress.com" -->
<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/"
	>

<channel>
	<title>free-software &amp;laquo; WordPress.com Tag Feed</title>
	<link>http://wordpress.com/tag/free-software/</link>
	<description>Feed of posts on WordPress.com tagged "free-software"</description>
	<pubDate>Wed, 08 Oct 2008 02:44:52 +0000</pubDate>

	<generator>http://wordpress.com/tags/</generator>
	<language>en</language>

<item>
<title><![CDATA[Simple Grid + JSON Store]]></title>
<link>http://ixfree.wordpress.com/?p=96</link>
<pubDate>Tue, 07 Oct 2008 17:17:15 +0000</pubDate>
<dc:creator>vishravars</dc:creator>
<guid>http://ixfree.bg.wordpress.com/2008/10/07/simple-grid-json-store/</guid>
<description><![CDATA[Sample Dojo Grid with JSON access below
Works for Dojo 1.2, and not for earlier versions. 
&lt;!DOCT]]></description>
<content:encoded><![CDATA[<p><strong>Sample Dojo Grid with JSON access below</strong></p>
<p><em>Works for Dojo 1.2, and not for earlier versions. </em></p>
<p>&#60;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"&#62;<br />
&#60;html&#62;<br />
&#60;head&#62;<br />
&#60;title&#62;Layout Markup Basic&#60;/title&#62;<br />
&#60;style type="text/css"&#62;<br />
@import "dijit/themes/soria/soria.css";<br />
@import "dijit/themes/tundra/tundra.css";<br />
@import "dojox/grid/resources/Grid.css";<br />
@import "dojox/grid/resources/tundraGrid.css";<br />
@import "general.css";<br />
&#60;/style&#62;<br />
&#60;script type="text/javascript" src="dojo/dojo.js" djConfig="isDebug:false, parseOnLoad: true"&#62;&#60;/script&#62;<br />
&#60;script type="text/javascript"&#62;<br />
dojo.require("dojo.data.ItemFileReadStore");<br />
dojo.require("dojox.grid.DataGrid");<br />
dojo.require("dojo.parser");<br />
dojo.require("dijit.form.Button");<br />
dojo.require("dijit.form.TextBox");<br />
dojo.require("dijit.form.DateTextBox");<br />
dojo.require("dijit.form.ComboBox");<br />
dojo.require("dijit.layout.ContentPane");<br />
dojo.require("dijit.layout.TabContainer");<br />
var jsonStore = new dojo.data.ItemFileReadStore({ url: "MyJson.jsp" });<br />
&#60;/script&#62;<br />
&#60;/head&#62;<br />
&#60;body class="soria"&#62;<br />
&#60;table id="gridNode" jsId="grid" dojoType="dojox.grid.DataGrid" autowidth="true"<br />
query="{ customer_name: '*' }" store="jsonStore" class="tundra" style="height:300px;width:400px"&#62;<br />
&#60;thead&#62;<br />
&#60;tr&#62;<br />
&#60;th field="customer_name"&#62;Customer Name&#60;/th&#62;<br />
&#60;th field="customer_address" width="100px"&#62;Customer Address&#60;/th&#62;<br />
&#60;/tr&#62;<br />
&#60;/thead&#62;<br />
&#60;/table&#62;<br />
&#60;/body&#62;<br />
&#60;/html&#62;</p>
<p><strong>MyJson.jsp Sample goes below:</strong></p>
<p>&#60;%@ taglib prefix="json" uri="http://www.atg.com/taglibs/json" %&#62;<br />
&#60;json:object&#62;<br />
&#60;json:array name="items" var="item" items="2"&#62;<br />
&#60;json:object&#62;<br />
&#60;json:property name="customer_name" value="nancy"/&#62;<br />
&#60;json:property name="customer_address" value="LA"/&#62;<br />
&#60;/json:object&#62;<br />
&#60;json:object&#62;<br />
&#60;json:property name="customer_name" value="ken"/&#62;<br />
&#60;json:property name="customer_address" value="CA"/&#62;<br />
&#60;/json:object&#62;<br />
&#60;/json:array&#62;<br />
&#60;/json:object&#62;</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Report on Wireless status on Ubuntu 8.10 beta]]></title>
<link>http://vinci.wordpress.com/?p=246</link>
<pubDate>Tue, 07 Oct 2008 12:17:45 +0000</pubDate>
<dc:creator>vinci</dc:creator>
<guid>http://vinci.bg.wordpress.com/2008/10/07/report-on-wireless-status-on-ubuntu-810-beta/</guid>
<description><![CDATA[This is what bothers me on the new Ubuntu 8.10 beta on my Thinkpad R52:

Now with a Ralink card (RT6]]></description>
<content:encoded><![CDATA[<p>This is what bothers me on the new Ubuntu 8.10 beta on my Thinkpad R52:</p>
<ol>
<li>Now with a Ralink card (RT61) also this connection is resetted all the time. On reconnection every time the card that never worked with WPA (Intel 2200 BG) is used. <a href="https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/198355">The bug</a> has expired (I set it to 'new' again) and it was always just commented to update the driver. So nobody at Canonical seems to care if Intel 2200 BG works or not?</li>
<li>Related is the fact that I mentioned above that Network Manager never remebers which card and connection works. So if there is a internal card which cant connect he will ALWAYS use this, even if that has never worked. I reported this months ago and nobody cared., too. What the people working on wireless network do not seem to realize is that not every hardware works with every access point. So remembering what works and what not is so essential! Actually I alwys thoght that was what NM was all about. But it seems they only remember the password/key which has worked  and not how it worked. I guess this is trivial feature to add so again I dont understand why this has not been changed. Or why a card that never worked is even displayed and takes 80% of all entries, while the working card always switches its position (upper or lower end of the other card) - I would guess it would be important to display the most used and working connections at the top - also depending on the location. Come on guys, NM is not that new any more. So please fix those minor issues - I dont see any sense in listing 30 wireless networks in my range that I never use and will never use. What exactly am i supposed to do with them? This is only a distraction.</li>
</ol>
<p>So my situation now is that not only the internal card is still not working but now the external PCMCIA card is resetted every five minutes or so. Which makes Ubuntu quite unusable for me - and its already Beta time. I had thought <a href="http://ipw2200.sourceforge.net/">ipw2200</a> drivers would become really much better with newer kernel &#62; 2.6.26, but 2.6.27 I still have the same bugs. So everybody having same type of hardware should stay back from Ubuntu till I can report that things are working.</p>
<p>Here is an example log. As you see wlan0 (rt61) comes up and then eth2 (ipw2200) interferes:</p>
<blockquote><p>
Oct  7 14:44:02 cine avahi-daemon[4897]: Registering new address record for 192.168.200.102 on wlan0.IPv4.<br />
Oct  7 14:44:02 cine dhclient: bound to 192.168.200.102 -- renewal in 32910 seconds.<br />
Oct  7 14:44:03 cine NetworkManager:   (wlan0): device state change: 7 -&#62; 8<br />
Oct  7 14:44:03 cine NetworkManager:   (wlan0): writing resolv.conf to /sbin/resolvconf<br />
Oct  7 14:44:03 cine NetworkManager:   Policy set (wlan0) as default device for routing and DNS.<br />
Oct  7 14:44:03 cine NetworkManager:   Activation (wlan0) successful, device activated.<br />
Oct  7 14:44:03 cine NetworkManager:   Activation (wlan0) Stage 5 of 5 (IP Configure Commit) complete.<br />
Oct  7 14:44:03 cine ntpdate[8639]: adjust time server 91.189.94.4 offset 0.000279 sec<br />
Oct  7 14:44:07 cine NetworkManager:   (eth2): supplicant connection state change: 0 -&#62; 3<br />
Oct  7 14:44:07 cine NetworkManager:   (eth2): supplicant connection state change: 3 -&#62; 0<br />
Oct  7 14:44:09 cine NetworkManager:   eth2: link timed out.<br />
Oct  7 14:44:12 cine NetworkManager:   (eth2): supplicant connection state change: 0 -&#62; 3<br />
Oct  7 14:44:12 cine NetworkManager:   (eth2): supplicant connection state change: 3 -&#62; 0<br />
Oct  7 14:44:17 cine NetworkManager:   (eth2): supplicant connection state change: 0 -&#62; 3<br />
Oct  7 14:44:17 cine NetworkManager:   (eth2): supplicant connection state change: 3 -&#62; 0<br />
Oct  7 14:44:21 cine NetworkManager:   (eth2): supplicant connection state change: 0 -&#62; 3<br />
Oct  7 14:44:21 cine NetworkManager:   (eth2): supplicant connection state change: 3 -&#62; 0<br />
Oct  7 14:44:26 cine NetworkManager:   (eth2): supplicant connection state change: 0 -&#62; 3<br />
Oct  7 14:44:26 cine NetworkManager:   (eth2): supplicant connection state change: 3 -&#62; 0<br />
Oct  7 14:44:27 cine NetworkManager:   eth2: link timed out.<br />
Oct  7 14:44:31 cine NetworkManager:   (eth2): supplicant connection state change: 0 -&#62; 3<br />
Oct  7 14:44:31 cine NetworkManager:   (eth2): supplicant connection state change: 3 -&#62; 0<br />
Oct  7 14:44:35 cine NetworkManager:   (eth2): supplicant connection state change: 0 -&#62; 3<br />
Oct  7 14:44:35 cine NetworkManager:   (eth2): supplicant connection state change: 3 -&#62; 0<br />
Oct  7 14:44:40 cine NetworkManager:   (eth2): supplicant connection state change: 0 -&#62; 3<br />
Oct  7 14:44:40 cine NetworkManager:   (eth2): supplicant connection state change: 3 -&#62; 0<br />
Oct  7 14:44:45 cine NetworkManager:   (eth2): supplicant connection state change: 0 -&#62; 3<br />
Oct  7 14:44:45 cine NetworkManager:   (eth2): supplicant connection state change: 3 -&#62; 0<br />
Oct  7 14:44:46 cine NetworkManager:   eth2: link timed out.<br />
Oct  7 14:44:49 cine NetworkManager:   (eth2): supplicant connection state change: 0 -&#62; 3<br />
Oct  7 14:44:49 cine NetworkManager:   (eth2): supplicant connection state change: 3 -&#62; 0<br />
Oct  7 14:44:54 cine NetworkManager:   (eth2): supplicant connection state change: 0 -&#62; 3<br />
Oct  7 14:44:54 cine NetworkManager:   (eth2): supplicant connection state change: 3 -&#62; 0<br />
Oct  7 14:44:58 cine NetworkManager:   (wlan0): device state change: 8 -&#62; 3<br />
Oct  7 14:44:58 cine NetworkManager:   (wlan0): deactivating device.<br />
Oct  7 14:44:59 cine NetworkManager:   wlan0: canceled DHCP transaction, dhcp client pid 8554<br />
Oct  7 14:44:59 cine NetworkManager:   (wlan0): removing resolv.conf from /sbin/resolvconf<br />
Oct  7 14:44:59 cine NetworkManager:   check_one_route(): (wlan0) error -34 returned from rtnl_route_del():  (errno = Cannot allocate memory)
</p></blockquote>
]]></content:encoded>
</item>
<item>
<title><![CDATA[OPEN SOURCE as ALTERNATIVE]]></title>
<link>http://perseguitato.wordpress.com/?p=61</link>
<pubDate>Tue, 07 Oct 2008 10:00:40 +0000</pubDate>
<dc:creator>purcidduzzu</dc:creator>
<guid>http://perseguitato.bg.wordpress.com/2008/10/07/open-source-as-alternative/</guid>
<description><![CDATA[Chi di noi non si è mai chiesto se sia sensato continuare ad utilizzare software pirata? Penso che ]]></description>
<content:encoded><![CDATA[<p>Chi di noi non si è mai chiesto se sia sensato continuare ad utilizzare software pirata? Penso che prima o poi vi sarà capitato, ma non vi avete pensato piu' di tanto in quanto "o ti mangi questa minestra...o ti mangi questa minestra".</p>
<p>Eppure, da tempo, anche se in sordina,<span style="font-weight:bold;"> stanno nascendo nuove "minestre", addirittura alcune piu' saporite della "solita minestra"!</span></p>
<p>Sordina...ah, il male di queste nuove minestre, in effetti, andare a pescare un alternativo e VALIDO software che sia open source non è sempre semplice (<em>a meno che tu lettore non sei un pinguino e quindi hai scelto a priori di essere open</em>).</p>
<p>Avete proprio ragione, nessuno pubblicizza, voi non conoscete! <span style="font-weight:bold;"><span style="font-style:italic;">Qualche anima pia ha ben pensato di venire incontro a molti di voi.</span><br />
</span><br />
<a class="postlink" href="http://www.osalt.com/"><span style="font-weight:bold;"><span style="font-size:200%;line-height:normal;"><span style="color:#bf0040;">OPEN SOURCE as ALTERNATIVE</span></span></span></a></p>
<p>A differenza di molti altri siti in cui vi viene presentata "staticamente" una lista, qui avrete la possibilità, con un semplice "search", di interrogarlo direttamente su un software commerciale: lui vi risponderà con l'alternativa OPEN.</p>
<p style="text-align:center;"><a href="http://bp0.blogger.com/_wd3H26phcgw/SEpJqwMpfPI/AAAAAAAAAGY/Vm7EPl-SUiE/s320/mercato_it_open-source.jpg"><img class="aligncenter" src="http://bp0.blogger.com/_wd3H26phcgw/SEpJqwMpfPI/AAAAAAAAAGY/Vm7EPl-SUiE/s320/mercato_it_open-source.jpg" alt="" width="317" height="320" /></a></p>
<p>Periodicamente, inoltre, presenta una lista dei TOP 10 software open che vengono ritenuti i migliori del momento.</p>
<p><em>personalmente giudico questo sito molto interessante, un aiuto non solo per chi approda al mondo dell'open, ma anche per chi come me predilige software open <span style="text-decoration:line-through;">e free (<span style="font-style:italic;">Stallman docet</span>)</span>. Sono sempre aperto a nuove alternative.</em></p>
<p style="text-align:right;"><em><strong>Purcidduzzu</strong></em></p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[My adventures with CMS]]></title>
<link>http://technob.wordpress.com/?p=10</link>
<pubDate>Tue, 07 Oct 2008 01:40:18 +0000</pubDate>
<dc:creator>Hezy</dc:creator>
<guid>http://technob.bg.wordpress.com/2008/10/07/my-adventures-with-cms/</guid>
<description><![CDATA[I decided to build a site. Not just a blog, but a complete site. I opened an account at a hosting pr]]></description>
<content:encoded><![CDATA[<p>I decided to build a site. Not just a blog, but a complete site. I opened an account at a hosting provider, and started to play with different <a href="http://en.wikipedia.org/wiki/Web_content_management_system#Online_processing">web CMS</a> programs, to see which one is best for my plan. The site I plan to build is for <a href="http://en.wikipedia.org/wiki/Physics">physics</a> education (this is what I know), so it it is important to have good rendering of mathematical formula, preferably using <a href="http://www.ctan.org/">Tex</a>. Another demand: the site is going to be in Hebrew. It doesn't sound like a big deal, but the fact that Hebrew is written from right to left means that the CMS must have good <a href="http://www.i18nguy.com/markup/right-to-left.html">RTL</a> support. Fortunately many of the well known CMS do. I almost forgot another important demand: it must be a <a href="http://www.gnu.org/philosophy/free-sw.html">free (as in freedom) software</a>. That is just the only way I work. I will probably need a forum for the site as well, but this can be handled by a separate program. So here are some of my impressions:</p>
<p><a href="http://wordpress.org/">Wordpress</a> - I know it well and it's easy to use, but it's structure is optimized for a linear blog. Not ideal for what I was planing.</p>
<p><a href="http://moodle.org/">Moodle</a> - a CMS specially built for Educational sites, so you would think it's the best for my needs. However, after playing with it for some time I found it to be an oddball. The settings were very different from what I'm used to with other programs, and I seemed to get lost too easily with the all the possibilities. I think I need to visit this again in the future, but right now I decided to pass.</p>
<p><a href="http://www.joomla.org/">Joomla</a> - my feeling was that it was trying to be user friendly to the point that I didn't have good control on what's going on. Visually It looks very nice, but I think I didn't understand the basic idea.</p>
<p style="text-align:left;"><a href="http://drupal.org/">Druple</a> - I really liked it imidiatly. It's almost as elegant as wordpress (or at least as an older version of it), but much more versatile. I'd like to return to it in the future, but right now it seems a little more than I need.</p>
<p><a href="http://www.dokuwiki.org/dokuwiki">DukuWiki</a> - I found it really nice and simple to use, but I had some trouble with installing Tex support. I believe it has a relatively small user base, and the development is not as active as some of the other CMS. In any case, I found It is a good option.</p>
<p><a href="http://www.mediawiki.org/wiki/MediaWiki">MediaWiki</a> - Great, I realy liked it. I expected it to be more complicated than DukoWiki, but in fact it is very simple to install and use. Since I have some experience with Wikipedia, once I had it installed things flow easily.</p>
<p><strong>Conclusion:</strong> My choise is MediaWiki for the main part of the site, but I add Wordpress as a side blogging platform, and I think I'll use <a href="http://www.phpbb.com/">phpBB</a> for the forum. Now I'm working on the CSS to give them all a similar look. I'll write about it in the next post.</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Linux and marketing: a rant]]></title>
<link>http://eliasqfuntybunt.wordpress.com/?p=206</link>
<pubDate>Mon, 06 Oct 2008 23:27:31 +0000</pubDate>
<dc:creator>Joe</dc:creator>
<guid>http://eliasqfuntybunt.bg.wordpress.com/2008/10/06/linux-and-marketing-a-rant/</guid>
<description><![CDATA[I had a similar rant to this in my drafts section. Then I wrote a new one because the old one went a]]></description>
<content:encoded><![CDATA[<p><em>I had a similar rant to this in my drafts section. Then I wrote a new one because the old one went a little off message. Here it is.</em></p>
<p>It's kinda one of the basic bits of knowledge you'd pick up on any course on business you'd care to mention; sell your product well. Don't skimp on advertising or proper branding, because it'll pay dividends. Nobody wants to buy an orange-flavoured canned drink called Shittysmellyshitjuice, they'd rather buy one called Orangina or Fanta or Sunkist or whatever. Shittysmellyshitjuice could be the most fantastic orange soda you'll ever drink, but with a crappy name like that it'll be lucky to obtain even a minute market share.</p>
<p>Open source software and Linux advocates don't like businessmen, or marketers, because they get in the way of technical quality, or so they've heard on Slashdot. Leaving aside the obvious truth that right now the main barrier to technical quality in the FOSS community is in fact the FOSS community, this revulsion towards marketers comes part and parcel of the boiled-down approach adopted by many - "the software matters, all else is frippery".</p>
<p>Sadly, going back to my shitty orange juice analogy, frippery is what users care about. If you don't brand your project properly, all you'll attract are the FOSSies who don't care about image. They would do well to remember that a good, solid brand can do a lot to paper over many otherwise gaping cracks in many a company's surface.</p>
<p>Take a look at Apple. Apple is what Microsoft would be like had the latter developed a fetish for control over its platform that their present day counterpart would shit themselves over. They've had numerous instances of manufacturing defects and some fairly questionable policies regarding the aforementioned lock in. The average Joe can forgive them this though since they present themselves so well, and make an effort to appear friendly - not just through corporate image, but through how they interact with their users, developers and customers right down to UI design. Apple does branding to the same extent as RMS does zealotry and ESR does guns.</p>
<p>Specifically, look at iTunes. iTunes itself is a great name; it sums up what the application does in an instant; it plays tunes. Great. Its icon is a big blue musical note suspended over a CD - even better, because that communicates precisely what it's for. TextEdit is another good example - clear name, clear icon (a pen and paper). iCal - clear name, icon of a calendar. Mail - OK, well, that's just unfair. The point is that each of these applications is named such that a user can understand exactly what they're about without even needing to open it, and with icons well chosen enough that the user might not even need to see the name to know what the application does. That's good branding - not a strategy specific to Apple or OS X, I hasten to add, it's just common sense.</p>
<p>Now look at some of the big-name Linux/FOSS apps. Start big. GNOME is a desktop environment. GNOME's icon is a foot. If you asked the typical Windows user what an app named iTunes with an icon of a CD does, they'd most likely hazard a guess that it plays music. Ask them what something called GNOME with an icon of a foot does and they'll ask you what the fuck you're talking about. Bad branding; GNOME's name and icon doesn't correspond in the slightest with what it does. GNOME fails.</p>
<p>Let's try again, this time with FOSS stalwart GIMP. GIMP is a terrible name on so many levels. First of all, it has an acronym within an acronym for a name, not to mention it's actually a recursive acronym within an acronym, which is esoteric to the point of madness. Secondly, it doesn't bear any relation to what the GIMP does - someone seeing "GIMP" in a menu is unlikely to think "Ah, that must be where I airbrush my face out from homemade porn before I upload it to LimeWire," they just won't know what it is. Last but not least, people think of "gimp" as being an offensive name for a cripple. Which it is. Stupid, stupid branding.</p>
<p>This is conclusion one of this rant, which I'll admit is a little bit too good natured for that title at present; in-jokey, obscure or technical names = bad branding. FOSS is littered with examples of this; Kopete, Amarok, Pidgin, Ekiga, GNOME, GIMP. Most of these words mean nothing to people, and the ones that do have a meaning to your everyday user will most likely provoke a negative response. An in-jokey name is fine when you're making something low level or aimed at a specific audience, but for general audiences, it'd be best to choose a name that actually symbolises what your product is all about. Good examples of this in Linuxland are Rhythmbox and OpenOffice.org - both names that communicate everything an inquisitive user needs to know before opening the application.</p>
<p>Moving away from the branding aspect, let's move into marketing territory. FOSSies are shit scared of marketing and marketers, for the simple inescapable reason that people would rather pay money for something sold well than take something for free that was largely made and advocated by a bunch of pricks. And when you want prickishness, you want freetards.</p>
<p>First of all, many attempts to sell Linux or OSS are made on the basis that it's "free" - not as in beer, which does tend to sway some minds, but as in speech. They fail to realise, sadly, that "software freedom" is not a priority for most people; they really couldn't care about their "freedom" to fork their instant messenger if they can't resize a text box so long as they can get their work done. They're not as emotionally invested in their computers as the average freetard, and promoting Linux to them on that basis makes it seem like what it is - an esoteric, closet OS for nerds. The same goes for DRM and such topics, which really turn the average Joe off; they simply don't care, and for those that do care switching their entire OS is probably a bridge too far.</p>
<p>Secondly, lots of sales pitches for Linux are not founded upon showing off Linux's supposed strengths and what it can do, but often upon Windows' weaknesses. The former would be positive, and give people a reason to switch; the latter is negative, and makes out that Linux isn't better than the competition, only not as bad. This is often accompanied by the flinging of insults at said competition, which in the eyes of the average person definitely doesn't help - smearing Windows won't make anyone switch to Linux, it'll just put a Windows user on the defensive, saying things like "Well, I've never had any problems etc etc etc." If nothing else, counterproductive.</p>
<p>Thirdly, there's too much fragmentation. While "choice" is a lovely mantra, it's a stupid mantra. Some choice is fine; the choice between Windows, Linux and OS X is a simple choice that people can research. But, there are numerous Linux distros; Debian, Ubuntu, Fedora, Mandriva and PCLinuxOS being the main ones, along with a far larger number of far smaller distros, and again, the average user doesn't care. They've been told about this "Linux" thing but don't want to have to pick from so many choices, since it makes no sense to them. Having a choice makes sense if it's reasonably possible for the average user of your product to make an informed choice; you can pick which supermarket you shop at based on service, quality, price, whatever, but the differences between the different distros are often deeply esoteric and confusing for someone uninitiated in the differences between Debian-based, Red Hat-based, Ubuntu-based etc.</p>
<p>So that's conclusion two: lots of attempts to get people interested in Linux fall flat because they are either not given an adequate reason to choose it (or one they can relate to), given too many equally incomprehensible choices to choose from or both.</p>
<p>Oh, and there's another conclusion: they could also try not making Linux suck fucking shit. That might also work.</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Pidgin Facebook Plugin]]></title>
<link>http://b2dbuntu.wordpress.com/?p=328</link>
<pubDate>Mon, 06 Oct 2008 17:59:31 +0000</pubDate>
<dc:creator>Manuel</dc:creator>
<guid>http://b2dbuntu.bg.wordpress.com/2008/10/06/pidgin-facebook-plugin/</guid>
<description><![CDATA[Si ya lo sabemos el fenomeno Facebook suma y sigue, pero si eres de esos que no te gusta el chat que]]></description>
<content:encoded><![CDATA[<p style="text-align:justify;"><a href="http://b2dbuntu.files.wordpress.com/2008/10/pidgin-facebook.png"><img class="aligncenter size-full wp-image-329" title="pidgin-facebook" src="http://b2dbuntu.wordpress.com/files/2008/10/pidgin-facebook.png" alt="" width="250" height="375" /></a>Si ya lo sabemos el fenomeno Facebook suma y sigue, pero si eres de esos que no te gusta el chat que posee esta red social, trata de usarlo con <a href="http://es.wikipedia.org/wiki/Pidgin_(software)" target="_blank">Pidgin</a>.</p>
<p style="text-align:justify;">Pidgin Facebook Plugin es una pequeña aplicación mediante la cual podremos tener a nuestros contactos de Facebook en Pidgin.</p>
<p style="text-align:justify;">Para los que todavía no sepan que es Pidgin este es un cliente de mensajería instantánea multiplataforma (Windows y Linux) y multiprotocolo (MSN, Yahoo, ICQ, Google Talk, AIM e IRC entre otros) con el cual podremos chatear con contactos de varias redes desde un mismo programa.</p>
<p style="text-align:justify;">Pidgin Facebook Plugin, está disponible para su descarga en archivo .exe para Windows y en .deb para Linux. Su instalación es realmente muy sencilla, solo ejecutamos el archivo correspondiente, reiniciamos nuestro Pidgin y en la opción de agregar nuevas cuentas, ahora tendremos la posibilidad de agregar cuentas de Facebook.</p>
<p style="text-align:justify;"><strong>Enlace: </strong><a href="http://code.google.com/p/pidgin-facebookchat/">Pidgin FaceBook Plugin</a><strong><br />
Descarga: </strong><a href="http://code.google.com/p/pidgin-facebookchat/downloads/list">Pidgin FaceBook Plugin</a></p>
<p style="text-align:justify;">Fuentes: <a href="http://www.adictosalared.com/pidgin-facebook-plugin-tus-contactos-de-facebook-en-pidgin/" target="_blank">http://www.adictosalared.com/pidgin-facebook-plugin-tus-contactos-de-facebook-en-pidgin/</a></p>
<p style="text-align:justify;"><a href="http://zonalinux.com.ar/pidgin-facebook-plugin-chatea-con-tus-contactos-de-facebook-desde-pidgin/" target="_blank">http://zonalinux.com.ar/pidgin-facebook-plugin-chatea-con-tus-contactos-de-facebook-desde-pidgin/</a></p>
<p style="text-align:justify;">
]]></content:encoded>
</item>
<item>
<title><![CDATA[AnyRemote - Controlando seu PC pelo Celular]]></title>
<link>http://hogwartslinux.wordpress.com/2008/10/06/anyremote-controlando-seu-pc-pelo-celular/</link>
<pubDate>Mon, 06 Oct 2008 16:39:43 +0000</pubDate>
<dc:creator>Fábio Emilio Costa</dc:creator>
<guid>http://hogwartslinux.bg.wordpress.com/2008/10/06/anyremote-controlando-seu-pc-pelo-celular/</guid>
<description><![CDATA[Olá!
Fale a verdade, você já se pegou em situações onde um bom controle remoto para o computado]]></description>
<content:encoded><![CDATA[<p>Olá!
<div align="justify">Fale a verdade, você já se pegou em situações onde um bom controle remoto para o computador seria uma ótima idéia, como em uma apresentação, ou quando você está usando seu PC para ouvir música e está lavando louça e quer ouvir uma música em especial qualquer (bem, no meu caso foi <i>Get Over</i>, da trilha sonora do anime Hikaru no Go... :P). De qualquer modo, é um momento onde tudo o que você quer é controlar seu PC sem ter que chegar perto do seu teclado ou mouse.<br />Pois bem, para apresentações existem alguns controles remotos que conseguem "substituir" um <i>mouse</i>, mas são caros.<br />Pois bem: tem um celular com suporte a <i>bluetooth</i> e J2ME? Usa Linux? Então sem problemas!<br />Existe um software chamado <a href="http://anyremote.sourceforge.net/">AnyRemote</a> que transforma um celular Bluetooth em controle remoto por meio de um cliente J2ME que deve ser enviado para o celular. É importante que a JVM J2ME do celular suporte Bluetooth por meio de JSR (Java Specification Request) 82. No meu caso, o teste foi feito com um celular Nokia 6085 e funcionou perfeitamente. No site do AnyRemote existe uma lista dos <a href="http://anyremote.sourceforge.net/devices.html">celulares suportados</a>. <br />OK, então mão na massa.<br />Primeiro, tenha certeza de ter as dependências do mesmo instalado: você precisará de pacotes de bluettoth (libbluez, obex e libbluetooth), além de python e PyKDE (python e python-kde) ou Gtk Python. Se você já fez alguma operação Bluetooth com o seu celular em Linux, provavelmente terá tudo o que é necessário. Caso contrário, existem muitos tutorias na Internet sobre <a href="http://www.guiadohardware.net/tutoriais/bluetooth-linux-guia-completo/">como configurar corretamente seu <i>dongle</i> (chaveiro USB) de Bluetooth no Linux</a>. <br />Embora a maior parte das distribuições contem com o AnyRemote nos repositórios, vamos fazer a instalação a partir dos pacotes oferecidos no <i>site</i> do AnyRemote, pois eles são mais atualizados com arquivos para controle de aplicações e afins. No site do AnyRemote, clique em Download e baixe os seguintes pacotes (obviamente, no formato compatível com sua distribuição - no meu caso, como Debianista, os arquivos são <font face="monospace">.deb</font>):
<ul>
<li>Cliente em Linha de Comando:</li>
<ul>
<li><a href="http://downloads.sourceforge.net/anyremote/anyremote_4.9-2_i386.deb?modtime=1222729867&#38;big_mirror=0">anyremote_4.9-2_i386.deb</a> - Pacote Principal;</li>
</ul>
<ul>
<li><a href="http://downloads.sourceforge.net/anyremote/anyremote-data_4.9-2_i386.deb?modtime=1222729881&#38;big_mirror=0">anyremote-data_4.9-2_i386.deb</a> - Pacote de dados do AnyRemote (contem os arquivos .cfg que controlam as aplicações, portanto deve ser baixado);</li>
<li><a href="http://downloads.sourceforge.net/anyremote/anyremote-doc_4.9-2_i386.deb?modtime=1222729898&#38;big_mirror=0">anyremote-doc_4.9-2_i386.deb</a> - (opcional) documentação do AnyRemote;</li>
</ul>
<li>Cliente Gráfico - aqui utilizaremos o kAnyRemote para o KDE. Existe também o gAnyRemote para o GNOME, mas não comentaremos ele aqui:</li>
<ul>
<li><a href="http://downloads.sourceforge.net/anyremote/kanyremote_5.3-2_all.deb?modtime=1222297242&#38;big_mirror=0">kanyremote_5.3-2_all.deb</a></li>
</ul>
<li>Cliente J2ME - ele pode ser baixado também via WAP, mas o próprio kAnyRemote ao detectar o celular permite que o cliente J2ME seja enviado para o celular via Bluetooth:</li>
<ul>
<li><a href="http://downloads.sourceforge.net/anyremote/anyremote-j2me-client_4.9-2_all.deb?modtime=1221172838&#38;big_mirror=0">anyremote-j2me-client_4.9-2_all.deb</a> - Infelizmente, esse foi o pacote mais atual com o cliente J2ME, ainda que não seja o mais atual como um todo;</li>
</ul>
</ul>
<p>Baixado tudo isso e instalado as dependências, conecte seu <i>dongle</i> Bluetooth. Caso necessário, faça todas as configurações exigidas para a comunicação entre seu celular e o computador via Bluetooth. É fundamental que todos esses recursos estejam corretamente configurados antes da instalação, pois o AnyRemote (e o kAnyRemote) utiliza-se da estrutura Bluetooth do Linux. Em distribuições mais atuais, tudo resume-se a espetar o <i>dongle</i> que ele é auto-identificado. Instale os arquivos baixados conforme a sua distribuição. Ligue o seu Celular e ative a função Bluetooth do mesmo.<br /><img style="max-width:800px;float:left;margin-top:10px;margin-bottom:10px;margin-right:10px;" src="http://hogwartslinux.files.wordpress.com/2008/10/kanyremote-menu.jpg" />Abra então o kAnyRemote. Ele irá jogar na <i>System Tray</i> (Bandeja do Sistema) um pequeno ícone o identificando. Clique com o botão direito em cima dele e você terá um menu como o exibido ao lado. Clique em <i>Start</i> e você irá ativar o serviço do AnyRemote. PS: perceba que também deve ter na <i>System Tray</i> um ícone com o símbolo do Bluetooth, que indica que tem um adaptador Bluetooth conectado e reconhecido. Ele não precisa estar azul nesse momento, pois não há operações nele.<br /><a href="http://hogwartslinux.wordpress.com/files/2008/10/kanyremote-telaprincipal.jpg"><img style="float:right;margin-top:10px;margin-bottom:10px;margin-left:10px;" src="http://hogwartslinux.wordpress.com/files/2008/10/kanyremote-telaprincipal.jpg?w=300" alt="Tela Principal do kAnyRemote" title="Tela Principal do kAnyRemote" class="size-medium wp-image-200" height="178" width="300" /></a>Agora, vamos trabalhar o AnyRemote. Dê dois cliques no ícone do kAnyRemote ou então clique com o botão direito do mouse e escolha Restore. Você irá receber uma janela igual à do lado (clique para ampliar). Essa é a janela principal do kAnyRemote, por onde você configura quais programas podem ou não serem controlados pelo AnyRemote. Existem várias opções para configurar aqui: iremos mexer apenas nos clientes cujo modo for Server (servidor). O outro modo, AT, é um modo que utiliza comandos AT (de <i>modem</i>) via WiFi ou infravermelho para controlar o computador, mas não falaremos dele aqui. O Modo Server é o modo que utiliza Bluetooth (e em alguns dispositivos, infravermelho). Existe ainda o Bemused, sobre o qual também não falaremos.<br />Ele é dividido em três Estados: Disponível (o programa a ser controlado está instalado, mas o agente do AnyRemote não está ativo para ele), Gerenciado (o agente está ativo) e Não-Disponível (o programa a ser controlado não está instalado). No caso, temos vários agentes Disponíveis, mas apenas um Gerenciado, que é o All_in_1, que funciona como "controle remoto universal". Sugiro que deixe apenas esse em Gerenciado. Para desativar os demais, selecione qualquer um que esteja como Gerenciado e clique em "Parar".
<div align="justify"><a href="http://hogwartslinux.wordpress.com/files/2008/10/kanyremote-descoberta1.jpg"><img style="float:left;margin-top:10px;margin-bottom:10px;margin-right:10px;" src="http://hogwartslinux.wordpress.com/files/2008/10/kanyremote-descoberta1.jpg?w=300" alt="" title="kanyremote-descoberta1" class="alignleft size-medium wp-image-202" height="168" width="300" /></a>Tudo OK, é hora de enviarmos o cliente J2ME ao celular. Clique em Setup &#124; Devices. Ele irá abrir uma janela que irá investigar todos os seus dispositivos Bluetooth. Espere um pouco e ele deve mostrar o seu dispositivo. No meu caso, é o "Nokia Fábio" ao lado. Selecione-o e clique duas vezes.<br />Agora, já indicamos ao AnyRemote que esse dispositivo pode acessar o computador, mas ainda ele&#160; não o fará pois não tem o cliente J2ME instalado. Para fazer o <i>deploy</i> desse cliente, você também pode, caso a solução do envio automatizado não funcio, enviar o arquivo normalmente por OBEX File Transfer do Linux ou então por download do mesmo via WAP (lembrando que você precisará enviar dois arquivos, um .JAR e um .JAD). Mas vamos ao envio automatizado. 
<div align="justify"><a href="http://hogwartslinux.wordpress.com/files/2008/10/kanyremote-infocelular1.jpg"><img style="float:right;margin-top:10px;margin-bottom:10px;margin-left:10px;" src="http://hogwartslinux.wordpress.com/files/2008/10/kanyremote-infocelular1.jpg?w=300" alt="" title="kanyremote-infocelular1" class="alignright size-medium wp-image-203" height="146" width="300" /></a>Ao clicar duas vezes, você receberá uma janela para fazer os ajustes das configurações para aquele celular. Primeiro, clique em <i>Ping</i> para verificar se está tudo OK e a comunicação é efetiva. O Celular pode perguntar se deseja aceitar comunicação e ou pareamento do mesmo com o computador. Confirme e, caso necessário, forneça a senha de pareamento (normalmente o computador pede para definir uma. Apenas escolha uma senha que você considere adequada e confirme a mesma senha no celular). Tudo OK, basta clicar em "Enviar Java". Confirme o alerta que seu Celular deverá dar para o envio do arquivo. Tudo OK, clique em OK para sair. Uma configuração avançada é fazer com que uma determinada configuração do AnyRemote seja carregada de imediato no Celular uma vez que ele conecte-se ao AnyRemote. Para isso, clique em "Escolher" e escolha o arquivo .cfg correspondente.<br /><img style="max-width:800px;float:left;margin-top:10px;margin-bottom:10px;margin-right:10px;" src="http://hogwartslinux.files.wordpress.com/2008/10/amarok.png?w=300" />Tudo bem... Agora é a hora da verdade: abra seu celular e vá ao menu de Aplicações do mesmo. Lá deverá estar listado o AnyRemote. Escolha-o. Pode ser que o celular pergunte se você deseja a aplicação usar recursos de conectividade. Permita, pois é justamente o acesso ao Bluetooth. Tudo correndo bem, o cliente irá automaticamente identificar uma conexão, à qual você irá se ligar. Você entrará no menu do All_in_1 (imaginando que ele esteja ativo). Escolha o programa que você deseja controlar. Em alguns casos na tela irá parecer com a imagem ao lado. Nesse caso, cada um dos símbolos representa a tecla do teclado do celular que deve ser pressionada para fazer a função ser ativada. Por exemplo, para suprimir o som na tecla ao lado, digite 2. Para fechar o programa, tecle 8 e para parar a música tecle 0. Em outros casos irá aparecer outros layouts. Nesses casos, utilize as teclas direcionais do celular para mover até a opção desejada e aperte o botão central do celular (o que normalmente fica dentro do direcional) para executar a opção.
<div align="justify"><a href="http://hogwartslinux.wordpress.com/files/2008/10/kanyremote-config.jpg"><img style="float:right;margin-top:10px;margin-bottom:10px;margin-left:10px;" src="http://hogwartslinux.wordpress.com/files/2008/10/kanyremote-config.jpg?w=300" alt="" title="kanyremote-config" /></a>Para terminar, existe formas de configurar o comportamento tanto do AnyRemote quanto do kAnyRemote. Vá em Setup &#124; Preferences. Você receberá uma janela como a da imagem ao lado (clique para ampliar). Existe uma série de ajustes que você pode configurar, mas os mais interessantes são o Auto-Startup (para fazer com que o kAnyRemote seja carregado ao iniciar o KDE/GNOME) e as opções de <i>Show in List</i>, que filtram quais configurações devem ser apresentadas pelo kAnyRemote. Sugiro que se desmarque as configurações de Modo AT (uma vez que não as usaremos) e que marque-se a opção <i>Custom Made</i>, que indica que configurações não relacionadas a Aplicativos também devam ser apresentadas. Entre tais configurações consta a All_in_1 que citamos aqui.<br />Na realidade, existe muito mais para se falar sobre o AnyRemote, pois ele é poderoso o bastante para, em conjunto com as aplicações Linux que possuam algum tipo de chamada distribuída (como o DCOP do KDE ou mesmo disparos por linha de comando), ser customizada para controle remoto de praticamente qualquer aplicação. Basta apenas estudar a documentação disponível no site do AnyRemote.<br />Em tempo: para o pessoal que desejar saber mais sobre o AnyRemote, em especial sobre o uso do gAnyRemote, <a href="http://venilton.blogspot.com/2008/06/instalando-o-anyremote-no-ubuntu.html">veja esse artigo do Blog do Venilton</a>.</div>
</div>
</div>
</div>
<p class="scribefire-powered">Powered by <a href="http://www.scribefire.com/">ScribeFire</a>.</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Acesso Livre…]]></title>
<link>http://arsphysica.wordpress.com/?p=320</link>
<pubDate>Mon, 06 Oct 2008 14:55:48 +0000</pubDate>
<dc:creator>Daniel</dc:creator>
<guid>http://arsphysica.bg.wordpress.com/2008/10/06/acesso-livre/</guid>
<description><![CDATA[Hoje em dia, o movimento que visa o acesso livre vai de vento-em-popa e já praticamente dispensa ap]]></description>
<content:encoded><![CDATA[<p>Hoje em dia, o movimento que visa o <a href="http://www.earlham.edu/~peters/fos/overview.htm">acesso livre</a> vai de vento-em-popa e já praticamente dispensa apresentações; principalmente no Brasil, onde a CAPES já até desenvolveu o famoso <a href="http://acessolivre.capes.gov.br/">Portal de Acesso Livre</a>.</p>
<p>Porém, o que muitos não sabem é a história de como tudo isso começou, em meados de 1991, quando <a href="http://en.wikipedia.org/wiki/Paul_Ginsparg">Paul Ginsparg</a> (sim, aquele já conhecido pelos <a href="http://latticeqcd.blogspot.com/2005/12/ginsparg-wilson-relation_21.html">férmions de Ginsparg-Wilson</a>) deu início aos <a href="http://arxiv.org/">arXivs</a>.</p>
<p>A entrevista abaixo é uma das poucas que o Ginsparg já deu, e é excelente, recheadas de 'causos':</p>
<ul>
<li><a href="http://physicsworld.com/cws/article/print/35983">The global-village pioneers</a>.</li>
</ul>
<p>É importantíssimo também lembrar que sem o <a href="http://en.wikipedia.org/wiki/TeX">TeX</a>, dado de presente e mão beijada para o mundo todo pelo <a href="http://en.wikipedia.org/wiki/Donald_Knuth">Don Knuth</a>, nada disso teria sido possível — o TeX é uma das primeiras linguagens de <a href="http://en.wikipedia.org/wiki/Markup_language">markup</a>.</p>
<p>Outro ingrediente importante foi a criação da <a href="http://en.wikipedia.org/wiki/WWW">WWW</a> por <a href="http://en.wikipedia.org/wiki/Sir_Tim_Berners-Lee">Tim Berners-Lee</a>. Como o próprio Ginsparg conta na entrevista, <acronym title="Sir Tim Berners-Lee">TBL</acronym> o contactou pessoalmente… e assim os arXivs foram levados dum servidor de <a href="http://en.wikipedia.org/wiki/File_Transfer_Protocol">FTP</a> para um de WWW… e assim surgiu o <strong>primeiro</strong>, :!: , servidor da web no mundo!</p>
<hr />
<acronym title="Nota bene">N.B.</acronym>: o servidor da <a href="http://www.het.brown.edu/">HET Brown</a> foi um dos primeiros também (se não me engano, foi o terceiro), logo em seguida dos arXivs: foi um dos meus predecessores (chamado <a href="http://blogs.sun.com/jimgris/entry/stephen_hahn">Stephen Hahn</a>) que o instalou, na <a href="http://maps.google.com/maps?f=q&#38;hl=en&#38;geocode=&#38;q=182,+hope+street,+providence,+ri,+02912&#38;sll=37.0625,-95.677068&#38;sspn=41.360684,92.8125&#38;ie=UTF8&#38;t=h&#38;z=16&#38;iwloc=addr">sala de número 625 no prédio chamado Barus &#38; Holley</a>, e até pouco tempo atrás (quando eu atualizei e reconfigurei tudo pra rodar via <a href="http://httpd.apache.org/">Apache <code>2.0.63</code></a>), tudo rodava naquele mesmo servidor original (um verdadeiro rinoceronte :smile: )! Enquanto isso, no Brasil, o <a href="http://fma.if.usp.br">DFMA</a> teve uma das primeiras páginas da USP, assim como o <a href="http://www.cecm.usp.br/">Ciências Moleculares</a>, que certamente foi a primeira página sobre um curso de bacharelado da USP (quiçá do Brasil — ainda me lembro do dia em que instalei o primeiro servidor <code>HTTP</code> no servidor do <acronym title="Ciências Moleculares">CM</acronym>, ainda chamado <code>lnx00</code>, e começamos a brincar com <a href="http://en.wikipedia.org/wiki/HTML">HTML</a>)! Foi nessa mesma época que nasceu o <a href="http://www.socrates.if.usp.br/">Projeto Sócrates</a>, do qual tive a sorte de participar (mas essa é outra estória).</p>
<hr />
<p></p>
<p>Bom, essa é a história do <i>Acesso Livre</i>, não só no mundo, mas no Brasil também… que, como vcs vêm, tem tido uma participação bem sólida nisso tudo. :smile:</p>
<p>[]'s.</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Ripartono le attività a Opera (MI)]]></title>
<link>http://liberamente08.wordpress.com/?p=74</link>
<pubDate>Mon, 06 Oct 2008 09:56:20 +0000</pubDate>
<dc:creator>liberamente08</dc:creator>
<guid>http://liberamente08.bg.wordpress.com/2008/10/06/ripartono-le-attivita-a-opera-mi/</guid>
<description><![CDATA[Dopo un periodo di silenzio e di meritata vacanza, l&#8217;Opera Linux Group riparte con una serie d]]></description>
<content:encoded><![CDATA[<p>Dopo un periodo di silenzio e di meritata vacanza, l'Opera Linux Group riparte con una serie di appuntamenti aperti al territorio e una buona quantità di idee e progetti da portare avanti in preparazione dell'evento di aprile 2009.</p>
<div class="mceTemp mceIEcenter">
<dl class="wp-caption aligncenter">
<dt class="wp-caption-dt"><a href="http://liberamente08.files.wordpress.com/2008/10/linuxopera-copia.jpg"><img class="size-medium wp-image-71" title="linuxopera-copia" src="http://liberamente08.wordpress.com/files/2008/10/linuxopera-copia.jpg?w=300" alt="volantino opera linux group" width="300" height="212" /></a></dt>
</dl>
</div>
<p>Di seguito il verbale dell'ultima riunione</p>
<p>1) Partecipazione al LINUX DAY<br />
il 25/26 ottobre parteciperemo a Cinisello al linux day. Non avendo ancora pronti i materiali rispetto al progetto "acessibylinux" (VEDI SOTTO PER CAPIRE DI COSA SI PARLA), cercheremo di mantenere viva la rete creata con liberamente (www.liberamente08.tk). Inoltre abbiamo proposto alla rete la possibilità di fare una linux night il 25 sera alla ciclofficina della stecca, idea che sembra essere piaciuta.</p>
<p>La serata sarà di puro divertimento (dopo una giornata di smanettamento ci vuole...), la ciclofficina è un posto accogliente (forse un pò intasato dalle bici) e che ben si presta a iniziative di questo genere, chiaramente è possibile sviluppare ulteriori contenuti ricordando però che ad oggi siamo pochi e che molta manodopera dovrà essere utilizzata per il bar e per la chiusura di fine serata.</p>
<p>2) GRUPPO LINUX OPERA<br />
abbiamo deciso di promuovere e allargare il nostro gruppo. Sono fissate e seguenti date:<br />
- 7 ottobre<br />
- 21 ottobre<br />
- 18 novembre<br />
- 16 dicembre<br />
alla riunione del 7 ottobre abbiamo invitato ufficialmente l'assessore all'innovazione tecnologica Corrado Anelli (che dopo liberamente 08 si era dimostrato interessato all'argomento)<br />
Le riunioni si terranno all'internet cafè della biblioteca di Opera dalle ore 21,15 in via Gramsci 21.<br />
Durante queste riunioni, oltre a definire obiettivi e strategiedi lavoro del gruppo faremo la manutenzione dei pc del bar.<br />
Si è inoltre pensato di caratterizzare ogni incontro in modo formativo per il gruppo, dedicando parte della serata all'approfondimento dei software di uso più comune.<br />
per proporci ad un pubblico più giovane c'è anche in cantiere un torneo di giochi in rete.</p>
<p>3) ACCESSIBYLINUX<br />
per ora ci stiamo formando sull'argomento, creando una rete di soggetti competenti.<br />
Oltre alla presentazione del gruppo, sarà argomento principale della prossima riunione.<br />
"accessibylinux" è un progetto pensato per rendere accessibile l'utilizzo dei pc a tutti quei soggetti che, per vari impedimenti, non riescono o non possono farne uso (vedi stranieri, persone diversamente abili,...). Un progetto di abbattimento del digital divide.</p>
<p>Ci vediamo al POP Bar di via Gramsci a Opera!</p>
<p>Opera Linux Group - LIBERAmente</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[A Whole New Dimension]]></title>
<link>http://ewsnewmedia.wordpress.com/?p=286</link>
<pubDate>Sun, 05 Oct 2008 23:33:42 +0000</pubDate>
<dc:creator>aaronatzil</dc:creator>
<guid>http://ewsnewmedia.bg.wordpress.com/2008/10/05/a-whole-new-dimension/</guid>
<description><![CDATA[New technologies are produced almost daily, but every now and then, something amazing is created. Wh]]></description>
<content:encoded><![CDATA[<p>New technologies are produced almost daily, but every now and then, something amazing is created. When I say that something is amazing, I mean that it is incredibly useful, incredibly new and unique, or both. Recently, a company called ExitReality potentially reshaped the way people can use the Internet. That statement is especially appropriate, since ExitReality is in the process of putting the Internet in 3D format, literally giving it a new shape. ExitReality has launched the public beta version of their dimension-shifting software. For those who do not remember, if something is in its beta version, that means the software is being tested by the public. There are other notable features about the software. For instance, it has been used to convert approximately 40 billion web sites to 3D, it allows programmers to create 3D sites as well as convert 2D sites, and its 100% free, meaning that it can be used by any web designer. This is what a <a href="http://www.flickr.com/photos/jsclark/2556816680/" target="_blank">converted site</a> looks like. As you can see, the 3D design looks very much like a video game, since it places an avatar right in the center of the computer screen. This is a very interesting idea, but unfortunately, the software is mostly for show, since the websites converted by the software still operate in the same way. However, there is hope that in the future, this software could allow programmers to create a whole new type of website, one that cannot be presented in 2D. If that happens, this software could become truly amazing not only because it is unique, but also because it is incredibly useful.</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Free Software in ... Latin America]]></title>
<link>http://latinlinks.wordpress.com/2008/10/05/free-software-in-latin-america/</link>
<pubDate>Sun, 05 Oct 2008 13:06:21 +0000</pubDate>
<dc:creator>fredericknoronha</dc:creator>
<guid>http://latinlinks.bg.wordpress.com/2008/10/05/free-software-in-latin-america/</guid>
<description><![CDATA[
  Ryan Bagueros http://news.northxsouth.com/ |                ryan@northxsouth.com |        76.210.]]></description>
<content:encoded><![CDATA[<div style="color:rgb(102,204,204);" id="orange"><a class="mi" href="http://news.northxsouth.com/"><img style="width:187px;height:77px;" src="http://news.northxsouth.com/images/fsinla.png" alt="free software in latin america" border="0" vspace="24" /></a></div>
<p>  <strong><a class="row-title" href="http://latinlinks.wordpress.com/wp-admin/comment.php?action=editcomment&#38;c=2" title="Edit comment">Ryan Bagueros</a></strong><a href="http://news.northxsouth.com/"> http://news.northxsouth.com/</a> &#124;                <a href="mailto:ryan@northxsouth.com">ryan@northxsouth.com</a> &#124;        <a href="http://latinlinks.wordpress.com/wp-admin/edit-comments.php?s=76.210.162.198&#38;mode=detail">76.210.162.198</a> commented this on the blog:</p>
<p style="margin-left:40px;">Wow, your blog definitely has an interesting premise. We run a blog which contains as much news about the Latin American Free Software Movement as we can at <a href="http://news.northxsouth.com/" rel="nofollow">http://news.northxsouth.com/</a> if you are interested in a link exchange .. just email me at the email I provided.
</p>
<p style="margin-left:40px;">
<p>Certainly interesting, Ryan!
<div class="flockcredit" style="text-align:right;color:#CCC;font-size:x-small;">Blogged with the <a href="http://www.flock.com/blogged-with-flock" target="_new" title="Flock Browser">Flock Browser</a></div>
<p><!-- technorati tags begin -->
<p style="font-size:10px;text-align:right;">Tags: <a href="http://technorati.com/tag/links" rel="tag">links</a>, <a href="http://technorati.com/tag/free%20software" rel="tag">free software</a>, <a href="http://technorati.com/tag/%20latin%20america" rel="tag"> latin america</a></p>
<p><!-- technorati tags end --></p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Free software solutions... from the sun!]]></title>
<link>http://latinlinks.wordpress.com/2008/10/05/solis-the-sun-and-also-software-livre-solucoes/</link>
<pubDate>Sun, 05 Oct 2008 12:45:34 +0000</pubDate>
<dc:creator>fredericknoronha</dc:creator>
<guid>http://latinlinks.bg.wordpress.com/2008/10/05/free-software-solutions-from-the-sun/</guid>
<description><![CDATA[Júnior Mulinari is the current president of Solis. Used Bablefish&nbsp; to translate their home-pag]]></description>
<content:encoded><![CDATA[<p><a href="mailto:junior@solis.coop.br">Júnior Mulinari</a> is the current president of <a href="http://solis.coop.br/">Solis.</a> Used <a href="http://bablefish.yahoo.com/">Bablefish</a>&#160; to <a href="http://babelfish.yahoo.com/translate_url?doit=done&#38;tt=url&#38;intl=1&#38;fr=bf-home&#38;trurl=http%3A%2F%2Fsolis.coop.br%2F&#38;lp=pt_en&#38;btnTrUrl=Translate">translate their home-page.</a> Interesting... you can understand quite a bit in that way.</p>
<p>Some of the products they have listed include:</p>
<table border="0" cellpadding="0" cellspacing="0">
<tbody>
<tr>
<td valign="top" width="780">
<div id="menutopo">
<div>
        </div>
</p></div>
</td>
</tr>
</tbody>
</table>
<div id="submenucontent"><a href="http://66.196.80.202/babelfish/translate_url_content?.intl=us&#38;lp=pt_en&#38;trurl=http%3a%2f%2fwww.solis.coop.br%2f"><img src="http://solis.coop.br/themes/sitenovosolis/imagens/logosolis_topo.png" alt="Solis. The free side of the technology." /></a></p>
<div id="submenu">Solutions for the Educational Management</div>
<div id="submenu2"><a href="http://66.196.80.202/babelfish/translate_url_content?.intl=us&#38;lp=pt_en&#38;trurl=http%3a%2f%2fsolis.coop.br%2fhandler.php%3fmodule%3dsolis_dobro%26action%3dview%26section%3d144">Fred - Manager of Web Contents</a></div>
<div id="submenu2"><a href="http://66.196.80.202/babelfish/translate_url_content?.intl=us&#38;lp=pt_en&#38;trurl=http%3a%2f%2fsolis.coop.br%2fhandler.php%3fmodule%3dsolis_dobro%26action%3dview%26section%3d150">Gnuteca - System of Management of Quantity, Loan and Contribution for Libraries</a></div>
<div id="submenu2"><a href="http://66.196.80.202/babelfish/translate_url_content?.intl=us&#38;lp=pt_en&#38;trurl=http%3a%2f%2fsolis.coop.br%2fhandler.php%3fmodule%3dsolis_dobro%26action%3dview%26section%3d214">Sagu - Open System of Unified Management</a></div>
<div id="submenu"><a href="http://66.196.80.202/babelfish/translate_url_content?.intl=us&#38;lp=pt_en&#38;trurl=http%3a%2f%2fsolis.coop.br%2fhandler.php%3fmodule%3dsolis_dobro%26action%3dview%26section%3d62">Solutions for Corporatives</a></div>
</div>
<ul>
<li>Right on top, along with the logo of a set of colourful colour-pencils, they have a "set of Solis solutions meant for universities, including for academic management ...&#160; that follows the life of the student from the time of admission through to tests&#160;&#160; and until graduation" (free translation).</li>
</ul>
<p>A quote: "Solis reflects ability and innovation generated by human capital, in its services. This is its larger heritage."</p>
<p>Contacts for Solis:&#160; SOLIS - Cooperativa de Soluções Livres, Av. Sete de Setembro, 184 - Sala 401, Bairro Moinhos - 95900-000 - Lajeado (RS), Fone: +55 51 3714-6653 <a href="mailto:comercial@solis.coop.br">comercial@solis.coop.br</a></p>
<p>Some background, courtesy Cesar Brod: Univates is the acronym for University of the Taquari River Valley Area. Today it is the brand name for the University Centre in the same Taquari River Valley. Solis means "the Sun", in Latin, but is also an acronym for SOftware LIvre Soluções - Free Software Solutions. Solis works in a pretty strict co-op, associative sense.</p>
<div class="flockcredit" style="text-align:right;color:#CCC;font-size:x-small;">Blogged with the <a href="http://www.flock.com/blogged-with-flock" target="_new" title="Flock Browser">Flock Browser</a></div>
<p><!-- technorati tags begin -->
<p style="font-size:10px;text-align:right;">Tags: <a href="http://technorati.com/tag/brazil" rel="tag">brazil</a>, <a href="http://technorati.com/tag/educational%20software" rel="tag">educational software</a>, <a href="http://technorati.com/tag/%20free%20software" rel="tag"> free software</a>, <a href="http://technorati.com/tag/%20cooperatives" rel="tag"> cooperatives</a></p>
<p><!-- technorati tags end --></p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Messaggi rassicuranti]]></title>
<link>http://emilator.wordpress.com/?p=267</link>
<pubDate>Sun, 05 Oct 2008 09:48:58 +0000</pubDate>
<dc:creator>emilator</dc:creator>
<guid>http://emilator.bg.wordpress.com/2008/10/05/messaggi-rassicuranti/</guid>
<description><![CDATA[Ultimamente (si veda, per esempio, questo articolo), vedere un messaggio del genere non può che far]]></description>
<content:encoded><![CDATA[<p>Ultimamente (si veda, per esempio, <a href="http://punto-informatico.it/2425115/PI/News/cina-intercettate-chat-skype.aspx">questo</a> articolo), vedere un messaggio del genere non può che far piacere.</p>
<p><!--more--></p>
<p style="text-align:center;"><a href="http://emilator.wordpress.com/files/2008/10/avviso_vlc.jpg"><img class="size-full wp-image-268 aligncenter" title="avviso_vlc" src="http://emilator.wordpress.com/files/2008/10/avviso_vlc.jpg" alt="" width="510" height="394" /></a></p>
<p style="text-align:center;">VLC ti voglio bene</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Trusted Internet]]></title>
<link>http://electroparasite.wordpress.com/?p=30</link>
<pubDate>Sun, 05 Oct 2008 01:54:02 +0000</pubDate>
<dc:creator>Pandu</dc:creator>
<guid>http://electroparasite.bg.wordpress.com/2008/10/05/trusted-internet/</guid>
<description><![CDATA[Internet has become a part of our daily life, but the fact is there are many people that still cauti]]></description>
<content:encoded><![CDATA[<p><a href="http://electroparasite.wordpress.com/files/2008/10/logo.gif"><img class="alignleft size-full wp-image-33" title="Comodo logo" src="http://electroparasite.wordpress.com/files/2008/10/logo.gif" alt="" width="160" height="26" /></a>Internet has become a part of our daily life, but the fact is there are many people that still cautious in using the Internet. Don’t think that they are a group of old people that don’t even know how to use a cellular phone, some of them are experienced users in using the Internet. Why there are a group of experienced people but still cautious in using the Internet? Well, of course the simple answer to that is they have already have awareness about trust around the Internet. Trust has become an important issue in the Internet. Maybe you already see how many website use authentication only to get in, or using SSL only to make sure that the site is secure. But still, there are still various security issues regarding trust on the Internet. You maybe already heard about phishing, CSRF, XSS, even forged security applications (such as fake anti spyware/malware application), and many other techniques to compromise security and trust on the Internet. Because of that, people nowadays not easily trust something online (especially when it comes to online business or online transaction).<br />
As far as I know, Comodo has a great vision towards <a href="http://www.comodo.com/corporate/manifesto.html?utm_source=sr&#38;utm_medium=blog&#38;utm_campaign=trusted%2Binternet" target="_blank">trusted Internet</a>. They can give you many great tools that were developed towards <a href="http://www.comodo.com/corporate/manifesto.html?utm_source=sr&#38;utm_medium=blog&#38;utm_campaign=trusted%2Binternet" target="_blank">trusted Internet</a>. They had visions when someday people don’t need to be worry to use Internet. People don’t need to buy expensive security applications to be installed on their computer only to surf the Internet. I guess this idea of <a href="http://www.comodo.com/corporate/manifesto.html?utm_source=sr&#38;utm_medium=blog&#38;utm_campaign=trusted%2Binternet" target="_blank">trusted Internet</a> is possible to achieve, and I also glad if someday I don’t have to be worried when using Internet. As a person related with IT, I support this idea. One more thing, if you want to try some of the tools and software created by Comodo, look into their <a href="http://www.comodo.com/" target="_blank">website</a> and you can find various <a href="http://www.comodo.com/products/free_products.html" target="_blank">free software</a> for your computer. Me myself already download the Comodo BoClean and Comodo Firewall Pro, and I hope you can try their other free products also.</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Mini-review: Bibus, an open source bibliographic managment tool ]]></title>
<link>http://wilkox.wordpress.com/?p=264</link>
<pubDate>Sat, 04 Oct 2008 05:19:00 +0000</pubDate>
<dc:creator>wilkox</dc:creator>
<guid>http://wilkox.bg.wordpress.com/2008/10/04/mini-review-bibus-an-open-source-bibliographic-managment-tool/</guid>
<description><![CDATA[After converting from Ubuntu linux about a year ago, I found that there were only two tasks that req]]></description>
<content:encoded><![CDATA[<p>After converting from Ubuntu linux about a year ago, I found that there were only two tasks that required me to boot into my Windows installation: syncing my iPod touch with iTunes, and writing documents that required heavy scientific referencing with <a href="http://www.endnote.com/">EndNote</a>. The first task may very soon have a viable linux alternative with the imminent release of <a href="http://www.pwnplayer.com/">PwnPlayer</a>. When I recently set to work on a lengthy literature review, I decided to go and find a viable alternative for referencing too. After testing a few options, I came across <a href="http://bibus-biblio.sourceforge.net/wiki/index.php/Main_Page">Bibus</a>. It's not perfect, but it does competently replace all the functions of EndNote - and, of course, it's totally free and open source.</p>
<p><a href="http://wilkox.wordpress.com/files/2008/10/bibus.png"><img class="aligncenter size-medium wp-image-347" title="bibus" src="http://wilkox.wordpress.com/files/2008/10/bibus.png?w=300" alt="" width="300" height="228" /></a></p>
<p>Bibus performs all the basic referencing functions: it imports citations from files or manual input, stores and organises them in a simple database, inserts in-text citations into OpenOffice documents (MS Word is apparently also supported), and updates a formatted reference list at the end of the document. It was exceptionally stable, with not a single crash, and installation, database creation and integration into OpenOffice was streamlined and easy. There were a number of little usability hitches, however, which still require some polishing:</p>
<ul>
<li>Importing from Google Scholar, where I get the majority of my references, is not very streamlined. I found the best way was to open an 'Import text window' in Bibus, and set my Scholar preferences to offer a text-only BibTeX citation for each reference in the search results. I then had to copy and paste the citation into the inport window and hit 'import' and drag it from the import buffer into the reference list proper. The need for this buffer was not obvious and it felt like a totally unnessecarilay extra step.</li>
<li>Inserting the reference into OpenOffice was also a little awkward. EndNote adds a toolbar which lets you insert an in-text citation from inside a MS Word window. Bibus makes you mark the spot in the OpenOffice document, change windows into Bibus and insert, then go back to OpenOffice to make sure it inserted correctly. This is a minor niggle, but can get tedious when you are inserting multiple citations for the same reference.</li>
<li>The way Bibus imported the BibTeX data was a little haphazard, with it occasionally keeping curly brackets "{", the BibTeX field delimiters, in the text of the reference itself. I couldn't tell if this was an error on Bibus or Google Scholar's side, but either way it meant I had to manually go though at the end and remove a number of stray curly braces from my references section.</li>
<li>Formatting of the references was inconsistant, even when I repetedly applied a single ruleset to the entire list. Again, this could have been a problem on Scholar's side.</li>
</ul>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Free Culture Conference 2008: Berkeley, CA]]></title>
<link>http://exploringberkeley.wordpress.com/?p=273</link>
<pubDate>Fri, 03 Oct 2008 18:56:52 +0000</pubDate>
<dc:creator>Katherine</dc:creator>
<guid>http://exploringberkeley.bg.wordpress.com/2008/10/03/free-culture-conference-2008-berkeley-ca/</guid>
<description><![CDATA[Next Saturday, UC Berkeley&#8217;s International House will host the &#8220;Free Culture Conference ]]></description>
<content:encoded><![CDATA[<p>Next Saturday, UC Berkeley's International House will host the "Free Culture Conference 2008," a gathering to discuss many controversial issues regarding copyright infringement and technology ownership.</p>
<p>Free Culture should be a pretty interesting talk; speakers include professors from UC Berkeley and Stanford in the departments of law, information, and medicine; representatives from the Stanford Fair Use Project and Google; and John Lilly, the CEO of Mozilla.  Throughout the day, there will be local DJs and games, and the night will end, I believe, with a party at Blake's on Telegraph.</p>
<blockquote><p><span style="color:#800000;"><em>"[Free Culture 2008 is] a conference for, and about, free culture, technology, copyright, remixing, and free software."</em></span></p>
<p><span style="color:#800000;"><em><strong>Free Culture 2008</strong></em></span></p></blockquote>
<p>Here are the details of the conference content, as <a href="http://conference.freeculture.org/schedule/" target="_blank">posted on Free Culture Conference 2008's website</a>:</p>
<blockquote><p><span style="color:#000080;"><strong>WHAT:</strong> A conference with keynotes, talks, workshops, activism, and parties.</span></p>
<p><span style="color:#000080;"><strong>WHEN:</strong> Oct. 11th 2008, with a smaller and more focused student workshop day on Oct. 12th</span></p>
<p><span style="color:#000080;"><strong>WHERE:</strong> International House at Berkeley, University of California<br />
</span></p>
<p><span style="color:#000080;"><strong>WHY:</strong> It’s time for our community to spend time and learn from each other.</span></p>
<p><span style="color:#000080;"><strong>WHO:</strong> You, other free culture activists, professors, students, artists, musicians, coders, organizations like <a href="http://www.eff.org/">EFF</a> and <a href="http://www.creativecommons.org/">Creative Commons</a>, and anyone interested in our community.</span></p></blockquote>
<p><img class="alignnone" title="free culture" src="http://freeculture.berkeley.edu/Free_Culture_2008_files/Image-Sfc2008v3.jpg" alt="" width="496" height="112" /></p>
<p>Students from all over the country as well as free culture enthusiasts will be flying in from all over the country, so if you're in the Berkeley area, you should check it out.  Details:</p>
<p>October 11th, 2008<br />
10 AM—7 PM<br />
Chevron Auditorium, International House<br />
2299 Piedmont Ave<br />
Berkeley, CA 94720</p>
<p>The conference is co-organized by <a href="http://freeculture.org/" target="_blank">Students for Free Culture</a> and <a href="http://freeculture.berkeley.edu/Free_Culture_2008.html">Free Culture Berkeley</a>.  One of my organizations, Students for Responsible Business, will be volunteering at the event.  See you there.</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[نرم افزار ها - قسمت اول : نرم افزار رایت]]></title>
<link>http://masoudccna.wordpress.com/?p=100</link>
<pubDate>Fri, 03 Oct 2008 12:06:25 +0000</pubDate>
<dc:creator>masoudccna</dc:creator>
<guid>http://masoudccna.bg.wordpress.com/2008/10/03/choose-best-software-for-write/</guid>
<description><![CDATA[همیشه مطالبی را می خونیم در رابطه با اینکه باید از نرم ا]]></description>
<content:encoded><![CDATA[<p>همیشه مطالبی را می خونیم در رابطه با اینکه باید از نرم افزار های رایگان به جای نرم افزار های پولی و Trial استفاده کنیم و از این جور حرف ها .<br />
و دلیل آن هم این است که نرم افزار های رایگان محدودیت ایجاد نمی کنند و اغلب حجم کمتری نسبت به نرم افزار های معروف دارند و ....</p>
<p>اما در این مطلب من می خواهم یکم ساز مخالف بزنم ، چون عقیده دارم که باید از نرم افزار های معروف استفاده کنیم . امروز قصد دارم در این رابطه حرف بزنم و به معرفی نرم افزار ها بپردازم و نظر خودم را در این رابطه بگم .<br />
خوب برای امروز میریم به سراغ نرم افزار رایت : همونطور که می دونید نرم افزار های رایت هر روز داره افزایش پیدا میکنه و هر شرکت سعی می کنه به نوعی نرم افزار رایت ارائه بده ، از شرکت های تولید کننده برنامه های رایت تا مولتی مدیا و ....</p>
<p><strong>Nero</strong><img class="alignleft size-full wp-image-103" title="nero" src="http://masoudccna.wordpress.com/files/2008/10/nero.jpg" alt="" width="90" height="90" /><br />
شاید وقتی اسم رایت را بشنوید ذهن شما گزینه Nero را Find کند . این نرم افزار معروف ترین نرم افزار رایت می باشد و البته بسیار عظیم شده است و نرم افزار های تکمیلی زیادی را به خودش اضافه کرده . شاید برخی کاربران و منتقدان این شرکت ، این نرم افزار را به خاطر "حجم بالا فایل نصبی" "حجم اشغالی زیاد در ویندوز" "سرعت لود پایین" "داشتن نرم افزار های اضافی" و "Free نبودن" مورد هجوم خود قرار دهند ولی به نظر من این نرم افزار بهترین نرم افزار مدیریت رایت می باشد البته به دلایل زیر :<br />
کامل بودن نرم افزار<br />
داشتن ابزار گوناگون<br />
حق انتخاب به کاربر برای استفاده (این را در پایین توضیح می دم)<br />
و ...</p>
<p><strong>پایین نوشت :</strong> در نرم افزار نرو شما می نوانید رایت خود را به سه صورت انجام دهید :<br />
-Nero Burning Rom : این اولین صورت رایت هست که کار با اون فوق العاده راحته و البته شما میتونید به صورت Drag &#38; Drop فایل ها را انتخاب کنید و محیط اون از نسخه های قدیمی تا همین نسخه آخر تغییر چندانی نکرده .<br />
- Nero Express : این طریقه رایت فکر کنم از نسخه 5 یا 6 به نرو افزوده شد و البته با طبقه بندی کردن انواع رایت و ساده کرده کردن محیط رایت کار را برای کاربران راحت کرده است .<br />
- Nero StartSmart : این هم جذاب ترین طریقه رایت که از نسخه های های 6 شروع شد و در نسخه های بعدی کامل شد و در نسخه 8.5 به طور کلی تغییر کرده و ظاهری فوق العاده پیدا کرده .</p>
<p>البته در مورد منتقدان باید بگم که :<br />
اولا حجم بالای نرم افزار به دلیل قدمت بالای شرکت در این رابطه هست<br />
ثانیا این نرم افزار برای کاربران با سیستم پایین اصلا توصیه نمیشه<br />
ثالثا نرم افزار اضافی به منظور داشتن یک سری ابزار کامل برای کاربر می باشد و در صورتی که آن ها را نمی خواهید ، می توانید از بصب آنها در مراحل نصب جلوگیری کنید .<br />
و در پایان این که  free نیست شاید به این دلیله که در این ضمینه بهترین خدمات را ارائه میده.<br />
<a href="http://www.p30download.com/archives/cd_dvd/burning/download_nero_ultra_edition_retail/" target="_blank">آخرین نسخه موجود این نرم افزار ( ورژن 9.0.9.4b با حجم 370 مگابایت )</a> را مینونید دریافت کنید .</p>
<p><strong>Ashampoo</strong><img class="alignleft size-thumbnail wp-image-104" title="ashampoo-burning" src="http://masoudccna.wordpress.com/files/2008/10/ashampoo-burning.jpg?w=92" alt="" width="92" height="96" /><br />
هرگاه نخوام Nero را نصب کنم این نرم افزار را نصب می کنم که البته کار با اون راحته و قابلیت های بالایی هم داره .<br />
چون می خوام پست خیلی طولانی نباشه برا همین از توضیحات دوست خودم <a href="http://www.p30download.com" target="_blank">محمدرضا </a>می تونید استفاده کنید البته<a href="http://www.p30download.com/archives/cd_dvd/burning/download_ashampoo_burning_studio_full_keygen/" target="_blank"> نسخه 8.02 آن را با حجم 31.6 مگابایت</a> را هم میتونید دانلود کنید .</p>
<p>نرم افزار های <a href="http://www.blindwrite.com" target="_blank">BlindWrite</a> و <a href="www.burnaware.com/" target="_blank">BurnAware Professional</a> و <a href="complexnt.com" target="_blank">Complex Evolution</a> و <a href="www.deepburner.com" target="_blank">DeepBurner</a> و <a href="http://www.nch.com.au/burn/plus.html" target="_blank">Express Burn Plus</a> و <a href="http://www.burnmyfiles.com/">GetData Burn My Files</a> و ... نیز وجود دارند که البته به پای دو نرم افزار معرفی شده نمی رسند .</p>
<p>نرمافزارهای Windows Media Player و JetAudio و ... هم قسمتی را برای رایت سی دی های MultiMedia قرار داده اند که البته به نظر من خیلی کاربرد ندارد .</p>
<p>در پایان هم می خوام طریقه رایت با خود ویندوز را بگم :<br />
شما در این روش کافیه فایل های خود را در درایو Writer خود کپی کنید و سپس گزینه Write these files to CD را انتخاب کنید و به راحتی رایت کنید .</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Borrar palabras añadidas al diccionario de Firefox]]></title>
<link>http://gnubuntu.wordpress.com/?p=125</link>
<pubDate>Fri, 03 Oct 2008 10:11:13 +0000</pubDate>
<dc:creator>horuhe</dc:creator>
<guid>http://gnubuntu.bg.wordpress.com/2008/10/03/borrar-palabras-anadidas-al-diccionario-de-firefox/</guid>
<description><![CDATA[
La utilidad de corrección ortográfica que nos brindan las extensiones de Firefox sin duda son una]]></description>
<content:encoded><![CDATA[<p style="text-align:center;"><a href="http://hosting.deimagenes.com/imagenes/7152248e7adfc4e9ff2d9b3f0a54e981.png"><img class="aligncenter" src="http://hosting.deimagenes.com/imagenes/c19210d01222cd8a3ed8b3045817434a.png" alt="host" /></a></p>
<p>La utilidad de corrección ortográfica que nos brindan las extensiones de Firefox sin duda son una de las extensiones favoritas por mi. Cuando escribimos muchas veces con prisa o sin prestar real atención ha si esta <em>bien</em> escrito estos diccionarios nos ofrecen una ayuda visual muy útil que nos ayuda a evitar errores ortográficos.</p>
<p>Además, en caso de no estar utilizando nuestra lengua materna siempre resulta de ayuda saber si lo que estas escribiendo esta correctamente escrito.</p>
<p>Esta extensión además permite incluir palabras al diccionario para enriquecerlo y adoptarlo a nuestro entorno y su jerga pero esto, en ocasiones, puede llevar a incluir palabras no deseadas a nuestro diccionario personalizado.<!--more--></p>
<p>Para quitar palabras añadidas a nuestro diccionario nada más sencillo en GNU/Linux como en otros sistemas operativos, pero solo me centraré en GNU/Linux (<a href="http://www.kikegavilan.com/2008/eliminar-palabras-anadidas-al-diccionario-firefox/">en los otros es parecido</a>).</p>
<p>Debemos ir a <strong>$HOME/.mozilla/firefox/</strong> y ahí tendrán una carpetas con un nombre tal que <em>ebt3w3oa.default</em> (no se si es en todos igual, pero da igual). Una vez dentro existe un archivo llamado <em>persdict.dat</em> (personal dictionary) donde están almacenadas todas las palabras que hemos añadido a nuestro diccionario.</p>
<p>Solo queda acceder y borrar aquella entradas no deseadas.</p>
<p>Fuente: <a href="http://www.kikegavilan.com/2008/eliminar-palabras-anadidas-al-diccionario-firefox/">http://www.kikegavilan.com</a></p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Free System Mechanic 8 Full Version Legal License Code]]></title>
<link>http://techshore.wordpress.com/?p=267</link>
<pubDate>Fri, 03 Oct 2008 00:18:16 +0000</pubDate>
<dc:creator>uisjob1</dc:creator>
<guid>http://techshore.bg.wordpress.com/2008/10/03/free-system-mechanic-8-full-version-legal-license-code/</guid>
<description><![CDATA[
 
 


 
 
 
System Mechanic 8 software suite consists of several windows optimization tools al]]></description>
<content:encoded><![CDATA[<div style="text-align:center;">
<p> </p>
<p> </p>
<p><span style="font-size:small;"><span style="font-family:Times New Roman;"></p>
<p style="text-align:center;"><strong></strong></p>
<p><font size="3"></font><font face="Times New Roman"><a href="http://techshore.files.wordpress.com/2008/10/systemmec2.gif"><img class="aligncenter size-full wp-image-273" title="systemmec2" src="http://techshore.wordpress.com/files/2008/10/systemmec2.gif" alt="" width="180" height="200" /></a> </p>
<p></font></span><font size="3"> </p>
<p></font></span> </p>
<p><span style="font-size:small;"><span style="font-family:Times New Roman;"><strong>System Mechanic 8</strong> software suite consists of several windows optimization tools allowing users to automatically repair common PC errors, minimize file and registry fragmentation, cleaning out clutter, and tuning up their </span></span><span style="font-size:small;"><span style="font-family:Times New Roman;">PC's so that it runs smoothly, reliably, and faster.</span></span></p>
<p> </p>
<p> </p>
<p><span style="font-size:small;"><span style="font-family:Times New Roman;"><font size="3"></font><font face="Times New Roman"></p>
<div><span style="font-family:Times New Roman;"><strong>New features in this latest version:</strong></p>
<ul type="disc">
<li class="MsoNormal">ActiveCare® 2.0 keeps your PC running like new — New ActiveCare 2.0 just got leaner, smarter, and even better at keeping your PC humming along at full speed. And it does this silently in the background, only working when your PC is on but not in use.analysis of your registry, detects performance–draining bloat, and displays wasted space with instructive, color–coded graphics.hard drive status.programs and program components has been expanded to target resource-robbing programs unnecessarily clogging your PC's startup process and to detect potentially dangerous software.</li>
<li class="MsoNormal">Defragment and Compact Registry tool - next–generation Defragment and Compact Registry tool now performs a comprehensive</li>
<li class="MsoNormal">DriveSense™ — Real-time</li>
<li class="MsoNormal">New navigational links within the tools simplify moving throughout System Mechanic.</li>
<li class="MsoNormal">iolo's library of</li>
<li class="MsoNormal">PC TotalCare™ performs a complete system tune-up by running all Power Tool functions in one pass.</li>
</ul>
<p></span></div>
<p></font></span><font size="3"></font></span></p>
<div><strong>To receive your personal fully functional registration code for System Mechanic 8 follow the step below:</strong></div>
<ol>
<li>Visit the special <a href="http://iolo.com/ads/computeractive/200806/smpromo.aspx" target="_blank">promo page here &#62;&#62;</a></li>
<li>
<div class="MsoNormal" style="margin:0;">Click the <strong>Continue</strong> link.</div>
</li>
<li class="MsoNormal"><span style="font-size:small;"><span style="font-family:Times New Roman;">Complete the checkout process using a valid email address, Do Make sure that the <strong></strong></span><span style="font-size:small;"><strong></strong></span></span></li>
<li class="MsoNormal"><span style="font-size:small;font-family:Times New Roman;">Download </span><a href="http://download.iolo.net/sm/8/trial/SystemMechanic.exe" target="_blank"><span style="font-size:small;font-family:Times New Roman;">System Mechanic 8 installer here &#62;&#62;</span></a></li>
<li class="MsoNormal"><span style="font-size:small;"><span style="font-family:Times New Roman;"><strong>While installing choose "I own system mechanic and can enter my serial later" option</strong>, click next.</span></span></li>
<li class="MsoNormal"><span style="font-size:small;font-family:Times New Roman;">Enter the <strong>Activation Code you received on your email registered.</strong> Enjoy !</span></li>
</ol>
</div>
]]></content:encoded>
</item>

</channel>
</rss>
