Categories
Technology

Create android app online for your blog

Android OS is one of the most used mobile OS and a quick way to access your Blog. Here are some website that creates android app online for your blog. But, whenever we discuss about creating any mobile app, the first thing that which comes in our mind is coding. So, here we are discussing […]

Categories
Css3

Apply CSS to half of a character

Is there a way to apply CSS to half of a character in a text? Yes, it is possible. Half the letter being transparent and half is visible prominent. All you need to do is to add a class on the text you want to apply CSS and the rest is taken care of. The accessibility […]

Categories
Css

HTML Cellpadding and Cellspacing in CSS

In an HTML table, We can already set the cellpadding and cellspacing of a table. But, what if we like to implement with the help of CSS? Let’s see that. Cell padding: This is used for formatting purpose that is used to specify the space needed between the edges of the cells and also in […]

Categories
Creative blog

How to get traffic without google

Here you will learn an alternative way to get traffic to your site i.e. is not search engine friendly without SEO or depends on Google. Traffic is a most important thing to a business page. Without any traffic there is no SEO and no user visit. Most of the traffic comes to a site is […]

Categories
Creative blog

Avoid getting your articles copied

Are you aware of copying your articles somewhere? Here is a guide for taking advantage of such situation and get benefits with that. So, the good way is to avoid getting scrapped somehow and create a system that use third party services and following tips to get most out of scrapped content from your articles. […]

Categories
Css3

CSS triangles

Make triangles with the help of CSS in a single or multiple div with each direction possibility. Basically, the idea is a box with zero width and height. Actual width and height of the arrow is determined by the width of the border. For example, in an up arrow, the bottom border is colored, while […]

Categories
Css

Horizontally center a div within a div using CSS style

Sometimes we need to horizontally center a div that is within another div using CSS that make the inner element center horizontally. In that case, you don’t have to set the width to 50%. So, any width which is less than the containing div will work. Let’s see how to horizontally center a div. For […]

Categories
Creative blog

Attract readers to your blog

Are you experiencing lack of readers for your blog? It’s not really the fault of your blog content. Here are few expensive tips to attract more readers to your blog. You only focused on writing a great content rather than promoting or sharing. There are many factors associated with your Blog that can make you […]

Categories
Creative blog

Recycle old posts for traffic

Recycle your old post that readers had enjoyed reading and appreciated information that helps the new readers after many months later. But unfortunately, in a way our sites are structured, old posts always leave our website home page after someday as well as they leave our visitors radar too. Reason for recycle old posts: You […]

Categories
Css3

HTML5 placeholder color with CSS

Want to change the color of a placeholder of your input fields? Here is an example that helps you to change the color of a placeholder. Basically, there are three different implementations i.e. pseudo-elements, pseudo-classes, and nothing. WebKit, Blink (Safari, Google Chrome, Opera 15+) and Microsoft Edge are using a pseudo-element: ::-webkit-input-placeholder. Mozilla Firefox 4 […]