Click here to Skip to main content
15,888,337 members

Articles by marc9889 (Tip/Tricks: 7)

Tip/Tricks: 7

RSS Feed

Average article rating:

No articles have been posted.

Average blogs rating:

No blogs have been submitted.

Average tips rating: 4.40

Productivity Apps and Services
Sharepoint
30 Apr 2010   Updated: 30 Apr 2010   Rating: 3.33/5    Votes: 2   Popularity: 1.00
Licence: CPOL    Views: 29,071     Bookmarked: 1   Downloaded: 0
Please Sign up or sign in to vote.
Extracting a value from a list item in a SharePoint site is frequently necessary, and it comes with a slight twist that some programmers may not be expecting. So, this is an example of a method that works well for most purposes. First, lets identify the site that holds our SharePoint...
17 Jun 2010   Updated: 21 Jun 2010   Rating: 5.00/5    Votes: 2   Popularity: 1.51
Licence: CPOL    Views: 6,740     Bookmarked: 1   Downloaded: 0
Please Sign up or sign in to vote.
5 Jul 2010   Updated: 5 Jul 2010   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 10,730     Bookmarked: 1   Downloaded: 0
Please Sign up or sign in to vote.
Web Development
ASP.NET
23 Mar 2010   Updated: 23 Mar 2010   Rating: 3.67/5    Votes: 3   Popularity: 1.75
Licence: CPOL    Views: 13,210     Bookmarked: 2   Downloaded: 0
Please Sign up or sign in to vote.
This code demonstrates how to append an XML document. We will add a new element and some inner text. Call the function, provide arguments for the path to the file, the name of the child node, the element name, and the text to add. The file is opened, appended, and saved. The function returns a...
9 Jul 2010   Updated: 9 Jul 2010   Rating: 5.00/5    Votes: 1   Popularity: 0.00
Licence: CPOL    Views: 32,591     Bookmarked: 1   Downloaded: 0
Please Sign up or sign in to vote.
HTML
22 Mar 2010   Updated: 14 Apr 2010   Rating: 5.00/5    Votes: 3   Popularity: 2.39
Licence: CPOL    Views: 53,452     Bookmarked: 9   Downloaded: 0
Please Sign up or sign in to vote.
This is an example of one way to parse an HTML document by using a recursive function. In this example, an html document is loaded from a text file, but the code also demonstrates (in remarks) using a web page as a source file.When the recursive function is called, a conditional statement...
19 Sep 2011   Updated: 19 Sep 2011   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 11,192     Bookmarked: 0   Downloaded: 0
Please Sign up or sign in to vote.
In response to the request to use a website (instead of a file), the pertinent code is shown below. Note that you will need to replace "www.somewebsite.com" with the website page that you want to capture the source code (HTML, for example) from.Dim webclient As System.Net.WebClient = New...

Average reference rating:

No reference articles have been posted.

Average project rating:

No projects have been posted.
Software Developer (Senior) Jacobs Technology
United States United States
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.