-
Diigo bookmarks 07/14/2008 (p.m.)
Posted on July 14th, 2008 No comments-
Help Parsing YouTube XML – ASP.NET Forums
-
XmlDocument xmlDoc = new XmlDocument();
xmlDoc.Load(“http://gdata.youtube.com/feeds/videos?vq=philippines“);
XmlNamespaceManager nsMgr = new XmlNamespaceManager(xmlDoc.NameTable);
nsMgr.AddNamespace(“def”, “http://www.w3.org/2005/Atom“);
XmlNodeList nodes = xmlDoc.SelectNodes(“/def:feed/def:entry/def:id”, nsMgr);
foreach (XmlNode node in nodes)
{
Response.Write(node.InnerXml + “<br/>”);
}
-
-
Krugle – Find code. Find answers.
Krugle – Find code. Find answers.
-
-
Diigo bookmarks 06/23/2008 (p.m.)
Posted on June 23rd, 2008 No comments-
Bits & Pieces » Blog Archive » Backup in case phone lines go dead
-
-
How to insert,update,delete records in Xml in C#
How to insert,update,delete records in Xml C#
-
-
Diigo bookmarks 06/23/2008 (a.m.)
Posted on June 23rd, 2008 No comments-
CodeProject: Manipulate XML data with XPath and XmlDocument (C#)
CodeProject: Manipulate XML data with XPath and XmlDocument (C#)
-
-
Diigo bookmarks 05/23/2008 (p.m.)
Posted on May 23rd, 2008 No comments-
Append data to XML document
- Finaly something to work! – post by countnazgul

-
if(!File.Exists(“F:/Documents and Settings/Administrator/Desktop/Account.xml”))
{XmlTextWriter textWritter=new XmlTextWriter(“F:/Documents and Settings/Administrator/Desktop/Account.xml”, null);
textWritter.WriteStartDocument();
textWritter.WriteStartElement(“USERS”);
textWritter.WriteEndElement();textWritter.Close();
}XmlDocument xmlDoc=new XmlDocument();
xmlDoc.Load(“F:/Documents and Settings/Administrator/Desktop/Account.xml”);
XmlElement subRoot=xmlDoc.CreateElement(“User”);
//UserName
XmlElement appendedElementUsername=xmlDoc.CreateElement(“UserName”);
XmlText xmlTextUserName=xmlDoc.CreateTextNode(txtUsrName.Text.Trim());
appendedElementUsername.AppendChild(xmlTextUserName);
subRoot.AppendChild(appendedElementUsername);
xmlDoc.DocumentElement.AppendChild(subRoot);
//EmailXmlElement appendedElementEmail=xmlDoc.CreateElement(“Email”);
XmlText xmlTextEmail=xmlDoc.CreateTextNode(txtEmail.Text.Trim());
appendedElementEmail.AppendChild(xmlTextEmail);
subRoot.AppendChild(appendedElementEmail);
xmlDoc.DocumentElement.AppendChild(subRoot);xmlDoc.Save(“F:/Documents and Settings/Administrator/Desktop/Account.xml”)
-
-
Diigo bookmarks 05/16/2008 (p.m.)
Posted on May 16th, 2008 No comments-
Introduction
This tutorial guides you to learning XUL (XML User-interface Language) which is a cross-platform language for describing user interfaces of applications.
This tutorial will demonstrate creating a simple find file user interface, much like that provided by the Macintosh’s Sherlock or the find file dialog in Windows. Note that only the user interface will be created and some limited functionality. The actual finding of files will be not be implemented. A blue line will appear to the left of a paragraph where the find file dialog is being modified. You can follow along at these sections.
-
-
You have no unread “Actualno.com” items
-
-
-
Diigo bookmarks 04/22/2008 (a.m.)
Posted on April 22nd, 2008 No comments-
Clicky’s slick interface and powerful feature set make analyzing your site’s traffic easy and fun.
View the screenshots and feature comparisons below, then try the demo and see for yourself. -
GROU.PS :: connects obsessively!
GROU.PS is a platform for social groups to get together. Use it for any purpose. Choose your template and pick all the modules that you want (wiki, blogs, photos, links etc). And get your group web site without waiting. No branding, it’s free! Plus it’s integrated with 3rd party services such as Flickr and YouTube. Your friends will love you…
-
Словом (изписване на число с думи) – JavaScript
-
Словом (изписване на число с думи) – PHP
-
AdaptiveBlue: The Makers of BlueOrganizer and SmartLinks
BlueOrganizer adds a button to your toolbar with a menu that has been automatically personalized based on your browsing history. This menu contains contextual shortcuts to make all relevant information for books, music, movies, wines, recipes, stocks, and more just 1-click away.
-
спанак.орг – Part 58 – Annotated
-
-
X-Rays-15.jpg (JPEG Image, 450×458 pixels)
The image “http://fun.ql4.org/files/x-rays/X-Rays-15.jpg” cannot be displayed, because it contains errors.
-
-
Diigo bookmarks 04/17/2008 (p.m.)
Posted on April 17th, 2008 No comments-
Jiglu: Tags that think – intelligent, automatic tagging for your blog
Jiglu is a super-smart engine that pieces your site together, intelligently tagging and linking your web content
-
Radar’s Twine: A semantic complement to Google » VentureBeat
-
The YouTube video sharing site allows Web application developers to access public content through its REST-based developer API. The SimpleXML extension in PHP is ideal for processing the XML feeds generated by this API and using them to build customized PHP applications. This article introduces the YouTube Data API, demonstrates how you can use it to browse user-generated video content; access video metadata, comments and responses; and perform keyword searches.
-
Creating contact groups in GMail – Annotated
-
- Click Contacts along the left side of any page.
- Click the New Group button in the top-left corner of the Contact Manager.
- Enter the name of the group.
- Click OK.
- Select the contacts in the Contacts list.
- Open the Groups drop-down menu.
- Under Add to…, select the group you’d like to add the contact to, or select New group to create a new group.
- Select the group you’d like to add to.
- Enter the contact’s name or email address in the Add this to group box at the bottom of the contact list.
Creating contact groups
To create a contact group:
To add contacts to a contact group:
or
-
-
















