jQuery scroll .scrollTop() .scrollLeft()

jQuery .scrollTop() gets or sets the vertical position of the scroll bar for the target element; jQuery .scrollLeft() gets or sets the horizontal position of the scroll bar for the target element; Also check jQuery scroll event; js: html:

Higgs Boson

Why is the Higgs boson called the 'God particle'? GENEVA – Why is the Higgs boson - posited by an atheistic physicist nearly 50 years ago - called the 'God particle'? The answer is as simple as it is profound. The Higgs has been dubbed the "God particle" because scientists say it is powerful and ... Read more

writing for the web

Web-pages does not have limit in size of page like newspapers or limit in time like TV-shows. Writing for the Web by Jakob Nielsen keep it short; the shorter article will be - more people will read it keep it simple; pretend you're speaking to someone who's smart and competent, but doesn't know technical jargon ... Read more

Fix time and budget, flex scope (by 37signals)

Fix Time and Budget, Flex Scope (by 37signals) Launch on time and on budget Here's an easy way to launch on time and on budget: keep them fixed. Never throw more time or money at a problem, just scale back the scope. There's a myth that goes like this: we can launch on time, on ... Read more

jQuery selectors

jQuery selectors; List of jQuery selectors: :empty :hidden :visible :first :last :even :odd :nth-child(3n) :not(:even) :first-child :last-child :only-child List of jQuery form selectors: :checked :disabled :enabled :focus :selected jQuery selectors types: Multiple Attribute Selector [name="value"][name2="value2"] Multiple Selector ('.selector1, .selector2, .selectorN') - select elements which have one of these classes Next Adjacent Selector ('prev + next') ... Read more

temporary text

It is not good to use "lorem-ipsum" for temporary text because it does not contain real words and all letters. You can use fillerati text generator Alice in Wonderland by Lewis Carroll: Then they both bowed low, and their curls got entangled together. Alice laughed so much at this, that she had to run back ... Read more

enable "remember me" by default

Why isn't the “remember me” checkbox in login forms enabled by default? On most part of sites "remember me" checkbox in login form is disabled by default. Most part of users after login would like to stay logged in. It annoys users each time to enter username and password just because user forget to check ... Read more

unmask password field

Problems while typing the password if user cannot see it: user should check if CAPSLOCK is disabled user should check current keyboard language user should see last typed letter if user was interrupted while typing the password Solution: unmask the password field. You may use Easy-to-use WordPress plugin to unmask password field. It would be ... Read more

Do not use here-links

Page on which you are placing the link, nobody will search the page with the word "here". Here-link is the bad idea which become a standard. The text inside the link makes huge impact on the list of search results. Do you want to see your site higher in search results? Do you want to ... Read more