‘Programming & Design’ Archive

Visual Basic: Reading Webpage HTML — error: “Statement is not a valid namespace”? February 27, 2010 No Comments

I have some code (below) that i got from a tutorial, but when i put it into Visual Studio 2008 It says:
“Statement is not valid in a namespace”
What does this mean, and how can i fix it?
FULL CODE
Public Function GetPageHTML(ByVal URL As String, Optional ByVal TimeoutSeconds As Integer = 10) As String
‘ Retrieves the HTML [...]

Please Help! How and where would I set up an Auto Responder for emails on my website? Would this go into? 2 Comments

the Mysql database or just in the File Manager for the website? What would be the easiest thing to do? Also, are there any reliable and free autoresponders out there? Thanks in advance!

Visual Basic: Reading Webpage HTML? January 11, 2010 1 Comment

I have some code (below) that i got from a tutorial, but when i put it into Visual Studio 2008 It says:
“Comma or ‘)’ expected.” on the first line…
FULL CODE
Public Function GetPageHTML(ByVal URL As String, _Optional ByVal TimeoutSeconds As Integer = 10) _As String
‘ Retrieves the HTML from the specified URL,
[...]

Kindly Walk me through with this form? January 8, 2010 1 Comment

Hi Guys I’m Oliver and can you help me with this form? I copy this form from a website; this is their form from their opt-in box. Can you please tell me how this works? And how does an auto-responder connect to this?

Your Name:

Your E-Mail:

Your Help will be so much appreciated.
Thank you

What is a good free/affordable mailing list/newsletter script? December 29, 2009 1 Comment

This needs to be able to handle many thousands of subscriptions and will be installed on its own server.
What is out there to do bulk mailing as well as manage subscribers?

C# Help! Creating a user function? December 19, 2009 1 Comment

Hello, i’m new to C#, and I need some help with a user function I am making.
string GrabPage(string str)
{
StringBuilder sb = new StringBuilder();
byte[] [...]

GetResponse method hangs (C#)? December 15, 2009 2 Comments

I am making a program that sends a file to a socket, and gets a response.
I have been able so far to write in the socket, but when I get to the GetResponse() line, the program hangs indefinitively.
Here’s the code:
public void ConexionSocket()
{
[...]

Daily Newsletter – Webpage Fetching in email – How ? December 1, 2009 1 Comment

Hello
I am struggling to find a solution for:
I am using a script which change a webpage daily.
I would like to use this page as a daily newsletter.
I obviously tried the iframe….but not working at all…
I ve been recommended to use a Pear Request Module as I am using Phplist…but not working with my web hosting [...]

Email newsletter for website? November 26, 2009 1 Comment

How can I add a newsletter to my website? Something automatic that sends a message every time I post something new would be ideal but if you only now how I can create a newsletter that I write myself that would be OK. I need to put a box on my website where [...]

What do you think of lunarpages.com? November 25, 2009 2 Comments

I need to have the following for a website, will lunarpages.com be able to handle this all?
1. Shopping cart (paypal is fine)
2. Customers able to download PDF
3. Multiple autoresponders
4. Mailing list sign-up form (as well as other forms that I don’t know of yet)
5. Total WYSIWYG
6. Blog
I guess I already know that lunarpages offers [...]