Jarda Jirava

Vývojář a architekt řešení postavených na technologii .net framework. Zabývám se jak vývojem webových aplikací za pomoci asp.net, tak také desktopových aplikací winform. Při návrhu řešení a samotném vývoji pak využívám dlouholetých zkušeností se zpracováním obchodní logiky a pravidel aplikací získaných z vývoje komerčních aplikací pro finanční a bankovní instituce.

Microsoft MVP

Microsoft MVP - Client App dev

Poslední soubory

26
IV

Zend framework aplikace

Zdrojové soubory aplikace založené na Zend framework a Smarty template. Kompletní popis jak postupovat při vytváření takové aplikace jsem sepsal v několika příspěvcích, které si můžete před stažením (nebo i po stažení) přečíst
28
VIII

CS - Auto naming module

If you want to have a control in autonaming the posts in blogs you can use this module.

The module allows you to configure which chars will be removed or replaced from the Name (if not present than from Subject) in weblog post Name property used for "nice" URL.

Configuration:

  1. add this to communityserver.config file

      
      
     
  2. unzip the downloaded file and add this file to CS 2.1 bin directory
  3. touch the web.config file to restart web application

Attribute description:

  • overwriteAutoName: if autoname is disabled and this attribute is set to false then this module is disabled otherwise the subject/name is touched and chars are replaced/removed.
  • replace tag with old and new attribute: the old char will be replaced with the new char (string)
  • remove tag with old attribute: the old char will be removed from subject/name

There is one special tag - on the same level as replace/remove - with name czech: when you use this tag and set its value to true then each czech char [ěščřžýáíéúůďťň] will be replaced with an equivalent without wedge or accent.

This release is only for ASP.NET 2.0 website

Hope this helps.