Author Archives: admin

Enviando artigo para blog através do Word 2007

Interessante esta funcionalidade do Microsoft Word que permite, assim como criar um novo documento, criar um novo artigo para o Blog.

Suporta por defeito alguns tipos de blog (WordPress, Typepad, Bloguista…), curiosamente por defeito não aparece um dos maiores serviços de blog, o BlogSpot, mas parece ser possível adicioná-lo á lista.

Ao usar pela primeira vez pede o tipo de blog, o URL, login e password de acesso ao BackOffice, depois +e começar a escrever e publicar. Simples e prático.

Permite mais algumas funcuinalidades, tipo: Publicar como rascunho, inserir Categoria, mas não me está a mostrar as existentes…

Resta fazer mais uns testes com upload de imagens por exemplo..

Testing….. J

ASP.Net Recipe

Next time you invite your buddies to a cookout, how about making something special? May I suggest a roast recipe?
Ingredients

* 1 cup sliced CSS
* 1 teaspoon JavaScript
* 1/2 cup XHTML powder

Instructions

1. Grind tables.
2. Place ASP.NET in a roaster, stab with knife to allow view state to escape.
3. Fill layout with semantic markup.
4. Blend CSS with well-beaten JavaScript and pour over the top.
5. Continue making layers until all the ingredients are used.
6. Serve with modern browsers.

Enjoy!

by http://aspnetresources.com/blog/aspnet_roast_recipe.aspx

Sharepoint, o que é?

Sharepoint pode-se resumir a uma definição só: “É uma ferramenta de colaboração”, parece básico.. veja o video de 3 minutos que o descreve de maneira simples e acessível:

Sharepoint 2010 Conference:

http://www.mssharepointconference.com

Sharepoint 2010 Sneak peek:

http://sharepoint.microsoft.com/2010/Sneak_Peek/Pages/default.aspx

SQL Server 2008 Editions: Enterprise and Standard

Enterprise

SQL Server 2008 Enterprise is a comprehensive data platform that meets the high demands of enterprise online transaction processing and data warehousing applications.

Standard

SQL Server 2008 Standard is a complete data management and business intelligence platform providing best-in-class ease of use and manageability for running departmental applications.

KEY:

= Full

= Partial/Limited

= Not Available

SQL Server 2008 Enterprise Edition

SQL Server 2008 Standard Edition

Number of CPUs

OS Maximum

4

Scalability & Performance

Available
Limited

High Availability (Always On)

Available
Limited

Enterprise Security

Available
Limited

Data Warehousing

Available
Not Available

Business Intelligence

Available
Limited

Enterprise Manageability

Available
Not Available

Review the detailed feature comparison.

Source link: http://www.microsoft.com/sqlserver/2008/en/us/compare-std-ent.aspx

Social Networking on Intranets

Summary:
Community features are spreading from “Web 2.0” to “Enterprise 2.0.” Research across 14 companies found that many are making productive use of social intranet features.

Through several rounds of research on intranet portals, we’ve repeatedly reached the same conclusions:

  • When Intranet information architectures are structured according to the org chart, employees have a hard time finding their way around. It’s better to structure information according to how people use it, rather than what department owns it.
  • Role-based personalization lets portals bring information to users in centralized views, rather than forcing users to navigate an immense information space to find individual (and dispersed) locations.

Social features on intranets take these two trends a step further, creating a “person-structured” intranet IA focused around the individual users as well as other people on the intranet.

by Jakob Nielsen’s Alertbox, August 3, 2009:
http://www.useit.com/alertbox/social-intranet-features.html
read more »

Programmer Stereotype

Cowboy Coder

Cowboy Coders are programmers who write code according to their own rules. They may be very good at writing code, but it doesn’t generally follow the standards, processes, policies, or anything else derived from the group. Cowboy Coders work well alone, or in the old-style CaveProgrammer environment, but they rarely, if ever, work well in a team. Often times, they are a burr in the saddle that keeps the team from getting positive work done.

The above elicits mixed emotions. I have often been a CowboyCoder; in some circumstances I didn’t have a choice (I was the *only* coder on the project); in others, it was inherent in the context : no team rules, standards, or processes, and a division of labor which put senior developers in charge of different projects, with little opportunity to elaborate such standards as a team. I didn’t like having the pattern thrust upon me, and I’m pretty sure I’ll do much better in a team.

