Forum: Search Engine Optimization Aug 5th, 2004 |
| Replies: 6 Views: 4,523 Re: Multiple links to the same page 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... |
Forum: Website Reviews May 13th, 2004 |
| Replies: 27 Views: 10,556 Re: Buying & Selling Google PageRank Don't get me wrong, building your PageRank is useful and a desired thing. But there really is no reason to shell out hundreds, or even thousands of dollars, to artificially boost your... |
Forum: HTML and CSS May 4th, 2004 |
| Replies: 3 Views: 3,060 Re: Changing the page after a form 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... |
Forum: Visual Basic 4 / 5 / 6 Apr 30th, 2004 |
| Replies: 3 Views: 18,426 Re: Calculate the factorial of a number 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 +... |
Forum: C++ Apr 27th, 2004 |
| Replies: 2 Views: 2,332 Re: Which book on C is better? 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... |
Forum: Visual Basic 4 / 5 / 6 Apr 22nd, 2004 |
| Replies: 4 Views: 4,353 Re: Encrypting a Visual Basic application To encrypt your source code: http://www.aspack.com/asprotect.htm
It is commercial. Perhaps there is a free tool as well.
To encrypt string using VB:
search planetsource
There are many demos, some... |
Forum: Search Engine Optimization Apr 21st, 2004 |
| Replies: 10 Views: 7,345 |