DrupalBin
Submit Code
About
Recent Posts
how to add a ahah form element after submit
8 hours 56 min
ago
user_deco add functions
9 hours 7 min
ago
simple version
12 hours 36 sec
ago
Fix for D6 path_set_alias
12 hours 56 min
ago
more
Tags
CCK
drupal
fapi
jquery
menu
module
Panels
php
simpletest
test
theme
views
more tags
User login
Log in using OpenID:
What is OpenID?
Username:
*
Password:
*
Create new account
Request new password
Log in using OpenID
Cancel OpenID login
Home
C#
Fix for MainWindow.cs
January 5, 2008 - 1:29pm — Anonymous
// Create a connection to the Drupal server
IDrupalServices drupal = (IDrupalServices)XmlRpcProxyGen.Create(typeof(IDrupalServices));
// Define our arguments to pass to the service
C#
DrupalAndTheDesktop
Services
Read more
Fix for MainWindow.cs
January 5, 2008 - 1:27pm — Anonymous
// Define our Drupal Service
[XmlRpcUrl("http://localhost/drupal5/services/xmlrpc")]
public interface IDrupalServices : IXmlRpcProxy
{
/*
Node Service
*/
// Node.Load
C#
DrupalAndTheDesktop
Services
Read more
MainWindow.cs
January 5, 2008 - 1:26pm — Anonymous
// /home/rob/Projects/DrupalAndTheDesktop/MainWindow.cs created with MonoDevelop
// User: rob at 8:10 P 03/01/2008
//
C#
DrupalAndTheDesktop
Services
Read more