Tips and Resources
Latest computer,smartphone,blogging,search engine optimization,WordPress,business tips and tricks,Free Software,online tools,utilities and much more
5 Key Reasons for slow Websites/ High Page Load Time
Continue Reading
Successful blogging tips for newbies and professionals
Top 10 Best affiliate programs in India
Every webmaster wants to generate cash online By Joining an affiliate programs for selling third party services/products or showing relevant ads on the website. Displaying advertisements on your website/blog requires you to join as a publisher on a website like Google Adsense, Clicksor, Chitika…etc. Joining an affiliate program requires you to sign up with a website like commision junction, shareasale. Considered to be the one of hardest method of generating cash online, Affiliate Programs can generate money for you if and only if you’re able to successfully sell the services and products of the third party companies through your site. Even-though it’s a difficult task, as they say “Impossible is nothing” you should give it a try.
You’ll have to consider these below factors :- Continue Reading
5 Best Java Reporting Tools Libraries
If you’re working as a Software Developer/Programmer in Business Intelligence and Reporting team /MIS team you know very well that Reporting modules are the backbone of your Application. The success of the application solely depends upon the accuracy and presentation of the reports your application would provide to the end users. Moreover…in future, the end user may demand addition of some more reports having elements that he wants in the application. Keeping this in mind you must always choose a flexible and robust library which can be easily customized as per any requirements. As we are discussing about Reporting Tools, let’s look at the best java reporting tools/libraries that have the capabilities to generate any report in the world you want without much of a headache. (I’ve personally used three of them in my projects and found them absolutely great). So here is the list-
Java mysql connection tutorial for beginners
Following are the pre-coding steps you need to do :-
1:download the database driver jar file for mysql.
2:-Add the downloaded jar file to your main applications classpath. This is generally required to prevent CLASS NOT FOUND EXCEPTION thrown when you try to execute the Below line Class.forName(“com.mysql.jdbc.Driver”); -> This line would load the Database Driver jar class files if file is not found an Exception would be thrown.
3:once you’ve done with the above two steps. . Its time for us to write a code that will connect to the project_db Database.
Convert jar to exe using Launch4J (Tutorial)
Note: Before you go ahead, make sure that you’ve successfully completed your project and the the application runs fine without displaying any errors) Continue Reading