CowboyCoders are identified more by their attitude than by their circumstances. CowboyCoders prefer — nay, insist! — to avoid standards, processes, and policies, and hate working with others.

Some CowboyCoders work in packs as GuerillaCoders, self-supporting their behaviors. See RamboCoder.

The Cowboy Way:

read more »

Microsoft Software Licensing and Protection Services

Microsoft Software Licensing and Protection Services (SLP Services) is a development platform that offers developers a license activation and management framework to build protected applications written in managed and native code.

Adding a product, designing a feature set, and issuing a perpetual license in the Microsoft SLP Online Service are among the first steps in protecting intellectual property and enforcing licensing policies. Microsoft Software Licensing and Protection (SLP) Services offer software vendors a variety of licensing models with which to protect their applications.

http://msdn.microsoft.com/en-us/slps

Futuras tendências web

Neste momento vivemos na era da web 2.0, que se caracteriza por pesquisa web, redes sociais, online media(musica , video,etc), agregação de conteúdos e sindicâncias(RSS), mashup’s (API’s) entre outros.

Actualmente a web é acedida essencialmente através de PC, mas começam a aparecer novas e interessantes formas de acesso através de dispositivos móveis(ex. IPhone) e televisão (ex. XBox live 360).

O que poderemos esperar então nos próximos 10 anos da web??

O impacto da web nos próximos anos não será necessáriamente através de ecrã de computador.

vejamos então algumas tendências a tomar em conta para os próximos 10 anos:

  1. Web Semântica
  2. Inteligência Artificial
  3. Mundos Virtuais
  4. Mobile
  5. Economia da Atenção
  6. Web Sites como Web Services
  7. Online Video/Internet TV
  8. Rich Internet Apps (RIA)
  9. Web Internacional
  10. Personalização
  11. Cloud Computing, Virtualização e aplicações Baseadas na web
  12. Identity 2.0
  13. Sites Ultra Leves

read more »

problema com asp:menu no IE8

O internet explorer 8 se tornou muito, muito mais compatível com os padrões W3C do que as versões anteriores.

A diferença foi tanta que o IE 8 precisou criar o modo de compatibilidade, para que páginas que ainda não são totalmente compatíveis com este padrão possam continuar funcionando.

Desenvolvedores podem configurar seus sites para serem sempre rodados em modo de compatibilidade

Até mesmo o mais inesperado foi atingido pelas mudanças no IE 8 : O webcontrol de menu nativo do ASP.NET não encontrava-se 100% compatível com o W3C e consequentemente os sites que utilizam o webcontrol de menu apenas continuarão funcionando em modo de compatibilidade.

Existe uma solução simples em CSS que os sites que utilizam o webcontrol de menu podem utilizar :

   1: <style type="text/css">
   2: .adjustedZIndex {
   3:      z-index: 1;
   4:     }
   5: </style>

Adiciona-se este estilo em uma masterpage, por exemplo, e define-se como a cssClass do dynamicMenuStyle :

   1: <asp:Menu ID="Menu1" runat="server">
   2:     <DynamicMenuStyle CssClass="adjustedZIndex" />
   3: </asp:Menu>

Sendo que esta última parte pode ser feita através da janela de propriedades.

Sem dúvida esta é a forma mais simples de corrigir o problema. A Microsoft, porém, por obrigação, disponibilizou um patch de correção que resolve o problema do menu. A forma mais fácil de localizar este path é através deste KB .

Se vocês seguirem os links indicados no KB para o patch, encontrarão descrições muito estranhas, se referindo a problemas do IIS entre outros. Ocorre que o patch para o menu do ASP.NET foi discretamente inserido dentro destes outros.

Considerando as dificuldades de instalar isso em provedores, por exemplo, a solução com CSS é bem mais simples

por Dennes Oliveira

Using CSS Friendly Control Adapters

Thanks to Tim for this solution. In order to add the CSS Friendly adapter to your project, you will need to:

  1. Download CSSFriendly.dll and CSSFriendlyAdapters.browser from here.
  2. Inside your project, add a reference to CSSFriendly.dll.
  3. Add the special folder App_Browsers to your project, and copy the file CSSFriendlyAdapters.browser.

The CSS Friendly Control Adapters will render all the listed controls (Menu, TreeView, DetailsView, …) using CSS and HTML standards.

http://www.codeplex.com/cssfriendly