underline jobs
Home
About
Blogs
# BLOGS
5 Dec, 2019
Why remote jobs?
7 Mar, 2019
WordPress? Things you should know before learning it
WordPress is a free CMS(Content Management System), power up most of the website and is used by many web community.
2 Mar, 2019
Steps to Install WordPress on linux (Ubuntu)
23 Jan, 2019
How webpage look at the ‹a› tag in HTML
<a> tag in HTML is mainly used for the call to action. When the user clicks the <a> tag it promotes to action.
21 Jan, 2019
Web Typography, Text and font in CSS
Web Typography is how text appears on the website. It maintains balance, hierarchy, white space and good design.
10 Jan, 2019
Display inline, inline-block, block in CSS
Display property in CSS defines how we generate boxes. Display as none, inline, block defines how element takes up width as a block.
9 Jan, 2019
PHP: GET, POST, REQUEST method in submit form
GET and POST is the method of PHP. Send information in HTTP headers is POST, or send the data in the URL of website link is GET.
8 Jan, 2019
How to start a blog with WordPress
Wordpress power up most of the website and is used by many web community. Here we will discuss how you can use WordPress as a tool to start your blog.
7 Jan, 2019
Responsive Font Size in CSS
Responsive Font Size means change font size on screen resize. There is common two way to achieve responsive font size using media query and viewport width "VW" unit.
6 Jan, 2019
Guide Object Orientated Programming (OOP concepts)
Object Orientated Programming based on defining objects. Concepts include abstraction, encapsulation, Inheritance, polymorphism, autoloading.
19 Dec, 2018
Choose the image files: PNG, JPG/JPEG, GIF, SVG
There are two types of images raster and a vector image. JPEG/JPG, SVG, PNG, and SVG are commonly used image files format.
9 Dec, 2018
Google Adwords Keywords Planner tool: Basics terms
Google Keywords Planner (AdWords) is a tool to get a basic insight of traffic status of specific and related keywords. Few terms used in keywords planner: Keywords, Avg monthly search, Competition, Top of the page bid (high range, low range), Organic average position.
14 Nov, 2018
CSS Box model: Content, Padding, Border, Margin
Box model in CSS in an important concept. The CSS box model is a box that wraps around the HTML element. CSS box model consists of 4 main terms: Content, Padding, Border, Margin.
10 Nov, 2018
3 CSS button style with hover and active effects
The button is the action things on the website. We the user clicks the button it promote to action. Good buttons give a neat and cleaner look to your website. We use CSS hover and active effects to create good-looking button.
9 Nov, 2018
CSS keyframe animation without using Javascript
CSS animation is a great way to create visual animation. To use CSS animation, you must first specify some keyframes for the animation. In this keyframe, we define the animation properties styles.
17 Sep, 2018
How To Add ShortCodes (PHP) In WordPress Editor
WordPress Shortcode as the name suggests it is used to create codes or function that can be reusable in WordPress post, page and custom post type without writing it again and again. We can embed in our post and pages in the editor of the wp-admin area and change its parameter.
14 Sep, 2018
HTML and CSS Styling Tables Elements Trick (nth-child)
Creating a Table in HTML and styling in CSS. To create a row in Table, TR tag is used and to place data inside the row TD tag is used. The styling of the table makes it more good looking. A simple trick to use the nth-child pseudo selector to style even row of the table.
11 Sep, 2018
Boilerplate to Create a WordPress Custom Post Types
use the register_post_type function for creating modifying the custom post in WordPress called in the 'init' hook. Different post_types have their own function and responsibility and used to hold and display different types of content.
8 Sep, 2018
SEO For Better Keywords Ranking 2019
Guidelines for improving SEO to rank higher in the search engine for the specific keywords. Increase your quality, performance, and traffic on your webpage through organic search and focus on good quality content.
1 Sep, 2018
Affinity Publisher Feature Review
Serif Affinity Publisher is out for those seeking an Adobe InDesign alternative for desktop publishing. It will boast full integration with Affinity Designer and Affinity Photo. It can be used to create works such as the poster, presentations, and books etc.
28 Aug, 2018
GitHub Repository Setup, Clone and Push using Git
Learn Github version control setup repository, Push and Clone using Git. Manage Github and basic Guide for Github.
25 Aug, 2018
Simple Step By Step Git Guide For Dummies
Step guide for Git guide, tools and basic command like git init, status, add, commit, checkout.