Thứ Năm, 9 tháng 5, 2019

Random Post Iframe Widget For Blogger

After a long time I am back with a new random posts widget for you. This is a simple random post widget but there are some new features. This widget has a simple coding and you have a small code for it unlike the old random post widget which had a long code and slowed your blog loading.

The source code of this widget is hosted on github. Github is a fast hosting so I chose it, although you can store it on any free or your paid hosting. The benefit of hosting source code and running this widget is you get rid of long codes and the other benefit is you can put this random post widget in the form of an iframe anywhere in the blog. You can just put the small iframe in between the posts, in sidebar in footbar and anywhere in the blog.

So this widget will not only speed up your blog but also you can engage your visitors for a blog time because in between the posts your visitor will be seeing older posts which if got his interest you will double up your blog traffic.

Whenever i create a post about widgets i am always focused on traffic, site speed and look of the blog because all these matters alot.

So here in this post I will share iframe code of this innovative widget and also source code for those who want to have their own stored widget or they may want to modify the code.

In my opinion there is no need of modifications as it is already best.

Iframe Code of Random post widget


Customizations:

You can change height and width of the widget and replace the url with your blog as highlighted in the above code.

Live Demo

Scroll down to the bottom of the post to see live demo of this widget.

Source Code:

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Random Posts</title>
<meta content='width=device-width, initial-scale=1' name='viewport'>
<link href='https://fonts.googleapis.com/css?family=Roboto:100,200,300,400italic,400,500,500italic,700,700italic,900%7CMaterial+Icons' rel='stylesheet' type='text/css'/>
<style>
body {
background-color:white;
margin:0;
padding:0;
color:#212121;
}
a {
color:#212121;
text-decoration:none;
}
a:hover {color:#0379C4}

/* ==== Related Post Widget Start ==== */

.related-post {
margin:1em auto 0;
font-family: Roboto, sans-serif;
font-size:16px;
}
.related-post h4 {
font-size: 20px;
margin: 0px 0px 15px 5px;
font-weight: 500;
}
/* Style 2 */
.related-post-style-2 li:last-child {
border: 0;
}
.related-post-style-2 li {
display: block;
color: #111;
height: 75px;
padding: 10px 0px 10px;
float: none;
overflow: hidden;
margin: 0 5px 10px;
border-radius: 2px;
list-style: none;
border-bottom: 1px solid #eee;
}
.related-post-style-2 li:hover {
background: none;
}
.related-post-style-2 {
margin:0;
padding:0;
list-style:none;
max-height:292px;
}
.related-post-style-2 .related-post-item-thumbnail {
width:110px;
height:83px;
max-width:none;
max-height:none;
background-color:transparent;
border:none;
padding:0;
float:left;
margin:-8px 10px 0 0;
}
.related-post-style-2 .related-post-item-title {
font-weight:500;
font-size:17px;
}
.related-post-style-2 .related-post-item-summary {
overflow:hidden;
margin-top:5px;
color:#333;
font-size:14px;
text-overflow: ellipsis;
display: block;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}
.related-post-style-2 .related-post-item-more {
display:none;
}
@media screen and (max-width:320px){.related-post-style-2 .related-post-item-summary {display:none;}
}
a#credits {
float: right;
color: #FF5722;
margin-right: 20px;
}
/* ==== Related Post Widget End ==== */
</style>
</head>
<body>
<a target='_blank' id='credits' href='https://101helper.blogspot.com/2019/05/random-post-iframe-widget-for-blogger.html'>Get widget</a>
<div id="related-post" class="related-post">
</div>
<script>
function getQueryVariable(variable) {
var query = window.location.search.substring(1);
var vars = query.split("&");
for (var i=0;i<vars.length;i++) {
var pair = vars[i].split("=");
if(pair[0] == variable){return pair[1];}
}
return(false);
}
var labelArray = [],
relatedPostConfig = {
homePage: getQueryVariable("url"),
numPosts: 3,
summaryLength: 100,
widgetStyle: 2,
callBack: function() {
var $container = $('#' + this.containerId + ' > ul'),
$list = $container.find('li'),
innerHeight = $list.first().height(),
outerHeight = $list.first().outerHeight(true);
// Container & list height setup
$container.css({
"height": outerHeight * $list.length / 2,
"overflow": "hidden"
});
$list.css({
"height": innerHeight,
"overflow": "hidden"
});
}
};
</script>
<script>
var randomRelatedIndex,showRelatedPost;(function(n,m,k){var d={widgetTitle:"<h4>You may also like...</h4>",widgetStyle:1,homePage:"https://101helper.blogspot.com/",numPosts:7,summaryLength:370,titleLength:"auto",thumbnailSize:200,noImage:"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAA3NCSVQICAjb4U/gAAAADElEQVQImWOor68HAAL+AX7vOF2TAAAAAElFTkSuQmCC",containerId:"related-post",newTabLink:false,moreText:"READ MORE",callBack:function(){}};for(var f in relatedPostConfig){d[f]=(relatedPostConfig[f]=="undefined")?d[f]:relatedPostConfig[f]}var j=function(a){var b=m.createElement("script");b.type="text/javascript";b.src=a;k.appendChild(b)},o=function(b,a){return Math.floor(Math.random()*(a-b+1))+b},l=function(a){var p=a.length,c,b;if(p===0){return false}while(--p){c=Math.floor(Math.random()*(p+1));b=a[p];a[p]=a[c];a[c]=b}return a},e=(typeof labelArray=="object"&&labelArray.length>0)?"/-/"+l(labelArray)[0]:"",h=function(b){var c=b.feed.openSearch$totalResults.$t-d.numPosts,a=o(1,(c>0?c:1));j(d.homePage.replace(/\/$/,"")+"/feeds/posts/summary"+e+"?alt=json-in-script&orderby=updated&start-index="+a+"&max-results="+d.numPosts+"&callback=showRelatedPost")},g=function(z){var s=document.getElementById(d.containerId),x=l(z.feed.entry),A=d.widgetStyle,c=d.widgetTitle+'<ul class="related-post-style-'+A+'">',b=d.newTabLink?' target="_parent"':"",y='<span style="display:block;clear:both;"></span>',v,t,w,r,u;if(!s){return}for(var q=0;q<d.numPosts;q++){if(q==x.length){break}t=x[q].title.$t;w=(d.titleLength!=="auto"&&d.titleLength<t.length)?t.substring(0,d.titleLength)+"&hellip;":t;r=("media$thumbnail"in x[q]&&d.thumbnailSize!==false)?x[q].media$thumbnail.url.replace(/\/s[0-9]+(\-c)?/, "/s"+d.thumbnailSize):d.noImage;u=("summary"in x[q]&&d.summaryLength>0)?x[q].summary.$t.replace(/<br ?\/?>/g," ").replace(/<.*?>/g,"").replace(/[<>]/g,"").substring(0,d.summaryLength)+"&hellip;":"";for(var p=0,a=x[q].link.length;p<a;p++){v=(x[q].link[p].rel=="alternate")?x[q].link[p].href:"#"}if(A==2){c+='<li><a href="'+v+'" title="'+t+'"'+b+' target="_parent"><img alt="" class="related-post-item-thumbnail" src="'+r+'" width="'+d.thumbnailSize+'" height="'+d.thumbnailSize+'"></a><a class="related-post-item-title" title="'+t+'" href="'+v+'"'+b+" target='_parent'>"+w+'</a><span class="related-post-item-summary"><span class="related-post-item-summary-text">'+u+'</span> <a href="'+v+'" class="related-post-item-more"'+b+">"+d.moreText+"</a></span>"+y+"</li>"}else{if(A==3||A==4){c+='<li class="related-post-item" tabindex="0"><a class="related-post-item-title" href="'+v+'"'+b+' target="_parent"><img alt="" class="related-post-item-thumbnail" src="'+r+'" width="'+d.thumbnailSize+'" height="'+d.thumbnailSize+'"></a><div class="related-post-item-tooltip"><a class="related-post-item-title" title="'+t+'" href="'+v+'"'+b+" target='_parent'>"+w+"</a></div>"+y+"</li>"}else{if(A==5){c+='<li class="related-post-item" tabindex="0"><a class="related-post-item-wrapper" href="'+v+'" title="'+t+'"'+b+' target="_parent"><img alt="" class="related-post-item-thumbnail" src="'+r+'" width="'+d.thumbnailSize+'" height="'+d.thumbnailSize+'"><span class="related-post-item-tooltip">'+w+"</span></a>"+y+"</li>"}else{if(A==6){c+='<li><a class="related-post-item-title" title="'+t+'" href="'+v+'"'+b+" target='_parent'>"+w+'</a><div class="related-post-item-tooltip"><img alt="" class="related-post-item-thumbnail" src="'+r+'" width="'+d.thumbnailSize+'" height="'+d.thumbnailSize+'"><span class="related-post-item-summary"><span class="related-post-item-summary-text">'+u+"</span></span>"+y+"</div></li>"}else{c+='<li><a title="'+t+'" href="'+v+'"'+b+" target='_parent'>"+w+"</a></li>"}}}}}s.innerHTML=c+="</ul>"+y;d.callBack()};randomRelatedIndex=h;showRelatedPost=g;j(d.homePage.replace(/\/$/,"")+"/feeds/posts/summary"+e+"?alt=json-in-script&orderby=updated&max-results=0&callback=randomRelatedIndex")})(window,document,document.getElementsByTagName("head")[0]);
</script>
</body>
</html>

