hiro5id

Stories submitted by hiro5id

Decoupling Application Code from IoC Implementation(blog.noobtech.com)

submitted by hiro5idhiro5id(20) 2 years, 3 months ago

An example to avoid tightly coupling code to IoC frameworks such as StructureMap. read more...

add a comment |category: |Views: 51

tags: another

Hercules Resource Linker for Javascripts, Images and stylesheets(blog.noobtech.com)

submitted by hiro5idhiro5id(20) 3 years, 2 months ago

I wrote this tool to assist in including style sheets, java scripts and image resources into web applications. It has the following features: * Gives a unified strongly typed way to access your resources and include them in your project. * Generates appropriate HTML include tags for whatever resource you are including (java script, style sheet, image) * It does not matter in what level of your website hierarchy you include your resource, the path will always point to the correct location. * Will make sure that you do not include your java script and your style sheet resources more than once. (As long as you are not including any manually by writing your include HTML tags yourself) * Supports the use of configurable packages to include a set of resources at once. read more...

add a comment |category: |Views: 9

tags: another