I was contacted recently by a past customer whose site was no longer working after upgrading the jQuery to recently released jQuery 3.0. Looking at the source code, I quickly realized that.load function was no longer firing in jQuery 3.0……
[Read More...»]
Don’t get me wrong. I love jQuery. I won’t be able to develop website without jQuery. But jQuery can really slow down a site, especially on mobile platform. I try not to use jQuery on mobile view and I view…..
[Read More...»]
As many of you are well aware, Jetpack is a utility plugin offered by WordPress.com. I personally don’t use it because it’s heavy and I also don’t find functionalities Jetpack offer not very compelling. Sucuri have found a stored cross-site…..
[Read More...»]
Couldn’t figure out why Edge browser would not open the new window in size I had set. https://connect.microsoft.com/IE/feedback/details/1400158/microsoft-edge-window-open-not-honoring-width-height-and-opens-in-background It’s a bug.
[Read More...»]
According to University of California Irvine, UCI doctoral candidate Mya Le Thai created nanowire-based battery material that can be recharged hundreds of thousands of times, moving us closer to a battery that would never require replacement. Ms. Thai invented the…..
[Read More...»]
By using Mozilla’s SSL Configuration Generator, you can ensure that your SSL is set up according to Mozilla’s recommendation. https://mozilla.github.io/server-side-tls/ssl-config-generator/
[Read More...»]
Kurt Cobain (February 20, 1967 – April 5, 1994) I was watching the video and this one reply caught my eyes. I wish he (Kurt) was still alive. And the reply was, “He comes alive every time somebody plays this…..
[Read More...»]
$(document).ready(function() { $(‘.showDisqus’).on(‘click’, function(){ // click 시 disqus 로딩 var disqus_shortname = ‘hackyacomkr’; // 본인 disqus shortname // ajax request to load the disqus javascript $.ajax({ type: “GET”, url: “http://” + disqus_shortname + “.disqus.com/embed.js”, dataType: “script”, cache: true }); $(this).fadeOut();…..
[Read More...»]
I am a WordPress enthusiast and I am passionate about everything WordPress. Having said that, there are two functionalities I can’t even defend about WordPress. Site search and comment system. These two native WordPress functions are actually horrible. So for…..
[Read More...»]
I needed to create a dropdown menu which works in AMP page. Obviously, this interface would have to work without any javascript help. This is the best that I came up with. This works in any mobile device and I…..
[Read More...»]