<?xml version="1.0" encoding="UTF-8" standalone="no"?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns="http://www.w3.org/2005/Atom" xmlns:blogger="http://schemas.google.com/blogger/2008" xmlns:gd="http://schemas.google.com/g/2005" xmlns:georss="http://www.georss.org/georss" xmlns:openSearch="http://a9.com/-/spec/opensearchrss/1.0/" xmlns:thr="http://purl.org/syndication/thread/1.0"><id>tag:blogger.com,1999:blog-25313656</id><updated>2025-05-23T15:15:47.354+03:00</updated><category term="jocuri"/><category term="stiri"/><category term="games"/><category term="Gothic"/><category term="diverse"/><category term="Microsoft"/><category term="Apple"/><category term="Arcania"/><category term="Programare"/><category term="tutorial pamflet"/><category term="Arcania Gothic 4"/><category term="Windows"/><category term="iPhone"/><category term="review"/><category term="reviste"/><category term="C#"/><category term="E3"/><category term="God of War"/><category term="Google"/><category term="Internet Explorer"/><category term="PlayStation 3"/><category term="Tutorial C#"/><category term="linux"/><category term="oracle"/><category term="ASP .NET"/><category term="Ajax Control Toolkit"/><category term="Bill Gates"/><category term="Bing"/><category term="Blog"/><category term="Blogger"/><category term="Business"/><category term="C++"/><category term="DataTable"/><category term="Facebook"/><category term="Firefox"/><category term="God of War III"/><category term="Gothic 3"/><category term="Gothic 4 Arcania"/><category term="IBM"/><category term="IObit Security 360"/><category term="Mac"/><category term="Macintosh"/><category term="Mark Zuckerberg"/><category term="Meta element"/><category term="Napster"/><category term="New York Times"/><category term="Opera"/><category term="Pixar"/><category term="SEO"/><category term="Search engine optimization"/><category term="Security"/><category term="Smartphone"/><category term="Smartphones"/><category term="Steve Jobs"/><category term="Symbian"/><category term="Toy Story"/><category term="TreeView"/><category term="Wall Street Journal"/><category term="Windows Azure"/><category term="Windows Phone 7"/><category term="Xbox 360"/><category term="Yahoo"/><category term="android"/><category term="copilarie"/><category term="games arena"/><category term="iPhone 5"/><category term="python"/><category term="samsung galaxy s2"/><category term="tigari"/><category term="ubuntu"/><category term="unicode"/><title type="text">Terroare</title><subtitle type="html">Programming, mostly C# and .NET technologies.</subtitle><link href="http://terroare.blogspot.com/feeds/posts/default" rel="http://schemas.google.com/g/2005#feed" type="application/atom+xml"/><link href="http://www.blogger.com/feeds/25313656/posts/default?redirect=false" rel="self" type="application/atom+xml"/><link href="http://terroare.blogspot.com/" rel="alternate" type="text/html"/><link href="http://pubsubhubbub.appspot.com/" rel="hub"/><link href="http://www.blogger.com/feeds/25313656/posts/default?start-index=26&amp;max-results=25&amp;redirect=false" rel="next" type="application/atom+xml"/><author><name>Ladislau Radu Nagy</name><uri>http://www.blogger.com/profile/03144462887481662311</uri><email>noreply@blogger.com</email><gd:image height="16" rel="http://schemas.google.com/g/2005#thumbnail" src="https://img1.blogblog.com/img/b16-rounded.gif" width="16"/></author><generator uri="http://www.blogger.com" version="7.00">Blogger</generator><openSearch:totalResults>55</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><xhtml:meta content="noindex" name="robots" xmlns:xhtml="http://www.w3.org/1999/xhtml"/><entry><id>tag:blogger.com,1999:blog-25313656.post-3554787295349869173</id><published>2017-04-01T00:31:00.000+03:00</published><updated>2017-04-01T15:56:08.820+03:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="python"/><category scheme="http://www.blogger.com/atom/ns#" term="unicode"/><title type="text">'ascii' codec can't decode byte 0xe2 in position 50: ordinal not in range(128)</title><content type="html">&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjMG3aeRMxG844vPbK-MZCgjLeHov-3kPJryAZ5v9bCTzL6SALovKI2qvCtf2Waf-CnhXznW2Qr_SkI8p9KspWpOCJlo1fkXtrs09fIkdTqJBGC-9JDrfAnwKt1LUw0bA-exDMh7g/s1600/IMG_0012.JPG" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img width="100%" border="0" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjMG3aeRMxG844vPbK-MZCgjLeHov-3kPJryAZ5v9bCTzL6SALovKI2qvCtf2Waf-CnhXznW2Qr_SkI8p9KspWpOCJlo1fkXtrs09fIkdTqJBGC-9JDrfAnwKt1LUw0bA-exDMh7g/s1600/IMG_0012.JPG" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;b&gt;&lt;br /&gt;&lt;/b&gt;
&lt;b&gt;Disclaimer:&lt;/b&gt; I'm not a python developer :)&lt;br /&gt;
Yesterday I've found a tool that I needed, it was written in python.&lt;br /&gt;
Nothing special, get a list of links from a csv, login to a page, and access a link from the opened page by match.&lt;br /&gt;
&lt;br /&gt;
The script was old(2 years), and it needed some refinement, but I managed to make it work to start griding my over 7000 links, after 30 minutes later I saw it crashed with a strange error:&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 50: ordinal not in range(128)&lt;/b&gt;&lt;br /&gt;
&lt;b&gt;&lt;br /&gt;&lt;/b&gt;
I've started to investigate the issue, found some information on stackoverflow, but I was confused, I don't really know python that well. What I've found is to make some changes in the config files from python, which I don't really know how to do and it was not recommended, or to use decode('utf-8') function on the string variable and usage that caused the issue.&lt;br /&gt;
&lt;br /&gt;
As you can see in the full error log, listed down below, I traced the error to the first call from the call stack:&lt;br /&gt;
&lt;b&gt;File "C:\Python27\lib\re.py", line 155, in sub return _compile(pattern, flags).sub(repl, string, count)&lt;/b&gt;&lt;br /&gt;
I opened the re.py file and changed the function definition to:&lt;br /&gt;
&lt;b&gt;return _compile(pattern, flags).sub(repl, string.decode('utf-8'), count)&lt;/b&gt;&lt;br /&gt;
It worked like a charm! no strange settings or other&amp;nbsp;oddities were needed.&lt;br /&gt;
&lt;br /&gt;
As I said, not a pro python programmer here, I'm sure there is a better solution, my solution probably would have implication on overall performance, cause trouble when upgrading python or I don't know, because it is a python lib file. You can use it if you need a quick and dirty fix ;)&lt;br /&gt;
BTW, I didn't know that it is this easy to make changes to the default libs.&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Full error log:&lt;/b&gt;&lt;br /&gt;
Traceback (most recent call last):&lt;br /&gt;
&amp;nbsp; File "C:\Users\n_lac\Documents\python\udemy coupon.py", line 40, in &lt;module&gt;&lt;/module&gt;&lt;br /&gt;
&amp;nbsp; &amp;nbsp; course_page = br.open(course_links)&lt;br /&gt;
&amp;nbsp; File "C:\Python27\lib\site-packages\mechanize\_mechanize.py", line 254, in open&lt;br /&gt;
&amp;nbsp; &amp;nbsp; return self._mech_open(url_or_request, data, timeout=timeout)&lt;br /&gt;
&amp;nbsp; File "C:\Python27\lib\site-packages\mechanize\_mechanize.py", line 284, in _mech_open&lt;br /&gt;
&amp;nbsp; &amp;nbsp; response = UserAgentBase.open(self, request, data)&lt;br /&gt;
&amp;nbsp; File "C:\Python27\lib\site-packages\mechanize\_opener.py", line 206, in open&lt;br /&gt;
&amp;nbsp; &amp;nbsp; response = meth(req, response)&lt;br /&gt;
&amp;nbsp; File "C:\Python27\lib\site-packages\mechanize\_urllib2_fork.py", line 467, in http_response&lt;br /&gt;
&amp;nbsp; &amp;nbsp; 'http', request, response, code, msg, hdrs)&lt;br /&gt;
&amp;nbsp; File "C:\Python27\lib\site-packages\mechanize\_opener.py", line 224, in error&lt;br /&gt;
&amp;nbsp; &amp;nbsp; result = apply(self._call_chain, args)&lt;br /&gt;
&amp;nbsp; File "C:\Python27\lib\site-packages\mechanize\_urllib2_fork.py", line 340, in _call_chain&lt;br /&gt;
&amp;nbsp; &amp;nbsp; result = func(*args)&lt;br /&gt;
&amp;nbsp; File "C:\Python27\lib\site-packages\mechanize\_urllib2_fork.py", line 586, in http_error_302&lt;br /&gt;
&amp;nbsp; &amp;nbsp; return self.parent.open(new)&lt;br /&gt;
&amp;nbsp; File "C:\Python27\lib\site-packages\mechanize\_mechanize.py", line 254, in open&lt;br /&gt;
&amp;nbsp; &amp;nbsp; return self._mech_open(url_or_request, data, timeout=timeout)&lt;br /&gt;
&amp;nbsp; File "C:\Python27\lib\site-packages\mechanize\_mechanize.py", line 284, in _mech_open&lt;br /&gt;
&amp;nbsp; &amp;nbsp; response = UserAgentBase.open(self, request, data)&lt;br /&gt;
&amp;nbsp; File "C:\Python27\lib\site-packages\mechanize\_opener.py", line 206, in open&lt;br /&gt;
&amp;nbsp; &amp;nbsp; response = meth(req, response)&lt;br /&gt;
&amp;nbsp; File "C:\Python27\lib\site-packages\mechanize\_http.py", line 134, in http_response&lt;br /&gt;
&amp;nbsp; &amp;nbsp; self.head_parser_class())&lt;br /&gt;
&amp;nbsp; File "C:\Python27\lib\site-packages\mechanize\_http.py", line 100, in parse_head&lt;br /&gt;
&amp;nbsp; &amp;nbsp; parser.feed(data)&lt;br /&gt;
&amp;nbsp; File "C:\Python27\lib\HTMLParser.py", line 117, in feed&lt;br /&gt;
&amp;nbsp; &amp;nbsp; self.goahead(0)&lt;br /&gt;
&amp;nbsp; File "C:\Python27\lib\HTMLParser.py", line 161, in goahead&lt;br /&gt;
&amp;nbsp; &amp;nbsp; k = self.parse_starttag(i)&lt;br /&gt;
&amp;nbsp; File "C:\Python27\lib\HTMLParser.py", line 308, in parse_starttag&lt;br /&gt;
&amp;nbsp; &amp;nbsp; attrvalue = self.unescape(attrvalue)&lt;br /&gt;
&amp;nbsp; File "C:\Python27\lib\HTMLParser.py", line 475, in unescape&lt;br /&gt;
&amp;nbsp; &amp;nbsp; return re.sub(r"&amp;amp;(#?[xX]?(?:[0-9a-fA-F]+|\w{1,8}));", replaceEntities, s)&lt;br /&gt;
&amp;nbsp; File "C:\Python27\lib\re.py", line 155, in sub&lt;br /&gt;
&amp;nbsp; &amp;nbsp; return _compile(pattern, flags).sub(repl, string, count)&lt;br /&gt;
UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 50: ordinal not in range(128)</content><link href="http://terroare.blogspot.com/feeds/3554787295349869173/comments/default" rel="replies" title="Post Comments" type="application/atom+xml"/><link href="http://terroare.blogspot.com/2017/04/ascii-codec-cant-decode-byte-0xe2-in.html#comment-form" rel="replies" title="0 Comments" type="text/html"/><link href="http://www.blogger.com/feeds/25313656/posts/default/3554787295349869173" rel="edit" type="application/atom+xml"/><link href="http://www.blogger.com/feeds/25313656/posts/default/3554787295349869173" rel="self" type="application/atom+xml"/><link href="http://terroare.blogspot.com/2017/04/ascii-codec-cant-decode-byte-0xe2-in.html" rel="alternate" title="'ascii' codec can't decode byte 0xe2 in position 50: ordinal not in range(128)" type="text/html"/><author><name>Ladislau Radu Nagy</name><uri>http://www.blogger.com/profile/03144462887481662311</uri><email>noreply@blogger.com</email><gd:image height="16" rel="http://schemas.google.com/g/2005#thumbnail" src="https://img1.blogblog.com/img/b16-rounded.gif" width="16"/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" height="72" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjMG3aeRMxG844vPbK-MZCgjLeHov-3kPJryAZ5v9bCTzL6SALovKI2qvCtf2Waf-CnhXznW2Qr_SkI8p9KspWpOCJlo1fkXtrs09fIkdTqJBGC-9JDrfAnwKt1LUw0bA-exDMh7g/s72-c/IMG_0012.JPG" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-25313656.post-3139159993796336908</id><published>2013-02-21T00:16:00.000+02:00</published><updated>2013-10-09T21:22:06.988+03:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="C#"/><category scheme="http://www.blogger.com/atom/ns#" term="DataTable"/><category scheme="http://www.blogger.com/atom/ns#" term="TreeView"/><title type="text">DataTable to TreeView in C#, Displaying Hierarchies</title><content type="html">In this article I will show you how to display hierarchies in a TreeView control, when your data is in a DataTable. In this example we have an Employee table with 3 columns: ID, ParentID and Name.&lt;br /&gt;
ParentID is the ID of the boss for the current Employee.&lt;br /&gt;
&lt;br /&gt;
The &lt;b&gt;first step&lt;/b&gt; is to sort the table by the &lt;i&gt;ParentID&lt;/i&gt;. This step is really important because we cannot insert a node in the tree until it's parent is not inserted. Notice the root of the tree having a &lt;i&gt;ParentID&lt;/i&gt; of -1.&lt;br /&gt;
&lt;br /&gt;
Here is the code for this:&lt;br /&gt;
&lt;script src="https://gist.github.com/terroare/6905679.js"&gt;&lt;/script&gt;

&lt;br /&gt;
&lt;pre class="csharpcode"&gt;&lt;/pre&gt;
&lt;br /&gt;
The &lt;b&gt;second step&lt;/b&gt; is to use a XmlDocument. The TreeView control does not have the functionality to find an arbitrary node given a node ID. A recursive find function seems to be too much hassle, not to mention the performance, so I decided to take advantage of the XPath search capabilities of XmlDocument to find a given Parent node.&lt;br /&gt;
&lt;br /&gt;
Here is the code for this:&lt;br /&gt;
&lt;script src="https://gist.github.com/terroare/6905705.js"&gt;&lt;/script&gt;

&lt;br /&gt;
&lt;pre class="csharpcode"&gt;&lt;/pre&gt;
&lt;br /&gt;
The third step is to hook up our data to the TreeView. If you try to bind the TreeView control to an XmlDocument you will get this error: &lt;i&gt;HierarchicalDataBoundControl only accepts data sources that implement IHierarchicalDataSource or IHierarchicalEnumerable&lt;/i&gt;. To resolve this we can use an XmlDataSource control.&lt;br /&gt;
&lt;br /&gt;
Here is the code for this:&lt;br /&gt;
&lt;script src="https://gist.github.com/terroare/6905720.js"&gt;&lt;/script&gt;

&lt;br /&gt;
&lt;pre class="csharpcode"&gt;&lt;/pre&gt;
Done. I hope that my little guide helped you in a way.&lt;br /&gt;
Your comments are welcomed.&lt;br /&gt;
Happy coding :) </content><link href="http://terroare.blogspot.com/feeds/3139159993796336908/comments/default" rel="replies" title="Post Comments" type="application/atom+xml"/><link href="http://terroare.blogspot.com/2013/02/datatable-to-treeview-in-c-displaying.html#comment-form" rel="replies" title="0 Comments" type="text/html"/><link href="http://www.blogger.com/feeds/25313656/posts/default/3139159993796336908" rel="edit" type="application/atom+xml"/><link href="http://www.blogger.com/feeds/25313656/posts/default/3139159993796336908" rel="self" type="application/atom+xml"/><link href="http://terroare.blogspot.com/2013/02/datatable-to-treeview-in-c-displaying.html" rel="alternate" title="DataTable to TreeView in C#, Displaying Hierarchies" type="text/html"/><author><name>Ladislau Radu Nagy</name><uri>http://www.blogger.com/profile/03144462887481662311</uri><email>noreply@blogger.com</email><gd:image height="16" rel="http://schemas.google.com/g/2005#thumbnail" src="https://img1.blogblog.com/img/b16-rounded.gif" width="16"/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-25313656.post-337169466718846793</id><published>2013-01-22T21:23:00.000+02:00</published><updated>2017-04-01T13:29:03.031+03:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Ajax Control Toolkit"/><category scheme="http://www.blogger.com/atom/ns#" term="ASP .NET"/><category scheme="http://www.blogger.com/atom/ns#" term="C#"/><category scheme="http://www.blogger.com/atom/ns#" term="Windows Azure"/><title type="text">Sanitizer provider is not configured in the web.config file. Ajax Control Toolkit and HtmlEditorExtender problems.</title><content type="html">&lt;span style="font-size: large;"&gt;
The Problem&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
Today I had a hard 2 hours, and if you have found this blog post, I bet we are in the same shoes.&lt;br /&gt;
I was working on a &lt;a class="zem_slink" href="http://www.asp.net/" rel="homepage" target="_blank" title="ASP.NET"&gt;ASP .NET&lt;/a&gt; + windows azure project, and I needed the &lt;i&gt;HtmlEditorExtender&lt;/i&gt;&amp;nbsp; control from the &lt;a href="http://ajaxcontroltoolkit.codeplex.com/" target="_blank"&gt;Ajax Control Toolkit&lt;/a&gt;. I was lucky to find a control for my needs. So far so good.&lt;br /&gt;
I've installed the toolkit with NuGet Package manager, it added a reference to the assembly to my web.config. I've used the following code where I needed the HtmlEditorExtender:&lt;br /&gt;
&lt;br /&gt;
&lt;!-- code formatted by http://manoli.net/csharpformat/ --&gt;

&lt;br /&gt;
&lt;pre class="csharpcode"&gt;&lt;span class="kwrd"&gt;&amp;lt;&lt;/span&gt;&lt;span class="html"&gt;ajaxToolkit:ToolkitScriptManager&lt;/span&gt; &lt;span class="attr"&gt;runat&lt;/span&gt;&lt;span class="kwrd"&gt;="Server"&lt;/span&gt; &lt;span class="kwrd"&gt;/&amp;gt;&lt;/span&gt;
&lt;span class="kwrd"&gt;&amp;lt;&lt;/span&gt;&lt;span class="html"&gt;asp:TextBox&lt;/span&gt;
        &lt;span class="attr"&gt;ID&lt;/span&gt;&lt;span class="kwrd"&gt;="txtComments"&lt;/span&gt;
        &lt;span class="attr"&gt;TextMode&lt;/span&gt;&lt;span class="kwrd"&gt;="MultiLine"&lt;/span&gt;
        &lt;span class="attr"&gt;Columns&lt;/span&gt;&lt;span class="kwrd"&gt;="60"&lt;/span&gt;
        &lt;span class="attr"&gt;Rows&lt;/span&gt;&lt;span class="kwrd"&gt;="8"&lt;/span&gt;
        &lt;span class="attr"&gt;runat&lt;/span&gt;&lt;span class="kwrd"&gt;="server"&lt;/span&gt; &lt;span class="kwrd"&gt;/&amp;gt;&lt;/span&gt; 
&lt;span class="kwrd"&gt;&amp;lt;&lt;/span&gt;&lt;span class="html"&gt;ajaxToolkit:HtmlEditorExtender&lt;/span&gt;
        &lt;span class="attr"&gt;TargetControlID&lt;/span&gt;&lt;span class="kwrd"&gt;="txtComments"&lt;/span&gt;
        &lt;span class="attr"&gt;runat&lt;/span&gt;&lt;span class="kwrd"&gt;="server"&lt;/span&gt; &lt;span class="kwrd"&gt;/&amp;gt;&lt;/span&gt;
&lt;span class="kwrd"&gt;&amp;lt;/&lt;/span&gt;&lt;span class="html"&gt;asp:Content&lt;/span&gt;&lt;span class="kwrd"&gt;&amp;gt;&lt;/span&gt;&lt;/pre&gt;
&lt;br /&gt;
Just to see how this control works. As you can bet ajaxToolkit is the reference to the assembly.&lt;br /&gt;
I've hit F5 and bam this uglyness showed up:&lt;br /&gt;
&lt;pre style="background: white; color: black; font-family: Consolas; font-size: 13px;"&gt;&amp;nbsp;&lt;/pre&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg6aTvwWLt7S71cT8YjsSnrpxOlryUKjQ7AXGpeoxjP_19l-HIEwPEd2Q8yjHnlsc1HYtuNoPUO2DbBVC1e_VPkIogFEjlMmRCpTQIga7SpUl3NrUZ-S2HXH_NdvkiQj_WrQrLJ4w/s1600/HtmlEditorExtenderError.PNG" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="136" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg6aTvwWLt7S71cT8YjsSnrpxOlryUKjQ7AXGpeoxjP_19l-HIEwPEd2Q8yjHnlsc1HYtuNoPUO2DbBVC1e_VPkIogFEjlMmRCpTQIga7SpUl3NrUZ-S2HXH_NdvkiQj_WrQrLJ4w/s320/HtmlEditorExtenderError.PNG" width="320" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div style="background: white; color: black; font-family: Consolas;"&gt;
&lt;br /&gt;
&lt;span style="font-size: large;"&gt;&lt;br /&gt;Details&lt;/span&gt;&lt;/div&gt;
&lt;pre style="background: white; color: black; font-family: Consolas; font-size: 13px;"&gt;&lt;/pre&gt;
I've tried to search on the codeplex site of the project, but nothing was mentioned about this.&lt;br /&gt;
Just use it as it is. Yeah, right! I've searched on google about this problem, &lt;br /&gt;
and what I've found were mostly outdated blogs, sites, stackoverflow topics. &lt;br /&gt;
On the asp.net &lt;a href="http://www.asp.net/ajaxLibrary/AjaxControlToolkitSampleSite/HTMLEditorExtender/HTMLEditorExtender.aspx" target="_blank"&gt;site&lt;/a&gt; of the project I've found this web.config file:&lt;span style="color: blue;"&gt;&amp;nbsp;&lt;/span&gt;
&lt;br /&gt;
&lt;!-- code formatted by http://manoli.net/csharpformat/ --&gt;

&lt;br /&gt;
&lt;pre class="csharpcode"&gt;&lt;span class="kwrd"&gt;&amp;lt;&lt;/span&gt;&lt;span class="html"&gt;configuration&lt;/span&gt;&lt;span class="kwrd"&gt;&amp;gt;&lt;/span&gt;
&lt;span class="kwrd"&gt;&amp;lt;&lt;/span&gt;&lt;span class="html"&gt;configSections&lt;/span&gt;&lt;span class="kwrd"&gt;&amp;gt;&lt;/span&gt;
  &lt;span class="kwrd"&gt;&amp;lt;&lt;/span&gt;&lt;span class="html"&gt;sectionGroup&lt;/span&gt; &lt;span class="attr"&gt;name&lt;/span&gt;&lt;span class="kwrd"&gt;="system.web"&lt;/span&gt;&lt;span class="kwrd"&gt;&amp;gt;&lt;/span&gt;
 &lt;span class="kwrd"&gt;&amp;lt;&lt;/span&gt;&lt;span class="html"&gt;section&lt;/span&gt; &lt;span class="attr"&gt;name&lt;/span&gt;&lt;span class="kwrd"&gt;="sanitizer"&lt;/span&gt; 
      &lt;span class="attr"&gt;requirePermission&lt;/span&gt;&lt;span class="kwrd"&gt;="false"&lt;/span&gt; 
      &lt;span class="attr"&gt;type&lt;/span&gt;&lt;span class="kwrd"&gt;="AjaxControlToolkit.Sanitizer.ProviderSanitizerSection, 
        AjaxControlToolkit"&lt;/span&gt;&lt;span class="kwrd"&gt;/&amp;gt;&lt;/span&gt;
      &lt;span class="kwrd"&gt;&amp;lt;/&lt;/span&gt;&lt;span class="html"&gt;sectionGroup&lt;/span&gt;&lt;span class="kwrd"&gt;&amp;gt;&lt;/span&gt;
&lt;span class="kwrd"&gt;&amp;lt;/&lt;/span&gt;&lt;span class="html"&gt;configSections&lt;/span&gt;&lt;span class="kwrd"&gt;&amp;gt;&lt;/span&gt;
&lt;span class="kwrd"&gt;&amp;lt;&lt;/span&gt;&lt;span class="html"&gt;system.web&lt;/span&gt;&lt;span class="kwrd"&gt;&amp;gt;&lt;/span&gt;
 &lt;span class="kwrd"&gt;&amp;lt;&lt;/span&gt;&lt;span class="html"&gt;compilation&lt;/span&gt; &lt;span class="attr"&gt;targetFramework&lt;/span&gt;&lt;span class="kwrd"&gt;="4.0"&lt;/span&gt; &lt;span class="attr"&gt;debug&lt;/span&gt;&lt;span class="kwrd"&gt;="true"&lt;/span&gt;&lt;span class="kwrd"&gt;/&amp;gt;&lt;/span&gt;
 &lt;span class="kwrd"&gt;&amp;lt;&lt;/span&gt;&lt;span class="html"&gt;sanitizer&lt;/span&gt; &lt;span class="attr"&gt;defaultProvider&lt;/span&gt;&lt;span class="kwrd"&gt;="AntiXssSanitizerProvider"&lt;/span&gt;&lt;span class="kwrd"&gt;&amp;gt;&lt;/span&gt;
  &lt;span class="kwrd"&gt;&amp;lt;&lt;/span&gt;&lt;span class="html"&gt;providers&lt;/span&gt;&lt;span class="kwrd"&gt;&amp;gt;&lt;/span&gt;
   &lt;span class="kwrd"&gt;&amp;lt;&lt;/span&gt;&lt;span class="html"&gt;add&lt;/span&gt; &lt;span class="attr"&gt;name&lt;/span&gt;&lt;span class="kwrd"&gt;="AntiXssSanitizerProvider"&lt;/span&gt; 
            &lt;span class="attr"&gt;type&lt;/span&gt;&lt;span class="kwrd"&gt;="AjaxControlToolkit.Sanitizer.
              AntiXssSanitizerProvider"&lt;/span&gt;&lt;span class="kwrd"&gt;&amp;gt;&amp;lt;/&lt;/span&gt;&lt;span class="html"&gt;add&lt;/span&gt;&lt;span class="kwrd"&gt;&amp;gt;&lt;/span&gt;
  &lt;span class="kwrd"&gt;&amp;lt;/&lt;/span&gt;&lt;span class="html"&gt;providers&lt;/span&gt;&lt;span class="kwrd"&gt;&amp;gt;&lt;/span&gt;
 &lt;span class="kwrd"&gt;&amp;lt;/&lt;/span&gt;&lt;span class="html"&gt;sanitizer&lt;/span&gt;&lt;span class="kwrd"&gt;&amp;gt;&lt;/span&gt;
&lt;span class="kwrd"&gt;&amp;lt;/&lt;/span&gt;&lt;span class="html"&gt;system.web&lt;/span&gt;&lt;span class="kwrd"&gt;&amp;gt;&lt;/span&gt;
&lt;span class="kwrd"&gt;&amp;lt;/&lt;/span&gt;&lt;span class="html"&gt;configuration&lt;/span&gt;&lt;span class="kwrd"&gt;&amp;gt;&lt;/span&gt;&lt;/pre&gt;
&lt;br /&gt;
&lt;br /&gt;
It was similar to the web.config files found on stackoverflow, and IIS was complaining about not finding the AjaxControlToolkit assembly.&lt;br /&gt;
After many searches I've found this response on &lt;a href="http://stackoverflow.com/questions/12022493/could-not-load-type-ajaxcontroltoolkit-sanitizer-antixsssanitizerprovider" target="_blank"&gt;stackoverflow&lt;/a&gt;: &lt;br /&gt;
"Using AntiXss as the default sanitizer is &lt;a href="http://stephenwalther.com/archive/2012/06/25/announcing-the-june-2012-release-of-the-ajax-control-toolkit.aspx"&gt;no longer supported&lt;/a&gt; as of June 2012. &lt;br /&gt;
From the official announcement, apparantely the new version of AntiXss breaks too many things.". &lt;br /&gt;
Oh great! and were was this specified on the http://ajaxcontroltoolkit.codeplex.com/ ?&lt;br /&gt;
People don't use the blog of a developer to look for information about a project,&lt;br /&gt;
they use the main page of the project, that is the purpose of it, to find out why their&lt;br /&gt;
code is not working. And I don't need to mention that the Issue tracker had no&lt;br /&gt;
useful information about this.&lt;br /&gt;
&lt;pre style="background: white; color: black; font-family: Consolas; font-size: 13px;"&gt;&lt;span style="color: blue;"&gt;&lt;span style="color: black;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/pre&gt;
&lt;span style="font-size: large;"&gt;Solution&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
The solution was to install HTML &lt;i&gt;Agility Pack&lt;/i&gt; NuGet package. And make modifications to&lt;br /&gt;
the web.config, something like this:
&lt;br /&gt;
&lt;!-- code formatted by http://manoli.net/csharpformat/ --&gt;