How to add iframe code in blogger posts and sidebar?

Step 1: Go to blogger and navigate to layout.

Step 2: Click on add a gadget, choose HTML/JavaScript and put the iframe code.


Random Post Iframe Widget For Blogger layout


Step 3: Save the widget.

To put random posts widget in posts follow below steps:

Step 1: Go to blogger and click on posts.


Random Post Iframe Widget For Blogger 101helper


Step 2: Click on Edit post.


Random Post Iframe Widget For Blogger 101helper Blog


Step 3: Switch to HTML mode of post editor as shown in below picture.


Random Post Iframe Widget For Blogger


Step 4: Copy iframe code from above and past it in the HTML code of your post.


Random Post Iframe Widget For Blogger 101helper 1


Step 5: Save and publish your post.

If you want to have better look, you may use CSS. I suggest you to put the random posts wiget 2-3 times in long posts and 1 time in short post.

Try putting the iframe after completing your post otherwise you may put random post widget in wrong place because in HTML its not easy to find the exact location. Try to use CTRL+F to find the sentences in the HTML Editor and then put the code below or above.

Don't break any </div> at the time of putting the iframe, it will result in disappearance of whole post or the content may be irregular.

Use <br/> for space above and below iframe.

If you have any questions you can ask me. I hope you liked the post, try to share it please.

Thanks for visiting 101Helper.

Chủ Nhật, 5 tháng 5, 2019

