yourfirstserver.comThursday, 24 May 2012
Find Us on : RSS/Feed Facebook Twitter

Upload Image Without Refresh Page – Asynchronous Image File Upload Without Ajax

Through concept such as Ajax and scripting languages like PHP, we now have a much robust set tools with which to deal with imaging. Thorugh Ajax, we can dynamically load and display images without the rest of the page having to reload, which speeds up the process considerably. We also have more control over what the user sees while the screen or images load. Users are generally understanding of load times, provided that you let them know what is happening. Thorugh Ajax and a little PHP magic, we can help the user’s experience be a seamless and enjoyable as possible.

The basic

...

How can I recover my data from .MDF file?

Recovery Toolbox for SQL Server is the easiest program from the set of tools, used by system administrators on a regular basis. We believe that the maintenance of database servers was never so easy, you may waste many hours, modifying additional parameters and changing settings, but what you are going to do if something goes wrong and the source data, stored in mdf files, becomes not accessible? Very often, database administrators cannot restore the original database in Microsoft SQL Server format from scratch, because backup copies are too old or not available at all. You

...

Corruption of Backup File Created By Mysqldump Command

Corruption occurs in MySQL database while you are mounting, reading, modifying, or closing the database. Few reasons responsible for corruption of the database could be improper system shutdown, concurrent execution of same database component, virus infection, and application failure. To prevent any corruption scenario, it is advisable to always maintain a decent backup of your database. To do so in MySQL, you will need to use a utility named ‘mysqldump’. Mysqldump program in MySQL is used to dump one or more MySQL databases and create a complete and adequate backup. The program

...