&lt;br /&gt;
&lt;pre class="csharpcode"&gt;&lt;span class="kwrd"&gt;&amp;lt;&lt;/span&gt;&lt;span class="html"&gt;configuration&lt;/span&gt;&lt;span class="kwrd"&gt;&amp;gt;&lt;/span&gt;
  &lt;span class="kwrd"&gt;&amp;lt;&lt;/span&gt;&lt;span class="html"&gt;configSections&lt;/span&gt;&lt;span class="kwrd"&gt;&amp;gt;&lt;/span&gt;
    &lt;span class="kwrd"&gt;&amp;lt;&lt;/span&gt;&lt;span class="html"&gt;sectionGroup&lt;/span&gt; &lt;span class="attr"&gt;name&lt;/span&gt;&lt;span class="kwrd"&gt;="system.web"&lt;/span&gt;&lt;span class="kwrd"&gt;&amp;gt;&lt;/span&gt;
      &lt;span class="kwrd"&gt;&amp;lt;&lt;/span&gt;&lt;span class="html"&gt;section&lt;/span&gt; &lt;span class="attr"&gt;name&lt;/span&gt;&lt;span class="kwrd"&gt;="sanitizer"&lt;/span&gt; &lt;span class="attr"&gt;requirePermission&lt;/span&gt;&lt;span class="kwrd"&gt;="false"&lt;/span&gt;
               &lt;span class="attr"&gt;type&lt;/span&gt;&lt;span class="kwrd"&gt;="AjaxControlToolkit.Sanitizer.ProviderSanitizerSection, AjaxControlToolkit"&lt;/span&gt; &lt;span class="kwrd"&gt;/&amp;gt;&lt;/span&gt;
    &lt;span class="kwrd"&gt;&amp;lt;/&lt;/span&gt;&lt;span class="html"&gt;sectionGroup&lt;/span&gt;&lt;span class="kwrd"&gt;&amp;gt;&lt;/span&gt;
  &lt;span class="kwrd"&gt;&amp;lt;/&lt;/span&gt;&lt;span class="html"&gt;configSections&lt;/span&gt;&lt;span class="kwrd"&gt;&amp;gt;&lt;/span&gt;
 
  &lt;span class="kwrd"&gt;&amp;lt;&lt;/span&gt;&lt;span class="html"&gt;system.web&lt;/span&gt;&lt;span class="kwrd"&gt;&amp;gt;&lt;/span&gt;
    &lt;span class="kwrd"&gt;&amp;lt;&lt;/span&gt;&lt;span class="html"&gt;sanitizer&lt;/span&gt; &lt;span class="attr"&gt;defaultProvider&lt;/span&gt;&lt;span class="kwrd"&gt;="HtmlAgilityPackSanitizerProvider"&lt;/span&gt;&lt;span class="kwrd"&gt;&amp;gt;&lt;/span&gt;
      &lt;span class="kwrd"&gt;&amp;lt;&lt;/span&gt;&lt;span class="html"&gt;providers&lt;/span&gt;&lt;span class="kwrd"&gt;&amp;gt;&lt;/span&gt;
        &lt;span class="kwrd"&gt;&amp;lt;&lt;/span&gt;&lt;span class="html"&gt;add&lt;/span&gt; &lt;span class="attr"&gt;name&lt;/span&gt;&lt;span class="kwrd"&gt;="HtmlAgilityPackSanitizerProvider"&lt;/span&gt; &lt;span class="attr"&gt;type&lt;/span&gt;&lt;span class="kwrd"&gt;="AjaxControlToolkit.Sanitizer.HtmlAgilityPackSanitizerProvider"&lt;/span&gt;&lt;span class="kwrd"&gt;&amp;gt;&amp;lt;/&lt;/span&gt;&lt;span class="html"&gt;add&lt;/span&gt;&lt;span class="kwrd"&gt;&amp;gt;&lt;/span&gt;
      &lt;span class="kwrd"&gt;&amp;lt;/&lt;/span&gt;&lt;span class="html"&gt;providers&lt;/span&gt;&lt;span class="kwrd"&gt;&amp;gt;&lt;/span&gt;
    &lt;span class="kwrd"&gt;&amp;lt;/&lt;/span&gt;&lt;span class="html"&gt;sanitizer&lt;/span&gt;&lt;span class="kwrd"&gt;&amp;gt;&lt;/span&gt;
  &lt;span class="kwrd"&gt;&amp;lt;/&lt;/span&gt;&lt;span class="html"&gt;system.web&lt;/span&gt;&lt;span class="kwrd"&gt;&amp;gt;&lt;/span&gt;
&lt;span class="kwrd"&gt;&amp;lt;/&lt;/span&gt;&lt;span class="html"&gt;configuration&lt;/span&gt;&lt;span class="kwrd"&gt;&amp;gt;&lt;/span&gt;&lt;/pre&gt;
&lt;br /&gt;
Don't worry about the warning from VS about: "The element system.web has invalid child element..." it will work just fine.&lt;br /&gt;
&lt;br /&gt;
Well, this is it. It is very hard to keep existing documentation up to date, as these technologies change every day, but at least they could made a list of things to keep in mind, to not let situations like this to happen. Nothing is worse than the lack of information when you are facing a problem.&lt;br /&gt;
I hope that you have found the solution to your problem in this post.&lt;br /&gt;
If you have any questions, suggestions or anything to say, you are welcome to post them as comments.&lt;br /&gt;
Until the next time, happy coding :)&lt;br /&gt;
&lt;div class="zemanta-pixie" style="height: 15px; margin-top: 10px;"&gt;
&lt;/div&gt;
</content><link href="http://terroare.blogspot.com/feeds/337169466718846793/comments/default" rel="replies" title="Post Comments" type="application/atom+xml"/><link href="http://terroare.blogspot.com/2013/01/sanitizer-provider-is-not-configured-in.html#comment-form" rel="replies" title="21 Comments" type="text/html"/><link href="http://www.blogger.com/feeds/25313656/posts/default/337169466718846793" rel="edit" type="application/atom+xml"/><link href="http://www.blogger.com/feeds/25313656/posts/default/337169466718846793" rel="self" type="application/atom+xml"/><link href="http://terroare.blogspot.com/2013/01/sanitizer-provider-is-not-configured-in.html" rel="alternate" title="Sanitizer provider is not configured in the web.config file. Ajax Control Toolkit and HtmlEditorExtender problems." type="text/html"/><author><name>Ladislau Radu Nagy</name><uri>http://www.blogger.com/profile/03144462887481662311</uri><email>noreply@blogger.com</email><gd:image height="16" rel="http://schemas.google.com/g/2005#thumbnail" src="https://img1.blogblog.com/img/b16-rounded.gif" width="16"/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" height="72" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg6aTvwWLt7S71cT8YjsSnrpxOlryUKjQ7AXGpeoxjP_19l-HIEwPEd2Q8yjHnlsc1HYtuNoPUO2DbBVC1e_VPkIogFEjlMmRCpTQIga7SpUl3NrUZ-S2HXH_NdvkiQj_WrQrLJ4w/s72-c/HtmlEditorExtenderError.PNG" width="72"/><thr:total>21</thr:total></entry><entry><id>tag:blogger.com,1999:blog-25313656.post-139543739365167279</id><published>2012-05-11T23:28:00.000+03:00</published><updated>2013-01-20T23:16:13.523+02:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="android"/><category scheme="http://www.blogger.com/atom/ns#" term="samsung galaxy s2"/><title type="text">My android phone keeps restarting</title><content type="html">&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhcY9v4RUwRXa1qrxKIhYynVr3DFiCzdeNjUnyJRFfGFiOJT3pbVbsoNtMy8b2kRjDXsgFuJSMfE58xDRDT42qkxRjLBgxWQRBuHLyLh_UOz3VPbluMrcSjV2aP858VZZj8cfWV3g/s1600/android-broken.jpg" imageanchor="1" style="clear: left; float: left; margin-bottom: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="218" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhcY9v4RUwRXa1qrxKIhYynVr3DFiCzdeNjUnyJRFfGFiOJT3pbVbsoNtMy8b2kRjDXsgFuJSMfE58xDRDT42qkxRjLBgxWQRBuHLyLh_UOz3VPbluMrcSjV2aP858VZZj8cfWV3g/s320/android-broken.jpg" width="320" /&gt;&lt;/a&gt;&lt;/div&gt;
Some days ago my android phone kept restarting, and heating up.&lt;br /&gt;
I have a Samsung Galaxy S2 GT-I9100,&lt;br /&gt;
kernel: XWLP7&lt;br /&gt;
OS: ICS 4.0.3&lt;br /&gt;
&lt;br /&gt;
Ok, I said, probably the latest apps that I've installed on it have to do something with this, I tried to uninstall them, but no luck. Then I thought I have a virus, but how can I scan my phone if it keeps restarting.&lt;br /&gt;
As a last resort I tried to move my apps from my SD memory card to the phones internal memory, guess what ? the restarting stopped and the heat up too.&lt;br /&gt;
&lt;br /&gt;
After some google-ing I've found this:&amp;nbsp;&lt;a href="http://code.google.com/p/android/issues/detail?id=25563"&gt;http://code.google.com/p/android/issues/detail?id=25563&lt;/a&gt;.&lt;br /&gt;
They say that this is a bug in ANDROID OS 2.3.5 (and higher), and happens if you have too many apps&amp;nbsp;transferred to your SD card.&lt;br /&gt;
Huge bug my ass, this is lame. How come that it was not fixed in the&amp;nbsp;further updates? This is not a small bug that happens once a year, this can be recreated over 1000 times, with the same result. It's a shame.&lt;br /&gt;
&lt;br /&gt;
So, if you have the same issue as me, just try out my solution, and tell me if it worked for you.</content><link href="http://terroare.blogspot.com/feeds/139543739365167279/comments/default" rel="replies" title="Post Comments" type="application/atom+xml"/><link href="http://terroare.blogspot.com/2012/05/my-android-phone-keeps-restarting.html#comment-form" rel="replies" title="0 Comments" type="text/html"/><link href="http://www.blogger.com/feeds/25313656/posts/default/139543739365167279" rel="edit" type="application/atom+xml"/><link href="http://www.blogger.com/feeds/25313656/posts/default/139543739365167279" rel="self" type="application/atom+xml"/><link href="http://terroare.blogspot.com/2012/05/my-android-phone-keeps-restarting.html" rel="alternate" title="My android phone keeps restarting" type="text/html"/><author><name>Ladislau Radu Nagy</name><uri>http://www.blogger.com/profile/03144462887481662311</uri><email>noreply@blogger.com</email><gd:image height="16" rel="http://schemas.google.com/g/2005#thumbnail" src="https://img1.blogblog.com/img/b16-rounded.gif" width="16"/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" height="72" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhcY9v4RUwRXa1qrxKIhYynVr3DFiCzdeNjUnyJRFfGFiOJT3pbVbsoNtMy8b2kRjDXsgFuJSMfE58xDRDT42qkxRjLBgxWQRBuHLyLh_UOz3VPbluMrcSjV2aP858VZZj8cfWV3g/s72-c/android-broken.jpg" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-25313656.post-1380935533944290174</id><published>2011-02-05T15:20:00.002+02:00</published><updated>2017-04-01T13:30:03.740+03:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Bing"/><category scheme="http://www.blogger.com/atom/ns#" term="Blog"/><category scheme="http://www.blogger.com/atom/ns#" term="Blogger"/><category scheme="http://www.blogger.com/atom/ns#" term="Google"/><category scheme="http://www.blogger.com/atom/ns#" term="Meta element"/><category scheme="http://www.blogger.com/atom/ns#" term="Search engine optimization"/><category scheme="http://www.blogger.com/atom/ns#" term="SEO"/><category scheme="http://www.blogger.com/atom/ns#" term="Yahoo"/><title type="text">SEO pentru Blogger, Adaugare de meta tag-uri</title><content type="html">&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjkp4-FyfBj4qI9L82AF7DzXb5K48NLqHX-0zjFU1TJ7A3v4x1p1JhSA2AVIgXkP8fZ0jbS6JArnxp5EeABZ0qHeJVKhfZHVEtkZ2pB7SsiUkaIGURC8lwI-26AxpGzgYrJgY7ffw/s1600/metataguri.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="161" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjkp4-FyfBj4qI9L82AF7DzXb5K48NLqHX-0zjFU1TJ7A3v4x1p1JhSA2AVIgXkP8fZ0jbS6JArnxp5EeABZ0qHeJVKhfZHVEtkZ2pB7SsiUkaIGURC8lwI-26AxpGzgYrJgY7ffw/s200/metataguri.jpg" width="200" /&gt;&lt;/a&gt;&lt;/div&gt;
Cele mai des folosite &lt;a class="zem_slink" href="http://en.wikipedia.org/wiki/Meta_element" rel="wikipedia" title="Meta element"&gt;meta tag&lt;/a&gt;-uri &lt;i&gt;pentru&lt;/i&gt; &lt;a class="zem_slink" href="http://en.wikipedia.org/wiki/Search_engine_optimization" rel="wikipedia" title="Search engine optimization"&gt;SEO&lt;/a&gt;, pentru un blog pe platforma Blogger sunt: &lt;b&gt;description&lt;/b&gt; si &lt;b&gt;keywords&lt;/b&gt;.&lt;br /&gt;
Blogger nu foloseste in mod implicit aceste meta tag-uri.&lt;br /&gt;
Inainte sa faci vre-o modificare la template-ul tau, fa un backup ca sa nu ai dureri de cap.&lt;br /&gt;
Pentru implementarea metodelor de mai jos, cauta in codul template-ului tau urmatoarea secventa de cod:
&lt;br /&gt;
&lt;!-- code formatted by http://manoli.net/csharpformat/ --&gt;

&lt;br /&gt;
&lt;pre class="csharpcode"&gt;&lt;span class="kwrd"&gt;&amp;lt;&lt;/span&gt;&lt;span class="html"&gt;b:include&lt;/span&gt; &lt;span class="attr"&gt;data&lt;/span&gt;&lt;span class="kwrd"&gt;="blog"&lt;/span&gt; &lt;span class="attr"&gt;name&lt;/span&gt;&lt;span class="kwrd"&gt;="all-head-content"&lt;/span&gt;&lt;span class="kwrd"&gt;&amp;gt;&lt;/span&gt;
&lt;/pre&gt;
&lt;br /&gt;
&lt;b&gt;Sub el adauga meta tag-urile cu una dintre metodele descrise mai jos.&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;span class="Apple-style-span" style="font-size: large;"&gt;Metoda 1&lt;/span&gt;&lt;br /&gt;
Adaugi meta tag-urile ca si pentru o pagina web normala.
&lt;br /&gt;
&lt;!-- code formatted by http://manoli.net/csharpformat/ --&gt;

&lt;br /&gt;
&lt;pre class="csharpcode"&gt;&lt;span class="kwrd"&gt;&amp;lt;&lt;/span&gt;&lt;span class="html"&gt;meta&lt;/span&gt; &lt;span class="attr"&gt;content&lt;/span&gt;&lt;span class="kwrd"&gt;='Cuvinte cheie separate prin virgula'&lt;/span&gt;  &lt;span class="attr"&gt;name&lt;/span&gt;&lt;span class="kwrd"&gt;='keywords'&lt;/span&gt;&lt;span class="kwrd"&gt;/&amp;gt;&lt;/span&gt;;
&lt;span class="kwrd"&gt;&amp;lt;&lt;/span&gt;&lt;span class="html"&gt;meta&lt;/span&gt; &lt;span class="attr"&gt;content&lt;/span&gt;&lt;span class="kwrd"&gt;='Descrierea blogului'&lt;/span&gt;  &lt;span class="attr"&gt;name&lt;/span&gt;&lt;span class="kwrd"&gt;='description'&lt;/span&gt;&lt;span class="kwrd"&gt;/&amp;gt;&lt;/span&gt;&lt;/pre&gt;
&lt;br /&gt;
&lt;b&gt;Pro&lt;/b&gt;:- din doua linii de cod ai meta description si keyword pentru tot blogul&lt;br /&gt;
- o solutie mai comoda&lt;br /&gt;
&lt;b&gt;Contra&lt;/b&gt;:&lt;br /&gt;
- description si keyword duplicat pe toate paginile blogului&lt;br /&gt;
- Google si alte motoare de cautare te vor penaliza pentru continut duplicat&lt;br /&gt;
&lt;br /&gt;
&lt;span class="Apple-style-span" style="font-size: large;"&gt;Metoda 2&lt;/span&gt;&lt;br /&gt;
Adaugi niste conditii if, pentru fiecare pagina in parte.
&lt;br /&gt;
&lt;!-- code formatted by http://manoli.net/csharpformat/ --&gt;

&lt;br /&gt;
&lt;pre class="csharpcode"&gt;&lt;span class="kwrd"&gt;&amp;lt;&lt;/span&gt;&lt;span class="html"&gt;b:if&lt;/span&gt; &lt;span class="attr"&gt;cond&lt;/span&gt;&lt;span class="kwrd"&gt;="data:blog.url == &amp;amp;quot;http://terroare.blogspot.com/&amp;amp;quot;"&lt;/span&gt;&lt;span class="kwrd"&gt;&amp;gt;&lt;/span&gt;
&lt;span class="kwrd"&gt;&amp;lt;&lt;/span&gt;&lt;span class="html"&gt;meta&lt;/span&gt; &lt;span class="attr"&gt;content&lt;/span&gt;&lt;span class="kwrd"&gt;='descriere'&lt;/span&gt; &lt;span class="attr"&gt;name&lt;/span&gt;&lt;span class="kwrd"&gt;='description'&lt;/span&gt;&lt;span class="kwrd"&gt;/&amp;gt;&lt;/span&gt;
&lt;span class="kwrd"&gt;&amp;lt;&lt;/span&gt;&lt;span class="html"&gt;meta&lt;/span&gt; &lt;span class="attr"&gt;content&lt;/span&gt;&lt;span class="kwrd"&gt;='cuvinte cheie'&lt;/span&gt; &lt;span class="attr"&gt;name&lt;/span&gt;&lt;span class="kwrd"&gt;='keywords'&lt;/span&gt;&lt;span class="kwrd"&gt;/&amp;gt;&amp;lt;/&lt;/span&gt;&lt;span class="html"&gt;b:if&lt;/span&gt;&lt;span class="kwrd"&gt;&amp;gt;&lt;/span&gt;
&lt;span class="kwrd"&gt;&amp;lt;&lt;/span&gt;&lt;span class="html"&gt;b:if&lt;/span&gt; &lt;span class="attr"&gt;cond&lt;/span&gt;&lt;span class="kwrd"&gt;="data:blog.url == &amp;amp;quot;http://terroare.blogspot.com/2011/02/tu-la-ce-folosesti-internetul.html&amp;amp;quot;"&lt;/span&gt;&lt;span class="kwrd"&gt;&amp;gt;&lt;/span&gt;
&lt;span class="kwrd"&gt;&amp;lt;&lt;/span&gt;&lt;span class="html"&gt;meta&lt;/span&gt; &lt;span class="attr"&gt;content&lt;/span&gt;&lt;span class="kwrd"&gt;='tu la ce folosesti internetul?'&lt;/span&gt; &lt;span class="attr"&gt;name&lt;/span&gt;&lt;span class="kwrd"&gt;='description'&lt;/span&gt;&lt;span class="kwrd"&gt;/&amp;gt;&lt;/span&gt;
&lt;span class="kwrd"&gt;&amp;lt;&lt;/span&gt;&lt;span class="html"&gt;meta&lt;/span&gt; &lt;span class="attr"&gt;content&lt;/span&gt;&lt;span class="kwrd"&gt;='folosire internet'&lt;/span&gt; &lt;span class="attr"&gt;name&lt;/span&gt;&lt;span class="kwrd"&gt;='keywords'&lt;/span&gt;&lt;span class="kwrd"&gt;/&amp;gt;&amp;lt;/&lt;/span&gt;&lt;span class="html"&gt;b:if&lt;/span&gt;&lt;span class="kwrd"&gt;&amp;gt;&lt;/span&gt;&lt;/pre&gt;
&lt;br /&gt;
&lt;b&gt;Pro&lt;/b&gt;:- se pot adauga meta tag-uri pentru fiecare pagina&lt;br /&gt;
- nu vei avea meta tag-uri duplicate&lt;br /&gt;
&lt;b&gt;Contra&lt;/b&gt;:&lt;br /&gt;
- daca ai foarte multe postari pe blog, te poate lua ceva timp pana scrii pentru toate&lt;br /&gt;
- este foarte greu de facut, trebuie sa fii atent sa nu gresesti&lt;br /&gt;
&lt;br /&gt;
Folosirea acestei metode se poate usura, daca numai pentru pagina principala adaugi meta tag-uri si pentru posturile importante sau la care vrei sa ai meta tag-uri.&lt;br /&gt;
&lt;br /&gt;
&lt;span class="Apple-style-span" style="font-size: large;"&gt;Metoda 3&lt;/span&gt;&lt;br /&gt;
Adaugi meta tag-uri doar la pagina principala.
&lt;br /&gt;
&lt;!-- code formatted by http://manoli.net/csharpformat/ --&gt;

&lt;br /&gt;
&lt;pre class="csharpcode"&gt;&lt;span class="kwrd"&gt;&amp;lt;&lt;/span&gt;&lt;span class="html"&gt;meta&lt;/span&gt; &lt;span class="attr"&gt;content&lt;/span&gt;&lt;span class="kwrd"&gt;='cuvinte cheie'&lt;/span&gt; &lt;span class="attr"&gt;name&lt;/span&gt;&lt;span class="kwrd"&gt;='keywords'&lt;/span&gt;&lt;span class="kwrd"&gt;/&amp;gt;&lt;/span&gt;
&lt;span class="kwrd"&gt;&amp;lt;&lt;/span&gt;&lt;span class="html"&gt;b:if&lt;/span&gt; &lt;span class="attr"&gt;cond&lt;/span&gt;&lt;span class="kwrd"&gt;="data:blog.pageType == &amp;amp;quot;index&amp;amp;quot;"&lt;/span&gt;&lt;span class="kwrd"&gt;&amp;gt;&lt;/span&gt;
&lt;span class="kwrd"&gt;&amp;lt;&lt;/span&gt;&lt;span class="html"&gt;meta&lt;/span&gt; &lt;span class="attr"&gt;content&lt;/span&gt;&lt;span class="kwrd"&gt;='descriere'&lt;/span&gt; &lt;span class="attr"&gt;name&lt;/span&gt;&lt;span class="kwrd"&gt;='description'&lt;/span&gt;&lt;span class="kwrd"&gt;/&amp;gt;&lt;/span&gt;
&lt;span class="kwrd"&gt;&amp;lt;/&lt;/span&gt;&lt;span class="html"&gt;b:if&lt;/span&gt;&lt;span class="kwrd"&gt;&amp;gt;&lt;/span&gt;&lt;/pre&gt;
&lt;br /&gt;
&lt;b&gt;Pro&lt;/b&gt;:- nu vei avea meta tag-uri duplicate&lt;br /&gt;
&lt;b&gt;Contra&lt;/b&gt;:&lt;br /&gt;
- doar pentru pagina principala vei avea meta tag-uri&lt;br /&gt;
&lt;br /&gt;
&lt;span class="Apple-style-span" style="font-size: large;"&gt;Metoda 4&lt;/span&gt;&lt;br /&gt;
Adaugi niste conditii if, pentru ca titlul articolului(postului) + cuvinte cheie alese de tine sa fie meta description si meta keyword pentru posturile tale.
&lt;br /&gt;
&lt;!-- code formatted by http://manoli.net/csharpformat/ --&gt;

