All muhaza's note in developing website. Front-end & uiux method. Real life implementation for webdesigner.
Thursday, 5 June 2014
loadDeferredIframe
<script>
function loadDeferredIframe() {
// this function will load the Google homepage into the iframe
var iframe = document.getElementById("awanpetir");
iframe.src = "http://www.awanpetir.com/"
};
window.onload = loadDeferredIframe;
</script>
<!-- the following iframe will be rendered with no content -->
<iframe id="awanpetir" src="about:blank" width="10px" height="10px" scrolling="no" frameBorder="no">
Cara-Cara Untuk Bypass/Solve: Database Problem.
Warning: Attempt to read property "post_status" on null in /home/xxx/public_html/wp-admin/includes/template.php on line 2298 Wa...
-
Press Windows + S , search for "Environment Variables" , and select: 👉 "Edit the system environment variables" Click...
-
/* Responsive Styles */ @media (max-width: 768px) { add ccs here } @media (max-width: 480px) { add css here ...