The following code shows how to create a shortcode which will load and display an external file. This can be used anywhere shortcodes are supported - for example posts, pages,…
Word has a handy keyboard command which allows you to change the text case of selected text. It allows you to switch between uppercase, lowercase and title case. To use…
Notepad++ has a handy little feature to change the case of text. You can switch between lowercase, uppercase and title (proper) case. To use, select the text to change and…
Crystal Reports has three built-in functions for transforming the case of text. These are: ProperCase - for transforming text to Title Case LowerCase - for transforming text to lower case…
The following formula shows how to test if a text field contains particular text. For example: Value Formula Result a quick brown fox InStr( {value}, 'red' ) false a quick…
Cell references in Excel formulas typically use their position in the worksheet - e.g. A2 for a single cell or A2:A4 for a range. But as formulas get more complicated…
Gravity Forms uses a jQuery character count plugin called 'jQuery Textarea Characters Counter Plugin v 2.0' to handle the character counting and associated functions for form fields. The plugin lives…
The following jQuery can be used to automatically create anchor tags for each of the headings on a web page. This will allow you to create links directly to each…