&lt;br /&gt;
&lt;pre class="csharpcode"&gt;&lt;span class="kwrd"&gt;&amp;lt;&lt;/span&gt;&lt;span class="html"&gt;b:if&lt;/span&gt; &lt;span class="attr"&gt;cond&lt;/span&gt;&lt;span class="kwrd"&gt;="data:blog.url == data:blog.homepageUrl"&lt;/span&gt;&lt;span class="kwrd"&gt;&amp;gt;&lt;/span&gt;   &lt;span class="kwrd"&gt;&amp;lt;&lt;/span&gt;&lt;span class="html"&gt;meta&lt;/span&gt; &lt;span class="attr"&gt;content&lt;/span&gt;&lt;span class="kwrd"&gt;='descriere'&lt;/span&gt; &lt;span class="attr"&gt;name&lt;/span&gt;&lt;span class="kwrd"&gt;='description'&lt;/span&gt;&lt;span class="kwrd"&gt;/&amp;gt;&lt;/span&gt;   &lt;span class="kwrd"&gt;&amp;lt;&lt;/span&gt;&lt;span class="html"&gt;meta&lt;/span&gt; &lt;span class="attr"&gt;content&lt;/span&gt;&lt;span class="kwrd"&gt;='cuvinte cheie'&lt;/span&gt; &lt;span class="attr"&gt;name&lt;/span&gt;&lt;span class="kwrd"&gt;='keywords'&lt;/span&gt;&lt;span class="kwrd"&gt;/&amp;gt;&lt;/span&gt;
&lt;span class="kwrd"&gt;&amp;lt;/&lt;/span&gt;&lt;span class="html"&gt;b:if&lt;/span&gt;&lt;span class="kwrd"&gt;&amp;gt;&lt;/span&gt;
&lt;span class="kwrd"&gt;&amp;lt;&lt;/span&gt;&lt;span class="html"&gt;b:if&lt;/span&gt; &lt;span class="attr"&gt;cond&lt;/span&gt;&lt;span class="kwrd"&gt;="data:blog.pageType == &amp;amp;quot;item&amp;amp;quot;"&lt;/span&gt;&lt;span class="kwrd"&gt;&amp;gt;&lt;/span&gt;
&lt;span class="kwrd"&gt;&amp;lt;&lt;/span&gt;&lt;span class="html"&gt;meta&lt;/span&gt; &lt;span class="attr"&gt;expr:content&lt;/span&gt;&lt;span class="kwrd"&gt;='data:blog.pageName'&lt;/span&gt; &lt;span class="attr"&gt;name&lt;/span&gt;&lt;span class="kwrd"&gt;='Description'&lt;/span&gt;&lt;span class="kwrd"&gt;/&amp;gt;&lt;/span&gt;
&lt;span class="kwrd"&gt;&amp;lt;&lt;/span&gt;&lt;span class="html"&gt;meta&lt;/span&gt; &lt;span class="attr"&gt;expr:content&lt;/span&gt;&lt;span class="kwrd"&gt;='data:blog.pageName + ", alte cuvinte cheie pentru blog "'&lt;/span&gt; &lt;span class="attr"&gt;name&lt;/span&gt;&lt;span class="kwrd"&gt;='keywords'&lt;/span&gt;&lt;span class="kwrd"&gt;/&amp;gt;&lt;/span&gt;
&lt;span class="kwrd"&gt;&amp;lt;/&lt;/span&gt;&lt;span class="html"&gt;b:if&lt;/span&gt;&lt;span class="kwrd"&gt;&amp;gt;&lt;/span&gt;&lt;/pre&gt;
&lt;br /&gt;
&lt;b&gt;Pro&lt;/b&gt;:- usor de folosit&lt;br /&gt;
- nu trebuie sa adaugi meta tag-uri pentru fiecare post&lt;br /&gt;
- scapi de meta tag-uri duplicate&lt;br /&gt;
&lt;b&gt;Contra&lt;/b&gt;:&lt;br /&gt;
- titlul postului va fi descrierea si keyword-ul pentru un articol&lt;br /&gt;
- Google te va atentiona ca la unele pagini ai descrierea scurta&lt;br /&gt;
&lt;br /&gt;
&lt;span class="Apple-style-span" style="font-size: large;"&gt;Concluzii&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
Fiecare metoda se poate folosi in functie de situatie si de nevoi. Eu ti-am prezentat metodele pe care le cunosc plus niste argumente pro si contra pentru fiecare.&lt;br /&gt;
In foarte multe articole SEO de pe internet se scrie ca Google si Bing ignora complet meta tag-ul &lt;i&gt;keyword&lt;/i&gt;, doar Yahoo il mai ia in considerare.&lt;br /&gt;
Google de multe ori foloseste snippet-uri si ignora complet meta description-ul, astfel munca depusa in scrierea ei se duce de rapa.&lt;br /&gt;
&lt;b&gt;Tu ce meta tag-uri folosesti? Merita sau nu, sa pui meta tag-uri?&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;div class="zemanta-related"&gt;
&lt;h6 class="zemanta-related-title" style="font-size: 1em; margin: 1em 0px 0px;"&gt;
Alte articole de pe net, pe aceasi tema:&lt;/h6&gt;
&lt;ul class="zemanta-article-ul"&gt;
&lt;li class="zemanta-article-ul-li"&gt;&lt;a href="http://www.seomoz.org/blog/why-wont-google-use-my-meta-description"&gt;Why Won't Google Use My META Description?&lt;/a&gt; (seomoz.org) 
&lt;/li&gt;
&lt;li class="zemanta-article-ul-li"&gt;&lt;a href="http://www.smallbusinessmavericks.com/internetmarketing/seo-for-small-business/keywords-meta-tags-something-i-havent-thought-about/11/11/2010/"&gt;Keywords Meta Tags - Something I Haven't Thought About&lt;/a&gt; (smallbusinessmavericks.com) 
&lt;/li&gt;
&lt;li class="zemanta-article-ul-li"&gt;&lt;a href="http://www.stepforth.com/blog/2010/meta-keyword-tag-dead-seo/"&gt;Meta Keyword Tag is Dead for SEO&lt;/a&gt; (stepforth.com) 
&lt;/li&gt;
&lt;li class="zemanta-article-ul-li"&gt;&lt;a href="http://www.metatags.org/all_metatags"&gt;The meaning of all the different meta tags &amp;amp; how to use them - meta tags search engine promotion&lt;/a&gt; (metatags.org) 
&lt;/li&gt;
&lt;li class="zemanta-article-ul-li"&gt;&lt;a href="http://www.zdnet.com/blog/seo/seo-shocker-10-reasons-to-use-the-meta-keywords-tag/1722"&gt;SEO Shocker: 10 Reasons to Use the Meta Keywords Tag!&lt;/a&gt; (zdnet.com) &lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;div class="zemanta-pixie" style="height: 15px; margin-top: 10px;"&gt;
&lt;/div&gt;
</content><link href="http://terroare.blogspot.com/feeds/1380935533944290174/comments/default" rel="replies" title="Post Comments" type="application/atom+xml"/><link href="http://terroare.blogspot.com/2011/02/seo-pentru-blogger-adaugare-de-meta-tag.html#comment-form" rel="replies" title="1 Comments" type="text/html"/><link href="http://www.blogger.com/feeds/25313656/posts/default/1380935533944290174" rel="edit" type="application/atom+xml"/><link href="http://www.blogger.com/feeds/25313656/posts/default/1380935533944290174" rel="self" type="application/atom+xml"/><link href="http://terroare.blogspot.com/2011/02/seo-pentru-blogger-adaugare-de-meta-tag.html" rel="alternate" title="SEO pentru Blogger, Adaugare de meta tag-uri" type="text/html"/><author><name>Ladislau Radu Nagy</name><uri>http://www.blogger.com/profile/03144462887481662311</uri><email>noreply@blogger.com</email><gd:image height="16" rel="http://schemas.google.com/g/2005#thumbnail" src="https://img1.blogblog.com/img/b16-rounded.gif" width="16"/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" height="72" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjkp4-FyfBj4qI9L82AF7DzXb5K48NLqHX-0zjFU1TJ7A3v4x1p1JhSA2AVIgXkP8fZ0jbS6JArnxp5EeABZ0qHeJVKhfZHVEtkZ2pB7SsiUkaIGURC8lwI-26AxpGzgYrJgY7ffw/s72-c/metataguri.jpg" width="72"/><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-25313656.post-4801934025104858688</id><published>2011-01-26T13:49:00.000+02:00</published><updated>2011-01-26T13:49:13.320+02:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Programare"/><title type="text">14 Sfaturi pentru programatori incepatori</title><content type="html">&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj4fmWrthj4eiL4I4b0dqzQLbXM4fVKdrFXjJCmplt5SMEJqai0SzwVZcS396kHa9C46v6t2efxkri8qUYuJN1GyeXe2XLA6PPxHaTuN1yeAWkpEk4tszGW9X9tno8-s4LwUVorNw/s1600/14+Sfaturi+pentru+programatori+incepatori.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="172" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj4fmWrthj4eiL4I4b0dqzQLbXM4fVKdrFXjJCmplt5SMEJqai0SzwVZcS396kHa9C46v6t2efxkri8qUYuJN1GyeXe2XLA6PPxHaTuN1yeAWkpEk4tszGW9X9tno8-s4LwUVorNw/s200/14+Sfaturi+pentru+programatori+incepatori.jpg" width="200" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
Am petrecut foarte mult timp cu depanarea codurilor scrise de mine sau de altii. Nu conteaza despre ce limbaj de programare este vorba: C, C++, C#, Java, PHP, HTML, CSS, ASP, etc. Pana la urma cel mai mult timp il vei pentrece cu depanarea codului pe care il scrii, sau scris de altii.&lt;br /&gt;
&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; In aceasta ordine de idei am elaborat 14 sfaturi pentru programatori incepatori:&lt;br /&gt;
&lt;ol&gt;&lt;li&gt;&lt;b&gt;Rabdare.&lt;/b&gt;&amp;nbsp;Depanarea necesita foarte multa rabdare. Trebuie sa ai o gandire calma si rationala, cu cat te enervezi mai mult cu atat scade sansa de a reusi sa-ti repari codul.&amp;nbsp;&lt;/li&gt;
&lt;li&gt;&lt;b&gt;Google este prietenul tau.&lt;/b&gt;&amp;nbsp;Foarte multi oameni care au invatat sa programeze au avut aceleasi probleme ca si tine. Poti gasi solutia la problema pe care o ai, sau alte solutii pe care trebuie sa le adaptezi pentru problema ta, si cum se foloseste functia sau clasa de care ai nevoie. Pe internet sunt foarte multe detalii despre functia sau clasa pe care vrei s-o folosesti, doar trebuie sa cauti.&lt;/li&gt;
&lt;li&gt;&lt;b&gt;Citeste mesajele de eroare&lt;/b&gt;&amp;nbsp;Foarte multi incepatori ignora mesajele de eroare date de catre compilator. Regula de aur, incearca sa depanezi prima eroare, recompileaza si treci la urmatoare eroare. Un exemplu bun este can in C sau C++ gresesti sau scrii gresit in portiunea de &lt;b&gt;#include&lt;/b&gt;&amp;nbsp;si apar zeci de erori, cum ai corectat greseala, numarul de mesaje de eroare se reduce considerabil. Daca nu intelegi mesajul de eroare, cautal pe google.&lt;/li&gt;
&lt;li&gt;&lt;b&gt;Ce declari si de ce?&lt;/b&gt;&amp;nbsp;Fii atent la variabilele tale. De ce variabile ai nevoie ? Ce fac ele ? Tipul variabilei(intr, string, bool, etc) este foarte important.&lt;/li&gt;
&lt;li&gt;&lt;b&gt;Scrie cod care nu are nevoie de comentarii prea multe.&lt;/b&gt;&amp;nbsp;Daca folosesti nume de variabile, functii si clase, criptate atunci "tai creanga de sub tine". Trebuie sa dai nume descriptive ca sa-ti intelegi codul si sa-l poti depana mai usor. Exemplu: variabila - numarPrim, primaLitera, etc; functie - lungimeVector, numarMaxVector, etc; clasa - Lista, Coada, etc. Poti folosi linistit variabile de contor ca si i, j, etc in for-uri, pentru ca se subantelege, dar nu folosi niciodata x, y, a, b, etc la variabilele care reprezinta un lucru. Nu fii lenes sa scrii, nu folosi prescurtari care sunt rar folosite, nu-ti vei aminti semnificatia lor.&lt;/li&gt;
&lt;li&gt;&lt;b&gt;Afiseaza valorile!&lt;/b&gt;&amp;nbsp;Este foarte util sa vezi ce se intampla in interiorul codului, nu-ti fie teama sa le folosesti, le poti comenta sau sterge pe urma. Daca nu ai un compilator in care poti urmari valoarea variabilelor in timpul rularii pas cu pas sau programezi intr-un limbaj de scripting(eg. php, python, etc) esti dependent de aceasta tehnica de depanare.&lt;/li&gt;
&lt;li&gt;&lt;b&gt;Lucruri mici pot crea probleme mari.&lt;/b&gt;&amp;nbsp;De multe ori am patit sa ma uit ore intregi la un cod si sa nu-mi dau seama de ce nu face ce ar trebui sa faca. Problema ? am folosit simbolul de atribuire(=) in locul simbolului pentru comparare(==) intr-un if(greaseala des intalnita in C). Deosebirile mici pot avea impacturi mari, fii foarte atent la ele.&lt;/li&gt;
&lt;li&gt;&lt;b&gt;Foloseste pixul si hartia.&lt;/b&gt;&amp;nbsp;De multe ori crezi ca stii rezolva problema din prima si de apuci de codat, dar dupa un timp scurt iti dai seama ca te-ai blocat si nu mai stii face mai departe. Ia o foaie si un pix, rezolva problema in pseudocod, sau daca nu-ti place pseudo codul, scrie cu cuvintele tale pasii.&lt;/li&gt;
&lt;li&gt;&lt;b&gt;Calculatorul face exact ce-i spui, in ordinea in care i-o spui.&lt;/b&gt;&amp;nbsp;Foarte multi uita de acest lucru important. Cand calculatorul nu face ce vrei, atunci amintesteti de acest lucru. Este foarte important ca sa fie clar ce sa se execute prima data, sau ce sa se repete sau nu, intr-o bucla de exemplu.&lt;/li&gt;
&lt;li&gt;&lt;b&gt;Daca este un profesor sau un prieten care te poate ajuta, profita de el!&lt;/b&gt;&lt;/li&gt;
&lt;li&gt;&lt;b&gt;Reduntanta.&lt;/b&gt;&amp;nbsp;Daca observi ca scrii aproape acelsi cod de mai multe ori, incearca sa-l implementezi intr-o functie, astfel vei reduce lungimea codului pe care il scrii si depanarea acestuia va fi mult mai usor.&lt;/li&gt;
&lt;li&gt;&lt;b&gt;Ruleaza, Ruleaza, Ruleaza!&lt;/b&gt;&amp;nbsp;Sunt foarte multi care fac greseala de a scrie zeci sau chiar sute de randuri de cod fara de al rula. Dupa ce scrii o bucatica de cod, ruleazal; sau scrii o functie, folosestel vezi daca face ceea ce trebuie sau returneaza valoarea care trebuie.&lt;/li&gt;
&lt;li&gt;&lt;b&gt;Nu-ti fie rusine sa intrebi. &lt;/b&gt;Nu ne-am nascut atot stiutori, daca nu stii ceva sau nu intelegi ceva, intreaba pe cineva, intreaba pe forumuri, pe un blog, pe yahoo answears, numai intreaba.&lt;/li&gt;
&lt;li&gt;&lt;b&gt;Programeaza cu dragoste!&lt;/b&gt;&amp;nbsp;Programare, invatare, iubire, blogging sau orice altceva nu se poate face cu forta! Daca nu ai dragoste pentru ceea ce faci, mai bine apucate de altceva care iti place.&lt;/li&gt;
&lt;/ol&gt;Daca ai un sfat pentru programatori incepatori, intrebare, sau opinie scrie un comentariu.</content><link href="http://terroare.blogspot.com/feeds/4801934025104858688/comments/default" rel="replies" title="Post Comments" type="application/atom+xml"/><link href="http://terroare.blogspot.com/2011/01/14-sfaturi-pentru-programatori.html#comment-form" rel="replies" title="6 Comments" type="text/html"/><link href="http://www.blogger.com/feeds/25313656/posts/default/4801934025104858688" rel="edit" type="application/atom+xml"/><link href="http://www.blogger.com/feeds/25313656/posts/default/4801934025104858688" rel="self" type="application/atom+xml"/><link href="http://terroare.blogspot.com/2011/01/14-sfaturi-pentru-programatori.html" rel="alternate" title="14 Sfaturi pentru programatori incepatori" type="text/html"/><author><name>Ladislau Radu Nagy</name><uri>http://www.blogger.com/profile/03144462887481662311</uri><email>noreply@blogger.com</email><gd:image height="16" rel="http://schemas.google.com/g/2005#thumbnail" src="https://img1.blogblog.com/img/b16-rounded.gif" width="16"/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" height="72" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj4fmWrthj4eiL4I4b0dqzQLbXM4fVKdrFXjJCmplt5SMEJqai0SzwVZcS396kHa9C46v6t2efxkri8qUYuJN1GyeXe2XLA6PPxHaTuN1yeAWkpEk4tszGW9X9tno8-s4LwUVorNw/s72-c/14+Sfaturi+pentru+programatori+incepatori.jpg" width="72"/><thr:total>6</thr:total></entry><entry><id>tag:blogger.com,1999:blog-25313656.post-4382152376624939032</id><published>2011-01-11T18:20:00.002+02:00</published><updated>2017-04-01T13:30:51.488+03:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Programare"/><category scheme="http://www.blogger.com/atom/ns#" term="Tutorial C#"/><title type="text">Tutorial C# - Cum sa faci un program care citeste text cu voce</title><content type="html">In acest tutorial C# o sa va arat cum sa folositi &lt;a class="zem_slink" href="http://en.wikipedia.org/wiki/Microsoft_Speech_API" rel="wikipedia" title="Microsoft Speech API"&gt;Speech API&lt;/a&gt;-ul de la Microsoft.&lt;br /&gt;
&lt;br /&gt;
&lt;span class="Apple-style-span" style="font-size: large;"&gt;Pasul 1&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
Adaugati o referinta la obiectul SAPI &lt;a class="zem_slink" href="http://en.wikipedia.org/wiki/Component_Object_Model" rel="wikipedia" title="Component Object Model"&gt;COM&lt;/a&gt;. In Solution Explorer din Visual Studio da-ti click dreapta pe folderul References si selectati Add Reference. In fereastra ce apare, selectati tab-ul COM si dati click pe &lt;b&gt;Microsoft Speech Object Library&lt;/b&gt; si apasati pe OK.&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhfFhGhFZuhAMWuJ3U2Mky0FsUC-vQgnZ0ilwfSIRk6kOWFgV-k3yDpkzBck5ofFLzMtK9RPIbVqYhydh-bgrowaRErX4cHg7NnsjDA1nJLaAnsjY4ENqiSaqZm6Okr15aAdHG6Iw/s1600/1.JPG" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="227" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhfFhGhFZuhAMWuJ3U2Mky0FsUC-vQgnZ0ilwfSIRk6kOWFgV-k3yDpkzBck5ofFLzMtK9RPIbVqYhydh-bgrowaRErX4cHg7NnsjDA1nJLaAnsjY4ENqiSaqZm6Okr15aAdHG6Iw/s320/1.JPG" width="320" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
In imaginea mai jos puteti vedea cum arata interfata, contine 1 &lt;a class="zem_slink" href="http://en.wikipedia.org/wiki/Text_box" rel="wikipedia" title="Text box"&gt;TextBox&lt;/a&gt; cu proprietatea MultiLine - True si un Button.&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhb7pitADQSoJ9MRTiyA-7nI3zBigWUIP0oT5xs4eiUnRPIKnE6MLQrfcilgSqgiVXwYLOWciF_SH-ukII4eFdmy8q_jrub9lI-8k3bFiLber3OcqfrCcGkYIVNw_tY23HC-AMDkA/s1600/2.JPG" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="233" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhb7pitADQSoJ9MRTiyA-7nI3zBigWUIP0oT5xs4eiUnRPIKnE6MLQrfcilgSqgiVXwYLOWciF_SH-ukII4eFdmy8q_jrub9lI-8k3bFiLber3OcqfrCcGkYIVNw_tY23HC-AMDkA/s320/2.JPG" width="320" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
Dati dubliclick pe buton pentru a crea un event petru acesta.
&lt;br /&gt;
&lt;!-- code formatted by http://manoli.net/csharpformat/ --&gt;

&lt;br /&gt;
&lt;pre class="csharpcode"&gt;        SpeechLib.SpVoiceClass voice = &lt;span class="kwrd"&gt;new&lt;/span&gt; SpVoiceClass();
        &lt;span class="kwrd"&gt;private&lt;/span&gt; &lt;span class="kwrd"&gt;void&lt;/span&gt; button1_Click(&lt;span class="kwrd"&gt;object&lt;/span&gt; sender, EventArgs e)
        {
            voice.Speak(textBox1.Text, SpeechLib.SpeechVoiceSpeakFlags.SVSFlagsAsync | SpeechLib.SpeechVoiceSpeakFlags.SVSFPurgeBeforeSpeak);
        }&lt;/pre&gt;
&lt;br /&gt;
Jucati-va putin cu obiectul voice, se poate schimba volumul, vocea etc.Daca apar probleme cu codul, sau ati facut ceva intreasant cu API-ul, nu ezitati sa scrieti un comentariu.&lt;br /&gt;
&lt;div class="zemanta-pixie" style="height: 15px; margin-top: 10px;"&gt;
&lt;/div&gt;
</content><link href="http://terroare.blogspot.com/feeds/4382152376624939032/comments/default" rel="replies" title="Post Comments" type="application/atom+xml"/><link href="http://terroare.blogspot.com/2011/01/tutorial-c-cum-sa-faci-un-program-care.html#comment-form" rel="replies" title="1 Comments" type="text/html"/><link href="http://www.blogger.com/feeds/25313656/posts/default/4382152376624939032" rel="edit" type="application/atom+xml"/><link href="http://www.blogger.com/feeds/25313656/posts/default/4382152376624939032" rel="self" type="application/atom+xml"/><link href="http://terroare.blogspot.com/2011/01/tutorial-c-cum-sa-faci-un-program-care.html" rel="alternate" title="Tutorial C# - Cum sa faci un program care citeste text cu voce" type="text/html"/><author><name>Ladislau Radu Nagy</name><uri>http://www.blogger.com/profile/03144462887481662311</uri><email>noreply@blogger.com</email><gd:image height="16" rel="http://schemas.google.com/g/2005#thumbnail" src="https://img1.blogblog.com/img/b16-rounded.gif" width="16"/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" height="72" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhfFhGhFZuhAMWuJ3U2Mky0FsUC-vQgnZ0ilwfSIRk6kOWFgV-k3yDpkzBck5ofFLzMtK9RPIbVqYhydh-bgrowaRErX4cHg7NnsjDA1nJLaAnsjY4ENqiSaqZm6Okr15aAdHG6Iw/s72-c/1.JPG" width="72"/><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-25313656.post-2905788363403483502</id><published>2011-01-09T21:06:00.001+02:00</published><updated>2013-02-08T22:11:35.377+02:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Programare"/><category scheme="http://www.blogger.com/atom/ns#" term="Tutorial C#"/><title type="text">Tutorial C# - Cum sa aduni doua valori din doua TextBoxuri</title><content type="html">In acest mic tutorial de &lt;a class="zem_slink" href="http://en.wikipedia.org/wiki/C_Sharp_%28programming_language%29" rel="wikipedia" title="C Sharp (programming language)"&gt;C#&lt;/a&gt; va voi prezenta cum se pot aduna doua valori introduse in TexBox-uri, iar rezultatul sa fie afisat intr-un label, dupa apasarea unui buton.&lt;br /&gt;
&lt;br /&gt;
Creati un nou project visual in Microsoft Visual C# 2010 Express sau oricare versiune in care puteti folosi C#. Pe noua forma puneti 2 &lt;b&gt;TextBoxu&lt;/b&gt;-ri, 1 &lt;b&gt;Button&lt;/b&gt; si 1 &lt;b&gt;Label&lt;/b&gt;.&lt;br /&gt;
Vedeti in imaginea de mai jos.&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh5LKdikVk1btBHQ0b8jzJ2MaIaXWEJGXD6khJrqH6pfse5P7VZteOvvhNyWBZbeOQ9C4BoHkIF_hOzt8-2XKs8e4LvZlg_b99CuFcHvlnjuzhaTj5IG81bEdDU58DygPErpPrNNA/s1600/Form.JPG" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh5LKdikVk1btBHQ0b8jzJ2MaIaXWEJGXD6khJrqH6pfse5P7VZteOvvhNyWBZbeOQ9C4BoHkIF_hOzt8-2XKs8e4LvZlg_b99CuFcHvlnjuzhaTj5IG81bEdDU58DygPErpPrNNA/s1600/Form.JPG" /&gt;&lt;/a&gt;&lt;/div&gt;
Selectati label-ul si stergeti textul din proprietatea text al acestuia.&lt;br /&gt;
Da-ti dublu click pe &lt;b&gt;button1&lt;/b&gt; ca sa creati un event pentru acesta.
&lt;br /&gt;
&lt;!-- code formatted by http://manoli.net/csharpformat/ --&gt;

&lt;pre class="csharpcode"&gt;        &lt;span class="rem"&gt;//aceasta metoda se va executa dupa apasarea butonului     &lt;/span&gt;
        &lt;span class="kwrd"&gt;private&lt;/span&gt; &lt;span class="kwrd"&gt;void&lt;/span&gt; button1_Click(&lt;span class="kwrd"&gt;object&lt;/span&gt; sender, EventArgs e)
        {
            &lt;span class="rem"&gt;//prin textBox1.Text si textBox2.Text se aceseaza proprietatea Text         &lt;/span&gt;
            &lt;span class="rem"&gt;//de tip string al TextBox-urilor        &lt;/span&gt;
            &lt;span class="rem"&gt;//metoda int.Parse() converteste string in int          &lt;/span&gt;
            &lt;span class="kwrd"&gt;int&lt;/span&gt; valoare1 = &lt;span class="kwrd"&gt;int&lt;/span&gt;.Parse(textBox1.Text);
            &lt;span class="kwrd"&gt;int&lt;/span&gt; valoare2 = &lt;span class="kwrd"&gt;int&lt;/span&gt;.Parse(textBox2.Text);
            &lt;span class="kwrd"&gt;int&lt;/span&gt; suma = valoare1 + valoare2; &lt;span class="rem"&gt;//se sumbantelege :)         &lt;/span&gt;
            &lt;span class="rem"&gt;//proprietatea Text al lui label1 este egal cu textul returnat de          &lt;/span&gt;
            &lt;span class="rem"&gt;//catre suma.ToString()         &lt;/span&gt;
            label1.Text = suma.ToString();
        }&lt;/pre&gt;
