<?xml version="1.0" encoding="utf-8"?>
<feed xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xml:lang="pt-br" xmlns="http://www.w3.org/2005/Atom">
  <title>Elton Spode's Blog!</title>
  <link rel="alternate" type="text/html" href="http://www.onshop.com.br/dnet/blog/" />
  <link rel="self" href="http://www.onshop.com.br/dnet/blog/SyndicationService.asmx/GetAtom" />
  <icon>favicon.ico</icon>
  <updated>2012-01-21T19:38:24.9633966-02:00</updated>
  <author>
    <name>Elton Regis C. Spode</name>
  </author>
  <subtitle>ASP.NET, VOIP e SEO</subtitle>
  <id>http://www.onshop.com.br/dnet/blog/</id>
  <generator uri="http://www.dasblog.net" version="2.0.7180.0">DasBlog</generator>
  <entry>
    <title>TechStars TV</title>
    <link rel="alternate" type="text/html" href="http://www.onshop.com.br/dnet/blog/2012/01/21/TechStarsTV.aspx" />
    <id>http://www.onshop.com.br/dnet/blog/PermaLink,guid,60264b66-21b4-4702-b1b5-48b7cd9548d8.aspx</id>
    <published>2012-01-21T21:34:00-02:00</published>
    <updated>2012-01-21T19:38:24.9633966-02:00</updated>
    <category term="Empreendedorismo" label="Empreendedorismo" scheme="http://www.onshop.com.br/dnet/blog/CategoryView,category,Empreendedorismo.aspx" />
    <category term="Ideias" label="Ideias" scheme="http://www.onshop.com.br/dnet/blog/CategoryView,category,Ideias.aspx" />
    <category term="Investimentos" label="Investimentos" scheme="http://www.onshop.com.br/dnet/blog/CategoryView,category,Investimentos.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">
        <h4> 
</h4>
        <p>
Video <a title="http://www.youtube.com/user/techstarstv" href="http://www.youtube.com/user/techstarstv"><strong>http://www.youtube.com/user/techstarstv</strong></a>  
</p>
        <p>
from the <a href="http://www.techstars.org">http://www.techstars.org</a> program 
</p>
        <p>
Do more faster by joining forces with the#1 startup accelerator in the world. 
</p>
        <p>
          <a title="http://www.techstars.com/" href="http://www.techstars.com/">http://www.techstars.com/</a>
        </p>
        <img width="0" height="0" src="http://www.onshop.com.br/dnet/blog/aggbug.ashx?id=60264b66-21b4-4702-b1b5-48b7cd9548d8" />
      </div>
    </content>
  </entry>
  <entry>
    <title>ASP.NET Dynamic Data &amp;ndash; Text filter / Search</title>
    <link rel="alternate" type="text/html" href="http://www.onshop.com.br/dnet/blog/2011/11/15/ASPNETDynamicDataNdashTextFilterSearch.aspx" />
    <id>http://www.onshop.com.br/dnet/blog/PermaLink,guid,070849de-89fc-442a-860a-0736502214c6.aspx</id>
    <published>2011-11-15T00:20:33.6077786-02:00</published>
    <updated>2011-11-15T00:20:33.6077786-02:00</updated>
    <category term="ASP.NET" label="ASP.NET" scheme="http://www.onshop.com.br/dnet/blog/CategoryView,category,ASP.NET.aspx" />
    <category term="Dynamic Data" label="Dynamic Data" scheme="http://www.onshop.com.br/dnet/blog/CategoryView,category,Dynamic%2BData.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">
        <p>
Implementando consultas de texto em dynamic data searches.
</p>
        <p>
 
</p>
        <p>
Copiar a pasta DynamicData\Filters folder
</p>
        <p>
Criar um botão adequado no template apropriado
</p>
        <p>
por exemplo em List.aspx
</p>
        <p>
&lt;asp:Button ID="searchButton" runat="server" Text="Search" OnClick="SearchButton_Click"
/&gt;
</p>
        <p>
 
</p>
        <p>
no codebehind
</p>
        <p>
 
</p>
        <p>
coloque
</p>
        <p>
          <code>protected</code>
          <code>void</code>
          <code>SearchButton_Click(</code>
          <code>object</code>
          <code>sender,
EventArgs e) </code>
        </p>
        <p>
          <code>{ </code>
        </p>
        <p>
          <code>
          </code>
          <code>((IQueryableDataSource)</code>
          <code>this</code>
          <code>.GridDataSource) </code>
        </p>
        <p>
          <code>
          </code>
          <code>.RaiseViewChanged(); </code>
        </p>
        <p>
          <code>}</code>
        </p>
        <p>
          <code>
          </code>  
