- Check the POM - see if the dependency is defined properly
- Go to File --> Project Structure... and see if which Library is throwing up error
- Navigation to the Class file that the Library is pointing to, e.g. (in your Maven dir)
[user_dir]/.m2/repository/[dependency]/[dependency_version]/...
- Delete the Library with error in Project Structure.
- In command prompt, navigate to the directory of the project/Intellij module, run
mvn install
to force download the dependencies - In IntelliJ, top left hand corner, go to "Packages" view
- Right-click on the module --> Maven --> Reimport
- Go to File --> Project Structure... to see if error persist
Wednesday, 14 August 2013
IntelliJ - fix Maven dependency
Steps to go through fixing Maven dependency in IntelliJ -
Monday, 12 August 2013
Thursday, 8 August 2013
HTML5 Contenteditable Attribute - Front End editing
http://www.hongkiat.com/blog/html5-editable-content/
Try edit something here!
Note: Changes are saved to Local Storage in your browser.
For WebKit browsers, Chrome and Safari, it is stored under the ‘Resources’ tab.
For Firefox users, go to the DOM panel and search for "localStorage".
Changes saved.
Note: Changes are saved to Local Storage in your browser.
For WebKit browsers, Chrome and Safari, it is stored under the ‘Resources’ tab.
For Firefox users, go to the DOM panel and search for "localStorage".
Kendo UI - WYSIWYG plugin
http://www.kendoui.com/ - leveraging HTML5 contenteditable attribute for editing content in context, this plugin adds the standard WYSIWYG functionality to it.
This example is based on this.
Try edit here!
Note: Changes are saved to Local Storage in your browser.
For WebKit browsers, Chrome and Safari, it is stored under the ‘Resources’ tab.
For Firefox users, go to the DOM panel and search for "localStorage".
This example is based on this.
Changes saved.
Note: Changes are saved to Local Storage in your browser.
For WebKit browsers, Chrome and Safari, it is stored under the ‘Resources’ tab.
For Firefox users, go to the DOM panel and search for "localStorage".
Wednesday, 7 August 2013
Tuesday, 6 August 2013
JavaScript Regular expressions made easy
VerbalExpressions is a JavaScript library that helps to construct difficult regular expressions.
https://github.com/jehna/VerbalExpressions
https://github.com/jehna/VerbalExpressions
Subscribe to:
Posts (Atom)