There is no function in ASP to count number of words in sentence or long string. Bellow is very simple function that count number of words and return that count.
< %
Function CountWords (StrValue)
Dim iWords, mLengthWithSpaces, mLengthWithoutSpaces
‘ following line calculate the actual length of string
mLengthWithSpaces = Len(StrValue)
‘ following [...]
Posted in Programming, Visual Basic
No Comments »
Congratulation! you just installed a wordpress blog on your live hosting or even on your local computer. Now you’ve 10 steps to follow to make sure your blog is ready to use. Following are the steps define what you should do after installing WordPress.
Change your admin Password
You must have to change the password of administrator [...]
Posted in General, WordPress Themes
No Comments »
Are you installing wordpress or testing theme or pluging for wordpress on your live domain? Wait… Dont’ try it on your live system, let’s look at some reason why you may want to install WordPress on your local computer.
Reason #1: There is no need to register domain name and buy web hosting to host your [...]
Posted in General, WordPress Themes
No Comments »