How to Implement Login Form Using CSS and HTML

In this tutorial we will implement login form using css and html. There is nothing complicated when comes to logins forms because there are few elements involved in such a html structure. Usually, in order to to a login form from scract you only need two inputs one email or text (if you want to… Continue reading How to Implement Login Form Using CSS and HTML

How To Share Website On Social Media With URL Parameter

As you already know social media change their API for share content from website pretty fast, so if you implement a functionality and it’s working after a while it may not work anymore, but you still have the mothod with URL parameter, this method is very easy to implement and it’s working on all major… Continue reading How To Share Website On Social Media With URL Parameter

How to decode HTML characters in variable

Let’s say you get some JSON response back and it has a lot of HTML characters. You need to decode HTML characters to normal text in order to append the new value to front end. The following JSON response is an example of html characters you could recieve from php. { “message”: “We're unable to… Continue reading How to decode HTML characters in variable

Published
Categorized as HTML, jQuery

jQuery Dropdown – Easy Drop Down Menu Implementation Bootstrap

To make a dropdown from scratch it is not that hard but you have to take care of a few things like check it on all devices (tablets and mobile device) and you have to be careful at overlapping issues. Anyway I used first time drop down menu from bootstrap library few weeks ago and… Continue reading jQuery Dropdown – Easy Drop Down Menu Implementation Bootstrap

Published
Categorized as CSS, HTML