Samiullah Khan
Member since Jul 17, 2018
- Profile: /members/13787-samiullah-khan.htm
- URL: https://www.technbuzz.com
- Comments: 5
Recent Blog Comments By Samiullah Khan
-
Adding My Blog As A Custom Search Engine In Google Chrome's OmniBox
Posted on Apr 8, 2021 at 7:06 AM
I tried to search something on your page and couldn't find any dedicated page. So I used google search to restrict it your website. Which lead me to this article. I also use the search page of my website when I need to search. But now I found out that it's much easier to add Search Engine en... read more »
-
Anchor Tags Can Contain Block-Level Elements As Of HTML5
Posted on Sep 6, 2019 at 10:20 AM
The last line in spec about the containing element to be flow was also new for me. Sometimes we learn from the comments as well.... read more »
-
Accessing Parent Route Params Via paramsInheritanceStrategy In Angular 6.0.7
Posted on Aug 12, 2018 at 8:35 AM
paramsInheritanceStrategy is such a nice addition, I had a path like widgetA/:id/widgetB/:id/widgetC And in the widget I had to go through parent and it's grandparent to get the id. And for every next child, one step would be increased.... read more »
-
Implementing A "Show Password" Checkbox On A Login Form In JavaScript
Posted on Aug 9, 2018 at 3:09 AM
@Ben, Looks like somebody already wrote about it here at https://medium.com/@brunn/detecting-autofilled-fields-in-javascript-aed598d25da7... read more »
-
Named-Outlets Require Non-Empty Parent Route-Segment Paths In Angular 4.4.4
Posted on Jul 17, 2018 at 1:24 AM
This issue was so hard to find. Strange thing is that, it's not mentioned any where in the angular docs. You know how I found this article, I had to use Augury chrome extension which said, I have emptyOutletComponent only then I got hold of things. It's great, but I have a little advan... read more »