How to update aws amplify auth in an application?
Update AWS Amplify Auth I am developing applications using ReactJs and AWS Amplify. In a project I need to update amplify auth to add admin queries API. There is a command for this in...
Update AWS Amplify Auth I am developing applications using ReactJs and AWS Amplify. In a project I need to update amplify auth to add admin queries API. There is a command for this in...
WordPress has released its new version in December 2018. WordPress has updated “Screen Options” in their new version. “Screen Options” is the panel that appeared on “add/edit” pages and posts to give some extra...
Shortcode in WordPress. In WordPress we can create custom shortcodes and we can show its output anywhere on the site. To create a shortcode, we will use WordPress built in function add_shortcode(), this function...
Sometimes we require troubleshooting for joomla cms based website. For this it is useful to enable joomla debug mode by enabling it website will be in debug mode. Enabling the debug mode allows you...
I worked on a project in which I created a module in admin which has image field that will be uploaded by admin for this field must have input field type file. That module...
I have started working on ruby on rails and need to install it on windows 7. I searched on google and found installation help on different sites that is not complete for all packages,...
The remote rule can be used to validate through ajax call. Field value will be passed through data and the return value to the script that is on url. You can specify data type...
In a project I required to change form target attribute value via jquery against input value. I got input via radio button and did following code that worked for me. I used removeAttr() and...
Word-wrap is very useful css property. It is use to break long text in new line by giving break-word with the word-wrap property. For instance, if you have text extending out the box and...
By default “Remember me” functionality is not enabled in magento. You can enable it form admin, very easily and quickly. To enable it go in System->Configuration->Customers->Persistent Shopping Cart->General Options->Enable Persistence. From here select Yes...
More