Cannot connect to the real www.google.com
Cannot connect to the real www.facebook.com
etc etc
That happened when i change my pc case, the date and time become incorrect, to solve this:
1. Click date and time on bottom right
2. Change date and time settings...
3. Click Internet Time tab
4. Click change settings...
5. Make sure server is time.windows.com
5. Check synchronize with internet time server
6. Click update now
7. Click ok, click ok
That happened because the time was reset when i change my pc case.
How to moderate facebook comment plugin on website?this is how
1. Put this code on the website section
<meta property="fb:app_id" content="599619996783465" />
2. Put this code on the section you want to show the facebook comment
< div id="fb-root"> < /div <
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/en_US/all.js#xfbml=1&appId=599619996783465";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));
</script>
<fb:comments href="your page site url" num_posts="10" width="940"></fb:comments>
3. Open https://developers.facebook.com/tools/comments/?id=your app id to see the notification
When you finish streaming video on chrome, the file is stored here
C:\Users\'username'\
AppData\Local\Google\Chrome\User Data\Default\Pepper Data\Shockwave Flash
change 'username' with your computerusername, look for big .tmp file, change the .tmp to .flv
I use Jquery JCaroullite, but when i slide the image, one of image is disappear, to solve this:
Change the code of javascript on the web page from
$(document).ready(function() {
$(".jCarouselLite").jCarouselLite({
btnNext: ".next",
btnPrev: ".prev",
speed: 400,
vertical: false,
circular: true,
easing:'easeOutQuart',
visible: 4,
start: 0,
scroll: 1
});
});
To
$(document).ready(function() {
$(".jCarouselLite").jCarouselLite({
btnNext: ".next",
btnPrev: ".prev",
speed: 400,
vertical: false,
circular: true,
easing:'easeOutQuart',
visible: ($("#carousel li img").length>1)?3:2,
start: 0,
scroll: 1
});
});
I have a javascript file and want to use bakground image url, but the image name has a space on it, and it won't appear on website, that's because
Spaces are not valid in a URL. They need to be encoded to %20.
My image name is 'Mesin Logam.jpg'
setAttribute("fPath",f.fPath);
innerHTML="<div style='height:80px;background-image:url(../"+f.fPath+");background-size:80px 80px;background-repeat:no-repeat;padding:0px 0px 0px 85px'>"+f.fName+"</div>";
that code won't show the image, so we can use
source.replace(/ /g, '%20'), replace source with the image name/ url variable, it will be like this
setAttribute("fPath",f.fPath);
var isiweb=f.fPath.replace(/ /g, '%20');
innerHTML="<div style='height:80px;background-image:url(../"+isiweb+");background-size:80px 80px;background-repeat:no-repeat;padding:0px 0px 0px 85px'>"+f.fName+"</div>";
the image name now become
Mesin%20Logam.jpg and the browser can read it.
Kemarin daftar telkomsel flash ultima 50rb, sisa pulsa jadi 0, tapi abis itu tetep ga bisa ngenet, terus hari ini isi pulsa 5000, abis itu baru bisa ngenet, aneh tapi nyata, awkakakwk