Hamburger navigation bar or Hamburger button which commonly acts has a menu bar for a mobile version of the website. In this article we are…
View More Creating Hamburger navigation bar using HTML and CSS – Part 1Category: 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!
Aligning the text vertically using CSS properties
Is it possible to align the text vertically??? Yes it possible to align the text vertically using CSS properties, there are 2 ways to achieve…
View More Aligning the text vertically using CSS propertiesToggle Drop Down Search Box using Jquery
A quick tip on how to create a search box which opens on click or hover.
View More Toggle Drop Down Search Box using JqueryHow 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