</p>
        <p>
          <code>Veja mais detalhes <a href="http://www.trappers.tk/site/2011/03/01/asp-net-dynamic-data-text-filter-search/" target="_blank">no
Blog de Jeroen Trappers</a></code>
          <img width="0" height="0" src="http://www.onshop.com.br/dnet/blog/aggbug.ashx?id=070849de-89fc-442a-860a-0736502214c6" />
        </p>
      </div>
    </content>
  </entry>
  <entry>
    <title>RegExLib.com, the Internet's first Regular Expression Library</title>
    <link rel="alternate" type="text/html" href="http://www.onshop.com.br/dnet/blog/2011/11/02/RegExLibcomTheInternetsFirstRegularExpressionLibrary.aspx" />
    <id>http://www.onshop.com.br/dnet/blog/PermaLink,guid,ed543a76-d3b6-4e00-9913-250dd9643628.aspx</id>
    <published>2011-11-02T20:13:25.430588-02:00</published>
    <updated>2011-11-02T20:13:25.430588-02:00</updated>
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">
        <p>
          <strong>RegExLib.com</strong>, the Internet's first Regular Expression Library. Currently 
have indexed 3256 expressions from 1916 contributors around the world. 
</p>
        <p>
 
</p>
        <p>
          <a href="http://regexlib.com/?AspxAutoDetectCookieSupport=1" target="_blank">More...</a>
        </p>
        <img width="0" height="0" src="http://www.onshop.com.br/dnet/blog/aggbug.ashx?id=ed543a76-d3b6-4e00-9913-250dd9643628" />
      </div>
    </content>
  </entry>
  <entry>
    <title>Javascript Regular Expression Validator</title>
    <link rel="alternate" type="text/html" href="http://www.onshop.com.br/dnet/blog/2011/11/02/JavascriptRegularExpressionValidator.aspx" />
    <id>http://www.onshop.com.br/dnet/blog/PermaLink,guid,da57eb59-708e-438d-b9eb-f11c14a4b9ec.aspx</id>
    <published>2011-11-02T20:11:39.4475696-02:00</published>
    <updated>2011-11-02T20:11:39.4475696-02:00</updated>
    <category term="Java" label="Java" scheme="http://www.onshop.com.br/dnet/blog/CategoryView,category,Java.aspx" />
    <category term="Regular Expression" label="Regular Expression" scheme="http://www.onshop.com.br/dnet/blog/CategoryView,category,Regular%2BExpression.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">
        <p>
This tool is a web-based regular expression validator for Javascript that lets you
easily test and write regular expressions for Javascript
</p>
        <p>
 
</p>
        <p>
          <a href="http://tools.netshiftmedia.com/regexlibrary/#" target="_blank">More...</a>
        </p>
        <img width="0" height="0" src="http://www.onshop.com.br/dnet/blog/aggbug.ashx?id=da57eb59-708e-438d-b9eb-f11c14a4b9ec" />
      </div>
    </content>
  </entry>
  <entry>
    <title>Regular Expression Matching a Valid Date</title>
    <link rel="alternate" type="text/html" href="http://www.onshop.com.br/dnet/blog/2011/11/02/RegularExpressionMatchingAValidDate.aspx" />
    <id>http://www.onshop.com.br/dnet/blog/PermaLink,guid,c124146b-43c9-4cb3-a69e-903785318370.aspx</id>
    <published>2011-11-02T20:00:35.9248128-02:00</published>
    <updated>2011-11-02T20:00:35.9248128-02:00</updated>
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">
        <p align="left">
          <font style="background-color: #ffc000">
            <strong>^(19|20)\d\d[- /.](0[1-9]|1[012])[-
/.](0[1-9]|[12][0-9]|3[01])$</strong>
          </font>  
</p>
        <p>
