Go4Expert.com November 2009 NewsletterRecommended for developers
Depending on which programming language is used on your site (PHP, ASP, ASP.net, etc.) or whether you support Linux or Windows – specialized hosting is important to reach the full potential of your website and ensure its error free work.
Among all features of Windows ME or Windows XP the best is System Restore! Now I’m going to tell you a little bit about this system restoration process! THIS ARTICLE IS FOR THOSE WHO ARE NEW TO COMPUTING WORLD OR NEW TO WINDOWS!
Why Should We Use This Feature?
When we install new softwares on a pc that time some settings of the computer changes due to installation process, now if the changed or modified settings are not suitable for the pc or if the modified settings creates some problems while running the PC, that time we can use System Restore feature to take back your... [Read More]
This component is suitable to convert a well-formed html with/without inline CSS to a PDF file.
HTML to PDF Converter is a tool to convert HTML to PDF.
HTML to PDF Converter accurately transforms well-formed HTML with or without inline cascading style sheets into PDF files.
Features
- Converts well-formed HTML into PDF reports
- Creates headers and footers automatically for each page of the PDF Document
- Creates column headers automatically for the second and each succeeding page of the table when an HTML table carries over to more than one page in the PDF
This Code snippet is used to capture Screenshot automatically and save it.
The below code performs the function of taking screenshots automatically making use of the class java.awt.Robot .The package java.awt contains all of the classes for creating user interfaces and for painting graphics and images.
The class java.awt.Toolkit helps in obtaining the screen size of the page and the class java.awt.Rectangle creates a rectangle with the same dimensions of the page.
The class java.awt.image.BufferedImage helps in creating a image containing pixels and colour similar to page and this does not involve the mouse... [Read More]
The solution is mainly used in Error website wherein you have to generate reports which gives the number of solutions uploaded in a specific period(Reports by calendar) or the number of solutions posted by particular employee (reports by employee id).
Background
My solution of generating reports follows MVC architecture. I'm getting input , for insatnce from date and to date or the employee id from the user. Inputs here will hit the single servlet which calls the corresponding AO class and this AO class uses Utility class to do the process and the result will go to AO class in... [Read More]