Posts

Blog and Website Writing Service

Image
Difficulty in dividing the time to write an article ? "We provide solutions to simplify you" Writing services with the best SEO articles, fast and pass copyscape. Experienced in writing articles for company website, personal and social media. How Much Rates Per Article ? The article tariff adjusts the need for the number of words each article you need. I offer IDR 150 / word . (Example: 1 article 300 words = IDR 45000) If you are interested in other additional services, please look at the description column (the price is already deducted) Thanks.

Create External Link Icons Using SVG without JavaScript In Blogger

Image
Demo How ? interested in the style of External Link Icons Using this SVG ? Copy below style code before </head> section in your template : <b:if cond='data:blog.pageType == &quot;item&quot;'> <style> /*<![CDATA[*/ .post-body a[href^="http://"]:after, .post-body a[href^="https://"]:after {   content: '';   background: url("data:image/svg+xml;charset=utf8,%3csvg viewBox='0 0 24 24' width='16' height='16' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3cg%3e%3cpath style='fill:%23e8554e' d='M14,3V5H17.59L7.76,14.83L9.17,16.24L19,6.41V10H21V3M19,19H5V5H12V3H5C3.89,3 3,3.9 3,5V19A2,2 0 0,0 5,21H19A2,2 0 0,0 21,19V12H19V19Z'%3e%3c/path%3e%3c/g%3e%3c/svg%3e") no-repeat;   background-size: 14px 14px;   width: 14px;   height: 14px;   display: inline-block;   margin-left: 3px;   vertical-align: -2px } .post-body .tr-captio

How to Apply for a Google Adsense Account In Disabled Because of Invalid Activity

Image
Your Google AdSense account banned? You do not feel committing an offense? If so, immediately submit an appeal. If you do not know how, this article will provide you with information on how to appeal your Google adsense account that was banned or disabled by reason of invalid activity for other reasons. Running Google adsense advertising program or a Google ads publisher can be spelled out easy, even if I think personally more difficult than easy.Because in addition to always be obedient to the policy of Google, we must also intensively keep our adsense account from various things that could endanger the account, because if we are negligent or unaware, consequently our Google adsense account will be disabled because it is considered to have violated the rules that have been agreed. As it happened to my account some time ago, suddenly ads are not running and login access to my Google adsense dashboard is disabled. It's very sad, but I do not feel at all violating, fortunately Go

Search Box With Pure CSS Simple

Simple Widget Blogger search box with pure CSS. Here the HTML: <form id="searchthis" action="/search" style="display:inline;" method="GET" target="_top"> <!-- Search box for blogger by Namanyay Goel //--> <input id="namanyay-search-box" name="q" size="40" type="text" placeholder=" Type Keywords... "/> <input id="namanyay-search-btn" value="Search" type="submit"/> </form> The Pure CSS #namanyay-search-btn { background:#0099ff; color:white; font: 'trebuchet ms', trebuchet; padding:10px 20px; border-radius:0 10px 10px 0; -moz-border-radius:0 10px 10px 0; -webkit-border-radius:0 10px 10px 0; -o-border-radius:0 10px 10px 0; border:0 none; font-weight:bold; } #namanyay-search-box { background: #eee; padding:10px; border-radius:10px 0 0 10px; -moz-border-radius:10px 0 0 10px; -webkit-border-radius:10px 0 0 10px; -o

Easy Way of Adding Pin It Buttons in Images

Image
Function of this button to directly input images in your blog to your Pinterest account. How it works from the Button share Pin It this is the button will appear when you focus the cursor on each image in the blog. Easy Way of Adding Pin It Buttons in Images The trick is very easy, here you just need to add the code below before the body cover code </ body> or before the head cover code in the template </ head> Before adding this code make sure that in your blog template you have added jquery library link <script async='' data-pin-color='white' data-pin-hover='true' src='//assets.pinterest.com/js/pinit.js'/> Here is a display demo of this Pin It button. DEMO

Best Blog Templates for the latest Full Approve Google AdSense List 2018

Image
Blog template is one of the best options for getting a full AdSense account. This is from a variety of the bloggers who expressed one of the causes has not approved his google adsense. The content of the refusal from the AdSense side is quite clear, and among them the problem of navigation menu from the website that is registered. Well, in this opportunity there are some simple methods that we can do to handle your adsense problems, namely by changing the total "appearance" with a new style, but still elegant and in particular in accordance with the direction and desire Adsense Party. For that reason, here are some recommendations from us regarding the characteristics  template is good and eligible used for the Google Adsense registration process. Feature Good Template for Full Approve Google AdSense 2018 Here are some features of a good blog template for the process of submission to Google Adsense publisher, including: Fast loading Simple and simple without

(JS) Javascript Function Remove Slash From String

Image
All I needed was to expel every single forward slice in a string utilizing Javascript. Remove Forward Slash (/) Using JavaScript Function function FSlash(func){ var x = func,    n = x.replace(/\//g,''); return n  } //Usage Using Variable var nx = "4x/4/4/5/6/7//532///45/"; //Call Variable Into Function Name    document.write(FSlash(nx)); //You can combine from function too Demo : CodePen The vital part to note here is the consistent articulation /\//g . The bit of the string you need supplanting is composed between the first and last forward cuts – so on the off chance that you needed the word 'work area' supplanted you would compose/work area/g. As the character we need to expel is an uncommon case you need to escape it utilizing an oblique punctuation line, generally the code will read the twofold forward cut as a remark thus quit preparing the line. At last, the g implies apply the substitution internationally to the string with the goa