&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjYxGpPiVef6IuTzRjdX9TwxYWZVsMTXd8DjB4PypojhlsGJiTQdy8PFNSfOxJJyEcoHMeAXoKS8aWJRYLm9Udahp3ZfpRjmXo3RX6xcbXhvpubnxGhHmB0J4bkkvrwKw8Y_rhpOg/s1600/Form2.JPG" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjYxGpPiVef6IuTzRjdX9TwxYWZVsMTXd8DjB4PypojhlsGJiTQdy8PFNSfOxJJyEcoHMeAXoKS8aWJRYLm9Udahp3ZfpRjmXo3RX6xcbXhvpubnxGhHmB0J4bkkvrwKw8Y_rhpOg/s1600/Form2.JPG" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
Programul face tot ce trebuie.&lt;br /&gt;
Este o mica scapare pe care intentionat am lasat-o in program, daca o gasiti nu ezitati sa postati un comentariu ;)&lt;br /&gt;
&lt;div class="zemanta-pixie" style="height: 15px; margin-top: 10px;"&gt;
&lt;a class="zemanta-pixie-a" href="http://www.zemanta.com/" title="Enhanced by Zemanta"&gt;&lt;img alt="Enhanced by Zemanta" class="zemanta-pixie-img" src="http://img.zemanta.com/zemified_a.png?x-id=69706e3d-45d8-43bb-802d-0c3d04e418be" style="border-bottom-style: none; border-left-style: none; border-right-style: none; border-top-style: none; float: right;" /&gt;&lt;/a&gt;&lt;/div&gt;
</content><link href="http://terroare.blogspot.com/feeds/2905788363403483502/comments/default" rel="replies" title="Post Comments" type="application/atom+xml"/><link href="http://terroare.blogspot.com/2011/01/tutorial-c-cum-sa-aduni-doua-valori-din.html#comment-form" rel="replies" title="0 Comments" type="text/html"/><link href="http://www.blogger.com/feeds/25313656/posts/default/2905788363403483502" rel="edit" type="application/atom+xml"/><link href="http://www.blogger.com/feeds/25313656/posts/default/2905788363403483502" rel="self" type="application/atom+xml"/><link href="http://terroare.blogspot.com/2011/01/tutorial-c-cum-sa-aduni-doua-valori-din.html" rel="alternate" title="Tutorial C# - Cum sa aduni doua valori din doua TextBoxuri" type="text/html"/><author><name>Ladislau Radu Nagy</name><uri>http://www.blogger.com/profile/03144462887481662311</uri><email>noreply@blogger.com</email><gd:image height="16" rel="http://schemas.google.com/g/2005#thumbnail" src="https://img1.blogblog.com/img/b16-rounded.gif" width="16"/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" height="72" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh5LKdikVk1btBHQ0b8jzJ2MaIaXWEJGXD6khJrqH6pfse5P7VZteOvvhNyWBZbeOQ9C4BoHkIF_hOzt8-2XKs8e4LvZlg_b99CuFcHvlnjuzhaTj5IG81bEdDU58DygPErpPrNNA/s72-c/Form.JPG" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-25313656.post-457128685443681074</id><published>2011-01-09T17:53:00.003+02:00</published><updated>2011-01-09T22:54:07.993+02:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="C++"/><category scheme="http://www.blogger.com/atom/ns#" term="Programare"/><title type="text">Programare - "Care este cel mai compilator si debugger C++?"</title><content type="html">&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi4zvAptm-vnxsOMMXUG58mvFLlsAVqewqDDpGRJpMygVALNt0fg19WQpVij5DhOeKHDu6i9oE4Hicr7nBJR3pqCFxBYdLFqSmkzs3gbDcM9nZNvLiVBkIX10FSRFE59jDg3-S0AQ/s1600/C%252B%252B.gif" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="230" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi4zvAptm-vnxsOMMXUG58mvFLlsAVqewqDDpGRJpMygVALNt0fg19WQpVij5DhOeKHDu6i9oE4Hicr7nBJR3pqCFxBYdLFqSmkzs3gbDcM9nZNvLiVBkIX10FSRFE59jDg3-S0AQ/s320/C%252B%252B.gif" width="320" /&gt;&lt;/a&gt;&lt;/div&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; M-am gandit azi sa fac ceva constructiv, nu doar lucruri "destructive".&lt;br /&gt;
Voi incepe de azi in colo sa scriu articole despre programare, nu sunt asa de multe articole din acest domeniu in limba romana si m-am gandit sa imbogatesc putin peisajul.&lt;br /&gt;
Voi publica articole gen tutoriale, sau cu raspunsuri la intrebari frecvente, articole pe care le vor cititorii, etc.&lt;br /&gt;
Toate aceste articole vor fi pentru limbaje diferite de programare. O sa pun tag-uri bine definite ca sa gasiti ce cautati.&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;&amp;nbsp; &amp;nbsp; O prima intrebare care se iveste in capul oricarui programator C++ este "Care este cel mai compilator si debugger C++?".&lt;br /&gt;
Iar, raspunsul ar fi depinde de platforma, daca vrei sa folosesti anumite librarii, sau vrei cod care sa fie cat se poate de portabil si depinde de nevoile tale.&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Compilatoare dupa Platforme:&lt;/b&gt;&lt;br /&gt;
&lt;u&gt;Windows:&lt;/u&gt;&amp;nbsp;&lt;a class="zem_slink" href="http://en.wikipedia.org/wiki/Borland_C%2B%2B" rel="wikipedia" title="Borland C++"&gt;Borland C++&lt;/a&gt;, &lt;a class="zem_slink" href="http://en.wikipedia.org/wiki/IBM" rel="wikipedia" title="IBM"&gt;IBM&lt;/a&gt; C++, &lt;a class="zem_slink" href="http://en.wikipedia.org/wiki/Intel_Corporation" rel="wikipedia" title="Intel Corporation"&gt;Intel&lt;/a&gt; C++, &lt;a class="zem_slink" href="http://en.wikipedia.org/wiki/Microsoft_Visual_Studio" rel="wikipedia" title="Microsoft Visual Studio"&gt;Microsoft Visual Studio&lt;/a&gt; C++, etc.&lt;br /&gt;
&lt;u&gt;Linux:&lt;/u&gt;&amp;nbsp;&lt;a class="zem_slink" href="http://en.wikipedia.org/wiki/GNU_Compiler_Collection" rel="wikipedia" title="GNU Compiler Collection"&gt;GCC&lt;/a&gt;, Intel C++, etc.&lt;br /&gt;
&lt;u&gt;OS X:&lt;/u&gt;&amp;nbsp;Apple C++, etc.&lt;br /&gt;
&lt;u&gt;Compilatoare multiplatform:&lt;/u&gt;&amp;nbsp;Oracle Solaris Studio, &lt;a class="zem_slink" href="http://en.wikipedia.org/wiki/NetBeans" rel="wikipedia" title="NetBeans"&gt;NetBeans&lt;/a&gt;, Eclipse, etc.&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;&amp;nbsp; &amp;nbsp; Pentru ca un cod sa fie cat se poate de portabil, trebuie sa luam in considerare niste factori foarte importanti, cum ar fi: codul sa respecte standardul &lt;a class="zem_slink" href="http://en.wikipedia.org/wiki/C%2B%2B" rel="wikipedia" title="C++"&gt;ISO C++&lt;/a&gt; '98 acesta consta din libraria standard C++ si STL(standard template library), nu foarte multe compilatoare respecata aceste standard cu exactitate, de acea in majoritatea cazurilor, portarea codului este greu de efectuat.&lt;br /&gt;
Folosirea unui compilator multiplatform ne poate ajuta foarte mult in portarea codului.&lt;br /&gt;
&lt;br /&gt;
&lt;u&gt;Compilatoare compatibile &lt;a class="zem_slink" href="http://en.wikipedia.org/wiki/International_Organization_for_Standardization" rel="wikipedia" title="International Organization for Standardization"&gt;ISO&lt;/a&gt;:&lt;/u&gt;&amp;nbsp;Microsoft C++(nu &lt;a class="zem_slink" href="http://en.wikipedia.org/wiki/.NET_Framework" rel="wikipedia" title=".NET Framework"&gt;.NET&lt;/a&gt; C++), Borland C++, GCC sau g++(compilatorul &lt;a class="zem_slink" href="http://en.wikipedia.org/wiki/GNU" rel="wikipedia" title="GNU"&gt;GNU&lt;/a&gt; are mai multe denumiri).&lt;br /&gt;
&amp;nbsp;&amp;nbsp; &amp;nbsp;Despre debuggere nu am spus prea multe, majoritatea compilatoarelor includ si debuggere foarte bune. Nu este cazul sa le descriu pe larg.&lt;br /&gt;
Sper ca am reusit sa va ajut putin cu acest articol, in alegerea compilatorului potrivit.&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Daca aveti idei sau sugestii nu uitati sa lasa-ti un comment.&lt;/b&gt;&lt;br /&gt;
&lt;div class="zemanta-related"&gt;&lt;h6 class="zemanta-related-title" style="font-size: 1em; margin: 1em 0 0 0;"&gt;Related articles&lt;/h6&gt;&lt;ul class="zemanta-article-ul"&gt;&lt;li class="zemanta-article-ul-li"&gt;&lt;a href="http://msdn.microsoft.com/en-us/magazine/gg535673.aspx"&gt;Data Processing: PLINQ, Parallelism and Performance&lt;/a&gt; (msdn.microsoft.com)&lt;/li&gt;
&lt;li class="zemanta-article-ul-li"&gt;&lt;a href="http://www.fortran-2000.com/ArnaudRecipes/CompilerTricks.html"&gt;Compiler and tools tricks&lt;/a&gt; (fortran-2000.com)&lt;/li&gt;
&lt;li class="zemanta-article-ul-li"&gt;&lt;a href="http://www.itpro.co.uk/629440/gcc-and-llvm-whats-in-a-licence"&gt;GCC and LLVM - What's in a licence?&lt;/a&gt; (itpro.co.uk)&lt;/li&gt;
&lt;li class="zemanta-article-ul-li"&gt;&lt;a href="http://insidehpc.com/2010/11/23/new-processors-will-mean-new-avx-instructions/"&gt;New Processors Will Mean New AVX Instructions&lt;/a&gt; (insidehpc.com)&lt;/li&gt;
&lt;li class="zemanta-article-ul-li"&gt;&lt;a href="http://www.i-programmer.info/news/90-tools/1571-new-intel-parallel-toolkits.html"&gt;New Intel Parallel toolkits&lt;/a&gt; (i-programmer.info)&lt;/li&gt;
&lt;li class="zemanta-article-ul-li"&gt;&lt;a href="http://www.emacswiki.org/emacs/SummerOfCode2009"&gt;EmacsWiki: SummerOfCode2009&lt;/a&gt; (emacswiki.org)&lt;/li&gt;
&lt;li class="zemanta-article-ul-li"&gt;&lt;a href="http://www.ccs.ornl.gov/eagle/software-desc.html"&gt;Software Descriptions&lt;/a&gt; (ccs.ornl.gov)&lt;/li&gt;
&lt;li class="zemanta-article-ul-li"&gt;&lt;a href="http://www.readwriteweb.com/hack/2011/01/net-sdk-for-intel-appup.php"&gt;.NET SDK for Intel AppUp&lt;/a&gt; (readwriteweb.com)&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;&lt;div class="zemanta-pixie" style="height: 15px; margin-top: 10px;"&gt;&lt;a class="zemanta-pixie-a" href="http://www.zemanta.com/" title="Enhanced by Zemanta"&gt;&lt;img alt="Enhanced by Zemanta" class="zemanta-pixie-img" src="http://img.zemanta.com/zemified_a.png?x-id=1f106507-b166-4c25-8167-60fe6334eebc" style="border: none; float: right;" /&gt;&lt;/a&gt;&lt;/div&gt;</content><link href="http://terroare.blogspot.com/feeds/457128685443681074/comments/default" rel="replies" title="Post Comments" type="application/atom+xml"/><link href="http://terroare.blogspot.com/2011/01/programare-care-este-cel-mai-compilator.html#comment-form" rel="replies" title="0 Comments" type="text/html"/><link href="http://www.blogger.com/feeds/25313656/posts/default/457128685443681074" rel="edit" type="application/atom+xml"/><link href="http://www.blogger.com/feeds/25313656/posts/default/457128685443681074" rel="self" type="application/atom+xml"/><link href="http://terroare.blogspot.com/2011/01/programare-care-este-cel-mai-compilator.html" rel="alternate" title="Programare - &quot;Care este cel mai compilator si debugger C++?&quot;" type="text/html"/><author><name>Ladislau Radu Nagy</name><uri>http://www.blogger.com/profile/03144462887481662311</uri><email>noreply@blogger.com</email><gd:image height="16" rel="http://schemas.google.com/g/2005#thumbnail" src="https://img1.blogblog.com/img/b16-rounded.gif" width="16"/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" height="72" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi4zvAptm-vnxsOMMXUG58mvFLlsAVqewqDDpGRJpMygVALNt0fg19WQpVij5DhOeKHDu6i9oE4Hicr7nBJR3pqCFxBYdLFqSmkzs3gbDcM9nZNvLiVBkIX10FSRFE59jDg3-S0AQ/s72-c/C%252B%252B.gif" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-25313656.post-236961910995224982</id><published>2010-09-24T20:36:00.005+03:00</published><updated>2019-10-18T03:51:42.770+03:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Arcania Gothic 4"/><category scheme="http://www.blogger.com/atom/ns#" term="games"/><category scheme="http://www.blogger.com/atom/ns#" term="Gothic"/><category scheme="http://www.blogger.com/atom/ns#" term="Gothic 3"/><category scheme="http://www.blogger.com/atom/ns#" term="jocuri"/><title type="text">Descarca demoul Gothic 4 Arcania</title><content type="html">&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEia9NL9Khc01F_VO2cd4x4hB1LI0aVX984gb5OUtOsFU8NQnVAVYz7Puqj4yfHtI0n28Pe6ilts0hU6OLR42EXpNoQk1XiDMf_05kvzgbDTJKXlt61hUMrbmRYciSgL4Ax62x3LGg/s1600/header_742_arcania_gothic_4.jpg" imageanchor="1" style="clear: left; float: left; margin-bottom: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="165" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEia9NL9Khc01F_VO2cd4x4hB1LI0aVX984gb5OUtOsFU8NQnVAVYz7Puqj4yfHtI0n28Pe6ilts0hU6OLR42EXpNoQk1XiDMf_05kvzgbDTJKXlt61hUMrbmRYciSgL4Ax62x3LGg/s320/header_742_arcania_gothic_4.jpg" width="320" /&gt;&lt;/a&gt;&lt;/div&gt;
Descarca demoul oficial &lt;a class="zem_slink" href="http://www.arcania-game.com/" rel="homepage" title="Arcania: Gothic 4"&gt;Gothic 4&lt;/a&gt; Arcania &lt;a href="http://www.filefront.com/thankyou.php?f=17313716"&gt;aici!&lt;/a&gt;&lt;br /&gt;
Marimea demo-ului este de 1.70 GB. Story-ul jocului se desfasoara pe insula Feshyr, sunt puse la dispozitie 10 quest-uri si se poate teste sistemul de lupta si magie.&lt;br /&gt;
Durata gameplay-ului este de aproximativ 2 ore. Cerinte minime nu am gasit, dar lumea spune ca merge mai bine ca Risen si mult mai bine ca Gothic 3.&lt;br /&gt;
Link-uri de unde mai puteti descarca:&lt;br /&gt;
&lt;span class="Apple-style-span" style="font-family: &amp;quot;verdana&amp;quot; , &amp;quot;geneva&amp;quot; , &amp;quot;lucida&amp;quot; , &amp;quot;lucida grande&amp;quot; , &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif; font-size: small;"&gt;&lt;span class="Apple-style-span" style="font-size: 13px;"&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span class="Apple-style-span" style="font-family: &amp;quot;verdana&amp;quot; , &amp;quot;geneva&amp;quot; , &amp;quot;lucida&amp;quot; , &amp;quot;lucida grande&amp;quot; , &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif; font-size: 13px;"&gt;&lt;span class="Apple-style-span" style="color: blue;"&gt;&lt;a href="http://www.pcgames.de/Arcania-Gothic-4-PC-206313/News/Arcania-Gothic-4-Exklusiver-Demo-Download-ab-sofort-hier-verfuegbar-746003/" style="text-decoration: none;" target="_blank"&gt;http://www.pcgames.de/Arcania-Gothic...uegbar-746003/&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span class="Apple-style-span" style="font-family: &amp;quot;verdana&amp;quot; , &amp;quot;geneva&amp;quot; , &amp;quot;lucida&amp;quot; , &amp;quot;lucida grande&amp;quot; , &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif; font-size: 13px;"&gt;&lt;a href="http://www.gamestar.de/spiele/arcania-gothic-4/downloads/arcania_gothic_4,43590,2318038.html" style="text-decoration: none;" target="_blank"&gt;&lt;span class="Apple-style-span" style="color: blue;"&gt;http://www.gamestar.de/spiele/arcani...0,2318038.html&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="font-family: &amp;quot;verdana&amp;quot; , &amp;quot;geneva&amp;quot; , &amp;quot;lucida&amp;quot; , &amp;quot;lucida grande&amp;quot; , &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif; font-size: 13px;"&gt;&lt;span class="Apple-style-span" style="color: blue;"&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="font-family: &amp;quot;verdana&amp;quot; , &amp;quot;geneva&amp;quot; , &amp;quot;lucida&amp;quot; , &amp;quot;lucida grande&amp;quot; , &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif; font-size: 13px;"&gt;&lt;a href="http://apa1.ams1.cdn.ip-exchange.de/ipexchange/cia2/Gothic%204%20Demo.zip" style="text-decoration: none;" target="_blank"&gt;&lt;span class="Apple-style-span" style="color: blue;"&gt;http://apa1.ams1.cdn.ip-exchange.de/...204%20Demo.zip&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="font-family: &amp;quot;verdana&amp;quot; , &amp;quot;geneva&amp;quot; , &amp;quot;lucida&amp;quot; , &amp;quot;lucida grande&amp;quot; , &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif; font-size: 13px;"&gt;&lt;span class="Apple-style-span" style="color: blue;"&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="font-family: &amp;quot;verdana&amp;quot; , &amp;quot;geneva&amp;quot; , &amp;quot;lucida&amp;quot; , &amp;quot;lucida grande&amp;quot; , &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif; font-size: 13px;"&gt;&lt;a href="http://www.gamershell.com/news_103106.html" style="text-decoration: none;" target="_blank"&gt;&lt;span class="Apple-style-span" style="color: blue;"&gt;http://www.gamershell.com/news_103106.html&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="font-family: &amp;quot;verdana&amp;quot; , &amp;quot;geneva&amp;quot; , &amp;quot;lucida&amp;quot; , &amp;quot;lucida grande&amp;quot; , &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif; font-size: 13px;"&gt;&lt;span class="Apple-style-span" style="color: blue;"&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="font-family: &amp;quot;verdana&amp;quot; , &amp;quot;geneva&amp;quot; , &amp;quot;lucida&amp;quot; , &amp;quot;lucida grande&amp;quot; , &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif; font-size: 13px;"&gt;&lt;span class="Apple-style-span" style="color: blue;"&gt;&lt;a href="http://www.worldofgothic.de/dl/download_430.htm" style="text-decoration: none;" target="_blank"&gt;http://www.worldofgothic.de/dl/download_430.htm&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;div&gt;
&lt;span class="Apple-style-span" style="color: blue; font-family: &amp;quot;verdana&amp;quot; , &amp;quot;geneva&amp;quot; , &amp;quot;lucida&amp;quot; , &amp;quot;lucida grande&amp;quot; , &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif; font-size: small;"&gt;&lt;span class="Apple-style-span" style="font-size: 13px;"&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;a href="http://www.worldofgothic.de/dl/download_430.htm" style="text-decoration: none;" target="_blank"&gt;&lt;/a&gt;&lt;span class="Apple-style-span" style="color: blue; font-family: &amp;quot;verdana&amp;quot; , &amp;quot;geneva&amp;quot; , &amp;quot;lucida&amp;quot; , &amp;quot;lucida grande&amp;quot; , &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif; font-size: small;"&gt;&lt;span class="Apple-style-span" style="font-size: 13px;"&gt;&lt;span class="Apple-style-span" style="color: #cccccc;"&gt;&lt;span class="Apple-style-span" style="color: black;"&gt;RapidShare:&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span class="Apple-style-span" style="color: blue; font-family: &amp;quot;verdana&amp;quot; , &amp;quot;geneva&amp;quot; , &amp;quot;lucida&amp;quot; , &amp;quot;lucida grande&amp;quot; , &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif; font-size: small;"&gt;&lt;span class="Apple-style-span" style="font-size: 13px;"&gt;&lt;span class="Apple-style-span" style="color: #cccccc;"&gt;&lt;span class="Apple-style-span" style="color: black;"&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span class="Apple-style-span" style="color: blue; font-family: &amp;quot;verdana&amp;quot; , &amp;quot;geneva&amp;quot; , &amp;quot;lucida&amp;quot; , &amp;quot;lucida grande&amp;quot; , &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif; font-size: small;"&gt;&lt;span class="Apple-style-span" style="font-size: 13px;"&gt;&lt;span class="Apple-style-span" style="color: #cccccc;"&gt;&lt;span class="Apple-style-span" style="color: black;"&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;&lt;span class="Apple-style-span" style="font-size: 13px;"&gt;&lt;a href="http://rapidshare.com/files/420745412/Arcania.Gothic.4.Demo_Epidemz.net.part01.rar" style="text-decoration: none;" target="_blank"&gt;&lt;span class="Apple-style-span" style="color: blue;"&gt;http://rapidshare.com/files/42074541...net.part01.rar&lt;/span&gt;&lt;/a&gt;&lt;span class="Apple-style-span" style="color: blue;"&gt;&lt;br /&gt;
&lt;/span&gt;&lt;a href="http://rapidshare.com/files/420746658/Arcania.Gothic.4.Demo_Epidemz.net.part02.rar" style="text-decoration: none;" target="_blank"&gt;&lt;span class="Apple-style-span" style="color: blue;"&gt;http://rapidshare.com/files/42074665...net.part02.rar&lt;/span&gt;&lt;/a&gt;&lt;span class="Apple-style-span" style="color: blue;"&gt;&lt;br /&gt;
&lt;/span&gt;&lt;a href="http://rapidshare.com/files/420746677/Arcania.Gothic.4.Demo_Epidemz.net.part03.rar" style="text-decoration: none;" target="_blank"&gt;&lt;span class="Apple-style-span" style="color: blue;"&gt;http://rapidshare.com/files/42074667...net.part03.rar&lt;/span&gt;&lt;/a&gt;&lt;span class="Apple-style-span" style="color: blue;"&gt;&lt;br /&gt;
&lt;/span&gt;&lt;a href="http://rapidshare.com/files/420746720/Arcania.Gothic.4.Demo_Epidemz.net.part04.rar" style="text-decoration: none;" target="_blank"&gt;&lt;span class="Apple-style-span" style="color: blue;"&gt;http://rapidshare.com/files/42074672...net.part04.rar&lt;/span&gt;&lt;/a&gt;&lt;span class="Apple-style-span" style="color: blue;"&gt;&lt;br /&gt;
&lt;/span&gt;&lt;a href="http://rapidshare.com/files/420746681/Arcania.Gothic.4.Demo_Epidemz.net.part05.rar" style="text-decoration: none;" target="_blank"&gt;&lt;span class="Apple-style-span" style="color: blue;"&gt;http://rapidshare.com/files/42074668...net.part05.rar&lt;/span&gt;&lt;/a&gt;&lt;span class="Apple-style-span" style="color: blue;"&gt;&lt;br /&gt;
&lt;/span&gt;&lt;a href="http://rapidshare.com/files/420746669/Arcania.Gothic.4.Demo_Epidemz.net.part06.rar" style="text-decoration: none;" target="_blank"&gt;&lt;span class="Apple-style-span" style="color: blue;"&gt;http://rapidshare.com/files/42074666...net.part06.rar&lt;/span&gt;&lt;/a&gt;&lt;span class="Apple-style-span" style="color: blue;"&gt;&lt;br /&gt;
&lt;/span&gt;&lt;a href="http://rapidshare.com/files/420746843/Arcania.Gothic.4.Demo_Epidemz.net.part07.rar" style="text-decoration: none;" target="_blank"&gt;&lt;span class="Apple-style-span" style="color: blue;"&gt;http://rapidshare.com/files/42074684...net.part07.rar&lt;/span&gt;&lt;/a&gt;&lt;span class="Apple-style-span" style="color: blue;"&gt;&lt;br /&gt;
&lt;/span&gt;&lt;a href="http://rapidshare.com/files/420746872/Arcania.Gothic.4.Demo_Epidemz.net.part08.rar" style="text-decoration: none;" target="_blank"&gt;&lt;span class="Apple-style-span" style="color: blue;"&gt;http://rapidshare.com/files/42074687...net.part08.rar&lt;/span&gt;&lt;/a&gt;&lt;span class="Apple-style-span" style="color: blue;"&gt;&lt;br /&gt;
&lt;/span&gt;&lt;a href="http://rapidshare.com/files/420746876/Arcania.Gothic.4.Demo_Epidemz.net.part09.rar" style="text-decoration: none;" target="_blank"&gt;&lt;span class="Apple-style-span" style="color: blue;"&gt;http://rapidshare.com/files/42074687...net.part09.rar&lt;/span&gt;&lt;/a&gt;&lt;span class="Apple-style-span" style="color: blue;"&gt;&lt;br /&gt;
&lt;/span&gt;&lt;a href="http://rapidshare.com/files/420746870/Arcania.Gothic.4.Demo_Epidemz.net.part10.rar" style="text-decoration: none;" target="_blank"&gt;&lt;span class="Apple-style-span" style="color: blue;"&gt;http://rapidshare.com/files/42074687...net.part10.rar&lt;/span&gt;&lt;/a&gt;&lt;span class="Apple-style-span" style="color: blue;"&gt;&lt;br /&gt;
&lt;/span&gt;&lt;a href="http://rapidshare.com/files/420746865/Arcania.Gothic.4.Demo_Epidemz.net.part11.rar" style="text-decoration: none;" target="_blank"&gt;&lt;span class="Apple-style-span" style="color: blue;"&gt;http://rapidshare.com/files/42074686...net.part11.rar&lt;/span&gt;&lt;/a&gt;&lt;span class="Apple-style-span" style="color: blue;"&gt;&lt;br /&gt;
&lt;/span&gt;&lt;a href="http://rapidshare.com/files/420746993/Arcania.Gothic.4.Demo_Epidemz.net.part12.rar" style="text-decoration: none;" target="_blank"&gt;&lt;span class="Apple-style-span" style="color: blue;"&gt;http://rapidshare.com/files/42074699...net.part12.rar&lt;/span&gt;&lt;/a&gt;&lt;span class="Apple-style-span" style="color: blue;"&gt;&lt;br /&gt;
&lt;/span&gt;&lt;a href="http://rapidshare.com/files/420747002/Arcania.Gothic.4.Demo_Epidemz.net.part13.rar" style="text-decoration: none;" target="_blank"&gt;&lt;span class="Apple-style-span" style="color: blue;"&gt;http://rapidshare.com/files/42074700...net.part13.rar&lt;/span&gt;&lt;/a&gt;&lt;span class="Apple-style-span" style="color: blue;"&gt;&lt;br /&gt;
&lt;/span&gt;&lt;a href="http://rapidshare.com/files/420747000/Arcania.Gothic.4.Demo_Epidemz.net.part14.rar" style="text-decoration: none;" target="_blank"&gt;&lt;span class="Apple-style-span" style="color: blue;"&gt;http://rapidshare.com/files/42074700...net.part14.rar&lt;/span&gt;&lt;/a&gt;&lt;span class="Apple-style-span" style="color: blue;"&gt;&lt;br /&gt;
&lt;/span&gt;&lt;a href="http://rapidshare.com/files/420746951/Arcania.Gothic.4.Demo_Epidemz.net.part15.rar" style="text-decoration: none;" target="_blank"&gt;&lt;span class="Apple-style-span" style="color: blue;"&gt;http://rapidshare.com/files/42074695...net.part15.rar&lt;/span&gt;&lt;/a&gt;&lt;span class="Apple-style-span" style="color: blue;"&gt;&lt;br /&gt;
&lt;/span&gt;&lt;a href="http://rapidshare.com/files/420746948/Arcania.Gothic.4.Demo_Epidemz.net.part16.rar" style="text-decoration: none;" target="_blank"&gt;&lt;span class="Apple-style-span" style="color: blue;"&gt;http://rapidshare.com/files/42074694...net.part16.rar&lt;/span&gt;&lt;/a&gt;&lt;span class="Apple-style-span" style="color: blue;"&gt;&lt;br /&gt;
&lt;/span&gt;&lt;a href="http://rapidshare.com/files/420747040/Arcania.Gothic.4.Demo_Epidemz.net.part17.rar" style="text-decoration: none;" target="_blank"&gt;&lt;span class="Apple-style-span" style="color: blue;"&gt;http://rapidshare.com/files/42074704...net.part17.rar&lt;/span&gt;&lt;/a&gt;&lt;span class="Apple-style-span" style="color: blue;"&gt;&lt;br /&gt;
&lt;/span&gt;&lt;a href="http://rapidshare.com/files/420747035/Arcania.Gothic.4.Demo_Epidemz.net.part18.rar" style="text-decoration: none;" target="_blank"&gt;&lt;span class="Apple-style-span" style="color: blue;"&gt;http://rapidshare.com/files/42074703...net.part18.rar&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;  &lt;/div&gt;
&lt;div class="zemanta-related"&gt;
&lt;h6 class="zemanta-related-title" style="font-size: 1em; margin: 1em 0 0 0;"&gt;
Related articles by Zemanta&lt;/h6&gt;
&lt;ul class="zemanta-article-ul"&gt;
&lt;li class="zemanta-article-ul-li"&gt;&lt;a href="http://www.rockpapershotgun.com/2010/09/24/arcania-gothic-4-demo-available-now/"&gt;ArcaniA: GothiC 4 DemO AvailablE NoW&lt;/a&gt; (rockpapershotgun.com)&lt;/li&gt;
&lt;li class="zemanta-article-ul-li"&gt;&lt;a href="http://www.cinemablend.com/games/Arcania-Gothic-4-PC-Demo-Is-Now-Available-27191.html"&gt;Arcania Gothic 4 PC Demo Is Now Available&lt;/a&gt; (cinemablend.com)&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;div class="zemanta-pixie" style="height: 15px; margin-top: 10px;"&gt;
&lt;/div&gt;
</content><link href="http://terroare.blogspot.com/feeds/236961910995224982/comments/default" rel="replies" title="Post Comments" type="application/atom+xml"/><link href="http://terroare.blogspot.com/2010/09/descarca-demoul-gothic-4-arcania.html#comment-form" rel="replies" title="0 Comments" type="text/html"/><link href="http://www.blogger.com/feeds/25313656/posts/default/236961910995224982" rel="edit" type="application/atom+xml"/><link href="http://www.blogger.com/feeds/25313656/posts/default/236961910995224982" rel="self" type="application/atom+xml"/><link href="http://terroare.blogspot.com/2010/09/descarca-demoul-gothic-4-arcania.html" rel="alternate" title="Descarca demoul Gothic 4 Arcania" type="text/html"/><author><name>Ladislau Radu Nagy</name><uri>http://www.blogger.com/profile/03144462887481662311</uri><email>noreply@blogger.com</email><gd:image height="16" rel="http://schemas.google.com/g/2005#thumbnail" src="https://img1.blogblog.com/img/b16-rounded.gif" width="16"/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" height="72" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEia9NL9Khc01F_VO2cd4x4hB1LI0aVX984gb5OUtOsFU8NQnVAVYz7Puqj4yfHtI0n28Pe6ilts0hU6OLR42EXpNoQk1XiDMf_05kvzgbDTJKXlt61hUMrbmRYciSgL4Ax62x3LGg/s72-c/header_742_arcania_gothic_4.jpg" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-25313656.post-2218588668721757078</id><published>2010-09-24T02:28:00.003+03:00</published><updated>2019-10-18T03:52:21.032+03:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Facebook"/><category scheme="http://www.blogger.com/atom/ns#" term="Mark Zuckerberg"/><category scheme="http://www.blogger.com/atom/ns#" term="New York Times"/><category scheme="http://www.blogger.com/atom/ns#" term="Wall Street Journal"/><title type="text">Seful Facebook Mark Zuckerberg va dona 100 de milioane de dolari scolii din Newark</title><content type="html">&lt;div style="border-bottom-style: none; border-left-style: none; border-right-style: none; border-top-style: none; color: black; font-family: arial, 'Helvetica Neue', helvetica, sans-serif; font-size: 13px; line-height: 18px; list-style-type: none; margin: 0px 0px 8px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;
&lt;span class="zemanta-img separator zemanta-action-dragged"&gt;&lt;a href="http://commons.wikipedia.org/wiki/File:MarkZuckerberg.jpg" style="clear: left; display: block; float: left; margin-left: 1em; margin-right: 1em;"&gt;&lt;img alt="Quel ricco sfondato di Mark Zuckerberg, founde..." src="http://upload.wikimedia.org/wikipedia/commons/thumb/e/ef/MarkZuckerberg.jpg/300px-MarkZuckerberg.jpg" height="200" style="border-bottom-style: none; border-left-style: none; border-right-style: none; border-top-style: none; font-size: 0.8em;" width="150" /&gt;&lt;/a&gt;&lt;span class="zemanta-img-attribution" style="clear: left; float: left; margin-left: 1em; margin-right: 1em; width: 300px;"&gt;Image via &lt;a href="http://commons.wikipedia.org/wiki/File:MarkZuckerberg.jpg"&gt;Wikipedia&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="border-bottom-style: none; border-left-style: none; border-right-style: none; border-top-style: none; list-style-type: none; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;Seful si fondatorul &lt;/span&gt;&lt;a class="zem_slink" href="http://facebook.com/" rel="homepage" title="Facebook"&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;Facebook&lt;/span&gt;&lt;/a&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;, &lt;/span&gt;&lt;a class="zem_slink" href="http://en.wikipedia.org/wiki/Mark_Zuckerberg" rel="wikipedia" title="Mark Zuckerberg"&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;Mark Zuckerberg&lt;/span&gt;&lt;/a&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt; va dona 100 milioane dolari pentru a ajuta scolile publice &lt;/span&gt;&lt;a class="zem_slink" href="http://maps.google.com/maps?ll=40.7352777778,-74.185&amp;amp;spn=0.1,0.1&amp;amp;q=40.7352777778,-74.185%20(Newark%2C%20New%20Jersey)&amp;amp;t=h" rel="geolocation" title="Newark, New Jersey"&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;Newark&lt;/span&gt;&lt;/a&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;, potrivi&lt;/span&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;t &lt;/span&gt;&lt;em style="border-bottom-style: none; border-left-style: none; border-right-style: none; border-top-style: none; font-style: italic !important; list-style-type: none; margin: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;a class="zem_slink" href="http://online.wsj.com/article/SB10001424052748703283004575363330101240888.html" rel="homepage" title="Wall Street Journal"&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;Wall Street Journal&lt;/span&gt;&lt;/a&gt;&lt;/em&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt; .&lt;/span&gt;&lt;br /&gt;
&lt;span class="Apple-style-span" style="font-size: medium;"&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;The &lt;em style="border-bottom-style: none; border-left-style: none; border-right-style: none; border-top-style: none; font-style: italic !important; list-style-type: none; margin: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;Wall Street Journal&lt;/em&gt; scrie,&lt;/span&gt;&lt;/div&gt;
&lt;div style="border-bottom-style: none; border-left-style: none; border-right-style: none; border-top-style: none; color: black; font-family: arial, 'Helvetica Neue', helvetica, sans-serif; line-height: 18px; list-style-type: none; margin-bottom: 8px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;
Dl Zuckerberg infiinteaza o fundatie cu 100 milioane dolari din stocul Facebook pentru a imbunatati educatia in&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; America, cu scopul principal de a ajuta Newark.&lt;br /&gt;
Donatia este egala cu donatia primarului din Newark, Cory Booker, bani pe care ii strange de la fundatii private&amp;nbsp; si altele. [...]&lt;br /&gt;
200 milioane dolari, care ar putea fi stransi s-ar ridica la peste 20% din bugetul Newark de 940 milioane dolari.&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://draft.blogger.com/post-edit.g?blogID=25313656&amp;amp;postID=2218588668721757078" name="more"&gt;&lt;/a&gt;&lt;span style="border-bottom-style: none; border-left-style: none; border-right-style: none; border-top-style: none; list-style-type: none; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;Zuckerberg si primarul Cory Booker din &lt;/span&gt;Newark sunt de asteptat sa anunte cadoul Sefului Facebook in show-ul Oprah Winfrey vinerea asta.&lt;/div&gt;
&lt;div style="border-bottom-style: none; border-left-style: none; border-right-style: none; border-top-style: none; color: black; font-family: arial, 'Helvetica Neue', helvetica, sans-serif; line-height: 18px; list-style-type: none; margin-bottom: 8px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;
&lt;span style="border-bottom-style: none; border-left-style: none; border-right-style: none; border-top-style: none; list-style-type: none; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;Potrivit &lt;em style="border-bottom-style: none; border-left-style: none; border-right-style: none; border-top-style: none; font-style: italic !important; list-style-type: none; margin: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;a class="zem_slink" href="http://www.newyorktimes.com/" rel="homepage" title="New York Times"&gt;New York Times&lt;/a&gt;&lt;/em&gt; , donatia lui Zuckerberg coincide cu o schimbare de conducere: "Gov &lt;a class="zem_slink" href="http://en.wikipedia.org/wiki/Chris_Christie" rel="wikipedia" title="Chris Christie"&gt;Chris Christie&lt;/a&gt; va ceda conducerea primarului A. Cory Booker, coroborat cu darul imens."&lt;/span&gt;&lt;/div&gt;
&lt;div style="border-bottom-style: none; border-left-style: none; border-right-style: none; border-top-style: none; color: black; font-family: arial, 'Helvetica Neue', helvetica, sans-serif; font-size: 13px; line-height: 18px; list-style-type: none; margin: 0px 0px 8px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;
&lt;span style="border-bottom-style: none; border-left-style: none; border-right-style: none; border-top-style: none; list-style-type: none; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;Zuckerberg a crescut in Westchester, a studiat la Universitatea din Harvard, si acum locuieste in California - asa ca de ce alege Newark?&lt;/span&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt; Zuckerberg nu are "nici o legatura speciala cu Newark", spune New York Times, "Dar, in iulie, el si domnul Booker s-au intalnit la o conferinta si au inceput o conversatie continua despre planurile primarului pentru oras, potrivit unor oameni familiarizati cu relatia lor. "&lt;/span&gt;&lt;/div&gt;
&lt;div class="zemanta-related"&gt;
&lt;h6 class="zemanta-related-title" style="font-size: 1em; margin: 1em 0px 0px;"&gt;
Related articles by Zemanta&lt;/h6&gt;
&lt;ul class="zemanta-article-ul"&gt;
&lt;li class="zemanta-article-ul-li"&gt;&lt;a href="http://omg.yahoo.com/news/facebook-founder-mark-zuckerberg-donating-100-million-to-newark-n-j-schools/47748"&gt;Facebook Founder Mark Zuckerberg Donating $100 Million to Newark, N.J., Schools&lt;/a&gt; (omg.yahoo.com)&lt;br /&gt;
&lt;/li&gt;
&lt;li class="zemanta-article-ul-li"&gt;&lt;a href="http://www.newser.com/story/101229/mark-zuckerberg-giving-100m-to-newark-schools.html"&gt;Mark Zuckerberg Giving $100M to Newark Schools&lt;/a&gt; (newser.com)&lt;br /&gt;
&lt;/li&gt;
&lt;li class="zemanta-article-ul-li"&gt;&lt;a href="http://www.cyberculturalist.com/2010/09/facebooks-mark-zuckerberg-donates-100.html"&gt;Facebook's Mark Zuckerberg Donates $100 million to NJ Schools&lt;/a&gt; (cyberculturalist.com)&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;div class="zemanta-pixie" style="height: 15px; margin-top: 10px;"&gt;
&lt;/div&gt;
</content><link href="http://terroare.blogspot.com/feeds/2218588668721757078/comments/default" rel="replies" title="Post Comments" type="application/atom+xml"/><link href="http://terroare.blogspot.com/2010/09/seful-facebook-mark-zuckerberg-va-dona.html#comment-form" rel="replies" title="0 Comments" type="text/html"/><link href="http://www.blogger.com/feeds/25313656/posts/default/2218588668721757078" rel="edit" type="application/atom+xml"/><link href="http://www.blogger.com/feeds/25313656/posts/default/2218588668721757078" rel="self" type="application/atom+xml"/><link href="http://terroare.blogspot.com/2010/09/seful-facebook-mark-zuckerberg-va-dona.html" rel="alternate" title="Seful Facebook Mark Zuckerberg va dona 100 de milioane de dolari scolii din Newark" type="text/html"/><author><name>Ladislau Radu Nagy</name><uri>http://www.blogger.com/profile/03144462887481662311</uri><email>noreply@blogger.com</email><gd:image height="16" rel="http://schemas.google.com/g/2005#thumbnail" src="https://img1.blogblog.com/img/b16-rounded.gif" width="16"/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-25313656.post-8960534602710214049</id><published>2010-09-22T23:35:00.005+03:00</published><updated>2019-10-18T03:52:29.607+03:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Google"/><category scheme="http://www.blogger.com/atom/ns#" term="stiri"/><title type="text">Google New</title><content type="html">&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgef693QHJWPNKAc25HU1HmeUBNDICjVPkAwtToAyAdfL2PtgaX6vI_jQaW-4FJgsPXJ8BrdSnO7d_vt8T5vr4aQTKiPVbOOtXBtpIPI0RXd5Dj_RElj6eUtlf5uV2PoM0UY7x50Q/s1600/google+new.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="172" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgef693QHJWPNKAc25HU1HmeUBNDICjVPkAwtToAyAdfL2PtgaX6vI_jQaW-4FJgsPXJ8BrdSnO7d_vt8T5vr4aQTKiPVbOOtXBtpIPI0RXd5Dj_RElj6eUtlf5uV2PoM0UY7x50Q/s320/google+new.png" width="320" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div style="border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; font-family: inherit; font-size: 16px; font-style: inherit; font-weight: inherit; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: left; vertical-align: baseline;"&gt;
&lt;span style="border-bottom-width: 0px; border-left-width: 0px; border-right-width: 0px; border-top-width: 0px; font-family: inherit; font-size: 16px; font-style: inherit; font-weight: inherit; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: left; vertical-align: baseline;"&gt;La cateva saptamani dupa o serie de video-uri pentru a promova cele mai populare cautari intr-o saptamana, &lt;a class="zem_slink" href="http://google.com/" rel="homepage" title="Google"&gt;Google&lt;/a&gt; a lansat un blog pentru a promova produsele noi.&lt;/span&gt;&lt;br /&gt;
&lt;span style="border-bottom-width: 0px; border-left-width: 0px; border-right-width: 0px; border-top-width: 0px; font-family: inherit; font-size: 16px; font-style: inherit; font-weight: inherit; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: left; vertical-align: baseline;"&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/div&gt;
&lt;div style="border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; font-family: inherit; font-size: 16px; font-style: inherit; font-weight: inherit; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: left; vertical-align: baseline;"&gt;
&lt;/div&gt;
&lt;div style="border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; font-family: inherit; font-size: 16px; font-style: inherit; font-weight: inherit; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: left; vertical-align: baseline;"&gt;
&lt;span style="border-bottom-width: 0px; border-left-width: 0px; border-right-width: 0px; border-top-width: 0px; font-family: inherit; font-size: 16px; font-style: inherit; font-weight: inherit; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: left; vertical-align: baseline;"&gt;Google New&amp;nbsp;a fost lansat astazi ca un director de produse noi, destinat sa atraga atentia la produsele noi Google, pe care le lanseaza intr-un ritm ametitor, cele care nu ar primi multa atentie asa cum spune sunt&amp;nbsp;Google instant Search si apelurile vocale din Gmail&amp;nbsp;.&lt;/span&gt;&amp;nbsp;&lt;span style="border-bottom-width: 0px; border-left-width: 0px; border-right-width: 0px; border-top-width: 0px; font-family: inherit; font-size: 16px; font-style: inherit; font-weight: inherit; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: left; vertical-align: baseline;"&gt;Site-ul va reuni posturi de produse diferite Google si bloguri afiliate &amp;nbsp;si se pare ca va utiliza un modul care va stabili ordinea articolelor din blog: Google instant Search este pe primul loc, spre deosebire de produsele lansate in ultimii 24 de ore, cum ar fi snippet-uri bogate in Google &lt;a class="zem_slink" href="http://maps.google.com/" rel="homepage" title="Google Maps"&gt;Maps&lt;/a&gt; sau inbunatatiri pentru conturile Google AdWords.&lt;/span&gt;&lt;/div&gt;
&lt;div style="border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; font-family: inherit; font-size: 16px; font-style: inherit; font-weight: inherit; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: left; vertical-align: baseline;"&gt;
&lt;span style="border-bottom-width: 0px; border-left-width: 0px; border-right-width: 0px; border-top-width: 0px; font-family: inherit; font-size: 16px; font-style: inherit; font-weight: inherit; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: left; vertical-align: baseline;"&gt;Pentru o companie construita pe bani din publicitate,&amp;nbsp;Google nu a facut reclama proprilor produse.&lt;/span&gt;&amp;nbsp;&lt;span style="border-bottom-width: 0px; border-left-width: 0px; border-right-width: 0px; border-top-width: 0px; font-family: inherit; font-size: 16px; font-style: inherit; font-weight: inherit; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: left; vertical-align: baseline;"&gt;Asta cu siguranta se va schimba in acest an, compania va cumpara mama tuturor anunturilor - Super Bowl ads - in ianuarie.&lt;/span&gt;&lt;/div&gt;
&lt;div style="border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; font-family: inherit; font-size: 16px; font-style: inherit; font-weight: inherit; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: left; vertical-align: baseline;"&gt;
&lt;span style="border-bottom-width: 0px; border-left-width: 0px; border-right-width: 0px; border-top-width: 0px; font-family: inherit; font-size: 16px; font-style: inherit; font-weight: inherit; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: left; vertical-align: baseline;"&gt;De asemenea, face mai multe promovari subtile, cum ar fi seria Google Beat videos&amp;nbsp;si noul Google New blog.&lt;/span&gt;&amp;nbsp;&lt;/div&gt;
&lt;span class="Apple-style-span" style="font-size: 16px;"&gt;&lt;span style="border-bottom-width: 0px; border-left-width: 0px; border-right-width: 0px; border-top-width: 0px; font-family: inherit; font-size: 16px; font-style: inherit; font-weight: inherit; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: left; vertical-align: baseline;"&gt;&lt;br /&gt;
&lt;span class="Apple-style-span" style="font-size: medium;"&gt;Sursa: &lt;a href="http://cnet.com/"&gt;cnet.com&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;div class="zemanta-related"&gt;
&lt;h6 class="zemanta-related-title" style="font-size: 1em; margin: 1em 0 0 0;"&gt;
&lt;span class="Apple-style-span" style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;tahoma&amp;quot; , &amp;quot;helvetica&amp;quot; , &amp;quot;freesans&amp;quot; , sans-serif; font-size: 14px; line-height: 18px;"&gt;Related articles&lt;/span&gt;&amp;nbsp;by Zemanta&lt;/h6&gt;
&lt;ul class="zemanta-article-ul"&gt;
&lt;li class="zemanta-article-ul-li"&gt;&lt;a href="http://crenk.com/google-new-the-one-place-to-find-everything-new-from-google/"&gt;Google New: The One Place to Find Everything New from Google&lt;/a&gt; (crenk.com)&lt;/li&gt;
&lt;li class="zemanta-article-ul-li"&gt;&lt;a href="http://laughingsquid.com/google-new-the-one-place-to-find-everything-new-from-google/"&gt;Google New, The One Place To Find Everything New From Google&lt;/a&gt; (laughingsquid.com)&lt;/li&gt;
&lt;li class="zemanta-article-ul-li"&gt;&lt;a href="http://news.cnet.com/8301-30684_3-20017308-265.html?part=rss&amp;amp;subj=news"&gt;New at Google: Google New&lt;/a&gt; (news.cnet.com)&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;div class="zemanta-pixie" style="height: 15px; margin-top: 10px;"&gt;
&lt;/div&gt;
</content><link href="http://terroare.blogspot.com/feeds/8960534602710214049/comments/default" rel="replies" title="Post Comments" type="application/atom+xml"/><link href="http://terroare.blogspot.com/2010/09/google-new.html#comment-form" rel="replies" title="0 Comments" type="text/html"/><link href="http://www.blogger.com/feeds/25313656/posts/default/8960534602710214049" rel="edit" type="application/atom+xml"/><link href="http://www.blogger.com/feeds/25313656/posts/default/8960534602710214049" rel="self" type="application/atom+xml"/><link href="http://terroare.blogspot.com/2010/09/google-new.html" rel="alternate" title="Google New" type="text/html"/><author><name>Ladislau Radu Nagy</name><uri>http://www.blogger.com/profile/03144462887481662311</uri><email>noreply@blogger.com</email><gd:image height="16" rel="http://schemas.google.com/g/2005#thumbnail" src="https://img1.blogblog.com/img/b16-rounded.gif" width="16"/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" height="72" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgef693QHJWPNKAc25HU1HmeUBNDICjVPkAwtToAyAdfL2PtgaX6vI_jQaW-4FJgsPXJ8BrdSnO7d_vt8T5vr4aQTKiPVbOOtXBtpIPI0RXd5Dj_RElj6eUtlf5uV2PoM0UY7x50Q/s72-c/google+new.png" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-25313656.post-320069330740029801</id><published>2010-09-21T19:48:00.002+03:00</published><updated>2011-01-10T00:52:01.134+02:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="jocuri"/><category scheme="http://www.blogger.com/atom/ns#" term="PlayStation 3"/><category scheme="http://www.blogger.com/atom/ns#" term="stiri"/><title type="text">PS3 update - Redarea Blu-ray 3D este acum disponibila</title><content type="html">&lt;div style="border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; font-family: inherit; font-size: 16px; font-style: inherit; font-weight: inherit; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: left; vertical-align: baseline;"&gt;&lt;span class="Apple-style-span" style="clear: left; float: left; font-size: medium; margin-bottom: 1em; margin-right: 1em;"&gt;&lt;img height="200" src="http://i.i.com.com/cnwk.1d/i/tim/2010/09/21/PS3_Slim_270x285.jpg" width="189" /&gt;&lt;/span&gt;Dupa multe asteptari a aparut un update la firmware-ul PS3, care va permite detinatorilor Play Station 3 sa se uite la filmele &lt;a class="zem_slink" href="http://en.wikipedia.org/wiki/Blu-ray_Disc" rel="wikipedia" title="Blu-ray Disc"&gt;Blu-ray&lt;/a&gt; 3D.&amp;nbsp;&lt;/div&gt;&lt;div style="border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; font-family: inherit; font-size: 16px; font-style: inherit; font-weight: inherit; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: left; vertical-align: baseline;"&gt;&lt;span style="border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; font-family: inherit; font-size: 16px; font-style: inherit; font-weight: inherit; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: left; vertical-align: baseline;"&gt;Actualizarea&amp;nbsp;a fost lansat ieri, cu o zi inainte&amp;nbsp;era de asteptat sa apara&amp;nbsp;.&lt;/span&gt;&amp;nbsp;&lt;span style="border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; font-family: inherit; font-size: 16px; font-style: inherit; font-weight: inherit; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: left; vertical-align: baseline;"&gt;Dupa descarcarea firmware versiunea 3.50, oamenii pot viziona un&amp;nbsp;numar relativ mic&lt;a href="http://translate.googleusercontent.com/translate_c?hl=en&amp;amp;sl=auto&amp;amp;tl=ro&amp;amp;u=http://www.blu-ray.com/movies/search.php%3Faction%3Dsearch%26other_bluray3d%3D1%26sortby%3Dreleasetimestamp&amp;amp;rurl=translate.google.com&amp;amp;twu=1&amp;amp;usg=ALkJrhg7y-XauRZxBapzTW_Cfq3dhqFiRw" style="border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; color: #0066a0; cursor: pointer; font-family: inherit; font-size: 16px; font-style: inherit; font-weight: inherit; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: left; text-decoration: none; vertical-align: baseline;"&gt;&amp;nbsp;&lt;/a&gt;de filme Blu-ray 3D&amp;nbsp;pe consolele&amp;nbsp;&lt;/span&gt;lor&amp;nbsp;&lt;a class="zem_slink" href="http://en.wikipedia.org/wiki/PlayStation_3" rel="wikipedia" title="PlayStation 3"&gt;PlayStation 3&lt;/a&gt; atasate televizoarelor 3D.&lt;/div&gt;&lt;br /&gt;
&lt;div style="border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; font-family: inherit; font-size: 16px; font-style: inherit; font-weight: inherit; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: left; vertical-align: baseline;"&gt;&lt;span style="border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; font-family: inherit; font-size: 16px; font-style: inherit; font-weight: inherit; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: left; vertical-align: baseline;"&gt;Cu toate acestea,&amp;nbsp;&lt;/span&gt;redarea&amp;nbsp;&lt;span style="border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; font-family: inherit; font-size: 16px; font-style: inherit; font-weight: inherit; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: left; vertical-align: baseline;"&gt;Blu-ray 3D este doar o componenta in actualizare.&lt;/span&gt;&amp;nbsp;I&lt;span style="border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; font-family: inherit; font-size: 16px; font-style: inherit; font-weight: inherit; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: left; vertical-align: baseline;"&gt;n plus, &lt;a class="zem_slink" href="http://www.us.playstation.com/" rel="homepage" title="PlayStation 3"&gt;Sony&lt;/a&gt; a adaugat o facilitate care permite dezvoltatorilor de jocuri sa integreze Facebook in jocuri.&lt;/span&gt;&amp;nbsp;&lt;span style="border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; font-family: inherit; font-size: 16px; font-style: inherit; font-weight: inherit; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: left; vertical-align: baseline;"&gt;Conform Sony, jocurile suportate vor permite oamenilor "acces la informatii publice - inclusiv numele de utilizator, profil, fotografii incarcate, si lista de prieteni - pentru a imbunatati experienta lor de joc."&lt;/span&gt;&amp;nbsp;&lt;span style="border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; font-family: inherit; font-size: 16px; font-style: inherit; font-weight: inherit; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: left; vertical-align: baseline;"&gt;Compania nu a spus care jocuri sunt compatibile.&lt;/span&gt;&lt;/div&gt;&lt;div style="border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; font-family: inherit; font-size: 16px; font-style: inherit; font-weight: inherit; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: left; vertical-align: baseline;"&gt;&lt;span style="border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; font-family: inherit; font-size: 16px; font-style: inherit; font-weight: inherit; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: left; vertical-align: baseline;"&gt;Versiunea de firmware&amp;nbsp;&lt;/span&gt;3.50 al&lt;span style="border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; font-family: inherit; font-size: 16px; font-style: inherit; font-weight: inherit; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: left; vertical-align: baseline;"&gt;&amp;nbsp;PlayStation 3, de asemenea, include o "functie de raportare."&lt;/span&gt;&amp;nbsp;&lt;span style="border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; font-family: inherit; font-size: 16px; font-style: inherit; font-weight: inherit; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: left; vertical-align: baseline;"&gt;Conform Sony, oamenii pot trimite acum mesaje direct companiei de la XrossMediaBar (XMB) cu privire la orice mesaje "nepotrivite pe care le primesc din partea altor utilizatori PlayStation Network."&lt;/span&gt;&lt;/div&gt;&lt;div style="border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; font-family: inherit; font-size: 16px; font-style: inherit; font-weight: inherit; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: left; vertical-align: baseline;"&gt;&lt;span style="border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; font-family: inherit; font-size: 16px; font-style: inherit; font-weight: inherit; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: left; vertical-align: baseline;"&gt;Update-ul&amp;nbsp;firmware de la Sony este disponibil ca un download gratuit de la PlayStation 3.&lt;/span&gt;&lt;/div&gt;&lt;span class="Apple-style-span" style="font-size: 16px;"&gt;&lt;span style="border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; font-family: inherit; font-size: 16px; font-style: inherit; font-weight: inherit; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: left; vertical-align: baseline;"&gt;&lt;br /&gt;
&lt;span class="Apple-style-span" style="font-size: small;"&gt;Sursa: &lt;/span&gt;&lt;a href="http://cnet.com/"&gt;&lt;span class="Apple-style-span" style="font-size: small;"&gt;cnet.com&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;div class="zemanta-related"&gt;&lt;h6 class="zemanta-related-title" style="font-size: 1em; margin: 1em 0 0 0;"&gt;Related articles by Zemanta&lt;/h6&gt;&lt;ul class="zemanta-article-ul"&gt;&lt;li class="zemanta-article-ul-li"&gt;&lt;a href="http://news.cnet.com/8301-13506_3-20017096-17.html?part=rss&amp;amp;subj=news"&gt;PS3 Blu-ray 3D playback now available&lt;/a&gt; (news.cnet.com)&lt;/li&gt;
&lt;li class="zemanta-article-ul-li"&gt;&lt;a href="http://www.geek.com/articles/news/ps3-blu-ray-3d-playback-to-be-limited-due-to-bd-j-issues-20100916/"&gt;PS3 Blu-ray 3D playback to be limited due to BD-J issues&lt;/a&gt; (geek.com)&lt;/li&gt;
&lt;li class="zemanta-article-ul-li"&gt;&lt;a href="http://www.cinemablend.com/games/TGS-2010-Blu-ray-3D-Disc-Playback-Hits-PS3-Next-Week-27023.html"&gt;TGS 2010: Blu-ray 3D Disc Playback Hits PS3 Next Week&lt;/a&gt; (cinemablend.com)&lt;/li&gt;
&lt;li class="zemanta-article-ul-li"&gt;&lt;a href="http://multiplayerblog.mtv.com/2010/09/16/playstation-3-will-play-blu-ray-3-d-discs-on-september-21/"&gt;PlayStation 3 Will Play Blu-Ray 3-D Discs On September 21&lt;/a&gt; (multiplayerblog.mtv.com)&lt;/li&gt;
&lt;li class="zemanta-article-ul-li"&gt;&lt;a href="http://www.nytimes.com/external/idg/2010/09/21/21idg-sony-adds-blu-ray-3d-support-to-playstation-3-35378.html"&gt;Sony Adds Blu-Ray 3D Support to PlayStation 3&lt;/a&gt; (nytimes.com)&lt;/li&gt;
&lt;li class="zemanta-article-ul-li"&gt;&lt;a href="http://www.joystiq.com/2010/09/01/ps3-blu-ray-3d-support-pops-out-in-october/?icid=zemanta"&gt;PS3 Blu-ray 3D support pops out in October&lt;/a&gt; (joystiq.com)&lt;/li&gt;
&lt;li class="zemanta-article-ul-li"&gt;&lt;a href="http://www.pcworld.com/article/205826/sony_adds_bluray_3d_support_to_playstation_3.html?tk=rss_news"&gt;Sony Adds Blu-ray 3D Support to PlayStation 3&lt;/a&gt; (pcworld.com)&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;&lt;div class="zemanta-pixie" style="height: 15px; margin-top: 10px;"&gt;&lt;a class="zemanta-pixie-a" href="http://www.zemanta.com/" title="Enhanced by Zemanta"&gt;&lt;img alt="Enhanced by Zemanta" class="zemanta-pixie-img" src="http://img.zemanta.com/zemified_a.png?x-id=8c907a46-60d3-414c-9161-3c59841e09e2" style="border: none; float: right;" /&gt;&lt;/a&gt;&lt;/div&gt;</content><link href="http://terroare.blogspot.com/feeds/320069330740029801/comments/default" rel="replies" title="Post Comments" type="application/atom+xml"/><link href="http://terroare.blogspot.com/2010/09/ps3-update-redarea-blu-ray-3d-este-acum.html#comment-form" rel="replies" title="0 Comments" type="text/html"/><link href="http://www.blogger.com/feeds/25313656/posts/default/320069330740029801" rel="edit" type="application/atom+xml"/><link href="http://www.blogger.com/feeds/25313656/posts/default/320069330740029801" rel="self" type="application/atom+xml"/><link href="http://terroare.blogspot.com/2010/09/ps3-update-redarea-blu-ray-3d-este-acum.html" rel="alternate" title="PS3 update - Redarea Blu-ray 3D este acum disponibila" type="text/html"/><author><name>Ladislau Radu Nagy</name><uri>http://www.blogger.com/profile/03144462887481662311</uri><email>noreply@blogger.com</email><gd:image height="16" rel="http://schemas.google.com/g/2005#thumbnail" src="https://img1.blogblog.com/img/b16-rounded.gif" width="16"/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-25313656.post-7158276145176397484</id><published>2010-09-21T08:33:00.004+03:00</published><updated>2019-10-18T03:55:37.623+03:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Arcania"/><category scheme="http://www.blogger.com/atom/ns#" term="Arcania Gothic 4"/><category scheme="http://www.blogger.com/atom/ns#" term="Gothic"/><category scheme="http://www.blogger.com/atom/ns#" term="jocuri"/><category scheme="http://www.blogger.com/atom/ns#" term="stiri"/><title type="text">Gothic 4 Arcania va fi furnizat cu servicii user friendly</title><content type="html">&lt;div style="clear: left; float: left; margin-bottom: 1em; margin-right: 1em;"&gt;
&lt;img src="http://press.jowood.com/UPLOAD/static/ArcaniA_creatures_2.jpg" height="190" width="320" /&gt;&lt;/div&gt;
&lt;div style="clear: left; float: left; margin-bottom: 1em; margin-right: 1em;"&gt;
&lt;img src="http://press.jowood.com/UPLOAD/static/ArcaniA_creatures_1.jpg" height="190" width="320" /&gt;&lt;/div&gt;
Viena, Austria, 20 septembrie 2010; &lt;a class="zem_slink" href="http://www.jowood.com/" rel="homepage" title="JoWooD Entertainment"&gt;JoWooD&lt;/a&gt; Entertainment, Grupul BVT si &lt;a class="zem_slink" href="http://www.dreamcatchergames.com/" rel="homepage" title="DreamCatcher Interactive"&gt;DreamCatcher&lt;/a&gt; Interactive anunta detaliile serviciilor digitale planificate pentru &lt;a class="zem_slink" href="http://www.arcania-game.com/" rel="homepage" title="Arcania: Gothic 4"&gt;Arcania&lt;/a&gt; - Gothic 4 si, prin urmare, sa reactioneze la necesitatile comunitatii de gaming.&lt;br /&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;/div&gt;
&lt;div&gt;
"&lt;a class="zem_slink" href="http://en.wikipedia.org/wiki/Digital_rights_management" rel="wikipedia" title="Digital rights management"&gt;Digital Rights Management&lt;/a&gt; ca un modul de servicii digitale a fost intotdeauna un echilibru intre userfriendly si securitatea produsului. Arcania - Gothic 4 este diferit", explica Clemens Schneidhofer, JoWooD Entertainment. "Cu Arcania - Gothic 4 oferim un produs de calitate, pe care gameri il vor savura ore intregi. Aceasta distractie, nu ar trebui sa fie perturbata de masuri de protectie impotriva copierii. Deci, &lt;a class="zem_slink" href="http://en.wikipedia.org/wiki/SecuROM" rel="wikipedia" title="SecuROM"&gt;SecuROM&lt;/a&gt; este soluţia perfecta pentru noi, deoarece ofera securitate necesara si in acelasi timp in care indeplineste asteptarile noastre mari in ceea ce priveste user friendly nes-ul. "&amp;nbsp;&lt;/div&gt;
&lt;div&gt;
&lt;/div&gt;
&lt;div&gt;
Arcania - Gothic 4 poate fi instalat pe un numar nelimitat de PC-uri doar trebuie sa fie activat o data prin intermediul internetului. Pentru a juca, care se poate face pana la trei PC-uri concomitent, nici discul initial si nici o conexiune la internet constanta nu este necesar. Posibilitatea unui transfer simplu de licenta intre PC-ul folosit ofera clientului o flexibilitate maxima.&amp;nbsp;&lt;/div&gt;
&lt;div&gt;
&lt;/div&gt;
&lt;div&gt;
"Serviciile&amp;nbsp;digitale&amp;nbsp;implementate &amp;nbsp;vor fi imbunatatite de un user friendly Auto Update care informeaza jucatorul, intr-un mod pro-activ,(fara o cautare enervanta) despre disponibilitatea unui nou update care se instaleaza imediat cu permisiunea gamer-ului", spune Sascha Geschwendtner , Product Manager Servicii de Jocuri &lt;a class="zem_slink" href="http://www.sony.com/" rel="homepage" title="Sony"&gt;Sony&lt;/a&gt; DADC. "Pe langa alte solutii inovatoare pentru a creste gradul de utilizare si confortul de joc care au fost puse in aplicare, una dintre ele fiind verificarea datei de lansare. Aceasta caracteristica permite utilizatorului sa instaleze jocul in avans si sa-l inceapa direct pe data de lansare si, prin urmare, se va evita asteptarea lansarii jocului pe rafturile magazinelor."&lt;/div&gt;
&lt;div&gt;
&lt;/div&gt;
&lt;div&gt;
Sursa: &lt;a href="http://jowood.com/"&gt;jowood.com&lt;/a&gt;&amp;nbsp;&lt;/div&gt;
&lt;div class="zemanta-related"&gt;
&lt;h6 class="zemanta-related-title" style="font-size: 1em; margin: 1em 0 0 0;"&gt;
Related articles by Zemanta&lt;/h6&gt;
&lt;ul class="zemanta-article-ul"&gt;
&lt;li class="zemanta-article-ul-li"&gt;&lt;a href="http://www.cinemablend.com/games/Arcania-Gothic-4-DRM-Details-Unveiled-27075.html"&gt;Arcania: Gothic 4 DRM Details Unveiled&lt;/a&gt; (cinemablend.com)&lt;/li&gt;
&lt;li class="zemanta-article-ul-li"&gt;&lt;a href="http://news.bigdownload.com/2010/09/20/arcania-gothic-4s-drm-allows-for-unlimited-pc-game-installs/"&gt;Arcania: Gothic 4's DRM allows for unlimited PC game installs&lt;/a&gt; (news.bigdownload.com)&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;div class="zemanta-pixie" style="height: 15px; margin-top: 10px;"&gt;
&lt;/div&gt;
</content><link href="http://terroare.blogspot.com/feeds/7158276145176397484/comments/default" rel="replies" title="Post Comments" type="application/atom+xml"/><link href="http://terroare.blogspot.com/2010/09/gothic-4-arcania-va-fi-furnizat-cu.html#comment-form" rel="replies" title="0 Comments" type="text/html"/><link href="http://www.blogger.com/feeds/25313656/posts/default/7158276145176397484" rel="edit" type="application/atom+xml"/><link href="http://www.blogger.com/feeds/25313656/posts/default/7158276145176397484" rel="self" type="application/atom+xml"/><link href="http://terroare.blogspot.com/2010/09/gothic-4-arcania-va-fi-furnizat-cu.html" rel="alternate" title="Gothic 4 Arcania va fi furnizat cu servicii user friendly" type="text/html"/><author><name>Ladislau Radu Nagy</name><uri>http://www.blogger.com/profile/03144462887481662311</uri><email>noreply@blogger.com</email><gd:image height="16" rel="http://schemas.google.com/g/2005#thumbnail" src="https://img1.blogblog.com/img/b16-rounded.gif" width="16"/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-25313656.post-2074241679522010356</id><published>2010-09-21T07:58:00.002+03:00</published><updated>2019-10-18T03:53:59.585+03:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Apple"/><category scheme="http://www.blogger.com/atom/ns#" term="iPhone"/><category scheme="http://www.blogger.com/atom/ns#" term="iPhone 5"/><category scheme="http://www.blogger.com/atom/ns#" term="Smartphones"/><category scheme="http://www.blogger.com/atom/ns#" term="stiri"/><title type="text">iPhone 5 cu aspiratii 4G</title><content type="html">&lt;div class="cnet-image-div image-REGULAR float-right" style="border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; clear: left; float: left; font-family: inherit; font-size: 16px; font-style: inherit; font-weight: inherit; margin-bottom: 1em; margin-right: 1em; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: left; vertical-align: baseline; width: 118px;"&gt;
&lt;img alt="" class="cnet-image" src="http://news.cnet.com/i/tim/2010/09/20/iphone-5-mockup-small.jpg" height="304" style="border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; font-family: inherit; font-size: 16px; font-style: inherit; font-weight: inherit; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: left; vertical-align: baseline;" width="118" /&gt;&lt;/div&gt;
&lt;div style="border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; font-family: inherit; font-size: 16px; font-style: inherit; font-weight: inherit; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: left; vertical-align: baseline;"&gt;
&lt;span style="border-bottom-width: 0px; border-left-width: 0px; border-right-width: 0px; border-top-width: 0px; font-family: inherit; font-size: 16px; font-style: inherit; font-weight: inherit; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: left; vertical-align: baseline;"&gt;iPhone&amp;nbsp;5 va fi compatibil atat cu&amp;nbsp;&lt;/span&gt;serviciile&lt;span style="border-bottom-width: 0px; border-left-width: 0px; border-right-width: 0px; border-top-width: 0px; font-family: inherit; font-size: 16px; font-style: inherit; font-weight: inherit; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: left; vertical-align: baseline;"&gt;&amp;nbsp;3G cat si &lt;a class="zem_slink" href="http://en.wikipedia.org/wiki/4G" rel="wikipedia" title="4G"&gt;4G&lt;/a&gt;, deoarece &lt;a class="zem_slink" href="http://www.apple.com/" rel="homepage" title="Apple"&gt;Apple&lt;/a&gt; comuta furnizorii&amp;nbsp;&lt;/span&gt;critici&lt;span style="border-bottom-width: 0px; border-left-width: 0px; border-right-width: 0px; border-top-width: 0px; font-family: inherit; font-size: 16px; font-style: inherit; font-weight: inherit; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: left; vertical-align: baseline;"&gt;&amp;nbsp;de siliciu , a declarat luni un analist.&lt;/span&gt;&amp;nbsp;&lt;span style="border-bottom-width: 0px; border-left-width: 0px; border-right-width: 0px; border-top-width: 0px; font-family: inherit; font-size: 16px; font-style: inherit; font-weight: inherit; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: left; vertical-align: baseline;"&gt;De asemenea, raportul a spus ca un nou iPad&amp;nbsp;este de aşteptat.&lt;/span&gt;&lt;/div&gt;
&lt;div style="border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; font-family: inherit; font-size: 16px; font-style: inherit; font-weight: inherit; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: left; vertical-align: baseline;"&gt;
&lt;span style="border-bottom-width: 0px; border-left-width: 0px; border-right-width: 0px; border-top-width: 0px; font-family: inherit; font-size: 16px; font-style: inherit; font-weight: inherit; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: left; vertical-align: baseline;"&gt;Urmarind zvonurile recente despre iPhone 5&amp;nbsp;, Ashok Kumar, director general şi analist la Rodman &amp;amp; Renshaw, in raportul de luni a spus despre Apple iPhone 5 "va fi primul telefon Apple cu suport pentru LTE" sau &lt;a class="zem_slink" href="http://en.wikipedia.org/wiki/3GPP_Long_Term_Evolution" rel="wikipedia" title="3GPP Long Term Evolution"&gt;Long Term Evolution&lt;/a&gt;, care este comercializat drept o tehnologie 4G.&lt;/span&gt;&lt;/div&gt;
&lt;div style="border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; font-family: inherit; font-size: 16px; font-style: inherit; font-weight: inherit; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: left; vertical-align: baseline;"&gt;
&lt;span style="border-bottom-width: 0px; border-left-width: 0px; border-right-width: 0px; border-top-width: 0px; font-family: inherit; font-size: 16px; font-style: inherit; font-weight: inherit; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: left; vertical-align: baseline;"&gt;Kumar a repetat alte rapoarte, spunand ca &lt;a class="zem_slink" href="http://maps.google.com/maps?ll=32.8952,-117.1957&amp;amp;spn=1.0,1.0&amp;amp;q=32.8952,-117.1957%20(Qualcomm)&amp;amp;t=h" rel="geolocation" title="Qualcomm"&gt;Qualcomm&lt;/a&gt; este furnizorul asteptat de chip-uri atat pentru un viitor iPhone &lt;a class="zem_slink" href="http://www.verizon.com/" rel="homepage" title="Verizon Communications"&gt;Verizon&lt;/a&gt;, bazat pe standardul &lt;a class="zem_slink" href="http://en.wikipedia.org/wiki/Code_division_multiple_access" rel="wikipedia" title="Code division multiple access"&gt;CDMA&lt;/a&gt;, cat si iPhone 5.&lt;/span&gt;&lt;/div&gt;
&lt;br /&gt;
&amp;nbsp;&lt;span style="border-bottom-width: 0px; border-left-width: 0px; border-right-width: 0px; border-top-width: 0px; font-family: inherit; font-size: 16px; font-style: inherit; font-weight: inherit; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: left; vertical-align: baseline;"&gt;"Noi credem ca compania&amp;nbsp;&lt;/span&gt;a selectat&lt;span style="border-bottom-width: 0px; border-left-width: 0px; border-right-width: 0px; border-top-width: 0px; font-family: inherit; font-size: 16px; font-style: inherit; font-weight: inherit; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: left; vertical-align: baseline;"&gt;&amp;nbsp;Qualcomm ca furnizor de modem pentru iPhone CDMA, precum şi pentru iPhone 5," a scris Kumar.&lt;/span&gt;&amp;nbsp;&lt;span style="border-bottom-width: 0px; border-left-width: 0px; border-right-width: 0px; border-top-width: 0px; font-family: inherit; font-size: 16px; font-style: inherit; font-weight: inherit; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: left; vertical-align: baseline;"&gt;"IPhone 5 va folosi probabil un modem cu doua chip-uri, care sa permita companiei pentru a produce produse 3G si 4G."&lt;/span&gt;&lt;br /&gt;
&lt;div style="border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; font-family: inherit; font-size: 16px; font-style: inherit; font-weight: inherit; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: left; vertical-align: baseline;"&gt;
&lt;span style="border-bottom-width: 0px; border-left-width: 0px; border-right-width: 0px; border-top-width: 0px; font-family: inherit; font-size: 16px; font-style: inherit; font-weight: inherit; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: left; vertical-align: baseline;"&gt;"Schimband furnizorii pentru ceva la fel de critic ca&amp;nbsp;&lt;/span&gt;modem pentru&lt;span style="border-bottom-width: 0px; border-left-width: 0px; border-right-width: 0px; border-top-width: 0px; font-family: inherit; font-size: 16px; font-style: inherit; font-weight: inherit; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: left; vertical-align: baseline;"&gt;&amp;nbsp;banda de baza (3G/4G), &amp;nbsp;este o sarcina foarte complexa si consumatoare de timp", a declarat Kumar intr-un interviu.&lt;/span&gt;&amp;nbsp;&lt;span style="border-bottom-width: 0px; border-left-width: 0px; border-right-width: 0px; border-top-width: 0px; font-family: inherit; font-size: 16px; font-style: inherit; font-weight: inherit; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: left; vertical-align: baseline;"&gt;Dar, odata ce trecerea sa facut, este de obicei un angajament pe termen lung, a adaugat Kumar.&lt;/span&gt;&lt;/div&gt;
&lt;div style="border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; font-family: inherit; font-size: 16px; font-style: inherit; font-weight: inherit; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: left; vertical-align: baseline;"&gt;
&lt;span style="border-bottom-width: 0px; border-left-width: 0px; border-right-width: 0px; border-top-width: 0px; font-family: inherit; font-size: 16px; font-style: inherit; font-weight: inherit; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: left; vertical-align: baseline;"&gt;In prezent, iPhone foloseste un cip 3G de la Infineon, a carui divizie wireless&amp;nbsp;va fi cumparat de catre Intel cu 1.4 miliarde de dolari, a anuntat Intel.&lt;/span&gt;&lt;/div&gt;
&lt;div style="border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; font-family: inherit; font-size: 16px; font-style: inherit; font-weight: inherit; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: left; vertical-align: baseline;"&gt;
&lt;span style="border-bottom-width: 0px; border-left-width: 0px; border-right-width: 0px; border-top-width: 0px; font-family: inherit; font-size: 16px; font-style: inherit; font-weight: inherit; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: left; vertical-align: baseline;"&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/div&gt;
&lt;div style="border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; font-family: inherit; font-size: 16px; font-style: inherit; font-weight: inherit; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: left; vertical-align: baseline;"&gt;
&lt;span style="border-bottom-width: 0px; border-left-width: 0px; border-right-width: 0px; border-top-width: 0px; font-family: inherit; font-size: 16px; font-style: inherit; font-weight: inherit; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: left; vertical-align: baseline;"&gt;Kumar, de asemenea, a scris ca Apple va lansa a doua generatie, iPad cu un display de 7 inchi, cu camere in fata si in spate, acest produs fiind lansat la inceputul anului 2011.&lt;/span&gt;&lt;/div&gt;
&lt;div style="border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; font-family: inherit; font-size: 16px; font-style: inherit; font-weight: inherit; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: left; vertical-align: baseline;"&gt;
&lt;span style="border-bottom-width: 0px; border-left-width: 0px; border-right-width: 0px; border-top-width: 0px; font-family: inherit; font-size: 16px; font-style: inherit; font-weight: inherit; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: left; vertical-align: baseline;"&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/div&gt;
&lt;div style="border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; font-family: inherit; font-size: 16px; font-style: inherit; font-weight: inherit; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: left; vertical-align: baseline;"&gt;
&lt;span style="border-bottom-width: 0px; border-left-width: 0px; border-right-width: 0px; border-top-width: 0px; font-family: inherit; font-size: 16px; font-style: inherit; font-weight: inherit; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: left; vertical-align: baseline;"&gt;In 2011 se poate astepta la incingerea concurentei iPhone, concurenta venind chiar din China şi Taiwan, unde se vor lansa telefoane copie iPhone care folosesc Android, in valoare de 150 de dolari.&lt;/span&gt;&amp;nbsp;&lt;span style="border-bottom-width: 0px; border-left-width: 0px; border-right-width: 0px; border-top-width: 0px; font-family: inherit; font-size: 16px; font-style: inherit; font-weight: inherit; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: left; vertical-align: baseline;"&gt;"Unii dintre acesti furnizori va incerca sa intreaca iPhone prin inovatii, cum ar fi ecrane mai mari, baterii mai bune care tin mai mult, si mai multa memorie," in conformitate cu Kumar.&lt;/span&gt;&lt;/div&gt;
&lt;span class="Apple-style-span" style="font-size: 16px;"&gt;&lt;span style="border-bottom-width: 0px; border-left-width: 0px; border-right-width: 0px; border-top-width: 0px; font-family: inherit; font-size: 16px; font-style: inherit; font-weight: inherit; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: left; vertical-align: baseline;"&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style="border-bottom-width: 0px; border-left-width: 0px; border-right-width: 0px; border-top-width: 0px; font-family: inherit; font-style: inherit; font-weight: inherit; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: left; vertical-align: baseline;"&gt;&lt;span class="Apple-style-span" style="font-size: small;"&gt;Sursa: &lt;/span&gt;&lt;a href="http://cnet.com/"&gt;&lt;span class="Apple-style-span" style="font-size: small;"&gt;cnet.com&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;
&lt;div class="zemanta-related"&gt;
&lt;h6 class="zemanta-related-title" style="font-size: 1em; margin: 1em 0 0 0;"&gt;
Related articles by Zemanta&lt;/h6&gt;
&lt;ul class="zemanta-article-ul"&gt;
&lt;li class="zemanta-article-ul-li"&gt;&lt;a href="http://news.cnet.com/8301-13924_3-20017017-64.html?part=rss&amp;amp;subj=news"&gt;Analyst: iPhone 5 has 4G aspirations&lt;/a&gt; (news.cnet.com)&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;div class="zemanta-pixie" style="height: 15px; margin-top: 10px;"&gt;
&lt;/div&gt;
</content><link href="http://terroare.blogspot.com/feeds/2074241679522010356/comments/default" rel="replies" title="Post Comments" type="application/atom+xml"/><link href="http://terroare.blogspot.com/2010/09/iphone-5-cu-aspiratii-4g.html#comment-form" rel="replies" title="0 Comments" type="text/html"/><link href="http://www.blogger.com/feeds/25313656/posts/default/2074241679522010356" rel="edit" type="application/atom+xml"/><link href="http://www.blogger.com/feeds/25313656/posts/default/2074241679522010356" rel="self" type="application/atom+xml"/><link href="http://terroare.blogspot.com/2010/09/iphone-5-cu-aspiratii-4g.html" rel="alternate" title="iPhone 5 cu aspiratii 4G" type="text/html"/><author><name>Ladislau Radu Nagy</name><uri>http://www.blogger.com/profile/03144462887481662311</uri><email>noreply@blogger.com</email><gd:image height="16" rel="http://schemas.google.com/g/2005#thumbnail" src="https://img1.blogblog.com/img/b16-rounded.gif" width="16"/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-25313656.post-1022004622247543071</id><published>2010-09-20T18:38:00.002+03:00</published><updated>2019-10-18T03:54:18.960+03:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Apple"/><category scheme="http://www.blogger.com/atom/ns#" term="iPhone"/><category scheme="http://www.blogger.com/atom/ns#" term="Napster"/><category scheme="http://www.blogger.com/atom/ns#" term="stiri"/><title type="text">Napster isi face drumul catre dispozitivele iSO</title><content type="html">&lt;div style="border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; font-family: inherit; font-size: 16px; font-style: inherit; font-weight: inherit; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: left; vertical-align: baseline;"&gt;
&lt;span class="Apple-style-span" style="clear: left; color: #353535; float: left; font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif; font-size: 12px; margin-bottom: 1em; margin-right: 1em;"&gt;&lt;img alt="" class="cnet-image" src="http://i.i.com.com/cnwk.1d/i/tim/2010/09/20/mzl.ulfekvzr.320x480-75_270x388.jpg" height="320" style="border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; font-family: inherit; font-size: 12px; font-style: inherit; font-weight: inherit; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: left; vertical-align: baseline;" width="222" /&gt;&lt;/span&gt;&lt;a class="zem_slink" href="http://en.wikipedia.org/wiki/Napster_%28pay_service%29" rel="wikipedia" title="Napster (pay service)"&gt;Napster&lt;/a&gt; a lansat&amp;nbsp;o aplicatie pentru&amp;nbsp;&lt;a class="zem_slink" href="http://www.apple.com/iphone" rel="homepage" title="iPhone"&gt;iPhone&lt;/a&gt; , iPad , şi &lt;a class="zem_slink" href="http://en.wikipedia.org/wiki/IPod_Touch" rel="wikipedia" title="IPod Touch"&gt;iPod Touch&lt;/a&gt;&amp;nbsp;.&lt;/div&gt;
&lt;div style="border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; font-family: inherit; font-size: 16px; font-style: inherit; font-weight: inherit; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: left; vertical-align: baseline;"&gt;
&lt;span style="border-bottom-width: 0px; border-left-width: 0px; border-right-width: 0px; border-top-width: 0px; font-family: inherit; font-size: 16px; font-style: inherit; font-weight: inherit; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: left; vertical-align: baseline;"&gt;Auto-intitulat programul Napster permite utilizatorilor să asculte la serviciul de 10 milioane de piese ori de cate ori doresc.&lt;/span&gt;&amp;nbsp;&lt;span style="border-bottom-width: 0px; border-left-width: 0px; border-right-width: 0px; border-top-width: 0px; font-family: inherit; font-size: 16px; font-style: inherit; font-weight: inherit; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: left; vertical-align: baseline;"&gt;Aplicatia permite accesul la piese noi, la piese de top din topurile Billboard, precum chiar si la melodii datand inca din 1955.&lt;/span&gt;&amp;nbsp;&lt;span style="border-bottom-width: 0px; border-left-width: 0px; border-right-width: 0px; border-top-width: 0px; font-family: inherit; font-size: 16px; font-style: inherit; font-weight: inherit; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: left; vertical-align: baseline;"&gt;Utilizatorii pot opta pentru a salva melodii, crea liste de redare, si sa mearga inapoi si sa asculte albume de la aparatul lor iSO.&lt;/span&gt;&lt;/div&gt;
&lt;br /&gt;
&amp;nbsp;&lt;span style="border-bottom-width: 0px; border-left-width: 0px; border-right-width: 0px; border-top-width: 0px; font-family: inherit; font-size: 16px; font-style: inherit; font-weight: inherit; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: left; vertical-align: baseline;"&gt;Aplicatia include, de asemenea, o caracteristica automix pentru utilizatorii care doresc sa auda artisti asemanatori cu favoritii lor.&lt;/span&gt;&lt;br /&gt;
&lt;div style="border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; font-family: inherit; font-size: 16px; font-style: inherit; font-weight: inherit; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: left; vertical-align: baseline;"&gt;
&lt;span style="border-bottom-width: 0px; border-left-width: 0px; border-right-width: 0px; border-top-width: 0px; font-family: inherit; font-size: 16px; font-style: inherit; font-weight: inherit; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: left; vertical-align: baseline;"&gt;Introducerea lui Napster la &lt;a class="zem_slink" href="http://www.apple.com/" rel="homepage" title="Apple"&gt;Apple&lt;/a&gt; &lt;a class="zem_slink" href="http://www.apple.com/iphone/appstore" rel="homepage" title="App Store"&gt;App Store&lt;/a&gt; este un moment istoric.&lt;/span&gt;&amp;nbsp;&lt;span style="border-bottom-width: 0px; border-left-width: 0px; border-right-width: 0px; border-top-width: 0px; font-family: inherit; font-size: 16px; font-style: inherit; font-weight: inherit; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: left; vertical-align: baseline;"&gt;Iniţial, cu ajutorul lui Napster utilizatorii puteau descarca muzica fara nici un cost, serviciul abia a reusit sa supravetuiasca datorita presiunii depusa asupra lui din partea industriei muzicale.&lt;/span&gt;&amp;nbsp;&lt;span style="border-bottom-width: 0px; border-left-width: 0px; border-right-width: 0px; border-top-width: 0px; font-family: inherit; font-size: 16px; font-style: inherit; font-weight: inherit; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: left; vertical-align: baseline;"&gt;Dar a supravietuit.&lt;/span&gt;&amp;nbsp;S&lt;span style="border-bottom-width: 0px; border-left-width: 0px; border-right-width: 0px; border-top-width: 0px; font-family: inherit; font-size: 16px; font-style: inherit; font-weight: inherit; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: left; vertical-align: baseline;"&gt;i in 2008,&amp;nbsp;Napster a fost cumparat de catre &lt;a class="zem_slink" href="http://www.bestbuy.com/" rel="homepage" title="Best Buy"&gt;Best Buy&lt;/a&gt; cu&lt;a href="http://translate.googleusercontent.com/translate_c?hl=en&amp;amp;sl=auto&amp;amp;tl=ro&amp;amp;u=http://news.cnet.com/8301-1023_3-10041431-93.html&amp;amp;rurl=translate.google.com&amp;amp;twu=1&amp;amp;usg=ALkJrhgNBrh_SXdcvUAP3N2_VjacyiStuw" style="border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; color: #0066a0; cursor: pointer; font-family: inherit; font-size: 16px; font-style: inherit; font-weight: inherit; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: left; text-decoration: none; vertical-align: baseline;"&gt;&amp;nbsp;&lt;/a&gt;121 de milioane de dolari.&lt;/span&gt;&lt;/div&gt;
&lt;div style="border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; font-family: inherit; font-size: 16px; font-style: inherit; font-weight: inherit; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: left; vertical-align: baseline;"&gt;
&lt;span style="border-bottom-width: 0px; border-left-width: 0px; border-right-width: 0px; border-top-width: 0px; font-family: inherit; font-size: 16px; font-style: inherit; font-weight: inherit; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: left; vertical-align: baseline;"&gt;Aplicatia Napster se poate descarca gratuit, dar pentru a accesa serviciile, utilizatorii vor trebui sa plateasca 10 dolari pe luna.&lt;/span&gt;&amp;nbsp;&lt;span style="border-bottom-width: 0px; border-left-width: 0px; border-right-width: 0px; border-top-width: 0px; font-family: inherit; font-size: 16px; font-style: inherit; font-weight: inherit; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: left; vertical-align: baseline;"&gt;Abonatii, deasemenea pot asculta Napster pe browserele lor, fara costuri suplimentare.&lt;/span&gt;&lt;/div&gt;
&lt;span class="Apple-style-span" style="font-size: 16px;"&gt;&lt;span style="border-bottom-width: 0px; border-left-width: 0px; border-right-width: 0px; border-top-width: 0px; font-family: inherit; font-size: 16px; font-style: inherit; font-weight: inherit; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: left; vertical-align: baseline;"&gt;&lt;br /&gt;
Sursa: &lt;a href="http://cnet.com/"&gt;cnet.com&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;div class="zemanta-related"&gt;
&lt;h6 class="zemanta-related-title" style="font-size: 1em; margin: 1em 0 0 0;"&gt;
Related articles by Zemanta&lt;/h6&gt;
&lt;ul class="zemanta-article-ul"&gt;
&lt;li class="zemanta-article-ul-li"&gt;&lt;a href="http://news.cnet.com/8301-13506_3-20016936-17.html?part=rss&amp;amp;subj=news"&gt;Napster makes its way to iOS devices&lt;/a&gt; (news.cnet.com)&lt;/li&gt;
&lt;li class="zemanta-article-ul-li"&gt;&lt;a href="http://www.cultofmac.com/stream-10-million-tracks-anywhere-with-napster-for-ios/59843"&gt;Stream 10 Million Tracks Anywhere With Napster for iOS&lt;/a&gt; (cultofmac.com)&lt;/li&gt;
&lt;li class="zemanta-article-ul-li"&gt;&lt;a href="http://bombtune.com/post/1155493323/napster-app"&gt;Napster App&lt;/a&gt; (bombtune.com)&lt;/li&gt;
&lt;li class="zemanta-article-ul-li"&gt;&lt;a href="http://www.sporkings.com/2010/09/napster-debuts-apple-store/"&gt;Napster debuts on Apple Store&lt;/a&gt; (sporkings.com)&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;div class="zemanta-pixie" style="height: 15px; margin-top: 10px;"&gt;
&lt;/div&gt;
</content><link href="http://terroare.blogspot.com/feeds/1022004622247543071/comments/default" rel="replies" title="Post Comments" type="application/atom+xml"/><link href="http://terroare.blogspot.com/2010/09/napster-isi-face-drumul-catre.html#comment-form" rel="replies" title="0 Comments" type="text/html"/><link href="http://www.blogger.com/feeds/25313656/posts/default/1022004622247543071" rel="edit" type="application/atom+xml"/><link href="http://www.blogger.com/feeds/25313656/posts/default/1022004622247543071" rel="self" type="application/atom+xml"/><link href="http://terroare.blogspot.com/2010/09/napster-isi-face-drumul-catre.html" rel="alternate" title="Napster isi face drumul catre dispozitivele iSO" type="text/html"/><author><name>Ladislau Radu Nagy</name><uri>http://www.blogger.com/profile/03144462887481662311</uri><email>noreply@blogger.com</email><gd:image height="16" rel="http://schemas.google.com/g/2005#thumbnail" src="https://img1.blogblog.com/img/b16-rounded.gif" width="16"/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-25313656.post-8730421629092060640</id><published>2010-09-20T18:05:00.005+03:00</published><updated>2019-10-18T03:54:32.271+03:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="oracle"/><category scheme="http://www.blogger.com/atom/ns#" term="stiri"/><title type="text">Oracle lanseaza official Fusion apps</title><content type="html">&lt;div style="border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; font-family: inherit; font-size: 16px; font-style: inherit; font-weight: inherit; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: left; vertical-align: baseline;"&gt;
&lt;span style="border-bottom-width: 0px; border-left-width: 0px; border-right-width: 0px; border-top-width: 0px; font-family: inherit; font-size: 16px; font-style: inherit; font-weight: inherit; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: left; vertical-align: baseline;"&gt;&lt;a class="zem_slink" href="http://oracle.com/" rel="homepage" title="Oracle Corporation"&gt;Oracle&lt;/a&gt; pe luni a avut prezentarea Fusion apps, o suita de software conceput pentru a oferi tuturor clientilor care au cumparat, &lt;a class="zem_slink" href="http://en.wikipedia.org/wiki/PeopleSoft" rel="wikipedia" title="PeopleSoft"&gt;PeopleSoft&lt;/a&gt;, &lt;a class="zem_slink" href="http://www.oracle.com/" rel="homepage" title="Siebel Systems"&gt;Siebel&lt;/a&gt;, &lt;a class="zem_slink" href="http://en.wikipedia.org/wiki/JD_Edwards" rel="wikipedia" title="JD Edwards"&gt;JD Edwards&lt;/a&gt;, o cale de upgrade.&lt;/span&gt;&lt;br /&gt;
&lt;span style="border-bottom-width: 0px; border-left-width: 0px; border-right-width: 0px; border-top-width: 0px; font-family: inherit; font-size: 16px; font-style: inherit; font-weight: inherit; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: left; vertical-align: baseline;"&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style="border-bottom-width: 0px; border-left-width: 0px; border-right-width: 0px; border-top-width: 0px; font-family: inherit; font-size: 16px; font-style: inherit; font-weight: inherit; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: left; vertical-align: baseline;"&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style="border-bottom-width: 0px; border-left-width: 0px; border-right-width: 0px; border-top-width: 0px; font-family: inherit; font-size: 16px; font-style: inherit; font-weight: inherit; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: left; vertical-align: baseline;"&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style="border-bottom-width: 0px; border-left-width: 0px; border-right-width: 0px; border-top-width: 0px; font-family: inherit; font-size: 16px; font-style: inherit; font-weight: inherit; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: left; vertical-align: baseline;"&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style="border-bottom-width: 0px; border-left-width: 0px; border-right-width: 0px; border-top-width: 0px; font-family: inherit; font-size: 16px; font-style: inherit; font-weight: inherit; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: left; vertical-align: baseline;"&gt;&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style="border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; font-family: inherit; font-size: 16px; font-style: inherit; font-weight: inherit; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: left; vertical-align: baseline;"&gt;
&lt;span style="border-bottom-width: 0px; border-left-width: 0px; border-right-width: 0px; border-top-width: 0px; font-family: inherit; font-size: 16px; font-style: inherit; font-weight: inherit; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: left; vertical-align: baseline;"&gt;Au fost discutii despre Fusion de ani de zile, iar acum este in sfarsit lansat pe piata intr-o forma completa.&lt;/span&gt;&amp;nbsp;I&lt;span style="border-bottom-width: 0px; border-left-width: 0px; border-right-width: 0px; border-top-width: 0px; font-family: inherit; font-size: 16px; font-style: inherit; font-weight: inherit; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: left; vertical-align: baseline;"&gt;n mare, Fusion este un drum paralel cu cu software-ul Oracle.&lt;/span&gt;&amp;nbsp;&lt;span style="border-bottom-width: 0px; border-left-width: 0px; border-right-width: 0px; border-top-width: 0px; font-family: inherit; font-size: 16px; font-style: inherit; font-weight: inherit; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: left; vertical-align: baseline;"&gt;Oracle are mari sperante ca clientii vor migra la Fusion.&lt;/span&gt;&amp;nbsp;&lt;span style="border-bottom-width: 0px; border-left-width: 0px; border-right-width: 0px; border-top-width: 0px; font-family: inherit; font-size: 16px; font-style: inherit; font-weight: inherit; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: left; vertical-align: baseline;"&gt;Desigur, Oracle va va permite sa ramaneti la aplicatiile existente deja.&lt;/span&gt;&lt;/div&gt;
&lt;div style="border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; font-family: inherit; font-size: 16px; font-style: inherit; font-weight: inherit; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: left; vertical-align: baseline;"&gt;
Adaugate toate la un loc, arata ca un truc interesant de marketing. Oare Oracle va reusi sa convinga oamenii sa faca upgrade, in ciuda beneficiilor adaugate ?&amp;nbsp;&lt;/div&gt;
&lt;div style="border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; font-family: inherit; font-size: 16px; font-style: inherit; font-weight: inherit; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: left; vertical-align: baseline;"&gt;
&lt;span style="border-bottom-width: 0px; border-left-width: 0px; border-right-width: 0px; border-top-width: 0px; font-family: inherit; font-size: 16px; font-style: inherit; font-weight: inherit; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: left; vertical-align: baseline;"&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/div&gt;
&lt;div style="border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; font-family: inherit; font-size: 16px; font-style: inherit; font-weight: inherit; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: left; vertical-align: baseline;"&gt;
&lt;span style="border-bottom-width: 0px; border-left-width: 0px; border-right-width: 0px; border-top-width: 0px; font-family: inherit; font-size: 16px; font-style: inherit; font-weight: inherit; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: left; vertical-align: baseline;"&gt;Aici sunt ofertele:&lt;/span&gt;&lt;/div&gt;
&lt;div style="border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; font-family: inherit; font-size: 16px; font-style: inherit; font-weight: inherit; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: left; vertical-align: baseline;"&gt;
&lt;/div&gt;
&lt;div class="cnet-image-div image-REGULAR float-none" style="border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; font-family: inherit; font-size: 16px; font-style: inherit; font-weight: inherit; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: left; vertical-align: baseline; width: 507px;"&gt;
&lt;img alt="" class="cnet-image" src="http://news.cnet.com/i/tim/2010/09/20/fusion.JPG" height="400" style="border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; font-family: inherit; font-size: 16px; font-style: inherit; font-weight: inherit; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: left; vertical-align: baseline;" width="344" /&gt;&lt;/div&gt;
&lt;span class="Apple-style-span" style="font-size: 16px;"&gt;&lt;span style="border-bottom-width: 0px; border-left-width: 0px; border-right-width: 0px; border-top-width: 0px; font-family: inherit; font-size: 16px; font-style: inherit; font-weight: inherit; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: left; vertical-align: baseline;"&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;span class="Apple-style-span" style="font-size: small;"&gt; Sursa: &lt;/span&gt;&lt;a href="http://cnet.com/"&gt;&lt;span class="Apple-style-span" style="font-size: small;"&gt;cnet.com&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;div class="zemanta-related"&gt;
&lt;h6 class="zemanta-related-title" style="font-size: 1em; margin: 1em 0 0 0;"&gt;
Related articles by Zemanta&lt;/h6&gt;
&lt;ul class="zemanta-article-ul"&gt;
&lt;li class="zemanta-article-ul-li"&gt;&lt;a href="http://news.cnet.com/8301-1001_3-20016932-92.html?part=rss&amp;amp;subj=News-BusinessTech"&gt;Oracle officially launches its Fusion apps&lt;/a&gt; (news.cnet.com)&lt;/li&gt;
&lt;li class="zemanta-article-ul-li"&gt;&lt;a href="http://www.informationweek.com/news/global-cio/interviews/showArticle.jhtml?articleID=227500380&amp;amp;cid=RSSfeed_IWK_ALL"&gt;Global CIO: Oracle's New Fusion Apps: An Inside Look&lt;/a&gt; (informationweek.com)&lt;/li&gt;
&lt;li class="zemanta-article-ul-li"&gt;&lt;a href="http://www.zdnet.com/blog/btl/oracle-officially-launches-its-fusion-apps-will-customers-bite/39339"&gt;Oracle officially launches its Fusion apps; Will customers bite?&lt;/a&gt; (zdnet.com)&lt;/li&gt;
&lt;li class="zemanta-article-ul-li"&gt;&lt;a href="http://www.informationweek.com/blog/main/archives/2010/09/ellison_all_in.html?cid=RSSfeed_IWK_ALL"&gt;Ellison "All In" on Enterprise Collaboration&lt;/a&gt; (informationweek.com)&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;div class="zemanta-pixie" style="height: 15px; margin-top: 10px;"&gt;
&lt;/div&gt;
</content><link href="http://terroare.blogspot.com/feeds/8730421629092060640/comments/default" rel="replies" title="Post Comments" type="application/atom+xml"/><link href="http://terroare.blogspot.com/2010/09/oracle-lanseaza-official-fusion-apps.html#comment-form" rel="replies" title="0 Comments" type="text/html"/><link href="http://www.blogger.com/feeds/25313656/posts/default/8730421629092060640" rel="edit" type="application/atom+xml"/><link href="http://www.blogger.com/feeds/25313656/posts/default/8730421629092060640" rel="self" type="application/atom+xml"/><link href="http://terroare.blogspot.com/2010/09/oracle-lanseaza-official-fusion-apps.html" rel="alternate" title="Oracle lanseaza official Fusion apps" type="text/html"/><author><name>Ladislau Radu Nagy</name><uri>http://www.blogger.com/profile/03144462887481662311</uri><email>noreply@blogger.com</email><gd:image height="16" rel="http://schemas.google.com/g/2005#thumbnail" src="https://img1.blogblog.com/img/b16-rounded.gif" width="16"/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-25313656.post-6468304490192269320</id><published>2010-09-20T17:43:00.002+03:00</published><updated>2019-10-18T03:54:47.746+03:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Business"/><category scheme="http://www.blogger.com/atom/ns#" term="IBM"/><category scheme="http://www.blogger.com/atom/ns#" term="stiri"/><title type="text">IBM va cumpara Netezza cu 1.7 miliarde de dolari</title><content type="html">&lt;div class="cnet-image-div image-REGULAR float-right" style="border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; clear: left; float: left; font-family: inherit; font-size: 16px; font-style: inherit; font-weight: inherit; margin-bottom: 1em; margin-right: 1em; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: left; vertical-align: baseline; width: 184px;"&gt;
&lt;img alt="Bani imagine" class="cnet-image" src="http://news.cnet.com/i/tim/2010/09/20/Money.jpg" height="138" style="border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; font-family: inherit; font-size: 16px; font-style: inherit; font-weight: inherit; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: left; vertical-align: baseline;" width="184" /&gt;&lt;/div&gt;
&lt;div style="border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; font-family: inherit; font-size: 16px; font-style: inherit; font-weight: inherit; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: left; vertical-align: baseline;"&gt;
&lt;span style="border-bottom-width: 0px; border-left-width: 0px; border-right-width: 0px; border-top-width: 0px; font-family: inherit; font-size: 16px; font-style: inherit; font-weight: inherit; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: left; vertical-align: baseline;"&gt;IBM a anuntat luni ca intentioneaza sa achizitioneze compania de analiza &lt;a class="zem_slink" href="http://www.netezza.com/" rel="homepage" title="Netezza"&gt;Netezza&lt;/a&gt; intr-o tranzactie de numerar, evaluat la aproximativ 1.7 miliarde de dolari.&lt;/span&gt;&lt;/div&gt;
&lt;div style="border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; font-family: inherit; font-size: 16px; font-style: inherit; font-weight: inherit; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: left; vertical-align: baseline;"&gt;
&lt;/div&gt;
&lt;div style="border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; font-family: inherit; font-size: 16px; font-style: inherit; font-weight: inherit; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: left; vertical-align: baseline;"&gt;
&lt;/div&gt;
&lt;div style="border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; font-family: inherit; font-size: 16px; font-style: inherit; font-weight: inherit; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: left; vertical-align: baseline;"&gt;
&lt;span style="border-bottom-width: 0px; border-left-width: 0px; border-right-width: 0px; border-top-width: 0px; font-family: inherit; font-size: 16px; font-style: inherit; font-weight: inherit; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: left; vertical-align: baseline;"&gt;Cele doua companii au incheiat un acord definitiv prin care IBM va plati 27 dolari pe actiune pentru Marlborough, Massachusetts, achizitionand astfel toate actiuniile Netezza.&lt;/span&gt;&lt;/div&gt;
&lt;div style="border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; font-family: inherit; font-size: 16px; font-style: inherit; font-weight: inherit; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: left; vertical-align: baseline;"&gt;
&lt;span style="border-bottom-width: 0px; border-left-width: 0px; border-right-width: 0px; border-top-width: 0px; font-family: inherit; font-size: 16px; font-style: inherit; font-weight: inherit; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: left; vertical-align: baseline;"&gt;&lt;/span&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div style="border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; font-family: inherit; font-size: 16px; font-style: inherit; font-weight: inherit; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: left; vertical-align: baseline;"&gt;
&lt;span style="border-bottom-width: 0px; border-left-width: 0px; border-right-width: 0px; border-top-width: 0px; font-family: inherit; font-size: 16px; font-style: inherit; font-weight: inherit; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: left; vertical-align: baseline;"&gt;Netezza ofera o aplicatie penstru stocarea datelor,&amp;nbsp;conceput pentru a ajuta companiile sa se ocupe de analiza de inalta performanta.&lt;/span&gt;&amp;nbsp;&lt;span style="border-bottom-width: 0px; border-left-width: 0px; border-right-width: 0px; border-top-width: 0px; font-family: inherit; font-size: 16px; font-style: inherit; font-weight: inherit; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: left; vertical-align: baseline;"&gt;Aplicatia poate fi instalat rapid si destul de usor, compania spune ca clientii vor fi incurajati sa-l puna in mainile departamentelor la nivel de unitati, cum ar fi vanzarile, dezvoltarea produsului, si a resurselor umane.&lt;/span&gt;&lt;/div&gt;
&lt;div style="border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; font-family: inherit; font-size: 16px; font-style: inherit; font-weight: inherit; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: left; vertical-align: baseline;"&gt;
&lt;span style="border-bottom-width: 0px; border-left-width: 0px; border-right-width: 0px; border-top-width: 0px; font-family: inherit; font-size: 16px; font-style: inherit; font-weight: inherit; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: left; vertical-align: baseline;"&gt;"IBM pune la dispozitie aceasta aplicatie de analiza maselor de oameni", a declarat Steve Mills, senior vice presedinte si directorul executiv al grupului, IBM Software si Sisteme, intr-o declaratie.&lt;/span&gt;&amp;nbsp;&lt;span style="border-bottom-width: 0px; border-left-width: 0px; border-right-width: 0px; border-top-width: 0px; font-family: inherit; font-size: 16px; font-style: inherit; font-weight: inherit; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: left; vertical-align: baseline;"&gt;"Netezza completeaza puternic capacităţile noastre de analiza de afaceri si baza de clienti."&lt;/span&gt;&lt;/div&gt;
&lt;div style="border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; font-family: inherit; font-size: 16px; font-style: inherit; font-weight: inherit; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: left; vertical-align: baseline;"&gt;
&lt;span style="border-bottom-width: 0px; border-left-width: 0px; border-right-width: 0px; border-top-width: 0px; font-family: inherit; font-size: 16px; font-style: inherit; font-weight: inherit; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: left; vertical-align: baseline;"&gt;clientii Netezza includ eHarmony, Neiman Marcus, Time Warner, Estee Lauder, Nationwide asigurari, precum si Virgin Media.&lt;/span&gt;&lt;/div&gt;
&lt;div style="border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; font-family: inherit; font-size: 16px; font-style: inherit; font-weight: inherit; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: left; vertical-align: baseline;"&gt;
&lt;span style="border-bottom-width: 0px; border-left-width: 0px; border-right-width: 0px; border-top-width: 0px; font-family: inherit; font-size: 16px; font-style: inherit; font-weight: inherit; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: left; vertical-align: baseline;"&gt;IBM si Netezza au o relatie de lunga durata strategica prin care au asamblat sisteme concepute pentru a analiza cantitati mari de date complexe.&lt;/span&gt;&lt;/div&gt;
&lt;div style="border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; font-family: inherit; font-size: 16px; font-style: inherit; font-weight: inherit; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: left; vertical-align: baseline;"&gt;
&lt;span style="border-bottom-width: 0px; border-left-width: 0px; border-right-width: 0px; border-top-width: 0px; font-family: inherit; font-size: 16px; font-style: inherit; font-weight: inherit; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: left; vertical-align: baseline;"&gt;Domeniul este una din lucrurile care a atras foarte mult atentia IBM.&lt;/span&gt;&amp;nbsp;&lt;span style="background-color: #e6ecf9; border-bottom-width: 0px; border-left-width: 0px; border-right-width: 0px; border-top-width: 0px; font-family: inherit; font-size: 16px; font-style: inherit; font-weight: inherit; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: left; vertical-align: baseline;"&gt;Compania a spus ca in ultimii patru ani a investit mai mult de 12 miliarde dolari in 23 de achizitii&amp;nbsp;&lt;/span&gt;legate&amp;nbsp;de analiza - de exemplu, Coremetrics&amp;nbsp;in luna iunie a acestui an şi SPSS&amp;nbsp;in iulie 2009 - si ca, in al doilea trimestru al anului 2010, &amp;nbsp;afacerile de analiza au crescut 14 procente.&lt;/div&gt;
&lt;div style="border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; font-family: inherit; font-size: 16px; font-style: inherit; font-weight: inherit; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: left; vertical-align: baseline;"&gt;
&lt;span style="border-bottom-width: 0px; border-left-width: 0px; border-right-width: 0px; border-top-width: 0px; font-family: inherit; font-size: 16px; font-style: inherit; font-weight: inherit; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: left; vertical-align: baseline;"&gt;Achizitia necesita inca o aprobarea de catre actionari Netezza, dar IBM se asteapta ca acordul se ca inchide in al patrulea trimestru, al acestui an.&lt;/span&gt;&lt;/div&gt;
&lt;span class="Apple-style-span" style="font-size: 16px;"&gt;&lt;span style="border-bottom-width: 0px; border-left-width: 0px; border-right-width: 0px; border-top-width: 0px; font-family: inherit; font-size: 16px; font-style: inherit; font-weight: inherit; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: left; vertical-align: baseline;"&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style="border-bottom-width: 0px; border-left-width: 0px; border-right-width: 0px; border-top-width: 0px; font-family: inherit; font-style: inherit; font-weight: inherit; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: left; vertical-align: baseline;"&gt;&lt;span class="Apple-style-span" style="font-size: small;"&gt;Sursa: &lt;/span&gt;&lt;a href="http://cnet.com/"&gt;&lt;span class="Apple-style-span" style="font-size: small;"&gt;cnet.com&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;
&lt;div class="zemanta-related"&gt;
&lt;h6 class="zemanta-related-title" style="font-size: 1em; margin: 1em 0 0 0;"&gt;
Related articles by Zemanta&lt;/h6&gt;
&lt;ul class="zemanta-article-ul"&gt;
&lt;li class="zemanta-article-ul-li"&gt;&lt;a href="http://www.techvibes.com/blog/ibm-set-to-acquire-netezza-for-us17-billion"&gt;IBM set to acquire Netezza for US$1.7 billion&lt;/a&gt; (techvibes.com)&lt;/li&gt;
&lt;li class="zemanta-article-ul-li"&gt;&lt;a href="http://www.dailyfinance.com/story/company-news/ibm-acquires-netezza-in-1-7-billion-deal/19640324/?icid=zemanta"&gt;IBM Acquires Netezza in $1.7 Billion Deal&lt;/a&gt; (dailyfinance.com)&lt;/li&gt;
&lt;li class="zemanta-article-ul-li"&gt;&lt;a href="http://www.nowpublic.com/tech-biz/ibm-acquires-netezza-2667291.html"&gt;IBM Acquires Netezza&lt;/a&gt; (nowpublic.com)&lt;/li&gt;
&lt;li class="zemanta-article-ul-li"&gt;&lt;a href="http://www.informationweek.com/news/global-cio/trends/showArticle.jhtml?articleID=227500482&amp;amp;cid=RSSfeed_IWK_ALL"&gt;Brocade Shares Jump On IBM Takeover Talk&lt;/a&gt; (informationweek.com)&lt;/li&gt;
&lt;li class="zemanta-article-ul-li"&gt;&lt;a href="http://www.webpronews.com/topnews/2010/09/20/ibm-to-acquire-netezza-for-17-billion"&gt;IBM to Acquire Netezza for $1.7 Billion&lt;/a&gt; (webpronews.com)&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;div class="zemanta-pixie" style="height: 15px; margin-top: 10px;"&gt;
&lt;/div&gt;
</content><link href="http://terroare.blogspot.com/feeds/6468304490192269320/comments/default" rel="replies" title="Post Comments" type="application/atom+xml"/><link href="http://terroare.blogspot.com/2010/09/ibm-va-cumpara-netezza-cu-17-miliarde.html#comment-form" rel="replies" title="0 Comments" type="text/html"/><link href="http://www.blogger.com/feeds/25313656/posts/default/6468304490192269320" rel="edit" type="application/atom+xml"/><link href="http://www.blogger.com/feeds/25313656/posts/default/6468304490192269320" rel="self" type="application/atom+xml"/><link href="http://terroare.blogspot.com/2010/09/ibm-va-cumpara-netezza-cu-17-miliarde.html" rel="alternate" title="IBM va cumpara Netezza cu 1.7 miliarde de dolari" type="text/html"/><author><name>Ladislau Radu Nagy</name><uri>http://www.blogger.com/profile/03144462887481662311</uri><email>noreply@blogger.com</email><gd:image height="16" rel="http://schemas.google.com/g/2005#thumbnail" src="https://img1.blogblog.com/img/b16-rounded.gif" width="16"/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-25313656.post-7851615397300629169</id><published>2010-09-10T05:56:00.004+03:00</published><updated>2019-10-18T03:55:05.661+03:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Arcania"/><category scheme="http://www.blogger.com/atom/ns#" term="games"/><category scheme="http://www.blogger.com/atom/ns#" term="Gothic"/><category scheme="http://www.blogger.com/atom/ns#" term="jocuri"/><category scheme="http://www.blogger.com/atom/ns#" term="Xbox 360"/><title type="text">Gothic 4 Arcania demoul jocului va fi lansat la sfarsitul lunii</title><content type="html">&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEia9NL9Khc01F_VO2cd4x4hB1LI0aVX984gb5OUtOsFU8NQnVAVYz7Puqj4yfHtI0n28Pe6ilts0hU6OLR42EXpNoQk1XiDMf_05kvzgbDTJKXlt61hUMrbmRYciSgL4Ax62x3LGg/s1600/header_742_arcania_gothic_4.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="165" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEia9NL9Khc01F_VO2cd4x4hB1LI0aVX984gb5OUtOsFU8NQnVAVYz7Puqj4yfHtI0n28Pe6ilts0hU6OLR42EXpNoQk1XiDMf_05kvzgbDTJKXlt61hUMrbmRYciSgL4Ax62x3LGg/s320/header_742_arcania_gothic_4.jpg" width="320" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;b&gt;Demo&lt;/b&gt;-ul&lt;b&gt; jocului Gorhic 4 Arcania va fi lansat la sfarsitul lunii&lt;/b&gt;, in 24 Septembrie pe PC si Xbox 360, lucru anuntat de catre &lt;span id="main" style="visibility: visible;"&gt;&lt;span id="search" style="visibility: visible;"&gt;Publisher-ul &lt;a class="zem_slink" href="http://www.dreamcatchergames.com/" rel="homepage" title="DreamCatcher Interactive"&gt;DreamCatcher&lt;/a&gt;. &lt;b&gt;Demo&lt;/b&gt;-ul va furniza gamerilor primele 2 ore de gameplay plin de lupte si adrenalina, pe insula &lt;/span&gt;&lt;/span&gt;Feshyr.&lt;br /&gt;
&lt;span id="main" style="visibility: visible;"&gt;&lt;span id="search" style="visibility: visible;"&gt;Acesta este acelasi &lt;b&gt;demo&lt;/b&gt; pe care au pus mana vizitatorii de la GameCom, in mijlocul &lt;b&gt;lunii&lt;/b&gt; august acestui an.&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span id="main" style="visibility: visible;"&gt;&lt;span id="search" style="visibility: visible;"&gt;&lt;b&gt;Jocul Gothic 4 Arcania&lt;/b&gt; va fi &lt;b&gt;lansat&lt;/b&gt; pe PC si &lt;a class="zem_slink" href="http://en.wikipedia.org/wiki/Xbox_360" rel="wikipedia" title="Xbox 360"&gt;Xbox360&lt;/a&gt; in 12 Octombrie, iar versiunea pe PS3 a fost amanata pe a doua patrime a anului 2011. &lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;div class="zemanta-related"&gt;
&lt;h6 class="zemanta-related-title" style="font-size: 1em; margin: 1em 0 0 0;"&gt;
Related articles by Zemanta&lt;/h6&gt;
&lt;ul class="zemanta-article-ul"&gt;
&lt;li class="zemanta-article-ul-li"&gt;&lt;a href="http://news.bigdownload.com/2010/09/09/arcania-gothic-4-demo-coming-september-24/"&gt;Arcania: Gothic 4 demo coming September 24&lt;/a&gt; (news.bigdownload.com)&lt;/li&gt;
&lt;li class="zemanta-article-ul-li"&gt;&lt;a href="http://www.cinemablend.com/games/Arcania-Gothic-4-DRM-Details-Unveiled-27075.html"&gt;Arcania: Gothic 4 DRM Details Unveiled&lt;/a&gt; (cinemablend.com)&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;div class="zemanta-pixie" style="height: 15px; margin-top: 10px;"&gt;
&lt;/div&gt;
</content><link href="http://terroare.blogspot.com/feeds/7851615397300629169/comments/default" rel="replies" title="Post Comments" type="application/atom+xml"/><link href="http://terroare.blogspot.com/2010/09/gothic-4-arcania-demo-va-fi-lansat-la.html#comment-form" rel="replies" title="0 Comments" type="text/html"/><link href="http://www.blogger.com/feeds/25313656/posts/default/7851615397300629169" rel="edit" type="application/atom+xml"/><link href="http://www.blogger.com/feeds/25313656/posts/default/7851615397300629169" rel="self" type="application/atom+xml"/><link href="http://terroare.blogspot.com/2010/09/gothic-4-arcania-demo-va-fi-lansat-la.html" rel="alternate" title="Gothic 4 Arcania demoul jocului va fi lansat la sfarsitul lunii" type="text/html"/><author><name>Ladislau Radu Nagy</name><uri>http://www.blogger.com/profile/03144462887481662311</uri><email>noreply@blogger.com</email><gd:image height="16" rel="http://schemas.google.com/g/2005#thumbnail" src="https://img1.blogblog.com/img/b16-rounded.gif" width="16"/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" height="72" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEia9NL9Khc01F_VO2cd4x4hB1LI0aVX984gb5OUtOsFU8NQnVAVYz7Puqj4yfHtI0n28Pe6ilts0hU6OLR42EXpNoQk1XiDMf_05kvzgbDTJKXlt61hUMrbmRYciSgL4Ax62x3LGg/s72-c/header_742_arcania_gothic_4.jpg" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-25313656.post-840148539150477982</id><published>2010-03-03T09:46:00.002+02:00</published><updated>2019-10-18T03:55:45.281+03:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Apple"/><category scheme="http://www.blogger.com/atom/ns#" term="Bill Gates"/><category scheme="http://www.blogger.com/atom/ns#" term="diverse"/><category scheme="http://www.blogger.com/atom/ns#" term="Mac"/><category scheme="http://www.blogger.com/atom/ns#" term="Macintosh"/><category scheme="http://www.blogger.com/atom/ns#" term="Microsoft"/><category scheme="http://www.blogger.com/atom/ns#" term="Pixar"/><category scheme="http://www.blogger.com/atom/ns#" term="Steve Jobs"/><category scheme="http://www.blogger.com/atom/ns#" term="Toy Story"/><title type="text">Experienta</title><content type="html">Azi am gasit un articol interesant scris de Vladutz, in care el ne povesteste despre experienta s-a din AISEC, si cum aceasta experienta l-a ajutat sa vada altfel lucrurile in viata.&lt;br /&gt;
Articolul de care va vorbesc il gasiti aici: &lt;a href="http://vladnegrea.blogspot.com/2010/02/experienta-mea-in-aiesec.html"&gt;Experienta mea in AISEC&lt;/a&gt;&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiZCvIOY8-YrbBz_iyRuu-ZgiEN_wV-hMlUw6z6zTSc5zNd7A0kG9oJNqyX3qn3DM8FnxykXaPemqzr1d04ObUS-S_ycH_Nj9IR1JUltpsa0bc562msr6MbZ28t1VUhiLXWdKAYsg/s1600-h/411px-Steve_Jobs.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="320" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiZCvIOY8-YrbBz_iyRuu-ZgiEN_wV-hMlUw6z6zTSc5zNd7A0kG9oJNqyX3qn3DM8FnxykXaPemqzr1d04ObUS-S_ycH_Nj9IR1JUltpsa0bc562msr6MbZ28t1VUhiLXWdKAYsg/s320/411px-Steve_Jobs.jpg" width="219" /&gt;&lt;/a&gt;&lt;/div&gt;
Cu ocazia asta vreau sa va relatez povestea unui om de succes si experientele sale, este vorba despre &lt;a class="zem_slink" href="http://en.wikipedia.org/wiki/Steve_Jobs" rel="wikipedia" title="Steve Jobs"&gt;Steve Jobs&lt;/a&gt;, fondatorul &lt;a class="zem_slink" href="http://www.apple.com/" rel="homepage" title="Apple"&gt;Apple&lt;/a&gt;.&lt;br /&gt;
&lt;a name='more'&gt;&lt;/a&gt;Steve Jobs, dupa primul semestru de facultate a renuntat la aceasta, dar a continuat sa audieze anumite cursuri din cadrul facultati, de exemplu un curs de caligrafie.&lt;br /&gt;
Daca n-ar fi avut aceasta experienta acumulata la cursul de &lt;b&gt;caligrafie&lt;/b&gt;, atunci Mac nu ar fi avut fonturi si nu ar fi aratat asa cum il cunoaste azi.&lt;br /&gt;
O alta experienta interesanta pe care a avut-o Jobs, a fost in India, unde a cautat o iluminare spirituala.&lt;br /&gt;
A revenit din India ca si budist, cu capul ras, si purtand haine traditionale indiene.&lt;br /&gt;
In aceasta perioada a experimentat, consumul de substante halucinogene, LSD, Jobs a avut doar atat de spus despre experienta sa "a fost unul dintre cele doua sau trei lucruri facute, cu adevarat importate din viata mea." &lt;br /&gt;
Dupa ce a fondat Mac, dupa cativa ani a pus pe scaunul conducerii unul dintre cei mai buni prieteni, nu a trecut mult timp, si acest "prieten bun" intr-o buna zi a convins restul actionarilor, ca Jobs nu mai are ce cauta la Mac.&lt;br /&gt;
Jobs dupa ce a fost dat afara din conducerea Mac, nu s-a lasat sa se aleaga praful de el, a cumparat o firma care se ocupa cu programe 3D si componente pentru acceleratie video. Pe urma aceasta firma a fost redenumita ca si &lt;a class="zem_slink" href="http://maps.google.com/maps?ll=37.832639,-122.283789&amp;amp;spn=1.0,1.0&amp;amp;q=37.832639,-122.283789%20(Pixar)&amp;amp;t=h" rel="geolocation" title="Pixar"&gt;Pixar&lt;/a&gt; studios, primul film animat pe care l-au scos a fost &lt;a class="zem_slink" href="http://anyclip.com/toy-story" rel="anyclip" title="Toy Story"&gt;Toy Story&lt;/a&gt;, si a avut un succes foarte mare. Majoritatea filmelor scoate de Pixar, au fost in topul box-office-urilor.&lt;br /&gt;
Daca Jobs n-ar fi fost data afara din firma sa, nu s-ar fi nascut Pixar studios. Aceasta experienta i-a adus foarte multe plusuri.&lt;br /&gt;
Peste cativa ani a fost chemat inapoi la Mac, firma care era pe prag de faliment, Jobs a reusit sa faca din nou o firma de succes din aceasta.&lt;br /&gt;
Un alt om care a avut mare succes, datorita experientelor din viata s-a a fost &lt;a class="zem_slink" href="http://www.microsoft.com/presspass/exec/billg/default.mspx" rel="homepage" title="Bill Gates"&gt;Bill Gates&lt;/a&gt;.&lt;br /&gt;
Bill a fost crescut de catre parintii lui, in spiritul competitiei, tot timpul a trebuit sa participe la jocurile competitive din familia sa. Tot timpul i-a placut sa castige, indiferent de mijloacele prin care reusea acest lucru.&lt;br /&gt;
O alta experienta a fost hobiul lui pe care l-a descoperit in cadrul facultatii, desi a fost inscris la drept, ii placea sa steie ore intregi in fata terminalului din facultate, scriind programe in basic.&lt;br /&gt;
Aceste experiente l-au determinat sa-si despfasoara activitatea in cadrul programarii sistemelor de operare pentru sisteme de calcul, iar spiritul sau de competitie l-a facut un adversar de temut pe plan de afaceri.&lt;br /&gt;
Angajati lui au reusit sa atinga tot timpul capacitatile maxime ale lor, cand cineva vroia sa prezinte o idee lui Bill si aceasta idee nu a fost exceptionala, Bill ii spunea "aceasta idee este o prostie, tu esti mai bun de asta, arata-mi ce poti cu adevarat daca vrei sa fii cel mai bun". Succesul firmei &lt;a class="zem_slink" href="http://maps.google.com/maps?ll=47.6395972222,-122.12845&amp;amp;spn=1.0,1.0&amp;amp;q=47.6395972222,-122.12845%20(Microsoft)&amp;amp;t=h" rel="geolocation" title="Microsoft"&gt;Microsoft&lt;/a&gt; s-a datorat spiritului de conducere al lui Bill.&lt;br /&gt;
Experientele pe care le avem in viata ne pot duce pe drumuri ciudate, dar ne pot aduce si succesul.&lt;br /&gt;
Voi ce experiente ati avut in viata, care v-a schimbat drumul pe care la-ti ales sau ati castigat de pe urma acestuia?&lt;br /&gt;
Lasati comentarii cu idei si/sau intrebari ;)&lt;br /&gt;
&lt;div class="zemanta-related"&gt;
&lt;h6 class="zemanta-related-title" style="font-size: 1em; margin: 1em 0 0 0;"&gt;
Related articles by Zemanta&lt;/h6&gt;
&lt;ul class="zemanta-article-ul"&gt;
&lt;li class="zemanta-article-ul-li"&gt;&lt;a href="http://www.slideshare.net/ioanadragne_1977/people-development-focus-iulie-2010"&gt;People Development Focus Iulie 2010&lt;/a&gt; (slideshare.net)&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;div class="zemanta-pixie" style="height: 15px; margin-top: 10px;"&gt;
&lt;/div&gt;
</content><link href="http://terroare.blogspot.com/feeds/840148539150477982/comments/default" rel="replies" title="Post Comments" type="application/atom+xml"/><link href="http://terroare.blogspot.com/2010/03/experienta.html#comment-form" rel="replies" title="0 Comments" type="text/html"/><link href="http://www.blogger.com/feeds/25313656/posts/default/840148539150477982" rel="edit" type="application/atom+xml"/><link href="http://www.blogger.com/feeds/25313656/posts/default/840148539150477982" rel="self" type="application/atom+xml"/><link href="http://terroare.blogspot.com/2010/03/experienta.html" rel="alternate" title="Experienta" type="text/html"/><author><name>Ladislau Radu Nagy</name><uri>http://www.blogger.com/profile/03144462887481662311</uri><email>noreply@blogger.com</email><gd:image height="16" rel="http://schemas.google.com/g/2005#thumbnail" src="https://img1.blogblog.com/img/b16-rounded.gif" width="16"/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" height="72" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiZCvIOY8-YrbBz_iyRuu-ZgiEN_wV-hMlUw6z6zTSc5zNd7A0kG9oJNqyX3qn3DM8FnxykXaPemqzr1d04ObUS-S_ycH_Nj9IR1JUltpsa0bc562msr6MbZ28t1VUhiLXWdKAYsg/s72-c/411px-Steve_Jobs.jpg" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-25313656.post-5072671793694126811</id><published>2010-02-22T17:43:00.002+02:00</published><updated>2019-10-18T03:55:55.691+03:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="diverse"/><title type="text">Bloom box: sursa de energie eficienta ?</title><content type="html">&lt;span class="zemanta-img separator" style="clear: left;"&gt;&lt;a href="http://commons.wikipedia.org/wiki/File:Bloom_Energy_logo.svg" style="clear: left; display: block; float: left; margin-left: 1em; margin-right: 1em;"&gt;&lt;img alt="Bloom Energy logo" src="http://upload.wikimedia.org/wikipedia/commons/thumb/8/88/Bloom_Energy_logo.svg/300px-Bloom_Energy_logo.svg.png" height="50" style="border: none; font-size: 0.8em;" width="300" /&gt;&lt;/a&gt;&lt;span class="zemanta-img-attribution" style="clear: both; float: left; margin-left: 1em; margin-right: 1em; width: 300px;"&gt;Image via &lt;a href="http://commons.wikipedia.org/wiki/File:Bloom_Energy_logo.svg"&gt;Wikipedia&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;Intr-o lume al energiei, cea mai buna sursa de energie este ieftina, curata si fara emisii de gaze.&lt;br /&gt;
Sunt multe initiative de genul acesta in &lt;a class="zem_slink" href="http://maps.google.com/maps?ll=37.37,-122.04&amp;amp;spn=1.0,1.0&amp;amp;q=37.37,-122.04%20(Silicon%20Valley)&amp;amp;t=h" rel="geolocation" title="Silicon Valley"&gt;Silicon Valley&lt;/a&gt;, unul dintre firme se numeste &lt;a class="zem_slink" href="http://www.bloomenergy.com/" rel="homepage" title="Bloom Energy Server"&gt;Bloom Energy&lt;/a&gt;.&lt;br /&gt;
Bloom Energy va face public inventi lor: o centrala intr-o cutie, pe care vor s-o puna in spatele casei tale.&lt;br /&gt;
&lt;a name='more'&gt;&lt;/a&gt;Vei genera propriul tau curent electric, cu aceasta cutie si va fi fara fire.&lt;br /&gt;
Idea este ca intr-o buna zi sa se inlocuieasca centralele mari si cablurile.&lt;br /&gt;
Foarte multi oameni de stiinta au avut ca discutie aceasta noua inventie, desi compania Bloom Energy a fost foarte secretuoasa.&lt;br /&gt;
Printre primii clienti al acestei companii se numara: &lt;a class="zem_slink" href="http://google.com/" rel="homepage" title="Google"&gt;Google&lt;/a&gt;, eBay, FeedEx, etc.&lt;br /&gt;
Urmariti in continuoare acesti video ca sa aflati mai multe:&lt;br /&gt;
&lt;embed allowfullscreen="true" flashvars="linkUrl=http://www.cbsnews.com/video/watch/?id=6228923n&amp;amp;releaseURL=http://cnettv.cnet.com/av/video/cbsnews/atlantis2/player-dest.swf&amp;amp;videoId=50083943&amp;amp;partner=news&amp;amp;vert=News&amp;amp;si=254&amp;amp;autoPlayVid=false&amp;amp;name=cbsPlayer&amp;amp;allowScriptAccess=always&amp;amp;wmode=transparent&amp;amp;embedded=y&amp;amp;scale=noscale&amp;amp;rv=n&amp;amp;salign=tl" height="324" pluginspage="http://www.macromedia.com/go/getflashplayer" src="http://cnettv.cnet.com/av/video/cbsnews/atlantis2/player-dest.swf" type="application/x-shockwave-flash" width="425"&gt;&lt;/embed&gt;&lt;br /&gt;
&lt;div class="zemanta-related"&gt;
&lt;h6 class="zemanta-related-title" style="font-size: 1em; margin: 1em 0 0 0;"&gt;
Related articles by Zemanta&lt;/h6&gt;
&lt;ul class="zemanta-article-ul"&gt;
&lt;li class="zemanta-article-ul-li"&gt;&lt;a href="http://www.nowpublic.com/world/bloom-energy-s-bloom-box-60-minutes-again"&gt;Bloom Energy's Bloom Box On 60 Minutes Again&lt;/a&gt; (nowpublic.com)&lt;/li&gt;
&lt;li class="zemanta-article-ul-li"&gt;&lt;a href="http://www.techeblog.com/index.php/tech-gadget/bloom-box-bloom-energy-featured-on-60-minutes"&gt;Bloom Box, Bloom Energy Featured on 60 Minutes&lt;/a&gt; (techeblog.com)&lt;/li&gt;
&lt;li class="zemanta-article-ul-li"&gt;&lt;a href="http://www.mnn.com/green-tech/research-innovations/blogs/hype-builds-around-mysterious-bloom-box"&gt;Hype builds around mysterious Bloom Box&lt;/a&gt; (mnn.com)&lt;/li&gt;
&lt;li class="zemanta-article-ul-li"&gt;&lt;a href="http://www.geeksaresexy.net/2010/08/30/alternative-energy-the-bloom-box/"&gt;Alternative Energy: The Bloom Box&lt;/a&gt; (geeksaresexy.net)&lt;/li&gt;
&lt;li class="zemanta-article-ul-li"&gt;&lt;a href="http://www.treehugger.com/files/2010/08/today-on-planet-100-canadas-oil-sands-more-toxic-than-ever-video.php?campaign=th_rss"&gt;Today on Planet 100: Canada's Oil Sands More Toxic Than Ever (Video)&lt;/a&gt; (treehugger.com)&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;div class="zemanta-pixie" style="height: 15px; margin-top: 10px;"&gt;
&lt;/div&gt;
</content><link href="http://terroare.blogspot.com/feeds/5072671793694126811/comments/default" rel="replies" title="Post Comments" type="application/atom+xml"/><link href="http://terroare.blogspot.com/2010/02/bloom-box-sursa-de-energie-eficienta.html#comment-form" rel="replies" title="1 Comments" type="text/html"/><link href="http://www.blogger.com/feeds/25313656/posts/default/5072671793694126811" rel="edit" type="application/atom+xml"/><link href="http://www.blogger.com/feeds/25313656/posts/default/5072671793694126811" rel="self" type="application/atom+xml"/><link href="http://terroare.blogspot.com/2010/02/bloom-box-sursa-de-energie-eficienta.html" rel="alternate" title="Bloom box: sursa de energie eficienta ?" type="text/html"/><author><name>Ladislau Radu Nagy</name><uri>http://www.blogger.com/profile/03144462887481662311</uri><email>noreply@blogger.com</email><gd:image height="16" rel="http://schemas.google.com/g/2005#thumbnail" src="https://img1.blogblog.com/img/b16-rounded.gif" width="16"/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-25313656.post-6737038053879775105</id><published>2010-02-20T18:37:00.004+02:00</published><updated>2019-10-18T03:56:03.505+03:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Firefox"/><category scheme="http://www.blogger.com/atom/ns#" term="Internet Explorer"/><category scheme="http://www.blogger.com/atom/ns#" term="Microsoft"/><category scheme="http://www.blogger.com/atom/ns#" term="Opera"/><category scheme="http://www.blogger.com/atom/ns#" term="stiri"/><category scheme="http://www.blogger.com/atom/ns#" term="Windows"/><title type="text">Microsoft ofera alegerea browser-ului pentru utilizatorii IE</title><content type="html">&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg33tVEqx_bxNc7QXWrNoie9FEKpKmEoe8jnIN2wCVT8S15rp-BXtP7pcjffg4d3LpXIY4ORN7m97kMeCNxVc0zSRhKh9U9GFHk7Caqntpahf4BUQMjfEz7fgI-ZJZUzVLI7yvB3A/s1600-h/_46508601_008082312-1.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="150" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg33tVEqx_bxNc7QXWrNoie9FEKpKmEoe8jnIN2wCVT8S15rp-BXtP7pcjffg4d3LpXIY4ORN7m97kMeCNxVc0zSRhKh9U9GFHk7Caqntpahf4BUQMjfEz7fgI-ZJZUzVLI7yvB3A/s200/_46508601_008082312-1.jpg" width="200" /&gt;&lt;/a&gt;&lt;/div&gt;
Milioane de utilizatori europeni al &lt;a class="zem_slink" href="http://en.wikipedia.org/wiki/Internet_Explorer" rel="wikipedia" title="Internet Explorer"&gt;Internet Explorer&lt;/a&gt;-ului, vor avea optiunea ca sa aleaga un browser alternativ incepand cu intai Martie, conform &lt;a class="zem_slink" href="http://maps.google.com/maps?ll=47.6395972222,-122.12845&amp;amp;spn=1.0,1.0&amp;amp;q=47.6395972222,-122.12845%20(Microsoft)&amp;amp;t=h" rel="geolocation" title="Microsoft"&gt;Microsoft&lt;/a&gt;.&lt;br /&gt;
Aceasta actiune a Microsoftului se datoreaza unei hotarari judecatoresti din Decembrie 2009, dintre Microsoft si a Comisiei de Competitie din Europa.&lt;br /&gt;
Microsoft a promis ca va lasa utilizatorii Windows PC din intreaga Europa sa instaleze browser-ul ales de ei, in loc de a avea Microsoft IE implicit.&lt;br /&gt;
&lt;a name='more'&gt;&lt;/a&gt;Statisticile ne arata ca mai mult din jumatate dintre utilizatorii de internet folosesc IE.&lt;br /&gt;
Testarile deja sunt incepute in Marea Britanie, Belgia si Franta.&lt;br /&gt;
Update-ul de alegere va veni in curand, automat pentru clientii: Windows XP, Windows Vista si Windows 7; conform blog post-ului al lui Dave Heiner, vice presedintele Microsoft.&lt;br /&gt;
Utilizatori care vor primi mesajul de alegerea browser-ului vor putea alege un browser alternativ, sau sa ramana cu cel instalat deja pe sistem.&lt;br /&gt;
Lista de browsere alternative va contine: &lt;a class="zem_slink" href="http://google.com/" rel="homepage" title="Google"&gt;Google&lt;/a&gt; Chrom, Firefox, &lt;a class="zem_slink" href="http://en.wikipedia.org/wiki/Safari_%28web_browser%29" rel="wikipedia" title="Safari (web browser)"&gt;Safari&lt;/a&gt; si &lt;a class="zem_slink" href="http://www.opera.com/" rel="homepage" title="Opera Software"&gt;Opera&lt;/a&gt;.&lt;br /&gt;
Milioane de oameni care pana acum nici nu s-au gandit ce browser sa foloseasca, acum vor fi fortati sa aleaga. Acest lucru este o oportunitate mare de marketing, pentru rivalii Microsoft pe plan de browsere.&lt;br /&gt;
Presedintele Fundatiei &lt;a class="zem_slink" href="http://maps.google.com/maps?ll=37.38792,-122.08284&amp;amp;spn=0.01,0.01&amp;amp;q=37.38792,-122.08284%20(Mozilla%20Foundation)&amp;amp;t=h" rel="geolocation" title="Mozilla Foundation"&gt;Mozilla&lt;/a&gt; Mitchel Baker si-a exprimat opinia in legatura cu aceasta stire: "este un mare pas spre ajutarea oamenilor pentru a prelua controlul asupra vietii lor online".&lt;br /&gt;
Sursa: BBC News.&lt;br /&gt;
In sfarsit, oamenii care n-au avut nici o data tangenta cu calculatoarele sau internetul, acum vor afle din prima clipa despre softurile alternative !&lt;br /&gt;
Tu ce parere ai ?&lt;br /&gt;
&lt;div class="zemanta-related"&gt;
&lt;h6 class="zemanta-related-title" style="font-size: 1em; margin: 1em 0 0 0;"&gt;
Related articles by Zemanta&lt;/h6&gt;
&lt;ul class="zemanta-article-ul"&gt;
&lt;li class="zemanta-article-ul-li"&gt;&lt;a href="http://news.cnet.com/8301-30685_3-20017369-264.html?part=rss&amp;amp;subj=Webware"&gt;Google: Chrome Frame ready for prime time&lt;/a&gt; (news.cnet.com)&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;div class="zemanta-pixie" style="height: 15px; margin-top: 10px;"&gt;
&lt;/div&gt;
</content><link href="http://terroare.blogspot.com/feeds/6737038053879775105/comments/default" rel="replies" title="Post Comments" type="application/atom+xml"/><link href="http://terroare.blogspot.com/2010/02/microsoft-ofera-alegerea-browser-ului.html#comment-form" rel="replies" title="2 Comments" type="text/html"/><link href="http://www.blogger.com/feeds/25313656/posts/default/6737038053879775105" rel="edit" type="application/atom+xml"/><link href="http://www.blogger.com/feeds/25313656/posts/default/6737038053879775105" rel="self" type="application/atom+xml"/><link href="http://terroare.blogspot.com/2010/02/microsoft-ofera-alegerea-browser-ului.html" rel="alternate" title="Microsoft ofera alegerea browser-ului pentru utilizatorii IE" type="text/html"/><author><name>Ladislau Radu Nagy</name><uri>http://www.blogger.com/profile/03144462887481662311</uri><email>noreply@blogger.com</email><gd:image height="16" rel="http://schemas.google.com/g/2005#thumbnail" src="https://img1.blogblog.com/img/b16-rounded.gif" width="16"/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" height="72" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg33tVEqx_bxNc7QXWrNoie9FEKpKmEoe8jnIN2wCVT8S15rp-BXtP7pcjffg4d3LpXIY4ORN7m97kMeCNxVc0zSRhKh9U9GFHk7Caqntpahf4BUQMjfEz7fgI-ZJZUzVLI7yvB3A/s72-c/_46508601_008082312-1.jpg" width="72"/><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-25313656.post-1284667614347638409</id><published>2010-02-20T16:55:00.002+02:00</published><updated>2010-09-24T01:04:32.101+03:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Apple"/><category scheme="http://www.blogger.com/atom/ns#" term="diverse"/><category scheme="http://www.blogger.com/atom/ns#" term="iPhone"/><title type="text">Un cuplu zice iDo intr-un magazin apple</title><content type="html">&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgQYaM-hGx_b-vrog11qec3ghpopNVDidQsnCi0TtXRD-ICZ-iOr_fQRClIJoSDRuQcawbNu_0v9XJG_3KHtg8us3AGOvPagQwWO0FOb33b-q2gSj2bJaVZwpKF2KwCjODjJEcwmQ/s1600-h/croppedrings_270x274.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="200" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgQYaM-hGx_b-vrog11qec3ghpopNVDidQsnCi0TtXRD-ICZ-iOr_fQRClIJoSDRuQcawbNu_0v9XJG_3KHtg8us3AGOvPagQwWO0FOb33b-q2gSj2bJaVZwpKF2KwCjODjJEcwmQ/s200/croppedrings_270x274.jpg" width="196" /&gt;&lt;/a&gt;&lt;/div&gt;Inelele au fost legate de un &lt;a class="zem_slink" href="http://www.crunchbase.com/product/ipod" rel="crunchbase" title="iPod"&gt;iPod&lt;/a&gt; din prima generatie. Mireasa si mierele amandoi au spus iDo. La ce mai mult am putea sa ne asteptam de la o nunta dintr-un magazin &lt;a class="zem_slink" href="http://www.apple.com/" rel="homepage" title="Apple"&gt;Apple&lt;/a&gt;.&lt;br /&gt;
Josh si Ting s-au intalnit prima oara intr-un magazin Apple, si nu au putut gasi un loc mai bun ca sa-si exprime dorinta de a-si lega vietile, printre randuri de Mac-uri.&lt;br /&gt;
&lt;a name='more'&gt;&lt;/a&gt;Cuplul a spus iDo chiar de Valentine's day in magazinul Apple din New York.&lt;br /&gt;
Josh zicea intr-un interviu:&lt;br /&gt;
&lt;div style="text-align: left;"&gt;&lt;i&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Obisnuiam sa spun glume pe baza faptului ca magazinul Apple este biserica mea, deoarece&amp;nbsp;&amp;nbsp; nu sunt un om religios, si iubesc tot ce este Apple...&amp;nbsp; &lt;/i&gt;&lt;/div&gt;&lt;div style="text-align: left;"&gt;&lt;i&gt;&amp;nbsp;&lt;/i&gt;Ting a avut idea ca sa aibe nunta acolo.&lt;/div&gt;&lt;div style="text-align: left;"&gt;&lt;/div&gt;&lt;div style="text-align: left;"&gt;Sa speram ca iubirea lor va avea o garantie mai buna decat un &lt;a class="zem_slink" href="http://www.apple.com/iphone" rel="homepage" title="iPhone"&gt;iPhone&lt;/a&gt;.&lt;/div&gt;&lt;div style="text-align: left;"&gt;&lt;/div&gt;&lt;object height="355" width="415"&gt;&lt;param name="movie" value="http://www.youtube.com/v/9LQNNv7MFLE&amp;color1=0xb1b1b1&amp;color2=0xcfcfcf&amp;hl=en_US&amp;feature=player_embedded&amp;fs=1"&gt;&lt;/param&gt;&lt;param name="allowFullScreen" value="true"&gt;&lt;/param&gt;&lt;param name="allowScriptAccess" value="always"&gt;&lt;/param&gt;&lt;embed src="http://www.youtube.com/v/9LQNNv7MFLE&amp;color1=0xb1b1b1&amp;color2=0xcfcfcf&amp;hl=en_US&amp;feature=player_embedded&amp;fs=1" type="application/x-shockwave-flash" allowfullscreen="true" allowScriptAccess="always" width="415" height="355"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;br /&gt;
&lt;div class="zemanta-pixie" style="height: 15px; margin-top: 10px;"&gt;&lt;a class="zemanta-pixie-a" href="http://www.zemanta.com/" title="Enhanced by Zemanta"&gt;&lt;img alt="Enhanced by Zemanta" class="zemanta-pixie-img" src="http://img.zemanta.com/zemified_a.png?x-id=ed4e357e-925f-42ca-aed6-680185f12314" style="border: none; float: right;" /&gt;&lt;/a&gt;&lt;/div&gt;</content><link href="http://terroare.blogspot.com/feeds/1284667614347638409/comments/default" rel="replies" title="Post Comments" type="application/atom+xml"/><link href="http://terroare.blogspot.com/2010/02/un-cuplu-zice-ido-intr-un-magazin-apple.html#comment-form" rel="replies" title="0 Comments" type="text/html"/><link href="http://www.blogger.com/feeds/25313656/posts/default/1284667614347638409" rel="edit" type="application/atom+xml"/><link href="http://www.blogger.com/feeds/25313656/posts/default/1284667614347638409" rel="self" type="application/atom+xml"/><link href="http://terroare.blogspot.com/2010/02/un-cuplu-zice-ido-intr-un-magazin-apple.html" rel="alternate" title="Un cuplu zice iDo intr-un magazin apple" type="text/html"/><author><name>Ladislau Radu Nagy</name><uri>http://www.blogger.com/profile/03144462887481662311</uri><email>noreply@blogger.com</email><gd:image height="16" rel="http://schemas.google.com/g/2005#thumbnail" src="https://img1.blogblog.com/img/b16-rounded.gif" width="16"/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" height="72" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgQYaM-hGx_b-vrog11qec3ghpopNVDidQsnCi0TtXRD-ICZ-iOr_fQRClIJoSDRuQcawbNu_0v9XJG_3KHtg8us3AGOvPagQwWO0FOb33b-q2gSj2bJaVZwpKF2KwCjODjJEcwmQ/s72-c/croppedrings_270x274.jpg" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-25313656.post-5477845127633531568</id><published>2010-02-19T23:01:00.005+02:00</published><updated>2010-09-10T01:19:05.224+03:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="tutorial pamflet"/><title type="text">Tutorial - Cum sa devii spamer</title><content type="html">&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjzLzaB4rJgv56TPa4E9LojXMrYdfrzpjkz1AwS1qU4MyeJHTtcsTCOzJUmufhSip2tM37gnDJfGKyHrfFUb3beO93MTz8kAZ5cHd7yPLN9cIs_lJL8MBkvDloXhkPwmH7ucWgwCQ/s1600-h/spamer.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="252" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjzLzaB4rJgv56TPa4E9LojXMrYdfrzpjkz1AwS1qU4MyeJHTtcsTCOzJUmufhSip2tM37gnDJfGKyHrfFUb3beO93MTz8kAZ5cHd7yPLN9cIs_lJL8MBkvDloXhkPwmH7ucWgwCQ/s320/spamer.jpg" width="320" /&gt;&lt;/a&gt;&amp;nbsp;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;span style="font-size: large;"&gt;Acest articol este un pamflet si trebuie tratat ca atare !&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
Parcurgand acest tutorial cu siguranta vei deveni un spamer de succes !&lt;br /&gt;
&lt;br /&gt;
&lt;span style="color: #38761d;"&gt;Cerinte:&lt;/span&gt; o lista de adrese de email(luate de pe site-uri, hartii aruncate la gunoi, etc),&amp;nbsp; sa ai un motiv sa spamezi(reclama ratata la un produs produs ratat, dorinta ta de copil ratat sa enervezi lumea sau sa trimiti link-uri catre site-uri virusate), o adresa/e de email fictiva/e de unde sa trimiti spam.&lt;br /&gt;
&lt;br /&gt;
&lt;a name='more'&gt;&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;&lt;span style="color: #38761d;"&gt;Pasul1:&lt;/span&gt;&lt;/b&gt;&lt;br /&gt;
Ca sa devii spamer ai nevoie de adrese de email de la oameni.&lt;br /&gt;
Unde poti gasi adrese de email ?&lt;br /&gt;
Pe site-uri, forum-uri, cosul de gunoi(unii idioti isi scriu adresa de email pe o hartie pe care o arunca la gunoi, tu vei profita pe urma acestor idioti).&lt;br /&gt;
Vorbesti cu alti spameri idioti ca tine, sa imparta lista lor de email.&lt;br /&gt;
Daca esti desptept folosesti un crawler care cauta pe site-uri dupa adrese de email, oricum lumea este mai inteligenta ca si spameri si nu scrie gigi@prost.ro ci vor scrie gigi(at)prost(dot)ro, detalii despre cum sa gasesti si aceste adrese de email vei afla de la colegii spameri fara viata ca tine. &lt;br /&gt;
&lt;br /&gt;
&lt;span style="color: #38761d;"&gt;Pasul2:&lt;/span&gt; &lt;br /&gt;
Bun ai o lista mare de adrese de email ce ai de facut in continuoare ?&lt;br /&gt;
Ca orice spamer retardat, vei striga Timi! Timi! ca si redardatul celebru din South Park, glumeam :P&lt;br /&gt;
Va trebui sa iti faci niste adrese de email fictive de unde vei trimite spam la lista ta de email.&lt;br /&gt;
&lt;br /&gt;
&lt;span style="color: #38761d;"&gt;Pasul3:&lt;/span&gt;&lt;br /&gt;
Ce vei trimite in email-urile tale spam ?&lt;br /&gt;
Ca si restul spamerilor va trebui sa trimiti, email-uri care fac reclama la: un produs ratat ca tine, la viagra sau alte medicamente ce maresc virilitatea(tu ar trebui sa iei cu kilu), la site-uri porno(90% din spameri fac asta), site-uri care contin virusi(asa vei simti o satisfactie bolnava ca ai reusit sa virusezi cateva calculatoare)etc.&lt;br /&gt;
&lt;br /&gt;
Urmarind acest tutorial vei putea deveni un spamer de succes, eu iti garantez asta !&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Parerea mea personala despre spameri ca sunt niste oameni retardati fara viata, voi ce ziceti ?</content><link href="http://terroare.blogspot.com/feeds/5477845127633531568/comments/default" rel="replies" title="Post Comments" type="application/atom+xml"/><link href="http://terroare.blogspot.com/2010/02/tutorial-cum-sa-devii-spamer.html#comment-form" rel="replies" title="4 Comments" type="text/html"/><link href="http://www.blogger.com/feeds/25313656/posts/default/5477845127633531568" rel="edit" type="application/atom+xml"/><link href="http://www.blogger.com/feeds/25313656/posts/default/5477845127633531568" rel="self" type="application/atom+xml"/><link href="http://terroare.blogspot.com/2010/02/tutorial-cum-sa-devii-spamer.html" rel="alternate" title="Tutorial - Cum sa devii spamer" type="text/html"/><author><name>Ladislau Radu Nagy</name><uri>http://www.blogger.com/profile/03144462887481662311</uri><email>noreply@blogger.com</email><gd:image height="16" rel="http://schemas.google.com/g/2005#thumbnail" src="https://img1.blogblog.com/img/b16-rounded.gif" width="16"/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" height="72" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjzLzaB4rJgv56TPa4E9LojXMrYdfrzpjkz1AwS1qU4MyeJHTtcsTCOzJUmufhSip2tM37gnDJfGKyHrfFUb3beO93MTz8kAZ5cHd7yPLN9cIs_lJL8MBkvDloXhkPwmH7ucWgwCQ/s72-c/spamer.jpg" width="72"/><thr:total>4</thr:total></entry><entry><id>tag:blogger.com,1999:blog-25313656.post-1841697157458356224</id><published>2010-02-19T16:03:00.008+02:00</published><updated>2010-09-12T18:04:45.838+03:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="tutorial pamflet"/><title type="text">Tutorial - Cum sa devii un politician Partea I</title><content type="html">&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhvLkBwpfAIC9H661jr02JP0EiNc7HVnPS00pXAt4-WFTWKHJeQLTWJtET14Pd0F5LWSylgjHn5pDJCygjEzUmbsT0tnm0FAHuY1LbN1L9h3Mtt1FY7u_hHrFG-WQSMkIaw7uKitg/s1600-h/politician.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="200" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhvLkBwpfAIC9H661jr02JP0EiNc7HVnPS00pXAt4-WFTWKHJeQLTWJtET14Pd0F5LWSylgjHn5pDJCygjEzUmbsT0tnm0FAHuY1LbN1L9h3Mtt1FY7u_hHrFG-WQSMkIaw7uKitg/s200/politician.jpg" width="131" /&gt;&lt;/a&gt;&amp;nbsp;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: left;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: left;"&gt;&amp;nbsp;&lt;span style="font-size: large;"&gt;&lt;b&gt;Acest articol este un pamflet si  trebuie tratat ca atare !&lt;/b&gt;&lt;/span&gt; &lt;/div&gt;&lt;br /&gt;
Ca sa devii un politician de succes trebuie sa parcurgi acest tutorial !&lt;br /&gt;
&lt;br /&gt;
&lt;span style="color: #38761d;"&gt;&lt;b&gt;Cerinte:&lt;/b&gt;&lt;/span&gt; sa ai 2 clase, niste bani(din mita), gadget-uri, masina scpumpa (cumparata din banii de mita), tupeu, nesimtire, dorinta de a face nimic.&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;&lt;span style="color: #38761d;"&gt;Pasul1:&lt;/span&gt;&lt;/b&gt;&lt;br /&gt;
Te inscrii intr-un partid(indiferent care, toate is la fel).&lt;br /&gt;
&lt;br /&gt;
&lt;a name='more'&gt;&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;span style="color: #38761d;"&gt;&lt;b&gt;Pasul2:&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
Trebuie  sa pornesti la alegeri.&lt;br /&gt;
&lt;br /&gt;
Cum  poti sa convingi oamenii sa te voteze ?&lt;br /&gt;
Nimic mai simplu.&lt;br /&gt;
Ca si un politician bun: &lt;br /&gt;
1. Le promiti ca vor trai mai bine.(Sa traiti bine!)&lt;br /&gt;
2. Le promiti garduri din carnat, ca va curge cu miere si va ploa cu mancare.&lt;br /&gt;
3. Le promiti mai putina coruptie si etc.(dume clasice).&lt;br /&gt;
4. Apari la TV cu diferite scandaluri inscenate.&lt;br /&gt;
5. Trebuie sa te folosesti de puterea de manipulare a mass-mediei.&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Pont:&lt;/b&gt; Sa nu uiti sa specifici, cine te voteaza va primi pungi cu mancare, te asigur ca acele voturi le vei avea in buzunar ;)&lt;br /&gt;
&lt;br /&gt;
&lt;div style="color: #38761d;"&gt;&lt;b&gt;Pasul3:&lt;/b&gt;&lt;/div&gt;&lt;br /&gt;
Ai fost ales, ai ajuns un om cunoscut.&lt;br /&gt;
&lt;br /&gt;
Ce trebuie sa faci in continuoare ?&lt;br /&gt;
1. Sa nu faci nimic, pana nu primesti mita(vor veni cu siguranta, toata lumea are probleme).&lt;br /&gt;
2. In timpul unor conferinte sau alte evenimente importante sa te joci cu gadgetul tau preferat(oricum n-ai cu ce sa-ti petreci timpul; exemplu: Blackberry, PSP, etc).&lt;br /&gt;
3. Sa dai dovata de inteligenta(sa vorbesti despre lucruri de care tu habar n-ai, da si tu cu parerea; exemplu: in loc de google sa zici goagal, etc.)&lt;br /&gt;
&lt;br /&gt;
Va urma...&lt;br /&gt;
&lt;br /&gt;
&lt;div style="color: #38761d;"&gt;Ce va fi in Tutorial - Cum sa devii un politician Partea II ?&lt;/div&gt;&lt;div style="color: #0b5394;"&gt;Continuoarea tutorialului(Pasul4, Pasul5, Pasul6...), ponturi exclusive(pe care le poti gasi doar pe acest blog).&lt;/div&gt;&lt;br /&gt;
&lt;b&gt;Tu ce parere ai ?&lt;/b&gt;</content><link href="http://terroare.blogspot.com/feeds/1841697157458356224/comments/default" rel="replies" title="Post Comments" type="application/atom+xml"/><link href="http://terroare.blogspot.com/2010/02/tutorial-cum-sa-devii-un-politician.html#comment-form" rel="replies" title="0 Comments" type="text/html"/><link href="http://www.blogger.com/feeds/25313656/posts/default/1841697157458356224" rel="edit" type="application/atom+xml"/><link href="http://www.blogger.com/feeds/25313656/posts/default/1841697157458356224" rel="self" type="application/atom+xml"/><link href="http://terroare.blogspot.com/2010/02/tutorial-cum-sa-devii-un-politician.html" rel="alternate" title="Tutorial - Cum sa devii un politician Partea I" type="text/html"/><author><name>Ladislau Radu Nagy</name><uri>http://www.blogger.com/profile/03144462887481662311</uri><email>noreply@blogger.com</email><gd:image height="16" rel="http://schemas.google.com/g/2005#thumbnail" src="https://img1.blogblog.com/img/b16-rounded.gif" width="16"/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" height="72" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhvLkBwpfAIC9H661jr02JP0EiNc7HVnPS00pXAt4-WFTWKHJeQLTWJtET14Pd0F5LWSylgjHn5pDJCygjEzUmbsT0tnm0FAHuY1LbN1L9h3Mtt1FY7u_hHrFG-WQSMkIaw7uKitg/s72-c/politician.jpg" width="72"/><thr:total>0</thr:total></entry></feed>