|
My SQL database has entries both in ItemPubDate and ItemPubDate_t, but I cannot get the feed to show these dates.
My item template is:
<item>
<title>~~~ItemTitle~~~</title>
<link>~~~ItemLink~~~</link>
<description>~...
Started by Passionate on
, 3 posts
by 2 people.
Answer Snippets (Read the full thread at feedforall):
My item template is:
<item>
<title>~~~ItemTitle~~~</title>.
The feed to show these dates.
|
|
Hi all, i have the following method in a WCF service, that has been deployed to SharePoint using Shail Malik's guide:
[OperationContract] public string AddItem(string itemTitle, Guid? idOfListToUse) { using (var portal = new SPSite(SPContext.Current.Site...
Started by Colin on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Http://blogs.pointbridge.com/Blogs/herzog%5Fdaniel/Pages/Post.aspx?%5FID=8
I'm guessing when you are stepping though the entire process is in admin mode so all are ... .
I don't think you can access 'list' as it was created outside the elevated code block .
|
|
Created a property for the subforum in RSSItem.h:
Code: Select all @property (nonatomic, strong) NSString *subforum;
In RSSItem.h in parser:didStartElement:namespaceURI:qualifiedName:attributes:
Code: Select all if ([elementName isEqual:@"title"]) {
...
Started by BryanLuby on
, 2 posts
by 2 people.
Answer Snippets (Read the full thread at bignerdranch):
Code: Select all NSRegularExpression *regex = [[NSRegularExpression alloc rangeAtIndex:1], and title will now be ....
A single regex with two capture groups can be used to match both the title and forum from the extended title string.
|
Ask your Facebook Friends
|
At the end of the trimItemTitles I used NSString's stringByReplacingOccurrencesOfString:withString: method:
Code: Select all // Get the string from the capture group
NSString *string = [itemTitle substringWithRange:r];
// Replace occurrences of "Re: "...
Started by BryanLuby on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at bignerdranch):
Error:nil];
for (RSSItem *i in items) {
NSString *itemTitle = [i title];
NSArray *matches = [reg = [result rangeAtIndex:1];
// Silver Challenge - Processing the reply
NSString *postTitle = [itemTitle];
// Silver Challenge -....
|
|
Hi and Happy New Year :)!
How can RSS2HTMLPro be used to display only one record if there are duplicate ItemTitles and/or ItemSourceURLs from the RSSmesh created feed?
On a good day, I might be able to pull off something like this with my limited knowledge...
Started by Justin on
, 8 posts
by 2 people.
Answer Snippets (Read the full thread at feedforall):
Justin =)....
= 1;
//
// Add the current item title and link to the arrays
$titleArray[] = "~~~ItemTitle
|| = logical or
&& = logical and
For just title use
Code:
if ("~~~ItemTitle~~~" == $titleArray[$x to a possible solution.
|
|
Can anyone provide a clean example of how to use JQUERY's UI Modal dialog. Surprisingly it's not as simple as you would think.
Goal:
clicking an element loads a modal
The modal appears showing "Loading..." And then makes an ajax call to get the contents...
Started by nobosh on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
My suggestion is that you first try:
var $dialog = $('<div id="sharedialog"></div>') .html('<p>Loading.... .
The main problem I see with your code, is that you are not adding the dialog to the DOM, therefore, the browser won't display it .
|
|
I'm working with a SelectList, and populating it with the data from a table. I'm trying to bind it to the ID of another object.
EDIT Updated the Schema to Reflect something I neglected. I have updated it to show the exact names of each item. I think the...
Started by Stacey on
, 4 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
<%@ Page Title="" Language="C#" MasterPageFile.
Return View(); } }
Here is the Create View.
|
|
My other question about layout the text correctly on the webpage. I would like to write RSS code and then use XSL to format the RSS into HTML My question:
Why the text of the ITEM DESCRIPTION run out of the margin of the webpage? HOw to force that piece...
Started by Nguyen Quoc Hung on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
My best guess at this point is that you need to put a container ... .
Once you use XSLT to transform the RSS feed into HTML, it is simply treated (and thus rendered) as a standard HTML document .
Like AnthonyWJones said, this seems like a CSS/HTML question.
|
|
Hi, my code lists items from an rss feed onto an html page. although, the java script is a little finicky. it won't read some xml feeds, usually the feeds containing list items over 25. I just need another set of eyes to take a look at the code and tell...
Started by MG on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
DataString += "<div class='itemTitle'><a href.
An XMLHttpRequest to that server.
|
|
Every thing is done but i can't see any rss feed here, instead i get blank screen when every time i try to access the feeds page:
http://www.abc.net/sql2rss.php?CONFIGFILE=sql2rss_sampleconfig.php
my files created as follow :
Sql2rss_sampleconfig.php
...
Started by abc on
, 1 posts
by 1 people.
Answer Snippets (Read the full thread at feedforall):
|