
Search In
I have to use basic authorisation in my https request. I am using the following code :
NSString *authStr = [NSString stringWithFormat:@"%@:%@", @"p5\test", @"password"];
NSData *authData = [authStr dataUsingEncoding:NSUTF8StringEncoding];
NSString *
Quit Application by Menu Item
Hello readers,
While Goggling I found this question on stackoverflow, So I thought to share it here,
many users searches for "Dose user have any choice to kill the application unless we put a menu option in to kill i
Hello Reader!,
If you are looking for verify the uploading file with the correct extension with .csv only. Then you use the PHP code as below:-
$allowed = array('csv'); //you can mentions all the allowed file format you need to accept, like .jpg, g
1> Go to your wordpress dashboard.
2> Go to plugins --> Add New
3> Type 'reset' in the search bar & click on "Search Plugins"
4> From the search results select "WordPress Reset" & click on "Install Now"
5> Once the plugi
In my last blog we did our first commit, and we gave it a really simple commit message that was just initial commit.
it doesn't really describe what we were doing and where we left.
we must commit message that describes the changes and if pos
To update an extensions in Joomla you need to follow the steps given below:
Login to the back-end of the Joomla i.e., Admin section
Now click Extensions-> Extension Manager
Extension Manager page will appear. Now click Update.
This page will dis
Scaffolding is the automated creation of a skeleton structure to simplify bootstrapping (of new modules, in the case of Odoo). While not necessary it avoids the tedium of setting up basic structures and looking up what all starting requirements are.
Getting messed up with usb cables on your desk or tired of buying new usb cables every week ??
Here is a new way for running your apps and debugging them without connecting them to your pc using usb cable.
Just a set of commands and you are go
AJAX stands for Asynchronous JavaScript and XML.
It is a cross browser based thing that reduces the response time or you can say postback.
These controls add script on the page that will be executed by the browser.
The ScriptManager Control
<
Hello, I am an Italian developer, I was trying to implement my PayPal's library within my e-commerce App.
I created two test accounts, and it seems to work, but there is a problem.
If during the phase of sending money, I deactivate the Internet
