Browse by Tags

All Tags » text (RSS)

Practical Javascript 6: Validating Text Input Length by avcajipe

Another common validation task that can be more successful if implemented on the client is the length restriction of inputs. Off the bat, we have this handy property in an order textbox. < asp : TextBox ID ="TextBox1" runat ="server"...

Practical Javascript 5: Manipulating Highlighted Text on the Client by avcajipe

In my endless pursuit of all things pragmatic and reusable, I admired this really smart feature that the New York Times site has had for a while. If I visit any article like in this example , I can select a block of text then almost instantaneously a...
Filed under: ,