IronicNet Programación, Infórmatica y mas de esas cosas que nos gustan a los geeks…

Archivo para la Categoría ‘Tech’

CSS3, los nuevos atributos y recomendaciones

06.22.2009 · Publicado en Geekeadas, Recomendados, Tech

Por medio de un twitt me encuentro con esto:

Llevar el diseño al proximo nivel con CSS3

Muy buen articulo donde enumera los nuevos atributos y nos da recomendaciones acerca de como implementarlo.

Contenidos:

  • 1. Selectors
  • 2. RGBA And Opacity
  • 3. Multi-Column Layout
  • 4. Multiple Backgrounds
  • 5. Word Wrap
  • 6. Text Shadow
  • 7. @font-face-Attribute
  • 8. Border Radius
  • 9. Border Image
  • 10. Box Shadow
  • 11. Box Sizing
  • 12. Media Queries
  • 13. Speech
  • Conclusion
  • Further Reading And References

Sin duda un Must-Read!

Adding/Removing custom components to the toolbox in BIDS

11.21.2008 · Publicado en Tech

Well i’m developing some custom components of SSIS and then using them in the BIDS (Bussines Inteligence Development Studio)

I have found some problems when trying to add the custom components that i developed to the toolbox.

In Building, Deploying and Debugging Custom Objects they enumerate the following steps to accomplish that:

To add a custom component to the Toolbox

   1. Right-click the toolbox and then click Choose Items.

   2. In the Choose Toolbox Items dialog box, click the SSIS Control Flow Items tab for a task, or the SSIS Data Flow Items tab for a data flow component.

   3. Click the check box next to your component, and then click OK.

Tried to following the step 2, but i couldn’t find my component in that list.
So i browsed it and selected. Then i had the following error:

There are no components in <DLLPATH> that can be placed on the toolbox

I deleted the assembly reference from the GAC and the “%ProgramFiles%\Microsoft SQL Server\90\DTS\PipelineComponents\” folder. And then copied again the Dll to the “pipelinecomponents” folder and re register the dll using the Gacutil (“gacutil.exe /if my.dll”).
And tried again, but with the same results…

Well, while i was googling about how to add this to the toolbox and to the dataflow i found this:
http://www.ivolva.com/ssis_wizards.html
Two templates for creating Dataflow components and Custom tasks.
Very useful! I will keep updating this…

Nueva etapa

11.21.2008 · Publicado en Blog, Tech

Ultimamente ando a full con SSIS. Asique empezare a publicar cosas sobre los errores que tengo y demases… Es una especie de catarsis.