Enable/Disable form fields in a Webpage

Enable/Disable form fields in a Webpage



Macro for comparing a string

Macro for comparing two strings

Dim a as string
Dim b as string
Dim k as integer
a=”ramanean”
b=”ramanean”
k = StrComp(a, b)
if K=0 then
Msgbox(”String are Equal”)
Else
Msgbox(”Strings are not Equal”)
End if
End Sub



Macro for opening another workbook

Macro for opening a workbook
Dim PathToFile As String
Dim NameOfFile As String
Dim wbTarget As Workbook
NameOfFile = “Daily”
PathToFile = “C:\Documents and Settings\175858\Desktop\”
On Error Resume Next
Set wbTarget = Workbooks(NameOfFile)
If Err.Number 0 Then
‘Open the workbook
[...]



Broken link in Google

 
Broken link in Google
Go   to http://www.google.co.in/intl/en/about.html
Then click on Help
you would find this broken link  http://www.google.co.in/intl/support?hl=en
A SE which is saying more about broken links in websites should not be having a broken link in your site..
They have failed to set standards that others should follow



Reporting Copy right content to Google

The only thing you should do and be sure of the result is reporting him to google.
http://www.google.com/contact/spamreport.html
1. Search for something that you know he stole from you.
2. Copy the bad URL and paste it
3. Copy the original URL and paste it
4. Explain the issue and give details
5. Repeat this once everyday for another URL.
Source:http://forums.digitalpoint.com/showpost.php?p=9960493&postcount=4
Also look [...]



Google’s knol open’s to Public

Google ’s knol is a collection of user written articles from various topics ranging from history to General topics.And also it is mostly seen as a competitor to by Wikipedia  started by Google. In  Addition to this you can use your Google adsense account to  display Google ads on knol so that you get paid [...]