IT Nursery
I have added a custom/secondary query to a template file/custom page template; how can I make WordPress use my custom query for pagination, instead of using the main query...
  • April 4, 2022
  • 0 Comments
Yes you can, In your pom.xml, add the tomcat plugin. (You can use this for both Tomcat 7 and 8): pom.xml <!-- Tomcat plugin --> <plugin> <groupId>org.apache.tomcat.maven</groupId> <artifactId>tomcat7-maven-plugin</artifactId> <version>2.2</version> <configuration>...
  • April 4, 2022
  • 0 Comments
IT Nursery
Steps for adding external jars in IntelliJ IDEA: Click File from the toolbar Select Project Structure option (CTRL + SHIFT + ALT + S on Windows/Linux, ⌘ + ; on Mac OS X) Select Modules at the left panel Select Dependencies tab Select + icon Select 1 JARs or directories option
  • April 4, 2022
  • 0 Comments
please, something went xxx*x, and that’s not true at all, check that JButton Size - java.awt.Dimension[width=400,height=40] JPanel Size - java.awt.Dimension[width=640,height=480] JFrame Size - java.awt.Dimension[width=646,height=505] code (basic stuff from Trail: Creating...
  • April 4, 2022
  • 0 Comments
IT Nursery
So WP 4.2 introduced emojis (smileys) that basically adds JS and other junk all over your pages. Something some people may find shocking. How does one completely erase all...
  • April 4, 2022
  • 0 Comments
Here is a quick DOM example that shows how to read and write a simple xml file with its dtd: <?xml version="1.0" encoding="UTF-8" standalone="no"?> <!DOCTYPE roles SYSTEM "roles.dtd"> <roles>...
  • April 4, 2022
  • 0 Comments