Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
0 Endorsements
Ranked #4K
Member Avatar for eliza81

While creating a site collection or site & workspaces using SharePoint API , you can add these two lines code to enable the publishing feature.Provided below is an example using C# for enabling publishing feature at site collection level. Code in C# // Turn on publishing feature objSiteCollection.Features.Add(SPFarm.Local.FeatureDefinitions["PublishingSite"].Id); // objSiteCollection …

0
144
Member Avatar for ayesha789

Hi I am using XAMPP . I have developed a LOG IN System. How I can check either User is ONLINE or Not.

Member Avatar for elisha24
0
1K
Member Avatar for Venom Rush

Hi all I found cURL and want to use it to upload a file after a form has been submitted. I found the following code on [URL="http://php.net/curl"]http://php.net/curl[/URL] [CODE=php] <?php /* http://localhost/upload.php: print_r($_POST); print_r($_FILES); */ $ch = curl_init(); $data = array('name' => 'Foo', 'file' => '@/home/user/test.png'); curl_setopt($ch, CURLOPT_URL, 'http://localhost/upload.php'); curl_setopt($ch, CURLOPT_POST, …

Member Avatar for wrivera
0
127
Member Avatar for newsguy

Lord knows I could do with shedding a pound or 50, but it never occurred to me that WiFi could help me do that. However, according to a press release that arrived today it would appear to be the case. Some French technology outfit has launched a set of WiFi …

Member Avatar for eliza81
1
193
Member Avatar for CFROG

I'm having some trouble validating radio groups. I thought this would be simple enough but it's not turning out that way. The form is rather long so I have it broken down into sections, each in it's own div. The form shows the first 11 inputs and when you click …

Member Avatar for eliza81
0
97
Member Avatar for Techwriter10

Google announced the long awaited [URL="http://www.npr.org/blogs/alltechconsidered/2010/01/google_releases_its_nexus_one.html"]Nexus One[/URL] today, but the phone itself was only part of the story. Google has decided to distribute the phone exclusively through its own [URL="http://www.google.com/phone"]web store[/URL], a misguided strategy I think will ultimately backfire on them. Frankly, I think it's a mistake for the company …

Member Avatar for kasemb
0
882
Member Avatar for abhay1234

Dear sirs, I am trying to learn vb.net in 2005 and 2008.Where can i get good tutorials to learn basic as well as advanced. OOPs and web development etc. thank you

Member Avatar for abhay1234
0
196
Member Avatar for Lightninghawk

I am not a database person by far. I know how to efficiently use MS Access. I posted a topic earlier in the design forum and received good responses that have led me to want to use MySQL. The database I want will eventually be fairly expansive. To start with …

Member Avatar for ppetree
0
210
Member Avatar for roswell67

Hello, I am having trouble converting my "MySQL" statement to a prepared statement. here is the part of the code that i need help with. How Do I make below statement a prepared statement and can actually read the result afterwards. this way everything works perfectly, except that its not …

Member Avatar for eliza81
0
1K
Member Avatar for eliza81
0
73