Create a visual TinyMCE Plugin – SoftResource

This post will guide you how to extend the TinyMCE editor EPiServer with a custom button and dialog.

Create a visual TinyMCE Plugin – SoftResource.

EPiServer offical doc:
http://world.episerver.com/documentation/Items/Tech-Notes/EPiServer-CMS-6/EPiServer-CMS-6-R2/TinyMCE-Developers-Guide/

Dynamic content in xhtml editor (another type of solution)
http://blog.wsoft.se/2015/03/03/creating-simple-dynamic-content-in-episerver-cms-6-r2-ted-gustaf/

EPiServer CMS 6 and 7 XML documentation files – Visual Studio Intellisense

EPiServer CMS 6 and 7 XML documentation files – Visual Studio Intellisense:
EPiServer CMS 6 XML documentation files.
PS. the xml files should be placed in the folder where you referenced dlls are to work!

EPiServer 7 XML files should be included in nuget package:
http://world.episerver.com/Modules/Forum/Pages/Thread.aspx?id=73912&epslanguage=en

 

Episerver Translate Language xml text 4 different approaches

This is mainly a EPiServer 6 / Webforms approach.

If no pagebase object is readable:

<%= EPiServer.Core.LanguageManager.Instance.Translate("/mygadget/index/hello") %>

EPiServer.PageBase method xml/xslt path to value:

<p><%= Translate("/productlist/links/viewallcleaningpkgandacc")%></p>

Through asp.net get resource $ dot notated path to xml value

<%$ Resources: EPiServer, productlist.buttons.buyonline %>

Only valid inside server tags e.g:

<asp:Label runat="server" Text="<%$ Resources: EPiServer, productlist.buttons.buyonline %>" />

Web control episerver native (xml path to value):

<EPiServer:Translate runat="server" LocalizedText="/productlist/links/viewallcleaningpkgandacc" />

 

NirSoft – freeware utilities: password recovery, system utilities, desktop utilities

NirSoft web site provides a unique collection of small and useful freeware utilities, all of them developed by Nir Sofer.

If you are looking for Windows password-recovery tools, click here.

If you are looking for network tools, click here.

To view your IP address and other information, click here.

To view all major IP address blocks assigned to your country, click here.

To read the Blog of NirSoft, click here.

To download a package of all NirSoft utilities (Updated every week), go to this Web page.

via NirSoft – freeware utilities: password recovery, system utilities, desktop utilities.