Posts Tagged ‘HTML’

Scroll Box bottom Position check August 24th, 2009
by Zeeshan

I wanted to see if I could check if a user has scrolled to the bottom of the box. For example, to see if they have read all the terms and conditions. We can find out the scroll position using $(selector).scrollTop() and to find the highest posible scroll position using $(selector)[0].scrollHeight.

Keyboard shortcuts (Windows) July 2nd, 2009
by Zeeshan

Getting familiar with keyboard shortcuts not only help you get the work done faster, but also more efficient. If your daily job rely heavily on using Windows, here are some 100+ Windows Keyboard Shortcuts you might want to check out. If there’s any nifty shortcuts we have missed, appreciate a heads up. The General Shortcuts [...]

HTML Validation: Does It Matter? April 25th, 2009
by Munazza

The web is, to put it charitably, a rather forgiving place. You can feed web browsers almost any sort of HTML markup or JavaScript code and they’ll gamely try to make sense of what you’ve provided, and render it the best they can. In comparison, most programming languages are almost cruelly unforgiving. If there’s a [...]