A quick tip on how to create a search box which opens on click or hover.
View More Toggle Drop Down Search Box using JqueryCategory: Quick tips for developers
This section is for quick tips and solutions for simple developer problems that we face in our daily life. The kind of problems that are not really complicated but we start googling for them!
How to make authenticated OAuth requests
If you are using any OAuth secured API like facebook graph API or any of the google APIs, then you might be using an official…
View More How to make authenticated OAuth requestsHow to place a fixed button at bottom right of the screen in html
A simple problem but many new developers don’t know how to do this. Set CSS Position property to fixed, bottom and right properties to 0px.…
View More How to place a fixed button at bottom right of the screen in html