Categories
Creative blog Technology

How to Request for Testimonials

For your business, request for testimonials from previous clients is a powerful marketing tools and here is how you can ask to them for testimonials. It’s just on your website where some of your client’s good testimonials can lead your business a new success and positive results. In today’s social marketing business environment, this lets […]

Categories
Technology

Do people in non-English-speaking countries code in English?

Do you think that how non-English-speaking countries code where any major language like Java, PHP or JavaScript written in English? What the error will be throwing where it is written in English as well? Each and every word actually means something in their mother language. For whom English is not native language, the only thing […]

Categories
jQuery

Switch List/Grid View using jquery

In this tutorial you can get strong and good introduction to switch list grid view layouts of any HTML listing with jQuery. A common web interface feature is dynamic view switcher and you’ll find sometimes buttons to change the layout of a web page from display lists to smaller grids. Let’s coding the basic HTML: […]

Categories
Javascript

Advantages and disadvantages of JavaScript

JavaScript client side scripting provides many advantages over server side scripts. For example, using JavaScript, you can check if any user has entered a correct email address in a form field. JavaScript is one of the most simple, lightweight, versatile and interpreted programming language used to extend functionality in websites. It also possesses some negative […]

Categories
Css3

Convert an image to grayscale in CSS

Want to display a color bitmap in grayscale with just HTML/CSS? A quite little effort is sufficient for a lazy person to do this. We all know that CSS filters aren’t yet widely supported for all cases but, they are actually impressive and a basic need for web environment imagery. This allow you to modify […]

Categories
Html5

Store objects in HTML5 localStorage

The localStorage property allows you to store objects in HTML5 that is more secure and can store large amounts of data locally. It’s essential sometimes having stored JavaScript object in HTML5 localStorage. But objects don’t seem to work? Let’s see. Basically, if you have a look for Apple, Mozilla and Microsoft documentation, you can find […]

Categories
Html

Href attribute for links: “javascript:void(0)” or “#”?

“javascript:void(0)” or “#”, these are two type by which we can call a JavaScript code. But, what do you prefer to do most? These are for a building a link that has the sole purpose of running JavaScript code. But, in terms of functionality, page loading speed, validation purposes, etc. It may come to our […]

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
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

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 […]