Posts

Showing posts with the label Blogging

Find Backlink From Google Dork

Image
Forum Backlink Dork inurl:"member.php?u=" inurl:"index.php?showuser=" inurl:"smf/index.php?action=profile;u=" inurl:"index.php?action=profile" inurl:"profile.php?mode=viewprofile&u=" inurl:"profile.php?id=" "member.php?u=" "index.php?showuser=" "Invision Power Board" "smf/index.php?action=profile;u=" "index.php?action=profile" "profile.php?mode=viewprofile&u=" "profile.php?id=" "Powered by PunBB" "Powered by SMF" "PHPBB" "Powered by phpBB" inurl:"member.php?u=" inurl:"index.php?showuser=" inurl:"smf/index.php?action=profile;u=" inurl:"index.php?action=profile" forumphorumadd topicnew topicphpbbyabbipbpostingadd messagesend messagepost new topicnew threadsend threadvbulletinbbs intext:"powered by vbulletin" intext:"powered by yabb" intext:&q

Improve Blog Performance with Cloudflare DNS

Image
Tingkatkan Performa Blog Dengan DNS Cloudflare Increase Blog Performance with Cloudflare DNS - Basically all DNS is the same, namely the function of connecting a domain name with the user's IP so that the domain can be accessed by users. However, each DNS server provider certainly has a different performance, so this affects the speed of a website's response when accessed. So that the speed of this server response needs to be considered also after we increase the blog loading speed by improving the blog template used. And Cloudflare is the best for DNS server performance in the world, and we can use it easily and for free to improve the performance of our blog. Like this Magic Company, even though the blog was deemed fast enough when accessed, it turned out that the server response speed from the domain that I used was quite slow around 250 ms. After I replaced it using DNS Cloudflare, the server response speed was quite high only 1-2 ms, wow .... If you ofte

Javascript Debug Protector

Image
How to protect javascript from developer tools ? here the answer. put this code into your page or template before closing body ( </body> ) <script src="https://cdn.jsdelivr.net/gh/dimaslanjaka/Web-Manajemen@master/js/protector.js" async></script> This script functions to hide the output from console.log, console.error, console.warning, and so on. and will also notify visitors that the site being opened is in a time suspension, because the visitor is opening the developer tools in his browser. This article about : protect javascript from debugging hide javascript console from developer tools protect site from debugging

Save Adsense Ads In Posts With Callers Using Javascript

Image
Manfaatkan Google Question Hub Untuk Mendapatkan Ide Menulis Take advantage of the Google Question Hub to Get Writing Ideas - Nowadays Google as one of the largest search engines in the world seems to have a great responsibility to be able to answer all the questions of the inhabitants of this earth. Now Google is not only a search engine, but also an answering machine. Yes ... Google has now become an answering machine for all questions raised by people around the world. Especially now that almost everyone has a cellphone connected to the internet, the world is at hand. Men, women, old, young, and even children can access the internet world only with their cellphones. Work, shop, watch a movie, socialize the media, even play games to just get rid of giddiness. Besides all that, now users can also easily ask questions to the "internet" if there is something they don't understand or don't know about. For this reason, Google is now expanding its wo

Complete the External Link immediately with the Noopener Rail

Image
If you add an external link in the template or in the post and use the target="_blank" attribute, then immediately complete the rel="noopener" on the links. Looks like this is still not much known by bloggers (including me who just found out hehehe ...). When we link other web pages to our blog page using target="_blank" , the new page process that runs in the browser's new window is the same as our page process. If the new page is executing heavy JavaScript, then the performance of our blog pages can also be affected. Oops ... it turned out to be so impactful ... The target="_blank" attribute on external links is also vulnerable. The new page has access to the window object through window.opener , and can direct our page to a different URL using window.opener.location = newURL . For that, please fix the external link that uses target="_blank" on your blog by adding the rel="noopener" like the

Ideal Frequency For Blog Articles Update

Image
Do we have to write articles every day on the blog? Maybe this question has crossed many bloggers. I, as someone new to the blogging world, often look for answers to these questions. Update articles with new content is indeed mandatory by blog admins to ensure their blogs do not lose their loyal readers by presenting quality writing. From the other side, too often posting articles also has a bad impact because we have to prepare interesting material and quality writing for readers . What happens if we rarely write articles on blogs? The answer to this question depends on everyone how they work to take care of their own site. But some problems that will arise if you rarely update the article on the blog are serious enough, at him: Blog followers will not find any value if you follow you because you rarely write articles for them. You know for yourself that their main goal in following your blog is to get quality articles from you easily. But if you rarely upda

Menonaktifkan Chrome Cache Untuk Web Development

Image
Bagaimana cara menonaktifkan (disable) chrome cache untuk website development ? Jawabannya  The Chrome DevTools Tutorial : Buka development tools (devtools) dengan cara Click F12 Command + Option + i on Mac Control + Shift + i on Windows or Linux Click Network Tab Check  the  Disable cache Settingan ini hanya akan berfungsi Hanya bila DevTools Terbuka Saja Alternatif DevTools (Hard Reload && Empty Cache and Reload) Tutorial: Command + Option + R on Mac Control + Shift + R on Windows/Linux Opsional lain (Menggunakan .htaccess) <filesMatch "\.(html|htm|js|css)$"> FileETag None <ifModule mod_headers.c> Header unset ETag Header set Cache-Control "max-age=0, no-cache, no-store, must-revalidate" Header set Pragma "no-cache" Header set Expires "Wed, 11 Jan 1984 05:00:00 GMT" </ifModule> </filesM

How to Display Icon Blog In speed dial Browser

Image
Input Below Codes into <head>HERE</head> <link rel='icon' sizes='192x192' href='URL_IMAGES' /> <link rel='shortcut icon' href='URL_IMAGES' sizes='192x182' type='image/x-icon'> <link rel='apple-touch-icon' href='URL_IMAGES' /> <meta name='msapplication-square310x310logo' content='URL_IMAGES' /> <meta name='msapplication-TileImage' content='URL_IMAGES?w=270' />

Some free domain provider sites forever

Image
Some free domain provider sites forever Be a useful human being. Keep sharing, What you give to them may be very meaningful. Some free domain provider sites forever How sob have read and practice posting before it? Which inform about  Hosting unlimited and free domain forever  hmm if it is and find problem with its domain fitting really ne I want to give info about some free domain provider  for your blog and website. Ngomongin about the less obvious domain it feels if we do not understand what is a domain? DOMAIN is  our website or blog address. Domain used to facilitate visitors to remember the address of our blog / website. Therefore, we need to have a domain name that is easy to remember. The core domain is the name of the blog or website address that we make o

Basic CodeIgniter Usage Tutorial

Image
In this tutorial, the author will provide a tutorial on the basic use of the php framework is CodeIgniter.   The author uses CodeIgniter v 2.1.4 which can be downloaded directly from the official web CodeIgniter, ie http://ellislab.com/codeigniter.   What is needed for this tutorial is: 1. CodeIgniter 2.1.4 2. Text Editor (Sublime Text, CodeIgniter, Brackets, ell) 3. XAMPP / WAMP CodeIgniter PHP Framework What is done for the first time is download CodeIgniter v 2.1.4 which has been provided at the official website then extract the download and generate CodeIgniter folder.   The folder should be the reader move into the htdocs folder in the XAMPP / WAMP directory. Related Articles:  Codeigniter Early Settings After that the reader must run the web server contained in XAMPP / WAMP in order to run the PHP script.   If it is, the reader can directly open the browser page and then write "localhost / CodeIgniter" in the URL Browser (Without quotes ""), if