SanFrancisco v1.3.3 - multiconcept blog & magazine wordpress template

Hey There, you want a responsive and beautiful wordpress template then you have come to the right site and you can get latest wordpress template and others templates like blogger or html template... You just have to click on the download template button bellow in the page

SanFrancisco v1.3.3 - multiconcept blog & magazine wordpress template
SanFrancisco


SanFrancisco wordpress theme Free Download ↓↓






SanFrancisco v1.0.4 is fashionable, clean and simple to use blog & magazine theme that allows you to have full management over all things within the theme. Powerful and distinctive page builder interface allows you to simply mix lots of pages with varied modules in seconds and will its job over you think. You don’t got to have any code information. explore our demo pages to check some wonderful features.



Also Read: https://codewithzb.blogspot.com/2019/04/free-download-bitther-wordpress-template.html


Extra Tags:
wordpress templates wordpress templates free wordpress template hierarchy wordpress templates for business wordpress template page wordpress templates for bloggers wordpress template parts wordpress template_redirect wordpress template builder wordpress template tags wordpress template free wordpress template redirect wordpress template avada wordpress template api wordpress template agency wordpress template automotive wordpress template art gallery wordpress template add class to body wordpress template archive wordpress template architecture wordpress template author wordpress template admin the wordpress template hierarchy a wordpress theme create a wordpress template edit a wordpress template download a wordpress template wordpress the template part what is a wordpress template add a template wordpress what is a wordpress template tag what is a wordpress template file wordpress template blog wordpress template business wordpress template boilerplate wordpress template bootstrap wordpress template builder free wordpress template buy wordpress template best wordpress template bridge b wordpress theme b theme wordpress free download wordpress b&b templates wordpress template comment wordpress template code wordpress template custom post type wordpress template cost wordpress template checker wordpress template construction wordpress template content wordpress template conditional wordpress template cache c't wordpress theme wordpress template download wordpress template detector wordpress template development wordpress template directory uri wordpress template dropdown not showing wordpress template display page content wordpress template designer software wordpress template do_shortcode wordpress template ecommerce wordpress template editing wordpress template engine wordpress template envato wordpress template enfold wordpress template elementor wordpress template ecommerce free wordpress template events e learning wordpress template free wordpress ecommerce templates e learning wordpress templates wordpress e-shop template wordpress e-magazine templates e store template wordpress emailing template wordpress free ecommerce wordpress templates e-commerce wordpress app template wordpress ecommerce web template wordpress template from scratch wordpress template functions wordpress template for posts wordpress template for business wordpress template for photographers wordpress template for portfolio wordpress templates f wordpress template gallery wordpress template generator wordpress template godaddy wordpress template get page content wordpress template get content wordpress template guide wordpress template gratis wordpress template gratuit wordpress template github wordpress template get featured image wordpress template header wordpress template hooks wordpress template how to wordpress template hierarchy pdf wordpress template hierarchy cheat sheet wordpress template hierarchy custom post types wordpress template hotel wordpress template html wordpress template hosting h-code wordpress template wordpress template include wordpress template images wordpress template install wordpress template id wordpress template identifier wordpress template include php file wordpress template inheritance wordpress template is missing wordpress template in plugin wordpress template index.php i theme wordpress wordpress template javascript wordpress template job board wordpress template job portal wordpress template json wordpress template journalist wordpress template jupiter wordpress template journal wordpress template jewelry wordpress template job portal free wordpress template jobs wordpress template knowledge base wordpress template kaufen wordpress template kalium wordpress template kitchen wordpress template kidslife wordpress template kleo wordpress template kostenlos wordpress template kopen wordpress template kopieren wordpress template kindergarten wordpress template landing page wordpress template location wordpress template library wordpress template language wordpress template loop wordpress template list wordpress template like ebay wordpress template like medium wordpress template lookup wordpress template loader wordpress template monster wordpress template maker wordpress template membership site wordpress template map wordpress template music wordpress template marketing agency wordpress template medical wordpress template minimalist wordpress template missing from page attributes wordpress template magazine wordpress template name wordpress template not showing wordpress template nonprofit wordpress template no header wordpress template newspaper wordpress template not updating wordpress template not working wordpress template neve wordpress template naming conventions wordpress template not showing up in page attributes wordpress template options wordpress template order wordpress template option not showing wordpress template one page wordpress template override wordpress template online shop wordpress template online course wordpress template oceanwp wordpress template organization wordpress template one page free qual o template wordpress wordpress template plugin wordpress template post wordpress template path wordpress template post type wordpress template partials wordpress template page content wordpress template quiz wordpress template query wordpress template quote wordpress template quora wordpress quickstart template free download wordpress questionnaire template wordpress theme quiz wordpress theme quickstart wordpress theme quotes wordpress theme quality q&a wordpress template wordpress template real estate wordpress template resume wordpress template responsive wordpress template reviews wordpress template restaurant wordpress template react wordpress template real estate free wordpress template recruitment agency rt wordpress theme wordpress template structure wordpress template sites wordpress template search wordpress template simple wordpress template shortcode wordpress template software wordpress template settings wordpress template single page wordpress template story wordpress template scanner wordpress themes _s wordpress theme tutorial wordpress template theme wordpress template types wordpress template title wordpress template travel agency wordpress template twenty seventeen wordpress template twenty sixteen wordpress template tags cheat sheet wordpress template themeforest t shirt wordpress template wordpress t shirt shop template wordpress t-shirt ecommerce template wordpress template upload wordpress template university wordpress template url bloginfo wordpress template used wordpress template url child theme wordpress template under construction wordpress template update wordpress template uncode wordpress template underscore u design wordpress template wordpress u theme wordpress template video background wordpress template variables wordpress template vs page wordpress template vs custom wordpress template vacation rental wordpress template video wordpress template visual composer wordpress template version wordpress template video background free wordpress template with video header wordpress template website wordpress template without header wordpress template with sidebar wordpress template wedding wordpress template with video background wordpress template with shopping cart wordpress template with demo content wordpress template with member login wordpress template with slider wordpress template xampp wordpress template xone wordpress template xclean wordpress xml template wordpress xstore template wordpress xcode template wordpress theme x wordpress theme xml file wordpress theme x pro extra wordpress theme x wordpress theme x wordpress theme review x wordpress theme free download x wordpress theme nulled x wordpress theme demo x wordpress theme download x wordpress theme documentation x wordpress theme support x wordpress theme tutorial x wordpress theme purchase code wordpress template youtube wordpress template yoga wordpress template youtube videos wordpress template yoga free wordpress template yoga studio wordpress template yellow wordpress templates yachts wordpress youtube template free wordpress yaml template wordpress yelp template y theme wordpress wordpress template zip wordpress template zerif wordpress template zip file wordpress zephyr template wordpress theme zerif lite wordpress theme zip wordpress theme zuki wordpress theme zip download wordpress theme zip file structure wordpress theme zip structure wordpress template 1 page wordpress theme 15zine wordpress theme 100 free wordpress theme 1 column wordpress theme 1 page scroll wordpress theme 100 width 13 floor wordpress theme wordpress theme 1 page free wordpress theme 17 wordpress theme 1321 #1 wordpress theme 1 page wordpress template 1&1 wordpress templates wordpress template 2019 wordpress template 2018 wordpress template 2017 wordpress template 2 languages wordpress template 2 column wordpress template 2015 wordpress template 2010 wordpress template 27 wordpress template 2018 free best wordpress template 2018 wordpress 2 column template wordpress template 3 column wordpress template 3d wordpress theme 3 column wordpress theme 3d wordpress theme 3 columns free wordpress theme 3d printing wordpress theme 360 panorama wordpress theme 3clicks wordpress theme 3 menus wordpress theme 3 level menu 3 column wordpress template ionic 3 wordpress template wordpress 3 column page template helix 3 template wordpress wordpress template 404 wordpress template 4 column wordpress template 4.9 wordpress 404 template not working wordpress 403 template wordpress 4.9 template name wordpress 4.9 template cache wordpress 4.9.8 template wordpress theme 404 error wordpress theme 4 columns bootstrap 4 wordpress template 4 column wordpress template wordpress 4 page template free bootstrap 4 wordpress templates wordpress template 500 error wordpress 5.0 template wordpress 5 template page wordpress 5.0.3 template wordpress theme 500 error wordpress theme 500 wordpress theme 5.0 wordpress theme $5 5 star theme wordpress wordpress 5 theme development wordpress 5 templates gantry 5 wordpress templates wordpress 5 theme wordpress theme 62222 foundation 6 wordpress templates wordpress theme 777 wordpress 7up theme template wordpress php 7 wordpress contact form 7 template code wordpress contact form 7 template php 7 wordpress template contact form 7 wordpress template wordpress theme 80s wordpress theme 8 8 bit wordpress theme wordpress theme 80 days wordpress template windows 8 style wordpress 80's theme 8 wordpress theme studio 8 wordpress template wordpress theme 907 wordpress theme 90s wordpress theme 909 wordpress template like 9gag wordpress 9gag theme wordpress 90's theme cloud 9 wordpress template 9 template wordpress



