CSS3 Jquery Create a curtain menu using CSS3 and jQuery Muhammad Hamza June 07, 2016 Curtain menu started taking place when sliding panels and responsive solutions were started to drive. It provides a responsive design... Read more »
Blogger What are exactly Blogger's Lambda expressions? Muhammad Hamza May 27, 2016 Javascript was never meant to be the first choice to change DOM on load, instead Blogger layout data tags helps us to make the template with... Read more »
Javascript Calculate the time of a Javascript code block Muhammad Hamza May 21, 2016 Putting in some dirty slow script is worst than coding nothing. My recent projects for Themelet made me understand that why we should keep J... Read more »
Javascript Basic concept of Javascript prototype inheritance Muhammad Hamza April 03, 2016 Javascript prototype is one of the basic concept about Javascript.Prototypes are simply the parents of any object present in Javascript. ... Read more »
Blogger Blogger Feeds Jquery Add recent post news ticker for Blogger - trendy Muhammad Hamza March 18, 2016 What I shared a post previously , it was objected by some user that the ticker was not working, thus a new coded news ticker with better des... Read more »
Javascript Object in Javascript explained Muhammad Hamza March 14, 2016 I've been through this in one of my previous post . But this one is going to be a detailed over what Javascript object and prototype wor... Read more »
Blogger Blogger's Mobile template feature you may never knew existed Muhammad Hamza March 09, 2016 Blogger hosting blogs can be ultra fast on mobile devices unless we know that Blogger have strong native API that detects mobile devices and... Read more »
Blogger Blogger Feeds Javascript Jquery Complete guide to create an AJAX Blogger template Muhammad Hamza March 05, 2016 AJAX stands for asynchronous javascript and xml . It was launched years ago but I found only one Blogger based blog with AJAX, beside that i... Read more »
CSS3 Responsive design Responsive hamburger menu with CSS Muhammad Hamza February 26, 2016 Javascript is always been part of developing click events, but CSS checkbox technique is great too. Using the same technique I've develo... Read more »
Javascript Social Tips Make your pages more social friendly with Sharer.js Muhammad Hamza February 23, 2016 All the social sites have different API to create their social icons, specially when we want custom icons. They are complex and hard to reme... Read more »
CSS3 Javascript Instagram filters on images using CSS Muhammad Hamza February 18, 2016 I always loved those retro and classy filters of Instagram, later after the release of Retrica and Candy like camera apps make a trend of ha... Read more »
CSS3 Javascript Create a full screen navigation using CSS and Javascript Muhammad Hamza February 14, 2016 Full screen navigation worth coding not just due to design sense, but the content and links get more space on screen. Further there is no ne... Read more »
Jquery Stick Kit: a must use jQuery plugin for sticky elements Muhammad Hamza February 07, 2016 Stick the element is not always the same. Use position fixed on scroll is not always the solution, like I shared a way through Waypoint JS .... Read more »
Blogger Customize Blogger contact form to better level Muhammad Hamza January 22, 2016 What really makes a blog great, content? No doubt content is primary but design is also a factor to make it successful. Blogger released con... Read more »
HTML5 Link to telephone number in href attribute Muhammad Hamza January 21, 2016 Never seen someone using tel: in href attribute in <a> tag, also it is not available on W3Schools' document about href attribute. ... Read more »
Blogger Hamburger menu for Blogger Muhammad Hamza January 17, 2016 People out there ambitious of turning their navigations into hamburger which is quite a old right now. But I've finally here to throw o... Read more »
Javascript Create a sticky navigation displayed after scroll using Javascript Muhammad Hamza January 03, 2016 Navigation often stays below header and pages are sometimes too much long that user get out of reach from navigation. The reason developer s... Read more »
Javascript Javascript essentials: call, apply and bind methods Muhammad Hamza December 24, 2015 You might have read these stuff so many times and I am writing this in December of 2015 which is quite a bit late. What I am going to share ... Read more »
Blogger Customizing new Featured Post widget in Blogger Muhammad Hamza December 19, 2015 Blogger's new Feature post widget is quite a good development for an active blogger. Every widget launched by Blogger had some space for... Read more »
Blogger Blogger Feeds HTML5 Javascript Use picture tag on Blogger images for faster on small devices Muhammad Hamza December 13, 2015 Technically, Blogger do not have native API to return the desired size image. We can have full size as well as small thumbnail. Dave Rupert... Read more »