Zendesk API User
- Total activity 23141
- Last activity
- Member since
- Following 0 users
- Followed by 4 users
- Votes 0
- Subscriptions 5267
Comments
Recent activity by Zendesk API User-
Author: guido_tesch - 2/3/2011 7:59 I'm trying to script an external link checker and would like to use the category to define which links are to be checked. We have a total of 7 link templates, an...
-
Author: Peter_Jodeleit - 7/8/2010 9:53 To make the usage simpler you could define a sorter e.g. in the global project settings template: $CMS_SET(comperator, class("java.text.Collator").instance...
-
Author: Peter_Jodeleit - 7/8/2010 9:45 Nice example how to use the template syntax :smileywink: (there a missing some hyphens). Another possibility is to use the java class java.text.Collator: ...
-
Author: boesebeck - 7/8/2010 17:33 Thats works also with Eclipse and others Java IDE :smileyhappy:
-
Author: guido_tesch - 2/3/2011 7:59 I'm trying to script an external link checker and would like to use the category to define which links are to be checked. We have a total of 7 link templates, an...
-
Author: Peter_Jodeleit - 7/8/2010 12:01 I got some personal messages requesting how to define new categories. First i didn't understand the question until someone pointed out that there is a bug in...
-
Author: Peter_Jodeleit - 7/8/2010 9:45 Nice example how to use the template syntax :smileywink: (there a missing some hyphens). Another possibility is to use the java class java.text.Collator: ...
-
Author: thomas_walter - 7/5/2010 4:22 We added for us settings to use a proxy server and as first step we check two popular URLs (f.e. www.heise.de and www.google.de) to make sure our internet conn...
-
Author: Peter_Jodeleit - 7/8/2010 12:01 I got some personal messages requesting how to define new categories. First i didn't understand the question until someone pointed out that there is a bug in...
-
Author: Peter_Jodeleit - 7/5/2010 9:33 Of course for real projects you have to optimize the first script to ignore some internal or mailto-links. You could use categories in your link templates. ...