No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
6 Posted Topics
Hi Brian. Seeing you here suggests something about the value of the forum links. By the way I can see GPR 3 on this very thread, so it is indexed.
I have tried to improve the ranking of one of my pages by adding a single word anchor text link to some 50 pages of my site. It did not work too well. Lately I selected the pages most on topic for this keyword and added second word to the …
If you cannot modify the script, you may consider using meta refresh tag. Thus the page will show as it is and after some time, e.g. 3 seconds, the user will be redirected to a different page. Of course you must explain the user what is happening.
If you do not use logarithmus, you will be getting overflow error for factorial of integers larger then approx. 280. This is VB6 code: Dim l As Long Dim res As Double For l = 1 To total res = res + Log(CDbl(l)) Next The final result "res" is used …
Hi. I have learned programmin top down: VB - Php - C++. I have to admit that starting at C and going up would be much more better, since you almost always need to use and understand some old C libraries. Thus I suggest against skipping C and going for …
To encrypt your source code: [url="http://www.aspack.com/asprotect.htm"]http://www.aspack.com/asprotect.htm[/url] It is commercial. Perhaps there is a free tool as well. To encrypt string using VB: search planetsource There are many demos, some time ago I found an excellent one, describing several approaches. Hope it helps.
The End.
scisoft