
Search In
Steps to create Ramdisk and take backup in oracle
Install SoftPerfect Ram disk software(eg installed location is C:\Program Files\SoftPerfect)
Create a .bat with following content and run it:
REM stop db
oradim -SHUTDOWN -SID DB_SID
REM create a ra
We can use Bakery SSO module for single sign on in drupal 7. It works with portal or master site and sub-sites or slaves sites, it provides the following features:-
1) If login into the portal site and navigate to sub-site, user will be auto-login.
To find the current location, follow the steps below:
Create a dialog box to display loading message while finding the location
ProgressDialog dialog=new ProgressDialog(this);
dialog.setMessage("Please wait while getting your location information.
Its is very obvious that you would need reports in accounting where you are supposed to analyse the sales, refunds, and many more accounting documents, this means you would require maths functions too while creating OpenOffice reports for OpenERP.
I
Compare two dates to get number of days without calculation.
1 day = 86400 seconds..
NSDateFormatter *dateFormat = [[NSDateFormatter alloc] init];
[dateFormat setDateFormat:@"EE LLL d,yyyy"];
NSString *dateStr = @"Tue Dec 17, 2013";
NSDate *date
Hello Guys,
There are different issues while uploading a video to a server.
-videoSize video Quality.
Now uploading depends on internet speed and file sizes and it can take almost a minute to upload a video.
Developers use Activity Indicator but
We can easily find out network availability using CFNetwork.framework. Following method can be used for this task :
-(BOOL)isNetworkAvailable
{
CFNetDiagnosticRef dReference;
dReference = CFNetDiagnosticCreateWithURL (NULL, (&am
web.xml is Deployment Descriptor which consist all the basic configuration servers( like Tomcat) need to know at the time of deployment like context path, url mapping, listener, filters, error and security.
you can mentioned following in web.xml -
JavaScript Pagination
Here i am going to describe how we would add JavaScript pagination to the table.
We'll focus on displaying a particular page of data.
$(document).ready(function() {
$('table.paginated').each(function() {
var currentPage = 0;
Following code can be used to change the font and size of UIWebView displayed from HTML string. To implement this first change the font and size of HTML string then load the UIWebView with this string like below.
UIFont *font = [UIFont fontWithName:
