Posted By: leighsword | Jul 23rd, 2006 @ 2:03 AM
page 1 of 1
Comments: 16 | Views: 4434 | Downloads: 186
leighsword
leighsword
LeighSword
Download:Link for C9 Buddy(With Source) - 060804(0 Bytes)
This ideas is from jsampsonPC's c9Guy Desktop Buddy, but only implemented part of the whole idea, just tell you a new video goes up on C9, of course I'll take time to 'finished', and least I'll try.

PS: Append the Source code.

[append]
image feature and more...Smiley
Minh
Minh
WOOH! WOOH!
no source code?
jsampsonPC
jsampsonPC
SampsonBlog.com SampsonVideos.com
Oh man! Somebody beat me to it!

Nice work so far, Leigh. Can you upload the sourcecode?
jsampsonPC
jsampsonPC
SampsonBlog.com SampsonVideos.com
leighsword wrote:
How can I get the video picture from feeds? something like this:


You could use a string.split or a regular expression. Within the XML, the <link> node would be key.

<link>
http://channel9.msdn.com/ShowPost.aspx?PostID=218346#218346
</link>

You could split the string at the = symbol, and then split the new one at the # symbol. That would leave you with the 218346 string. You can then load the picture from

http://channel9.msdn.com/Photos/218346.jpg

Looks to be easy enough Smiley

Charles
Charles
Welcome Change

Cool. I would only stress that uploading the sources would enable other Niners to party on this and together you all could make a really cool app... The other idea would be to make this a CodePlex project and party on!

C

jsampsonPC
jsampsonPC
SampsonBlog.com SampsonVideos.com
leighsword wrote:
Thanks Charles, the image feature would be avaliabled on the further version.


Thanks Charles? I posted the suggestion on how to get the image...why does he get the credit? Smiley What language did you write c9buddy in?
jsampsonPC
jsampsonPC
SampsonBlog.com SampsonVideos.com
Which language did you use? I remember you using c++ primarily, right?
jsampsonPC
jsampsonPC
SampsonBlog.com SampsonVideos.com
Angus
Angus
.
This looks pretty cool. Nice work.

Angus Higgins
Greetings All,

Excellent work the the Desktop Alert C9 Buddy, I haven't used it myself but I edited the source code as requested and re-compiled and linked the source code so hopefully it should execute with no issues. I agree with the suggestion of submitting it to CodePlex, I think it would be an excellent idea and if a development team and the like were organised, I'm certain we could expand on the project, perhaps creating a C9 Buddy Button for the Windows Live Toolbar or a Plugin for Microsoft Outlook to view alongside RSS Feeds?

Perhaps if the Windows Live Messenger Team Provide us with the API and the like, we could develop an Alert section for C9 through the Alert Service, simply a concept thought, it would be far easier than the Desktop Alert Buddy, I can see it becoming irritating during work hours. All in all, excellent work.

Regards,

Scott Sutton 
I got a new C# version, check it out and tell me what do you think http://channel9.msdn.com/ShowPost.aspx?PostID=243264 ? Big Smile
page 1 of 1
Comments: 16 | Views: 4434 | Downloads: 186
Microsoft Communities