14,739,485 members
Sign in
Email
Password
Forgot your password?
Sign in with
Search within:
Articles
Quick Answers
Messages
home
articles
Chapters and Sections
>
Latest Articles
Top Articles
Posting/Update Guidelines
Article Help Forum
Submit an article or tip
Import GitHub Project
Import your Blog
quick answers
Q&A
Ask a Question
View Unanswered Questions
View All Questions
View C# questions
View VB.NET questions
View C++ questions
View SQL questions
View Javascript questions
discussions
forums
All Message Boards...
Application Lifecycle
>
Running a Business
Sales / Marketing
Collaboration / Beta Testing
Work Issues
Design and Architecture
ASP.NET
JavaScript
C / C++ / MFC
>
ATL / WTL / STL
Managed C++/CLI
C#
Free Tools
Objective-C and Swift
Database
Hardware & Devices
>
System Admin
Hosting and Servers
Java
Linux Programming
.NET (Core and Framework)
Android
iOS
Mobile
Silverlight / WPF
Visual Basic
Web Development
Site Bugs / Suggestions
Spam and Abuse Watch
features
stuff
Competitions
News
The Insider Newsletter
The Daily Build Newsletter
Newsletter archive
Surveys
Product Showcase
CodeProject Stuff
community
lounge
Who's Who
Most Valuable Professionals
The Lounge
Where I Am: Member Photos
The Insider News
The Weird & The Wonderful
help
?
What is 'CodeProject'?
General FAQ
Ask a Question
Bugs and Suggestions
Article Help Forum
About Us
Articles by Riaan Lehmkuhl (Articles: 3, Tip/Tricks: 4)
Articles: 3, Tip/Tricks: 4
Articles
Technical Blogs
Tips and Tricks
Reference Articles
Projects
Average article rating: 3.54
Files and Folders
Utilities
Workaround: svn:externals with a space in the directory name
Posted: 6 Jul 2008 Updated:
17 Oct 2008
Views: 37,261 Rating: 3.00/5 Votes: 3 Popularity: 1.43
Licence: The Code Project Open License (CPOL)
Bookmarked: 14
Downloaded: 93
Please
Sign up or sign in
to vote.
TSVN Post-Update hook utility for using svn:externals with a space in the directory name.
Applications & Tools
General
Customise the VisualSVN Server browser view
Posted: 27 Jun 2008 Updated:
17 Oct 2008
Views: 66,981 Rating: 3.18/5 Votes: 5 Popularity: 2.22
Licence: The Code Project Open License (CPOL)
Bookmarked: 28
Downloaded: 213
Please
Sign up or sign in
to vote.
How to... customise the VisualSVN Server browser view.
C#
Applications
SvnPerms dot Net
Posted: 31 Dec 2006 Updated:
9 Sep 2008
Views: 60,897 Rating: 4.44/5 Votes: 6 Popularity: 3.46
Licence: The Code Project Open License (CPOL)
Bookmarked: 31
Downloaded: 401
Please
Sign up or sign in
to vote.
C# port of svnperms.py pre-commit script.
No blogs have been submitted.
Average tips rating: 1.00
Client side scripting
General
Apache Click Framework PickList control client JavaScript via PrototypeJS [Tip/Trick]
Posted: 23 Nov 2009 Updated:
23 Nov 2009
Views: 8,250 Rating: 0.00/5 Votes: 0 Popularity: 0.00
Licence: The Code Project Open License (CPOL)
Bookmarked: 2
Downloaded: 0
Please
Sign up or sign in
to vote.
/* * get a hook on the buttons (> or > or <<) of a Click PickList control. * call in domloaded() passing the name of the PickList and a js callBack method to be envoked. * the callBack method should have one parameter to receive the clicked button element. * an additional attribute ('f
JavaScript string helper class [Tip/Trick]
Posted: 16 Feb 2010 Updated:
16 Feb 2010
Views: 21,820 Rating: 0.00/5 Votes: 0 Popularity: 0.00
Licence: The Code Project Open License (CPOL)
Bookmarked: 0
Downloaded: 0
Please
Sign up or sign in
to vote.
Save the following code to a .js file or add to an existing one you might have:function stringHelper() { this.isNullOrEmpty = function(str) { if (null == str) return true; str = this.trim(str); return str.length == 0; } this.trim =...
JavaScript date helper class [Tip/Trick]
Posted: 16 Feb 2010 Updated:
12 Oct 2011
Views: 10,870 Rating: 1.00/5 Votes: 1 Popularity: 0.00
Licence: The Code Project Open License (CPOL)
Bookmarked: 2
Downloaded: 0
Please
Sign up or sign in
to vote.
Save the following code to a .js file or add to an existing one you might have ...
VBScript
General
Get DOS 8.3 short name with VbScript [Tip/Trick]
Posted: 23 Nov 2009 Updated:
3 May 2010
Views: 21,542 Rating: 0.00/5 Votes: 0 Popularity: 0.00
Licence: The Code Project Open License (CPOL)
Bookmarked: 2
Downloaded: 0
Please
Sign up or sign in
to vote.
Create a new text file called shortname.vbs:Open in Notepad and paste the following code in it:set fso = CreateObject("Scripting.FileSystemObject") strLongName = Wscript.Arguments(0)strShortName = "Invalid File/Folder - (" & strLongName & ")"Set fsoFile = NothingOn Error Resume...
No reference articles have been posted.
No projects have been posted.
Riaan Lehmkuhl
Software Developer
adhdForge
South Africa
Me, a disorder of the brain that results in a disruption in a person's thinking, mood, and ability to relate to others.