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

<channel>
	<title>Blog do Enéas &#187; Sharepoint</title>
	<atom:link href="http://blog.gesing.com.br/category/sharepoint/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.gesing.com.br</link>
	<description>Novidades da web, desenvolvimento e tecnologia</description>
	<lastBuildDate>Mon, 07 Jun 2010 01:35:54 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Dynamic Charts for Sharepoint (WSS 3.0 and 2007)</title>
		<link>http://blog.gesing.com.br/2009/11/dynamic-charts-for-sharepoint-wss-3-0-and-2007/</link>
		<comments>http://blog.gesing.com.br/2009/11/dynamic-charts-for-sharepoint-wss-3-0-and-2007/#comments</comments>
		<pubDate>Wed, 25 Nov 2009 15:56:54 +0000</pubDate>
		<dc:creator>Enéas Gesing</dc:creator>
				<category><![CDATA[Sharepoint]]></category>

		<guid isPermaLink="false">http://blog.gesing.com.br/?p=99</guid>
		<description><![CDATA[<br/>In the company where I work we use Windows SharePoint Services 3.0 and recently felt the need to view certain information graphically.
Immediately I decided that I would do this manually, it would be very hardness. So I created, based on  EndUserSharepoint post, two webparts to generate dynamic charts from Google Charts API in grouped lists [...]]]></description>
			<content:encoded><![CDATA[<br/><p>In the company where I work we use <a href="/category/windows/" title="View all posts filed under Windows">Windows</a> SharePoint Services 3.0 and recently felt the need to view certain information graphically.</p>
<p>Immediately I decided that I would do this manually, it would be very hardness. So I created, based on  <a href="http://www.endusersharepoint.com/2009/04/20/finally-dynamic-charting-in-wss-no-code-required/">EndUserSharepoint</a> post, two webparts to generate dynamic charts from <a href="/category/google/" title="View all posts filed under Google">Google</a> Charts API in grouped lists of <a href="/category/sharepoint/" title="View all posts filed under Sharepoint">Sharepoint</a>.</p>
<p><img src="http://chart.apis.google.com/chart?cht=p3&amp;chtt=Blog%20Ratings%20%20::%20Is%20This%20Usefull&amp;chs=450x150&amp;chco=347C2C,FFE87C&amp;chd=t:43,17,31&amp;chl=YES%20-%2043%20(47.25%)|NO%20-%2017%20(18.68%)|MAYBE%20-%2031%20(34.07%)" alt="Sample Pie Chart Generated" width="450" height="150" /></p>
<p><span id="more-99"></span></p>
<p>Installation is very easy:</p>
<ul>
<li><strong>Download</strong> files below</li>
</ul>
Note: There is a file embedded within this post, please visit this post to download the file. Note: There is a file embedded within this post, please visit this post to download the file.
<ul>
<li>Send files to your <strong>Web Part gallery</strong></li>
<li>In the grouped list you want to show the chart, edit the page and add the Web Part</li>
<li><strong>Enjoy!</strong></li>
</ul>
<p>If you don&#8217;t have permissions to access Web Part gallery, you can have dynamic charts too by directly inserting the source code:</p>
<ul>
<li>Download the DWP files</li>
<li>Open it with a text editor, like Notepad or GEdit</li>
<li>Copy the code between &lt;![CDATA[ and ]]&gt;</li>
<li>In the grouped list you want to show the chart, edit the page and add a <strong>Content Editor Web Part (CEWP)</strong></li>
<li>Just enter in the <strong>Source Code editor mode</strong> and paste the code</li>
</ul>
<p>Known bugs:</p>
<p># 001 &#8211; The chart is generated considering only the current page. If your list has several pages, only the current page will have the data in the chart.<br />
# 002 &#8211; <a href="/category/google/" title="View all posts filed under Google">Google</a> Charts API has a limit of items to render the chart. I don&#8217;t know exactly how many because they can vary with the size of the generated url, but the problem occurs when there are dozens of groups on a single page.<br />
<del datetime="2009-11-25T15:59:18+00:00"># 003 &#8211; UTF8 encoded terms support<br />
</del></p>
<p>Features for future versions (your help is appreciated):</p>
<p># 001 &#8211; More supported charts (use of all power from <a href="/category/google/" title="View all posts filed under Google">Google</a> Charts API)<br />
# 002 &#8211; Support for non-grouped lists (based on rows and columns)<br />
# 003 &#8211; Displaying charts on other pages (to generate something like a dashboard)</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.gesing.com.br/2009/11/dynamic-charts-for-sharepoint-wss-3-0-and-2007/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Sharepoint como uma nova forma de trabalhar</title>
		<link>http://blog.gesing.com.br/2009/05/sharepoint-como-uma-nova-forma-de-trabalhar/</link>
		<comments>http://blog.gesing.com.br/2009/05/sharepoint-como-uma-nova-forma-de-trabalhar/#comments</comments>
		<pubDate>Thu, 14 May 2009 14:15:32 +0000</pubDate>
		<dc:creator>Enéas Gesing</dc:creator>
				<category><![CDATA[Sharepoint]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[5 estrelas]]></category>
		<category><![CDATA[ferramenta de trabalho]]></category>

		<guid isPermaLink="false">http://blog.gesing.com.br/?p=72</guid>
		<description><![CDATA[<br/>Artigo sobre a implantação do Windows Sharepoint Services 3 na unidade da empresa onde trabalho.]]></description>
			<content:encoded><![CDATA[<br/><p>Recentemente na gerência da empresa onde trabalho, a TI apresentou para um grupo de empregados uma nova ferramenta, o <a href="http://office.microsoft.com/pt-br/sharepointtechnology/FX100503841046.aspx"><strong>Windows Sharepoint Services</strong></a>, e demonstrou algumas <strong>vantagens que ele teria a nos oferecer</strong>.</p>
<p style="text-align: center;">
<img class="aligncenter" title="" src="http://www.viretechnologies.com/images/sharepoint.gif" alt="" width="281" height="282" />
</p>
<p>Eu não conhecia a ferramenta, e após a apresentação fiquei maravilhado. Percebi que enxergava muito além daquelas pessoas que estavam ali. Elas viam a ferramenta como um local diferente para armazenar arquivos, mas o <strong><a href="/category/sharepoint/" title="View all posts filed under Sharepoint">Sharepoint</a> é muito mais que isso</strong>. Decidi então estudar o assunto e preparei uma apresentação para mostrar outras vantagens da ferramenta, com foco em nossas atividades.</p>
<p><span id="more-72"></span></p>
<p>Quando passei a mostrar essa apresentação às pessoas, elas começaram a abraçar a idéia e rapidamente o <a href="/category/sharepoint/" title="View all posts filed under Sharepoint">Sharepoint</a> foi implantado. Os coordenadores e gerente passaram a ver a ferramenta como um <strong>excelente meio de gestão</strong> e os empregados como uma <strong>ótima forma de poupar retrabalho e de compartilhar informações</strong>.</p>
<p>Sempre fui fã de carteirinha de soluções open-source para web, especialmente em PHP, mas neste caso me senti obrigado a me render a esta poderosa ferramenta da Microsoft. Entre as vantagens, destaco as seguintes:</p>
<ul>
<li><strong>Interface amigável, customizável e fácil de usar</strong>;</li>
<li><strong>Armazenamento centralizado</strong>, acabando com documentos duplicados em diversos computadores e com diferentes versões;</li>
<li><strong>Listas pesonalizadas</strong>, onde é possível controlar praticamente de tudo. Aqui já controlamos, por exemplo, treinamentos, férias, aquisições, auditorias, tarefas, links úteis etc</li>
<li><strong>Integração com o pacote Office</strong>. As listas podem ser editadas diretamente em um grid, como se fosse uma planilha do Excel;</li>
<li><strong>Listas e arquivos com controle de versão</strong>. É possível desfazer algo que alguém tenha feito de errado.</li>
<li><strong>Padronização</strong>. A gerência em que trabalho possui três unidades. Agora todos alimentam dados no mesmo lugar evitando diversos tipos de formatações de planilha e dados inconsistentes. <strong>Ficou muito mais fácil gerar informações confiáveis e completas</strong>.</li>
<li><strong>Gerenciamento de usuários</strong>. O <a href="/category/sharepoint/" title="View all posts filed under Sharepoint">Sharepoint</a> é integrado com o Active Directory e isso permite que qualquer empregado da empresa (e são mais de 300.000) o acesse sem necessidade de novo cadastro.</li>
<li><strong>Controle de acesso</strong>. É possível gerenciar permissões de acesso em <strong>cada</strong> lista, site ou biblioteca;</li>
<li><strong>Pesquisa indexada</strong>. Rapidamente é possível encontrar informações usando a busca. Além disso, por estar integrado com o Office, o <a href="/category/sharepoint/" title="View all posts filed under Sharepoint">Sharepoint</a> <strong>pesquisa internamente nos documentos, planilhas e apresentações</strong>.</li>
<li><strong>Alertas</strong>. É possível configurar alertas para que quando listas ou arquivos sejam alterados, criados ou removidos, pessoas-chave recebam alertas por e-mail;</li>
<li><strong>É gratuito,</strong> para a quantidade de licenças de usuário que você possua para o <a href="/category/windows/" title="View all posts filed under Windows">Windows</a> Server 2003.</li>
</ul>
<p>Existem muitos outros recursos interessantes, mas são esses que me parecem mais importantes.</p>
<p>Essa semana decidi começar a certificação <a href="http://www.technetbrasil.com.br/cincoestrelas/default.aspx?serie=SharepointServices3">Profissional 5 Estrelas da Microsoft para Windows Sharepoint Services</a> e já adquiri a primeira estrela.</p>
<p>Em breve colocarei aqui mais artigos para compartilhar meus conhecimentos com o <a href="/category/sharepoint/" title="View all posts filed under Sharepoint">Sharepoint</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.gesing.com.br/2009/05/sharepoint-como-uma-nova-forma-de-trabalhar/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
