Search Results for: woocommerce – Page 7

Miscellaneous
Mizanur Rahaman Mizan

How to load content on scrolling using jQuery and related plugins

In this article, I am going to show you how you can load certain portion of code only when the content is scrolled down and appeared on the screen. i.e to the viewport. To load content on scrolling we need a jQuery plugin named viewport.

Designing
Mizanur Rahaman Mizan

How to access full source code of an old commit

We use GitHub and Bitbucket for version controlling of our any web project and theme at TechnoCrews. Once in a while, we need to fully revert back to any web project. Sometimes, it is quite impossible to track an old commit after a longer period

WordPress
Mizanur Rahaman Mizan

WordPress stylesheet with dynamic value

Passing some dynamic values to the stylesheet of WordPress using PHP, might be a great way to utilize custom values to the styling of any WP theme. Sometimes it becomes obvious to take certain inputs from the WordPress user like changing theme background , colors

Miscellaneous
Mizanur Rahaman Mizan

Bengali personal blog started!

I have started my personal Bengali blog at http://bn.mizpress.com/   Have a look if you are looking for some cool bengali article written by me.   Thank you!

Programming
Mizanur Rahaman Mizan

Listing all files and directories using PHP

Have you ever wondered how without an index file all files and directories are appearing in your web root? Or in any directory. Well it is just a CGI script doing that on the server most of the cases. With PHP, you can simply do