SanFrancisco wordpress theme Free Download ↓↓


Thứ Bảy, 27 tháng 4, 2019

Bitther - Magazine Wordpress Template Free Download

If you want to download Bitther v2.0.0 Magazine and blog wordpress template free then you have visited you a right place click the download button below top free download the bitther wordpress theme for free
Bitther v2.0.0 - Magazine and Blog Wordpress Theme Free Download

Bitther Free Download ↓↓




These Features From Themeforest

More Features

.
  • Modern minimal style design.
  • Highly Responsive.
  • Advanced header features with mutil uniqe header style and header background variation.
  • Speed and SEO optimized.
  • Retina ready graphics.
  • Popular Visual Page builder included so there any layout you can think can be created in minute event without any coding knowledge.
  • WPML plugin ready: In case your business needs a multi language site
  • All slideshows optimized for mobile devices 
  • Post Format Support: Standard, Aside, Image, Video, Gallery, Link, Quote , Status , Chat
  • Unlimited Color Options with Backend Color Picker for any kind of gorgeous color settings.
  • Free Lifetime Updates and Support
  • Contact Form 7 support for the most popular form plugin for your dynamic form
  • Advanced Typography Options
  • Extensive documentation
  • Coded using the latest standards and best practices.

Customization

  • Highly customizable design
  • Visual Composer drag-and-drop page builder ($34 value)
  • Cryptocurrency Price Ticker Widget PRO – WordPress Plugin ($29 value)
  • Lots of custom page-builder Elements
  • Extensive theme options panel with dynamic preset generator
  • Custom logo uploading
  • Translation/WPML ready
  • Google Web Fonts integration
  • Child-Theme for advanced customization
  • Complete list of theme filter and hooks for your future use


Bitther Free Download ↓↓


FlixGo HTML template free download