matches a date in yyyy-mm-dd format from between 1900-01-01 and 2099-12-31, with a
choice of four separators. The <a href="http://www.regular-expressions.info/anchors.html">anchors</a> make
sure the entire variable is a date, and not a piece of text containing a date. The
year is matched by (19|20)\d\d. I used <a href="http://www.regular-expressions.info/alternation.html">alternation</a> to
allow the first two digits to be 19 or 20. The round brackets are mandatory. Had I
omitted them, the regex engine would go looking for 19 or the remainder of the regular
expression, which matches a date between 2000-01-01 and 2099-12-31. Round brackets
are the only way to stop the vertical bar from splitting up the entire regular expression
into two options. 
</p>
        <p>
          <a href="http://www.regular-expressions.info/dates.html" target="_blank">More...</a>
        </p>
        <img width="0" height="0" src="http://www.onshop.com.br/dnet/blog/aggbug.ashx?id=c124146b-43c9-4cb3-a69e-903785318370" />
      </div>
    </content>
  </entry>
  <entry>
    <title>Regular Expression &amp;raquo; Regex Money</title>
    <link rel="alternate" type="text/html" href="http://www.onshop.com.br/dnet/blog/2011/11/02/RegularExpressionRaquoRegexMoney.aspx" />
    <id>http://www.onshop.com.br/dnet/blog/PermaLink,guid,938528da-b410-43e4-a925-80c628171568.aspx</id>
    <published>2011-11-02T19:43:04.125776-02:00</published>
    <updated>2011-11-02T19:43:04.125776-02:00</updated>
    <category term="ASP.NET" label="ASP.NET" scheme="http://www.onshop.com.br/dnet/blog/CategoryView,category,ASP.NET.aspx" />
    <category term="AULAS ASP.NET" label="AULAS ASP.NET" scheme="http://www.onshop.com.br/dnet/blog/CategoryView,category,AULAS%2BASP.NET.aspx" />
    <category term="C# Tutorial" label="C# Tutorial" scheme="http://www.onshop.com.br/dnet/blog/CategoryView,category,C%23%2BTutorial.aspx" />
    <category term="Regular Expression" label="Regular Expression" scheme="http://www.onshop.com.br/dnet/blog/CategoryView,category,Regular%2BExpression.aspx" />
    <category term="Tutorial" label="Tutorial" scheme="http://www.onshop.com.br/dnet/blog/CategoryView,category,Tutorial.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">
        <p>
Regex Money 
</p>
        <p>
1.<a href="http://www.java2s.com/Tutorial/CSharp/0360__Regular-Expression/Matchingmoneydd2.htm">Matching
money: \$\d+\.\d{2}</a></p>
        <p>
2.<a href="http://www.java2s.com/Tutorial/CSharp/0360__Regular-Expression/Matchingmoneyd13dd2.htm">Matching
money: \$(\d{1,3},)*\d+\.\d{2}</a></p>
        <p>
3.Matching money: \$(((\d{1,3},)+\d{3})|\d+)\.\d{2}
</p>
        <img width="0" height="0" src="http://www.onshop.com.br/dnet/blog/aggbug.ashx?id=938528da-b410-43e4-a925-80c628171568" />
      </div>
    </content>
  </entry>
  <entry>
    <title>Customizing Fields in ASP.Net Dynamic Data Website - Part 1</title>
    <link rel="alternate" type="text/html" href="http://www.onshop.com.br/dnet/blog/2011/11/02/CustomizingFieldsInASPNetDynamicDataWebsitePart1.aspx" />
    <id>http://www.onshop.com.br/dnet/blog/PermaLink,guid,b47bffee-f787-4934-a252-92ca66627400.aspx</id>
    <published>2011-11-02T17:59:00-02:00</published>
    <updated>2011-11-02T16:00:02.0458776-02:00</updated>
    <category term="ASP.NET" label="ASP.NET" scheme="http://www.onshop.com.br/dnet/blog/CategoryView,category,ASP.NET.aspx" />
    <category term="AULAS ASP.NET" label="AULAS ASP.NET" scheme="http://www.onshop.com.br/dnet/blog/CategoryView,category,AULAS%2BASP.NET.aspx" />
    <category term="Tutorial" label="Tutorial" scheme="http://www.onshop.com.br/dnet/blog/CategoryView,category,Tutorial.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">
        <p>
          <b>
          </b>
        </p>
        <p>
          <a href="http://www.codedigest.com/Articles/ASPNET/292_Introduction_to_ASPNet_Dynamic_Data_Website.aspx">Introduction
to ASP.Net Dynamic Data Websites</a> and <a href="http://www.codedigest.com/Articles/ASPNET/306_Creating_Custom_Pages_in_ASPNet_Dynamic_Data_Website.aspx">Creating
Custom Pages in ASP.Net Dynamic Data Website</a> gave a detailed understanding on
Dynamic data and creating custom pages. As I said in my previous article, a real business
world application requires a lot of customization on basic templates of dynamic data
website to achieve our final goal. 
</p>
        <p>
  
</p>
        <p>
          <a href="http://www.codedigest.com/Articles/ASPNET/309_Customizing_Fields_in_ASPNet_Dynamic_Data_Website-Part_1.aspx">More
