
Search In
Hello Reader's ,
We can see that posting & Online time changes frequently seconds ago, minutes ago and hours ago etc, In Social media. So Today in my blog I am going explain about timeago and its easy implementation with PHP.
First, you nee
Hey people!
We developers, deal with HTML pages every second. Every HTML UI essentially has some text elements. It is very easy for a user to double-click this text and select it. And this makes them look bad. To solve the same, CSS presents m
Cross-Site Request Forgery (CSRF) mainly occurs when user logs in vulnerable site and then user visit the malicious site in the another tab of browser. Malicious site may contain some code which can call actions/methods from vulnerable site.
For exam
I find child control using VisualTreeHelper in WPF. VisualTreeHelper provides all children in form nodes in a visual tree.
Visual tree is used for rendering, routing and locating resource.
Namespace of VisualTreeHelper is System.Windows.Media
&nbs
Hello Reader's ,
Hope your are doing good today.
Today we will learn about Validation in CakePHP 3.0 and how we can use validator in our applications. Data validation is an important part of any of the application. With the help of Validator. W
Here what I am doing is opening the modal window in which there are two buttons one is close button and other is open other model button. On clicking the other modal window other modal opens up and the previous one fades away. Here i will show
Hello Readers,
This tutorial is going explain "How to get total quantity left of simple products with different color in configurable product".
Lets see how can we do it:
paste the below code in product view file (i.e catalog/product/view
Managing User Accounts in Linux
Hello friends today I will let you know how to manage user accounts in Linux. You must have created at least one account apart from root in Linux if you are using it. If there are many users who are using your system
What is Cropper jquery?
Cropper jquery plugin is lightweight, simple, easy, effortless cropping plugin that helps to crop images in runtime using Cropper jquery, it help to get a cropped image along with several tools that adds different effects to
If you want to remove all the child nodes which contain selected HTML elements then it's not a difficult task now, we can do this easily with the help of jQuery empty() method.
All the child nodes of our selected HTML element will be removed by
