This is one combo that I use frequently in my Yii2 projects. When the page is scrolled to the end, next set of data is retrieved and displayed automatically without …
This is skeleton code example on posting form data in JSON format processing by Yii’s controller action. Although this example uses Yii, the code can be easily adaped to pure PHP …
I was working on a website using Foundation Framework. It requires a slideshow on a modal window, which I made use of components that comes with foundation – Reveal and Orbit …
One of the many nice features introduced in HTML5 is placeholder attribute for form fields, which is very useful to show helpful hints for the field. This can be done with …
It’s easy to add javascripts and stylesheets to HTML pages, eg However in WordPress, whether developing themes or plugins, the proper way is to enqueue scripts and stylesheets to avoid any …