If you want a beautiful and responsive html template like FlixGo for free then you have visited the right place, you can easily download FlixGo HTML template for free right now by clicking the below button "download".


FlixGo may be a trendy and responsive hypertext markup language template, created for film database, film review, tv shows or film web site. The template contains all necessary parts needed for making an expert and appealing web site, has two completely different Home page, two completely different Catalog page, two completely different Details page, free Video player and far additional. It excellent selection for film database and on-line cinema.


Template Features From Themeforest:-

  • Fully Responsive
  • Movie & TV show design
  • 2 Homepage versions
  • 2 Catalog page versions
  • 2 Details page versions
  • Video Player
  • Fullscreen Gallery
  • Clean Code
  • Easy to customize
  • Valid Markup
  • Well Documented
  • Based on Bootstrap 4.x

Font Used:

Icons Used:

Files Included:

  • HTML Files
  • CSS Files
  • JS Files
  • Favicon

Images:

Note: All images in live preview is NOT included on the main files.

Credits and Sources:




How To Upload A Image Or File In PHP



Hey There I'm ZB King And In this post i'm gonna tell you that ow you can upload a image or a file in php so guy's if you don't know about what PHP means then please first learn php course and then read this article...So Now Let's Start That Follow Bellow


Also Read: https://codewithzb.blogspot.com/2019/04/bioscope-free-download.html

Add The HTML Form

These Codes Below Will Be Written In The HTML page So I Using The 'uploadimage.html'...


<!DOCTYPE html> <html><head><title> Uploading Image In PHP <title/><head/> <body> <form action="upload.php" method="POST" enctype="multipart/form-data">
<label for="image"> Select Image <label/>
<input type="file" id="image" name="image" />
<input type="submit" value="Submit" name="submit" /><form/> <body/><html/>


so guys as you see that we can created a form and we gave the action file "upload.php" and give the method as POST and also the most important thing for uploading file or a image in enctype that we have given above "multipart/form-data" ...
So guys and also we give a input in form tag that is describing the input name and type
we have give the name = "image" and type = "file" because the input is for image or a file and if that was not for a file or a image then we have to give text,email or number etc. and also we have given a submit button that if anyone click on that button then take action and we have named the submit button "submit" so nest thing we do is to add the php script so that's below

Adding PHP Script

Now We working int PHP file that's name "upload.php" because above we have given the action in "upload.php" file...
So now guys as you type the html form in your uploading html file then now we have to add the php
Now just follow bellow what i'm doing


