Category
#archive
4 posts tagged archive.
archive ·
JQuery UI autocomplete as a kind of intellisense
I recently had to develop an email template system, where the user could create a new email template with a couple of placeholders to be replaced when the email is compiled and sent.
- #jquery
- #javascript
archive ·
Simple javascript format currency function
A handy little format currency function
- #javascript
archive ·
Cucumber:Gherkin syntax highlighting for Notepad++
Some configuration for enabling Gherkin syntax highlighting for your Notepad++
- #testing
- #tools
archive ·
Calculating the upper value for a chart axis
Peek inside for a generic method to calculate the upper boundary of a graph's axis.
- #javascript
- #math