TN10384: How to increase the Java Heap size in Tomcat Application Server
To increase the Java heap size in Tomcat, follow the instructions below: Open the startup script used to start Tomcat. For Windows servers, this will be catalina.bat. On Unix servers, this will be catalina.sh. At the top of the script, define the…
How to Shrink SQL Server Transaction Logs
Here’s a quick screencast that demonstrates how to change the recovery model for your database and shrink the database logs using SQL Server Management Studio: Back up your database! Launch SQL Server Management Studio. Open up a query window…
Ionic
http://ionicframework.com/docs/guide/installation.html http://ionicframework.com/docs/cli/run.html http://ionicframework.com/getting-started/ https://github.com/angular-ui/ui-router/wiki#resolve
Setting up the Android Platform: Additional Resources
Setting up the Android Platform: Additional Resources Cordova Resources Android Platform Guide iOS Platform Guide Android Resources Android SDK Java Development Kit (JDK) JDK Installation iOS Resources XCode (App Store) Apple Developer Downloads
Android Platform Guide
Android Platform Guide
iOS Platform Guide
iOS Platform Guide
jQuery Select Change Event, Get Selected Option
more If you have two select fields and want to load options in second one, based on selected option from first one then, below example will help you lot to understand how it can be done. Here in this example, when a user selects country in first…
Native, HTML5, or Hybrid: Understanding Your Mobile Application Development Options
Screens are small, apps are big, and life as we know it is on its head again. In a world that’s increasingly social and open, mobile apps play a vital role, and have changed the focus from what’s on the Web, to the apps on our mobile device.…
Hybrid Mobile Apps: Providing A Native Experience With Web Technologies
According to a recent report, HTML is the most widely used language for mobile app developers. The main reasons among developers for selecting web technologiesare cross-platform portability of code and the low cost of development. We’ve also heard that…