Categories
Javascript

Prevent tinymce from stripping empty tags from input

Using a empty tag in tinymce removes the tag until they have a content in between and switching in HTML mode, all your tags are gone? When you try to insert the following using the HTML button (or code plugin) and verify it afterwards using the HTML button (trying to submit the editor content) – […]

Categories
Javascript

HTML noscript Tag

For a browser which doesn’t support script or disabled scripts in their browser, the ‘noscript’ tag defines an alternate content for the users. If scripts are not supported or disabled in the user’s browser, then, the content inside the ‘noscript’ tag will be displayed. This can be placed in both <head> and <body>. For inside […]

Categories
Creative blog Google Adsense

10 tools to check a website is banned by Google Adsense

One of the most popular monetization and advertising technique which is used by bloggers around the world is Google AdSense. Here we will list some Websites to check AdSense penalty for a website or domain. The best thing about AdSense are: Quality ads Timely payout Definitely a well-known brand name So, let’s see some online […]

Categories
jQuery

jQuery data attributes

jQuery data attributes allows us to store extra information or return the value at the named data which will be associated with a particular element. Syntax of data attributes: This is very simple. On any elements the attribute name starts with a data-* where you can store extra information which does not represent visually. <div […]

Categories
Html

Redirect from an HTML page

Redirect HTML page is done using the meta refresh for fallback purposes in the head section of a HTML i.e. replace old page with the URL of the page you need to redirect to. This is  the simplest way to Redirect HTML page i.e. one URL to another URL with the Meta Refresh tag. We […]

Categories
Creative blog

Increase pageviews on your blog

As long as your website becomes older day by day, the vital thing is to have a good page views per visit. Here are few tips to increase your blog pageviews. Visitor comes to your site for their own reason and when they got the result they return back. So, they always leave your site […]

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
Css

Align text vertically next to an image

Need to Align text vertically next to an image? Here is a simple way to align text vertically that is also next to an image. Actually, this is quite simple. Apply the align to vertical to the image. Since it is all in one line, so, this is really the image that you want aligned […]

Categories
Social Media & Marketing

Get unlimited Google Plus followers

Google Plus is one of the fastest growing best social networks for content marketers and one should always give the best use of it. With this trick you can get you around 100 to 1000 followers daily and the followers will be 100% real people i.e. no bots. Here I will discuss two tricks that […]

Categories
Css

Margin vs Padding in CSS

Writing a CSS, there is a particular rule that should be used in deciding when to use margin and when to use padding. There are two ways in CSS for creating the space around your elements i.e. margins and padding. They are functionally identical but they behave in slightly different ways. To be clear about […]