<?php $con = mysqli_connect('localhost', 'root', '', 'images'); if(isset($_POST['submit']){ $image_name = $_FILES['image']['name']; $image_size = $_FILES['image']['size']; $image_tmp = $_FILES['image']['tmp_name']; if($profile_size > 25097152){ echo "<script>window.alert('File size must be excately 25 MB');</script>"; } if(empty($image_name)){ echo "<script>window.alert('Sorry, Fields Are Empty');</script>"; }else{ $insert_query = "INSERT INTO `image` (`id`, `image`) VALUES ('NULL', '$image_name')"; if(mysqli_query($con, $insert_query)){ echo '<script>window.alert("Added Successfully");</script>'; move_uploaded_file($image_tmp,"../img/".$image_name); } } }
?>

So Guys I Hope You Have Understand How To Upload Image Or File In PHP But I have To Explain That
So Guys I First Line We Have Explain The Image or File Name And It's Tmp And Also Size And
if($profile_size > 25097152){ echo "<script>window.alert('File size must be excately 25 MB');</script>"; }
Is Explaining That If The Size Is Above 25 MB Then It Will Not Submit It Show A Error


if(empty($image_name)){echo "<script>window.alert('Sorry, Fields Are Empty');</script>"; }
Is Explaining That If The Field Is Empty That Show The Error That "Sorry, Fields Are Empty";


else{ $insert_query = "INSERT INTO `image` (`id`, `image`) VALUES ('NULL', '$image_name')"; if(mysqli_query($con, $insert_query)){ echo '<script>window.alert("Added Successfully");</script>'; move_uploaded_file($image_tmp,"../img/".$image_name); } }

Is Explaining That If The Fields Are Not Empty Then Insert The Image In The Table named `image` id, image And Values Should Be NULL for id And $image_name for image
And If It's Added Then Show The Successful Message That "Added Successfully"...And Move The Image Where You Want Like I Have Linked The Folder "../img" And If Your Folder Name Is Images Then You can do Like This "../images" or "images"


Thứ Bảy, 20 tháng 4, 2019

Bioscope - HTML Template Free Download

Hey there, you want the html template named bioscope but you can't pay for it then here the Bioscope html template free download, you have to click the download button below to free download from mediafire easily and if you want the preview then click demo
Bioscope - HTML Template Free Download
Bioscope

Bioscope Free Download ↓↓


Bioscope — Cinema / Film / Series / Agency hypertext markup language template for style Cinema, Film, Series and television web site.This hypertext markup language template specially style for any reasonably video connected web site. Picture element excellent, least and top quality UI/UX that creates a lot of higher. You'll be able to use this lovely templete simply. This template relies on 1170 Bootstrap Grid and canvas dimension is 1920. thus, this template is going to be 100% fluid responsive on any device. In addition, you're obtaining only 1 markup language stratified files. Everything is in Documentation file in order that will change something simply.




Also Read: https://codewithzb.blogspot.com/2018/09/vinazine.html




These Features From Themeforest

Template Features:

  • 04 Home Page
  • 14 Inner Pages
  • White and Dark Version
  • Contact Form
  • MailChimp
  • Modern and clean design
  • 100% Fluid design
  • Free Fonts used
  • Awesome Unique Look
  • Easy & customizable HTML files
  • 24/7 Great Support !!

Font Used:

Icon Credits:

Image Credits:




bioscope definition bioscope meaning bioscopewala movie review bioscope movie bioscope app bioscope in a sentence bioscope journal bioscope live bioscope app download bioscope afm bioscope axis mall bioscope associates bioscope ajmer bioscope amazon bioscope at haldia bioscope apk for android bioscope axis mall movie making a bioscope how does a bioscope work what is a bioscope cinema what is a bioscope used for is bioscope a word what is a bioscope mean what is a bioscope called in hindi what does a bioscope mean bioscopen a star is born bioscope bd bioscope bhilwara bioscope bioscope bioscope bengali movie bioscope bangla film bioscope bangla song bioscope bengali bioscope buy bioscope bangla meaning bioscope b bioscope chords bioscope cinema bioscope cinema durgapur bioscope city centre haldia bioscope camera bioscope contact number bioscope cast bioscope cinema ajmer bioscope cinemas private limited bioscopelive.c bioscope download for android bioscope downloads bioscope durgapur bioscope dotkom bioscope data pack bioscope dohon bioscope drama bioscope dd national 4 d bioscopen bioscope er nesha lyrics bioscope english bioscope environmental bioscope entertainment bioscope english movies bioscope events bioscope everything must fall bioscoop eindhoven bioscoper nesha chords bioscope e bajimat e-city bioscope entertainment private limited e city bioscope sikar e-city bioscope noida uttar pradesh bioscope for pc bioscope free bioscope facebook bioscope for sale bioscope fk unpad bioscope feluda bioscope for android tv bioscope films india bioscope free trial bioscope group bioscope gp bioscope gully boy bioscope game bioscope genève bioscope group predatory bioscope geneva bioscope global film festival bioscope gp offer bioscope guitar chords bioscope live gtv bioscope haldia bioscope hindi movie bioscope home bioscope history bioscope hindi meaning bioscope how to make bioscope hd video bioscope haldia uri bioscope haldia movie list bioscope images bioscope independent cinema bioscope in hindi bioscope internet bioscope india bioscope in sikar bioscope ipa bioscope inventor bioscope in durgapur channel i bioscope i am bioscope i tonya bioscopen bioscope johannesburg bioscope jodhpur bioscope junction mall durgapur bioscope jhb bioscope junction durgapur bioscope junction mall durgapur contact no bioscope jodhpur contact number bioscope jodhpur movie ticket price bioscope jodhpur movie booking bioskopkeren bioskopkeren tv bioskop kaca bioskopkeren. wa bioscope kolkata bioscope kesari bioscope kya hota hai bioscope ki baatein bioscope kya hai bioskopkita bioscope live tv apk bioscope lyrics bioscope live apk bioscope logo bioscope live tv apk download bioscope leiden bioscope live tv apps bioscope laboratory supplies ltd bioscope login bioscope l baiscopelk leeuwarder bioscopen.l bioscope marathi movie bioscope movie review bioscope maboneng bioscope magazine bioscope meaning in marathi m.bioscope bioscope netflix bioscope natok bioscope near me bioscope newtown bioscope new account bioscope niyoti movie bioscope nagaur bioscope new movie bioscope natok download bioscope nesha lyrics bioscope n bioscopenleiden.n leeuwarder bioscopen.n bioscope original bioscope offer bioscope original film bioscope on rent bioscope online ticket booking bioscope original film nissash bioscope old version bioscope on smart tv bioscope on rent in mumbai bioscope operation bioscope promo code bioscope pack bioscope prime pack bioscope price bioscope package bioscope projector bioscope picture bioscope productions bioscope•a p p bioscope p bioscope quotes bioscope tamil quotes open tee bioscope quotes bioscope resolve bioscope rajarhat bioscope register bioscope review bioscope restaurant bioscope rajasthan bioscope recharge bioscope rajarhat movie show time bioscoop rotterdam bioscope rates bioscope south asian screen studies bioscope subscription fee bioscope sikar bioscope song bioscope streaming bioscope software bioscope show time bioscope synonyms bioscope show time durgapur bioscope subscription s bioscope productions bioscopen 's-hertogenbosch bioscope tv bioscope tamil bioscope ticket bioscope test bioscope tv app download bioscope ticket price bioscope tamil movie bioscope tv apps bioscope timing bioscope toy open t bioscope open tee bioscope cast open t bioscope full movie open t bioscope songs open t bioscope full movie download open t bioscope movie song download open tee bioscope lyrics open t bioscope download open t bioscope mp3 songs bioscoop utrecht bioscope unpad bioscope unige bioscope uses bioscope abi bioscope uptodown bioscoop uden bioscoop utrecht centrum bioscoop utrecht pathe bioscope video bioscope video apps bioscope video download bioscope vietnam bioscope vector bioscope video pack bioscope video apps download bioscope video gana bioscope video internet bioscope video free download bioscope v cinema bioscope website bioscopewala full movie bioscope wiki bioscope web series bioscopewala song bioscope wali bioscopewala pictures bioscope windows app bioscope x bioscope youtube bioscope youtube tamil bapjaner bioscope youtube open tee bioscope youtube bioscope marathi movie youtube www youtube bioscope live tv gp bioscope youtube bioscope zee bangla bioscope zee bangla serial bioscope (zee) mall ajmer rajasthan bioscoop zoetermeer bioscope zee mall ajmer bioscope zee bioscope zevenaar bioscope zaandam bioscope zutphen bioscope zwolle bioscope 1.2.1 bioscope 18+ bioscope 1.0.8 12th biology scope bioscope ten 1 mirchi bioscope 102 not out bioscope for windows 10 the bioscope 1912 bioscope 15 bioscope 2015 bioscope 2019 bioscope 2018 bioscope 2008 bioscope 2015 cast bioscope 2017 bioskop 21 bioscope 2018 movie bioscope 24 tv bioscope 2015 wiki bioscope 2 poramon 2 bioscope poramon 2 bioscope full movie poramon 2 bioscope download ten 2 bioscope baaghi 2 bioscope baaghi 2 bioscope ajmer bahubali 2 bioscope bioscope 3d model 3d bioscope sikar bioscope 3d movie now bioscopewala 300mb bioscope live ten 3 race 3 bioscope bioscope 3 open tee bioscope 480p download 4dx bioscopen bioscope 5gb 5gb bioscope streaming pack 5gb bioscope pack 5 gb bioscope pack 5 gb bioscope streaming pack open tee bioscope 720p download open tee bioscope 720p open ti bioscope 720p bioscope marathi movie 720p download bioscope 9apps bioscope channel 9 bioscope beta channel 9 channel 9 bioscope

Thứ Bảy, 30 tháng 3, 2019

Top 3 Best Wordpress Hosting Providers || Hostwale

Best Wordpress Hosting providers || Hostwale

Best Wordpress Hosting Providers || Everyone is confused about choosing best wordpress hosting for beginning there blog. But there is a query in there mind is "Which hosting is best for there blog and at what factor we should choice a hosting?".

So, Today I am going you to explain each an every detail of hosting and the factors which you should follow before buying a hosting.

What is Hosting?

Web Hosting is a means where we can store our application, blog or a website etc on a web server through electronic content which is being readily accessible to any web browser. For making a blog one must need a hosting to host there blog.

There are many companies who provide there hosting to their costumer according to there requirement.

Types of Hosting

  • Shared Hosting.
  • Cloud Hosting.
  • Virtual Private Server ( VPS ) Hosting.
  • Wordpress Hosting.
  • Dedicated Server.
In this article, we are just going to focus on wordpress hosting. 

What is Wordpress Hosting?

First of all we have to know what is wordpress. Wordpress is a open source designed website creation tool with php language for innovating your ideas worldwide. 

Wordpress Hosting is a hosting plan specially made for wordpress. It provide better security, good response time, on time wordpress updates with regular backup facility.

What are the factors for choosing Best Wordpress hosting providers? 

  • Great Uptime.
  • Response time or Speed.
  • Automatic regular backup.
  • Easy payment options.
  • Easily scalable hosting.
  • Most important is the 24x7 customer support.
There are hundreds of wordpress hosting providers companies which claims to provide best wordpress hosting.
But dont't worry we are here to guide you with proper wordpress hosting among hundreds of providers.

    List of Best Wordpress hosting Providers

      1. Bluehost 

        Bluehost is one of the hosting provider for wordpress which was started in the year 1996. Now, Bluehost has become one of the largest best wordpress hosting provider throughout the globe. They provide there hosting facility through worldwide. Its shared hosting is used mostly for new users with its fast and reliable service. They provide daily free backup for your entire account daily, weekly and monthly.

        Bluehost has been recommended by WordPress.org since 2005.


        There are two types of wordpress hosting that bluehost provide:
        • Shared Wordpress Hosting.
        • WP Pro Managed Wordpress Hosting.
          1. Shared Wordpress Hosting
            These hosting is consider one of the most popular shared wordpress hosting provided by bluehost. Its fast and reliable to use. They automatically installs your wordpress with most secure version.
            They have got there Basic plan with $3.95/month.
            Here is the list of all the plan details below: 

            Best Wordpress Hosting providers || Hostwale

            Basic Plan
            • Host 1 website at time.
            • With 50 GB SSD hard disk which is good.
            • Also they provide Free SSL certificate.
            • Unmetered Bandwidth.
            • Free domain for 1 year.
            • Use 5 Parked domains.
            • Also connect 25 Subdomains with your main domain.
            • Lastly $50 Marketing credit bonus.
            Plus Plan
            • Host unlimited website.
            • With Free SSL certificate.
            • Unmetered SSD storage.
            • Free domain for 1 year.
            • Unlimited Parked Domains.
            • Also connect Unlimited Subdomains with your main domain.
            • Lastly, $100 Marketing credit bonus.
            Choice Plus
            • Host unlimited website.
            • With Free SSL certificate.
            • Unmetered SSD storage.
            • Free domain for 1 year.
            • Unlimited Parked Domains.
            • $200 Marketing credit bonus.
            • Lastly, CodeGuard Basic Backup.
            Bluehost Shared Hosting Features
            • Choosing your WordPress Hosting plan installs the latest and most secure version of WordPress by Bluehost automatically
            • Get an email address for your domain name with each WordPress Hosting account.
            • Free domain of your choosing for one year upon the creation of your WordPress Hosting account.
            • WordPress Hosting plan is being secured even after account creation by keeping your account up to date everyday.
            • Login credentials are changed from the standard WordPress admin/password to something of your choice for better security
            2. WP Pro Managed Wordpress Hosting.
            Bluehost provide dedicated wordpress unlike the other wordpress hosting providers. It is consider one of the best wordpress hostin in hosting industry.

            There Basic Plan starts from $19.95/month.

            Here are the list of  WP Pro Managed Wordpress Hosting below:

            Best Wordpress Hosting providers || Hostwale

            Build Plan
            • Jetpack Site Analytics (Basic.
            • Marketing Center to monitor you performance.
            • 100 Free Premium Themes.
            • Daily Scheduled Backups.
            • Malware Detection and Removal to safeguard your account.
            • Domain Privacy Protection to protect from spam & privacy thieves.
            Grow Plan
            • Jetpack Site Analytics (Premium).
            • Marketing Center to monitor you performance.
            • 100 Free Premium Themes.
            • Daily Scheduled Backups.
            • Malware Detection and Removal to safeguard your account.
            • Domain Privacy Protection to protect from spam & privacy thieves.
            • Business Review Tools.
            • Bluehost SEO Tools.
            • Jetpack Ads Integration.
            • 10GB Video Compressio.
            • WordPress Live Ticket Support.
            Scale Plan
            • Jetpack Pro included.
            • Marketing Center to monitor you performance.
            • 100 Free Premium Themes.
            • Unlimited Backups and Restore.
            • Malware Detection and Removal to safeguard your account.
            • Domain Privacy Protection to protect from spam & privacy thieves.
            • Business Review Tools.
            • Bluehost SEO Tools.
            • Jetpack Ads Integration.
            • Unlimited Video Compression.
            • WordPress Live Ticket Support.
            • PayPal Integration. 
            • Elastic Search will boost your search function. 
            Bluehost WP Pro Managed Wordpress Hosting Plan features
            • Unlimited Website.
            • Free SSL certificate.
            • Unlimited Domains.
            • Unlimited Subdomains.
            • Unlimited Web Storage.
            • Staging Environment which allows you to test your website before publishing.
            • SSD Hard Disk.
            • CDN Enabled where you will get fastest load time.
            • Worpress auto updates.
            • 24/7 Costumer support.
            • 30- Day Money Back Guarantee.

                2. A2 Hosting

              A2 Hosting provides fastest best hosting provider and claims to provide 20x Faster web hosting. It's server speed is between 360ms which is good for a website. They provide there best wordpress hosting facility through worldwide. Its shared hosting and reseller hosting is good for new blogger.


              There are three Managed WordPress Hosting Plan with its basic plan starts from $11.99/month.

              Here are the plan details mentioned below:

              Best Wordpress Hosting providers || Hostwale

              1-Site Plan
              • Host 1 website.
              • 10 GB Storage.
              • Unlimited Transfer.
              • Free SSL, SSD & CDN.
              • Turbo Upto 20x Faster.
              • Powered by Plesk.
              • Site Staging.
              • Easy, Automated Backups.
              • Free Jetpack Personal License.
              • Free & Easy Site Transfer.
              • Anytime Money Back Guarantee.
              3-Sites Plan
              • Host 3 Websites.
              • 25 GB Storage.
              • Unlimited Transfer.
              • Free SSL, SSD & CDN.
              • Turbo Upto 20x Faster.
              • Powered by Plesk.
              • Site Staging.
              • Easy, Automated Backups.
              • Free Jetpack Personal License.
              • Free & Easy Site Transfer.
              • Anytime Money Back Guarante.
              Unlimited Site Plan 
              • Host Unlimited Websites.
              • 40 GB Storage 
              • Unlimited Transfer.
              • Free SSL, SSD & CDN. 
              • Turbo Upto 20x Faster.
              • Powered by Plesk.
              • Site Staging.
              • Easy, Automated Backups.
              • Free Jetpack Personal License.
              • Free & Easy Site Transfer.
              • Anytime Money Back Guarante.

              A2 Hosting features 

              • Up to 20x Faster Server.
              • 24/7/365 Costumer support.
              • Free Account migration.
              • Anytime Money Back Guarante.
              • 99.9% Uptime with ultra-reliable servers.

                 3. Hostinger 

                Hostinger is a web hosting company where you can host your website and claims to provide 99.9% Uptime. They provide powerful Best wordpress hosting throughout the globe with better performance and cheaper rate.
                They provide daily or monthly free backup of entire account.

                Hostinger

                Here are details of there plan mentioned below:

                Best Wordpress Hosting providers || Hostwale

                Single Plan
                • 1x Processing Power & Memory.
                • Host 1 website.
                • 10 GB SSD Hard disk.
                • 100GB Bandwidth.
                • 1 My SQL Databases.
                • 1 Email Account. 
                Premium Plan
                • 2x Processing Power & Memory.
                • Host Unlimited website.
                • 20 GB SSD Hard disk.
                • Unlimited Bandwidth.
                • Unlimited My SQL Databases.
                • Free Domain Registration.
                • Unlimited Email Account.
                 Business Plan
                • 4x Processing Power & Memory.
                • Host Unlimited website.
                • 30 GB SSD Hard disk.
                • Unlimited Bandwidth.
                • Unlimited My SQL Databases.
                • Free Domain Registration.
                • Unlimited Email Account. 
                • Free SSL Certificate.
                • Daily Backup about your content.

                Hostinger features

                • High Quality Web Hosting at lowest price.
                • Affordable prices.
                • 24/7 costumer support.
                • Uptime 99.9% which is good.

                  Conclusion

                  We have discussed all the important factors for buying Best Wordpress Hosting Providers along with some list of website. Hope you like these information.