Lions Den

The Code and Times of Hanan Schwartzberg

About Hanan | Hanan's CV | Contact Hanan

Photography by Hanan

Code Den Update

Why the scrollbar won’t show on the left in Firefox
Mon, 26 Oct 2009 17:56

The Scenario When designing a website for a right to left (RTL) language the scrollbar should automatically be on the left hand side. The logic is that it should be at the end of the line, just as it is on the right for a left to right (LTR) language. This works fine in IE, but [...]

Most Recent Post on ASP.NET

Re: Left of space
Tue, 27 Oct 2009 04:00

The first parameter of the Substring command is the beginning of the text you want. The second is how many characters you want and it is an optional parameter.

If you want everything to the right of the first space you can simply do this:

Dim strRightOfSpace = strFullText.Substring(strFullText.IndexOf(" ") + 1)

Home | Site Design | Banner Design | Code Den | Offsite Posts | Downloads | Photography | About Hanan | Hanan's CV | Contact Hanan
Copyright © 2009 Hanan Schwartzberg. All rights reserved.