...</a>
        </p>
        <img width="0" height="0" src="http://www.onshop.com.br/dnet/blog/aggbug.ashx?id=b47bffee-f787-4934-a252-92ca66627400" />
      </div>
    </content>
  </entry>
  <entry>
    <title>Como remover arquivos $ntuninstall - How to remove $ntuninstall files</title>
    <link rel="alternate" type="text/html" href="http://www.onshop.com.br/dnet/blog/2011/07/15/ComoRemoverArquivosNtuninstallHowToRemoveNtuninstallFiles.aspx" />
    <id>http://www.onshop.com.br/dnet/blog/PermaLink,guid,f8d56462-702d-469b-b5e1-f1d6d9e7d07d.aspx</id>
    <published>2011-07-14T23:08:04.052-03:00</published>
    <updated>2011-07-14T23:24:22.5334881-03:00</updated>
    <category term="Suporte" label="Suporte" scheme="http://www.onshop.com.br/dnet/blog/CategoryView,category,Suporte.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">Algumas vezes precisamos de espaço em disco.<br /><br />
Ai na pasta Windows tem uma lista de atualizações e hotfixes.<br /><br />
Em geral pastas que iniciam com $NTUninstall<br /><br />
Sendo assim, sugiro a leitura dos seguintes artigos para voce tomar a decisão de remover
ou não estas pastas e ganhar algum espaço util em disco.<br /><br />
Can I delete the contents of Windows NtUninstall?<br />
(<a href="http://www.askdavetaylor.com/can_i_delete_the_contents_of_windows_ntuninstall.html">http://www.askdavetaylor.com/can_i_delete_the_contents_of_windows_ntuninstall.html</a>)<br /><br />
Is it safe to remove $NtUninstall files?<br />
(<a href="http://www.tomshardware.com/forum/53325-45-safe-remove-ntuninstall-files">http://www.tomshardware.com/forum/53325-45-safe-remove-ntuninstall-files</a>)<br /><br /><br />
Veja a o utilitario de Doug Knox para remoção de Horfix(es)<br />
(<a href="http://www.dougknox.com/xp/utils/xp_hotfix_backup.htm">http://www.dougknox.com/xp/utils/xp_hotfix_backup.htm</a>)<br /><br /><br />
Veja um topico sobre remoção de arquivos do SP2 do Windows em<br />
no tópico SP 2 and backup files - microsoft.public.windowsxp.security_admin<br />
(<a href="http://groups.google.com/group/microsoft.public.windowsxp.security_admin/msg/fe5fbaf80fa37510">http://groups.google.com/group/microsoft.public.windowsxp.security_admin/msg/fe5fbaf80fa37510</a>)<br />
    
<br /><br /><br /><p></p><img width="0" height="0" src="http://www.onshop.com.br/dnet/blog/aggbug.ashx?id=f8d56462-702d-469b-b5e1-f1d6d9e7d07d" /></div>
    </content>
  </entry>
  <entry>
    <title>MVCCommerce - ASP.NET MVC ecommerce</title>
    <link rel="alternate" type="text/html" href="http://www.onshop.com.br/dnet/blog/2011/04/16/MVCCommerceASPNETMVCEcommerce.aspx" />
    <id>http://www.onshop.com.br/dnet/blog/PermaLink,guid,18f921ae-c426-422c-9469-91178ed8b83c.aspx</id>
    <published>2011-04-15T23:45:35.6229044-03:00</published>
    <updated>2011-04-15T23:45:35.6229044-03:00</updated>
    <category term="ASP.NET" label="ASP.NET" scheme="http://www.onshop.com.br/dnet/blog/CategoryView,category,ASP.NET.aspx" />
    <category term="e-commerce" label="e-commerce" scheme="http://www.onshop.com.br/dnet/blog/CategoryView,category,e-commerce.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">
        <p>
          <strong>Project Description</strong>
          <br />
ECommerce system based on the ASP.Net MVC 3.0 framework using RAzor view engine, .Net
4.0, Entity Framework, and Sql Server 2005/2008+. 
<br /><br />
MVC Commerce is a project by <a href="http://www.setiri.com/" target="_blank">Setiri
Group</a>.
</p>
        <p>
Join the <a href="http://eepurl.com/boPh1" target="_blank">MVCCommerce mailing list</a> to
keep updated on the project. 
<br /><br />
More in <a href="http://mvccommerce.codeplex.com/">http://mvccommerce.codeplex.com/</a></p>
        <img width="0" height="0" src="http://www.onshop.com.br/dnet/blog/aggbug.ashx?id=18f921ae-c426-422c-9469-91178ed8b83c" />
      </div>
    </content>
  </entry>
  <entry>
    <title>JA Purity para Joomla 1.6 Template </title>
    <link rel="alternate" type="text/html" href="http://www.onshop.com.br/dnet/blog/2011/04/12/JAPurityParaJoomla16Template.aspx" />
    <id>http://www.onshop.com.br/dnet/blog/PermaLink,guid,c7a791ac-a94e-42b3-bdef-7cae84911370.aspx</id>
    <published>2011-04-11T22:28:26.598076-03:00</published>
    <updated>2011-04-11T22:30:23.159084-03:00</updated>
    <category term="Joomla" label="Joomla" scheme="http://www.onshop.com.br/dnet/blog/CategoryView,category,Joomla.aspx" />
    <content type="html">JA Purity é projetado por JoomlArt.com, é altamente acessível, elegante e fácil de personalizar. First was to shift the Purity to T3 framework, which enables multi-layouts, performance boost and native ipone / handheld device support. Primeiro foi a mudança da Pureza ao quadro T3, que permite que múltiplos layouts, aumentar o desempenho e ipone nativa / suporte a dispositivos portáteis. 

With JA Purity II, introducing All new JA Mega Menu, which supports multi-columns and ability to load almost anything in the menu items. Com JA Purity II, introduzindo Todos os novos JA Mega Menu, que suporta multi-colunas e capacidade de carga quase nada em itens do menu. It does have slight learning curve, therefore, we have made video tutorials and detailed userguide to help in understanding its usage. Ela tem ligeira curva de aprendizado, portanto, nós fizemos tutoriais em vídeo e userguide detalhada para ajudar a compreender o seu uso. 

CSS sprites have been used, starting with Typography images (check the typo.css file for details and one of the CSS Sprite image, this image alone results in reduction of HTTP requests by 15). sprites CSS têm sido utilizados, começando com imagens Tipografia (verifique o arquivo typo.css para mais detalhes e uma imagem do CSS Sprite, esta imagem só resulta em redução de pedidos HTTP por 15). Read more about CSS Sprites here. Leia mais sobre CSS Sprites aqui. 

Demo: http://templates.joomlart.com/ja_purity_ii/ Demonstração: http://templates.joomlart.com/ja_purity_ii/ 
Download: http://www.joomlart.com/forums/downloads.php?do=cat&amp;id=402 Download: http://www.joomlart.com/forums/downloads.php?do=cat&amp;id=402 

&lt;img width="0" height="0" src="http://www.onshop.com.br/dnet/blog/aggbug.ashx?id=c7a791ac-a94e-42b3-bdef-7cae84911370" /&gt;</content>
  </entry>
  <entry>
    <title>Opções do PHP através do .htaccess</title>
    <link rel="alternate" type="text/html" href="http://www.onshop.com.br/dnet/blog/2011/04/12/Op%c3%a7%c3%b5esDoPHPAtrav%c3%a9sDoHtaccess.aspx" />
    <id>http://www.onshop.com.br/dnet/blog/PermaLink,guid,5daefef1-c331-4faf-ac6a-27a4d315b962.aspx</id>
    <published>2011-04-11T22:11:37.267-03:00</published>
    <updated>2011-04-11T22:15:33.0611024-03:00</updated>
    <category term="PHP" label="PHP" scheme="http://www.onshop.com.br/dnet/blog/CategoryView,category,PHP.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">Introdução – Porquê alterar as opções? Como
sabem, o PHP rege o seu funcionamento por um ficheiro "mestre" de configuração, chamado
php.ini. mais em: http://weblog.jcraveiro.com/artigos/opcoes-do-php-atraves-do-htaccess/<img width="0" height="0" src="http://www.onshop.com.br/dnet/blog/aggbug.ashx?id=5daefef1-c331-4faf-ac6a-27a4d315b962" /></div>
    </content>
  </entry>
  <entry>
    <title>Projects Manage Themselves with Basecamp.</title>
    <link rel="alternate" type="text/html" href="http://www.onshop.com.br/dnet/blog/2011/04/05/ProjectsManageThemselvesWithBasecamp.aspx" />
    <id>http://www.onshop.com.br/dnet/blog/PermaLink,guid,aba05644-745e-4ee5-8d43-cae681bb1139.aspx</id>
    <published>2011-04-05T10:39:27.5259704-03:00</published>
    <updated>2011-04-05T10:39:27.5259704-03:00</updated>
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">
        <p>
Millions of people use Basecamp, the leading online project collaboration tool.
</p>
        <p>
Basecamp is the top choice for entrepreneurs, freelancers, small businesses, and groups
inside big organizations
</p>
        <p>
          <a href="http://basecamphq.com/">http://basecamphq.com/</a>
        </p>
        <img width="0" height="0" src="http://www.onshop.com.br/dnet/blog/aggbug.ashx?id=aba05644-745e-4ee5-8d43-cae681bb1139" />
      </div>
    </content>
  </entry>
  <entry>
    <title>Introducing “Razor” – a new view engine for ASP.NET</title>
    <link rel="alternate" type="text/html" href="http://www.onshop.com.br/dnet/blog/2011/03/15/IntroducingRazorANewViewEngineForASPNET.aspx" />
    <id>http://www.onshop.com.br/dnet/blog/PermaLink,guid,176e95ba-5956-4e67-b759-759b1b7c6d13.aspx</id>
    <published>2011-03-15T15:50:51.6036262-03:00</published>
    <updated>2011-03-15T15:50:51.6036262-03:00</updated>
    <category term="ASP.NET" label="ASP.NET" scheme="http://www.onshop.com.br/dnet/blog/CategoryView,category,ASP.NET.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">
        <p>
One of the things my team has been working on has been a new view engine option for
ASP.NET.
</p>
        <p>
ASP.NET MVC has always supported the concept of "view engines" - which are the pluggable
modules that implement different template syntax options. The "default" view engine
for ASP.NET MVC today uses the same .aspx/.ascx/.master file templates as ASP.NET
Web Forms. Other popular ASP.NET MVC view engines used today include Spark and NHaml.
</p>
        <p>
The new view-engine option we've been working on is optimized around HTML generation
using a code-focused templating approach. The codename for this new view engine is
"Razor.....
</p>
        <p>
more : <a href="http://weblogs.asp.net/scottgu/archive/2010/07/02/introducing-razor.aspx">http://weblogs.asp.net/scottgu/archive/2010/07/02/introducing-razor.aspx</a></p>
        <img width="0" height="0" src="http://www.onshop.com.br/dnet/blog/aggbug.ashx?id=176e95ba-5956-4e67-b759-759b1b7c6d13" />
      </div>
    </content>
  </entry>
  <entry>
    <title>Não sabes se deves usar ASP.NET WebForms ou ASP.NET MVC?</title>
    <link rel="alternate" type="text/html" href="http://www.onshop.com.br/dnet/blog/2011/03/15/N%c3%a3oSabesSeDevesUsarASPNETWebFormsOuASPNETMVC.aspx" />
    <id>http://www.onshop.com.br/dnet/blog/PermaLink,guid,425b9340-9e8f-49b1-b0fc-5353d6ffc3bb.aspx</id>
    <published>2011-03-15T15:27:39.4026966-03:00</published>
    <updated>2011-03-15T15:27:39.4026966-03:00</updated>
    <category term="ASP.NET" label="ASP.NET" scheme="http://www.onshop.com.br/dnet/blog/CategoryView,category,ASP.NET.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">
        <p style="MARGIN: 10px 0px">
          <span style="WIDOWS: 2; TEXT-TRANSFORM: none; TEXT-INDENT: 0px; BORDER-COLLAPSE: separate; FONT: medium Verdana, Arial, Helvetica, sans-serif; WHITE-SPACE: normal; ORPHANS: 2; LETTER-SPACING: normal; COLOR: rgb(51,51,51); WORD-SPACING: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px" class="Apple-style-span">
            <a style="COLOR: rgb(0,102,102)" href="http://www.hanselman.com/blog/">Scott
Hanselman</a> nos dá um visão geral do que que ganhamos com uma ou outra metodologia
de desenvolvimento.</span>
        </p>
        <p style="MARGIN: 10px 0px">
          <a style="COLOR: rgb(0,102,102)" href="http://www.asp.net/learn/videos/video-9639.aspx">http://www.asp.net/learn/videos/video-9639.aspx</a>
        </p>
        <p style="MARGIN: 10px 0px">
        </p>
        <p style="MARGIN: 10px 0px">
extraido de:
</p>
        <p style="MARGIN: 10px 0px">
          <a href="http://pontonetpt.org/blogs/esqueleto/archive/2010/03/12/n-227-o-sabes-se-devem-usar-asp-net-webforms-ou-asp-net-mvc.aspx">http://pontonetpt.org/blogs/esqueleto/archive/2010/03/12/n-227-o-sabes-se-devem-usar-asp-net-webforms-ou-asp-net-mvc.aspx</a>
        </p>
        <p style="MARGIN: 10px 0px">
        </p>
        <img width="0" height="0" src="http://www.onshop.com.br/dnet/blog/aggbug.ashx?id=425b9340-9e8f-49b1-b0fc-5353d6ffc3bb" />
      </div>
    </content>
  </entry>
  <entry>
    <title>Os desenvolvedores ASP.NET devem aprender ASP.NET MVC?</title>
    <link rel="alternate" type="text/html" href="http://www.onshop.com.br/dnet/blog/2011/03/15/OsDesenvolvedoresASPNETDevemAprenderASPNETMVC.aspx" />
    <id>http://www.onshop.com.br/dnet/blog/PermaLink,guid,ea057144-20de-4298-8495-9f598e720782.aspx</id>
    <published>2011-03-15T15:25:57.8727462-03:00</published>
    <updated>2011-03-15T15:25:57.8727462-03:00</updated>
    <category term="ASP.NET" label="ASP.NET" scheme="http://www.onshop.com.br/dnet/blog/CategoryView,category,ASP.NET.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">
        <p>
Muitas discussões dos desenvolvedores sobre se devem usar ou aprender a ASP.NET MVC
tem sido recorrente em blogs, Twitter e fóruns nas últimas semanas. As opiniões variam
de não recomendar até ao ponto de que todos os desenvolvedores deveriam aprender.
InfoQ tentou resumir um pouco da recente atividade em relação a este tópico.
</p>
        <p>
          <a href="http://www.infoq.com/br/news/2009/05/should-devs-learn-aspnetmvc">http://www.infoq.com/br/news/2009/05/should-devs-learn-aspnetmvc</a>
        </p>
        <img width="0" height="0" src="http://www.onshop.com.br/dnet/blog/aggbug.ashx?id=ea057144-20de-4298-8495-9f598e720782" />
      </div>
    </content>
  </entry>
  <entry>
    <title>ASP.NET ou ASP.NET MVC?</title>
    <link rel="alternate" type="text/html" href="http://www.onshop.com.br/dnet/blog/2011/03/15/ASPNETOuASPNETMVC.aspx" />
    <id>http://www.onshop.com.br/dnet/blog/PermaLink,guid,5d495bed-8b45-4077-a2d2-16529b029ee3.aspx</id>
    <published>2011-03-15T15:24:50.1861126-03:00</published>
    <updated>2011-03-15T15:24:50.1861126-03:00</updated>
    <category term="ASP.NET" label="ASP.NET" scheme="http://www.onshop.com.br/dnet/blog/CategoryView,category,ASP.NET.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">
        <p>
Achei um texto interessante sobre o assunto....
</p>
        <p>
          <a href="http://social.msdn.microsoft.com/Forums/pt/webgeralpt/thread/8cb19a58-c81a-4ba5-954d-9c710a89c04b">http://social.msdn.microsoft.com/Forums/pt/webgeralpt/thread/8cb19a58-c81a-4ba5-954d-9c710a89c04b</a>
        </p>
        <img width="0" height="0" src="http://www.onshop.com.br/dnet/blog/aggbug.ashx?id=5d495bed-8b45-4077-a2d2-16529b029ee3" />
      </div>
    </content>
  </entry>
  <entry>
    <title>Iimages to use in software factory sites and voip sites</title>
    <link rel="alternate" type="text/html" href="http://www.onshop.com.br/dnet/blog/2011/03/07/IimagesToUseInSoftwareFactorySitesAndVoipSites.aspx" />
    <id>http://www.onshop.com.br/dnet/blog/PermaLink,guid,31068149-cfdf-4ac4-9e31-ee9793ea3002.aspx</id>
    <published>2011-03-06T21:59:04.259-03:00</published>
    <updated>2011-03-15T15:08:59.5732806-03:00</updated>
    <category term="Web Design" label="Web Design" scheme="http://www.onshop.com.br/dnet/blog/CategoryView,category,Web%2BDesign.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">
        <p>
          <span style="WIDOWS: 2; TEXT-TRANSFORM: none; TEXT-INDENT: 0px; BORDER-COLLAPSE: separate; FONT: medium 'Times New Roman'; WHITE-SPACE: normal; ORPHANS: 2; LETTER-SPACING: normal; COLOR: rgb(0,0,0); WORD-SPACING: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px" class="Apple-style-span">
            <span style="FONT-FAMILY: Verdana, Helvetica, Arial; COLOR: rgb(59,61,63); FONT-SIZE: 11px; -webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px" class="Apple-style-span">
              <strong>Description:</strong> This
is a colection of images to use in software factory sites and voip sites 
<br /><br /><strong>Keywords:</strong> and, cellular, children, computer, connect, energy, factory,
html, icones, laptops, man, notebokos, phone, sky, software, voip, web, wireless,
woman, world</span>
          </span>
        </p>
        <p>
          <span style="WIDOWS: 2; TEXT-TRANSFORM: none; TEXT-INDENT: 0px; BORDER-COLLAPSE: separate; FONT: medium 'Times New Roman'; WHITE-SPACE: normal; ORPHANS: 2; LETTER-SPACING: normal; COLOR: rgb(0,0,0); WORD-SPACING: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px" class="Apple-style-span">
            <span style="FONT-FAMILY: Verdana, Helvetica, Arial; COLOR: rgb(59,61,63); FONT-SIZE: 11px; -webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px" class="Apple-style-span">
              <a href="http://www.dreamstime.com/software-factory-and-voip-rcollection15369-resi3166693">http://www.dreamstime.com/software-factory-and-voip-rcollection15369-resi3166693</a>
            </span>
          </span>
        </p>
        <p>
          <span style="WIDOWS: 2; TEXT-TRANSFORM: none; TEXT-INDENT: 0px; BORDER-COLLAPSE: separate; FONT: medium 'Times New Roman'; WHITE-SPACE: normal; ORPHANS: 2; LETTER-SPACING: normal; COLOR: rgb(0,0,0); WORD-SPACING: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px" class="Apple-style-span">
            <span style="FONT-FAMILY: Verdana, Helvetica, Arial; COLOR: rgb(59,61,63); FONT-SIZE: 11px; -webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px" class="Apple-style-span">
              <br />
              <br />
              <strong>
                <a style="COLOR: rgb(0,58,165); TEXT-DECORATION: none" href="http://www.dreamstime.com/software-factory-and-voip-rcollection15369-resi3166693" target="_blank" title="images">Referral
link</a>
              </strong>
            </span>
          </span>
        </p>
        <img width="0" height="0" src="http://www.onshop.com.br/dnet/blog/aggbug.ashx?id=31068149-cfdf-4ac4-9e31-ee9793ea3002" />
      </div>
    </content>
  </entry>
  <entry>
    <title>Magento Instalação e Temas</title>
    <link rel="alternate" type="text/html" href="http://www.onshop.com.br/dnet/blog/2011/03/05/MagentoInstala%c3%a7%c3%a3oETemas.aspx" />
    <id>http://www.onshop.com.br/dnet/blog/PermaLink,guid,de08ba15-78d6-4673-8046-df653a234b15.aspx</id>
    <published>2011-03-05T13:06:32.7766424-03:00</published>
    <updated>2011-03-05T13:06:55.4169776-03:00</updated>
    <category term="e-commerce" label="e-commerce" scheme="http://www.onshop.com.br/dnet/blog/CategoryView,category,e-commerce.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">
        <p>
Veja como instalar o Magento e selecionar os Temas para download e a sua instalação
em:
</p>
        <p>
          <a href="http://michelbrito.com/magento/tutorial-como-instalar-o-magento/">http://michelbrito.com/magento/tutorial-como-instalar-o-magento/</a>
        </p>
        <p>
          <a href="http://www.siteground.com/tutorials/magento/magento_installation.htm">http://www.siteground.com/tutorials/magento/magento_installation.htm</a>
        </p>
        <p>
          <a href="http://www.siteground.com/tutorials/magento/magento_themes.htm">http://www.siteground.com/tutorials/magento/magento_themes.htm</a>
        </p>
        <p>
          <a href="http://www.upinside.com.br/video-aulas/loja-virtual-com-magento-aula-01-baixando-traduzindo-configurando-e-instalando">http://www.upinside.com.br/video-aulas/loja-virtual-com-magento-aula-01-baixando-traduzindo-configurando-e-instalando</a>
        </p>
        <p>
antes de instalar eh bom dar uma olhada nos pre requisitos: 
<br /><a href="http://magento.mariosam.com/dicas/pre-requisitos" target="_blank">http://magento.mariosam.com/dicas/pre-requisitos</a></p>
        <p>
depois vc tem q escolher a melhor forma de instalacao pro seu caso: 
<br /><a href="http://magento.mariosam.com/dicas/passos-instalacao" target="_blank">http://magento.mariosam.com/dicas/passos-instalacao</a></p>
        <p>
agora pra deixar em portugues: 
<br /><a href="http://magento.mariosam.com/dicas/alterar-idioma-backend" target="_blank">http://magento.mariosam.com/dicas/alterar-idioma-backend</a></p>
        <p>
Th<span class="search_hit">i</span>s art<span class="search_hit">i</span>cle w<span class="search_hit">i</span>ll
expla<span class="search_hit">i</span>n the f<span class="search_hit">i</span>le and
folder perm<span class="search_hit">i</span>ss<span class="search_hit">i</span>ons
requ<span class="search_hit">i</span>red by <span class="search_hit">Magento</span></p>
        <p>
          <a href="http://www.magentocommerce.com/wiki/1_-_installation_and_configuration/magento_filesystem_permissions">http://www.magentocommerce.com/wiki/1_-_installation_and_configuration/magento_filesystem_permissions</a>
        </p>
        <h1 style="FONT-SIZE: 14px" class="Header">Magento File Permissions Error
</h1>
        <p class="Header">
          <a href="http://www.topfreestuff.com/magento-file-permissions.shtml">http://www.topfreestuff.com/magento-file-permissions.shtml</a>
        </p>
        <img width="0" height="0" src="http://www.onshop.com.br/dnet/blog/aggbug.ashx?id=de08ba15-78d6-4673-8046-df653a234b15" />
      </div>
    </content>
  </entry>
</feed>
